Difference between revisions of "MediaWiki:Vector.css"

From RPC Library
Jump to navigation Jump to search
Line 12: Line 12:
 
div.vectorTabs ul li
 
div.vectorTabs ul li
 
{
 
{
background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,1));
+
background: linear-gradient(rgba(175,175,175,0), rgba(175,175,175,1), rgba(175,175,175,1));
 
}
 
}
  

Revision as of 12:48, 29 October 2014

/* CSS placed here will affect users of the Vector skin */
body
{
    background-image: url('//wiki.ffxiv-roleplayers.com/images/5/59/Star-background.jpg');
}

div.vectorTabs ul
{
	background-image: none;
}

div.vectorTabs ul li
{
	background: linear-gradient(rgba(175,175,175,0), rgba(175,175,175,1), rgba(175,175,175,1));
}

div.vectorTabs span
{
	background-image: none;
}

div#footer
{
	background: rgba(255, 255, 255, 1);
}

div.portal
{
	background-color: rgba(255, 255, 255, 0.9);
	border-width: 2px;
	border-style: solid;
	border-color: black;
}

div#mw-head
{
	background-image:url('//wiki.ffxiv-roleplayers.com/images/5/59/Star-background.jpg');
}

div.vectorTabs
{
	background-image: none;
}

div#p-personal
{
	background-color: rgba(255, 255, 255, 0.9);
	border-width: 2px;
	border-style: solid;
	border-color: black;
}

div.vectorTabs li.selected
{
	background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1),rgba(255,255,255,1));
	border-width: 1px;
	border-style: solid;
}