Difference between revisions of "MediaWiki:Vector.css"

From RPC Library
Jump to navigation Jump to search
m (Replaced content with "CSS placed here will affect users of the Vector skin: ")
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* 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;
 
padding-bottom: 0.6em !important;
 
}
 
 
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.4em 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;
 
}
 
 
html, body, #firstHeading, h1, h2, h3, h4, h5, h6
 
{
 
font-family: "Segoe UI",Arial,sans-serif;
 
}
 
 
pre, code, tt, kbd, samp, .mw-code
 
{
 
font-family: "Consolas","Courier New",monospace;
 
}
 
 
q, span.texhtml
 
{
 
font-family: "Cambria","Palatino Linotype","Times New Roman","Times",serif;
 
}
 

Revision as of 23:32, 7 May 2017

/* CSS placed here will affect users of the Vector skin */