MediaWiki:Vector.css
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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the vector skin */
/* CSS placed here will affect users of the vector skin */
body {
background-image: url("http://gfwiki.com/images/c/c9/Logo.png"),url("http://gfwiki.com/images/6/6c/proto-BG-dark.jpg");
background-repeat: no-repeat;
background-attachment: scroll, fixed;
background-position: 1em 200px,left top;
background-size: auto, cover;
font-family: Sans-Serif;
}
/* Navigation Tab*/
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {color: #FFFFFF;text-shadow: 0 0 0.2em black, 0 0 0.2em black;}
div.vectorTabs li.new a, div.vectorTabs li.new a:visited {color: #FF0000;text-shadow: 0 0 0.2em black, 0 0 0.2em black;}
div.vectorTabs li a {color: #FFCC00;text-shadow: 0 0 0.2em black, 0 0 0.2em black;}
div.vectorTabs li a {color: #EEAA00;text-shadow: 0 0 0.2em black, 0 0 0.2em black;}
div.vectorTabs ul li,
#p-variants,
#p-cactions {
background-image: none!important;
background-color: rgba(63,63,63,0.3)!important; }
#p-cactions:hover {
background-image: none!important;
background-color: rgba(63,63,63,0.6)!important; }
div.vectorTabs li:hover {
background-image: none!important;
background-color: rgba(63,63,63,0.6)!important; }
div.vectorTabs li.selected {
background-image: none!important;
background-color: rgba(255,255,255,0.8)!important;
}
div.vectorMenu div.menu {
background-color: rgba(255,255,255,0.3)!important;
border:none!important;
left:0px;
}
div.vectorMenu div.menu a:hover {
background-color: rgba(255,255,255,0.6)!important;
}
#p-variants-label,
div.vectorTabs,
div.vectorTabs span,
div.vectorTabs ul,
div#mw-head div.vectorMenu h3 {
background-image: none;
padding-left:0px;
}
#left-navigation,
#right-navigation {
margin-top: 159px;
}
.mw-body {
background-color: rgba(255,255,255,0.80);
border:none;
color: black;
}