Difference between revisions of "MediaWiki:Vector.css"

From RPC Library
Jump to navigation Jump to search
Line 81: Line 81:
 
background-position-y: 60%;
 
background-position-y: 60%;
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 +
}
 +
 +
div#mw-page-base
 +
{
 +
visibility: hidden;
 
}
 
}

Revision as of 13:16, 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 ul
{
	background-color: rgba(255, 255, 255, 0.9);
	border-width: 2px;
	border-style: solid;
	border-color: black;
	overflow: auto;
	margin: 0px;
	padding-left: 0px;
	padding: 0.1em;
}

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;
*/
}

div.vectorTabs li.selected span
{
	font-weight: bold;
}
div.vectorMenu
{
	background-image: none;
	background: linear-gradient(rgba(255,255,255,0), rgba(175,175,175,1), rgba(175,175,175,1));
}

div.vectorMenu h3 a
{
	background-image: url(//wiki.ffxiv-roleplayers.com/skins/vector/images/arrow-down-icon.png?2014-07-30T19:25:00Z);
	background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIyIiBoZWlnaHQ9IjE2Ij48cGF0aCBkPSJNMTUuNTAyIDYuMDAxbC01IDUuMDAxLTUtNS4wMDF6IiBmaWxsPSIjNzk3OTc5Ii8+PC9zdmc+);
	background-position-x: 100%;
	background-position-y: 60%;
	background-repeat: no-repeat;
}

div#mw-page-base
{
	visibility: hidden;
}