Difference between revisions of "MediaWiki:Vector.css"
Line 54: | Line 54: | ||
background-color: #04080E; | background-color: #04080E; | ||
background-image:none; | background-image:none; | ||
− | border-color: # | + | border-color: #223e66; |
} | } | ||
#mw-page-base, #mw-head-base{ | #mw-page-base, #mw-head-base{ | ||
Line 61: | Line 61: | ||
div.vectorTabs ul li{ | div.vectorTabs ul li{ | ||
− | border: 1px solid # | + | border: 1px solid #223e66; |
} | } | ||
Line 93: | Line 93: | ||
div.vectorTabs li.selected { | div.vectorTabs li.selected { | ||
background-image:none; | background-image:none; | ||
− | background-color: # | + | background-color: #223e66; |
} | } | ||
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited{ | div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited{ | ||
color: white; | color: white; | ||
} | } |
Revision as of 09:18, 22 December 2016
/* CSS placed here will affect users of the Vector skin */ body { background: url(http://haloruns.com/hex-half.png) repeat; background-color: #04080E; background: -moz-linear-gradient(top, rgba(10,28,50,0.7), rgba(5,17,30,0)) no-repeat, url(http://haloruns.com/hex-half.png) repeat; background: -webkit-gradient(linear, left top, left bottom, from(rgba(10,28,50,0.7)), to(rgba(5,17,30,0))) no-repeat, url(http://haloruns.com/hex-half.png) repeat; background: linear-gradient(to bottom, rgba(10,28,50,0.7), rgba(5,17,30,0)) no-repeat, url(http://haloruns.com/hex-half.png) repeat; } a, div#mw-panel div.portal div.body ul li a{ color: #FFAC1C; text-decoration: none; outline: 0; } a:hover, a:focus{ color: #FFD678; } a:hover, a:visited, div#mw-panel div.portal div.body ul li a:visited{ color: #CC8A16; } .mw-body a.external{ color: #00ff00; } .mw-body a.external:visited{ color: #00b300; } pre, .mw-code{ background-color: #bfbfbf; } textarea { background-color: #cccccc; } .editOptions, #preferences, #preftoc li { background-color: #122a66; } #preferences legend, .htmlform-tip, #preftoc a{ color: white; } .wikiEditor-ui-controls, .wikiEditor-ui-buttons{ background-color: #808080; border-top: none; } .mw-datatable td, #pagehistory li.selected{ background-color: #122a66; } div#content, #mw-page-base, #mw-head-base, div.vectorTabs ul li{ color: white; background-color: #04080E; background-image:none; border-color: #223e66; } #mw-page-base, #mw-head-base{ background:none; } div.vectorTabs ul li{ border: 1px solid #223e66; } h1,h2,h3,h4,h5,h6{color: white} div#toc.toc{ background-color:: #101d30; } div.vectorTabs ul li{ color: white; background-color: #071129; background-image:none; } div.thumbinner{ background-color: #122a66; } #toc, .toc, .mw-warning, .catlinks{ background-color: #122a66; border-width: 0px; } .portable-infobox .pi-secondary-background{ background-color: #122a66; } div.vectorTabs, div.vectorTabs span{ background-image:none; } div.vectorTabs li.selected { background-image:none; background-color: #223e66; } div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited{ color: white; }