Jump to content

MediaWiki:Vector.css

From VR & AR Wiki
Revision as of 03:22, 13 February 2015 by Xinreality (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will affect users of the Vector skin */
/* background colors and whatnot */
body {
    background-color:#ebebeb;
    background-repeat:repeat-x;

}

#mw-page-base {
    background-color: transparent;
    background-image: none;
}

div.vectorTabs li a {
    color:#254b72;
}

#mw-head-base {
    background: rgba(189, 189, 189, .1);
    border-top: 1px solid #a7d7f9;
    border-left: 1px solid #a7d7f9;
    border-right: 1px solid #a7d7f9;
    bottom: 0;
    height: 40px;
    margin-top: -41px;
}

div.vectorTabs a{
    color: #254b72;
    font-weight: bold;
}

div.vectorTabs ul li{
    background-color:transparent;
    background-image:none;
}
div.vectorTabs li.selected {
    background-color: transparent;
    background-image: none;
}

div.vectorTabs {
    background-image: none;
}

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

div.vectorTabs li a {
    background-image: none;
}

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

div#mw-panel div.portal div.body ul li a {
    color: #254b72;
    font-weight:bold;
}

div#mw-panel div.portal div.body ul li a:hover {
    color: #254b72;
    font-weight:bold;
}

div#mw-panel div.portal div.body ul li a:visited {
    color: #254b72;
    font-weight:bold;
}

#p-personal a{
    color: #254b72;
    font-weight: bold;
}

div#footer a { 
    color:#254b72; 
}

#mw-panel.collapsible-nav .portal.collapsed h5 a {
    color:#254b72;
    font-weight: bold;
}

#mw-panel.collapsible-nav .portal {
    background-image:none;
}

div#mw-panel div.portal div.body {
    background-image:none;
}