Difference between revisions of "MediaWiki:Vector.css"

From RPC Library
Jump to navigation Jump to search
Line 27: Line 27:
 
div.portal
 
div.portal
 
{
 
{
/*
 
background-color: rgba(255, 255, 255, 0.9);
 
border-width: 2px;
 
border-style: solid;
 
border-color: black;
 
*/
 
 
border-image-source: url('//wiki.ffxiv-roleplayers.com/images/8/84/Parchment-light-small.png');
 
border-image-source: url('//wiki.ffxiv-roleplayers.com/images/8/84/Parchment-light-small.png');
 
border-image-outset: 3px;
 
border-image-outset: 3px;
Line 58: Line 52:
 
div#p-personal ul
 
div#p-personal ul
 
{
 
{
/*
 
background-color: rgba(255, 255, 255, 0.9);
 
border-width: 2px;
 
border-style: solid;
 
border-color: black;
 
*/
 
 
overflow: auto;
 
overflow: auto;
 
margin: 0px;
 
margin: 0px;
Line 81: Line 69:
 
{
 
{
 
background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1),rgba(255,255,255,1));
 
background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1),rgba(255,255,255,1));
/*
 
border-width: 1px;
 
border-style: solid;
 
*/
 
 
}
 
}
  
Line 109: Line 93:
 
{
 
{
 
visibility: hidden;
 
visibility: hidden;
 +
}
 +
 +
#p-logo a
 +
{
 +
background-size: 10em 160px;
 
}
 
}

Revision as of 09:09, 30 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
{
	border-image-source: url('//wiki.ffxiv-roleplayers.com/images/8/84/Parchment-light-small.png');
	border-image-outset: 3px;
	border-image-width: 6px;
	border-image-slice: 2% fill;
	border-image-repeat: round stretch;
	margin-bottom: 1.5em;
}

.collapsible-nav#mw-panel .portal
{
	margin-bottom: 1.5em;
}

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
{
	overflow: auto;
	margin: 0px;
	padding: 0.2em 0.6em 0.2em 0.1em;
}

div#p-personal
{
	border-image-source: url('//wiki.ffxiv-roleplayers.com/images/8/84/Parchment-light-small.png');
	border-image-outset: 3px;
	border-image-width: 6px;
	border-image-slice: 2% fill;
	border-image-repeat: round stretch;
}

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

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

#p-logo a
{
	background-size: 10em 160px;
}