MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Pianoforte (talk | contribs) No edit summary |
Pianoforte (talk | contribs) No edit summary |
||
Line 34: | Line 34: | ||
div.vectorTabs li.selected { | div.vectorTabs li.selected { | ||
background-image: none!important; | background-image: none!important; | ||
background-color: rgba(255,255,255,0. | background-color: rgba(255,255,255,0.8)!important; | ||
} | } | ||
Line 67: | Line 67: | ||
.mw-body { | .mw-body { | ||
background-color: rgba(255,255,255,0. | background-color: rgba(255,255,255,0.80); | ||
border:none; | border:none; | ||
color: black; | color: black; | ||
} | } |
Revision as of 09:53, 18 October 2016
/* 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;
}