Difference between revisions of "MediaWiki:Vector.css"

From RPC Library
Jump to navigation Jump to search
Line 3: Line 3:
 
{
 
{
 
     background-image: url('//wiki.ffxiv-roleplayers.com/images/5/59/Star-background.jpg');
 
     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(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,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;
 
}
 
}

Revision as of 12:44, 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(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,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;
}