Difference between revisions of "MediaWiki:Vector.css"
Line 21: | Line 21: | ||
a:hover, a:visited { | a:hover, a:visited { | ||
color: #CC8A16; | color: #CC8A16; | ||
+ | } | ||
+ | |||
+ | div{ | ||
+ | border-color: #0a1320; | ||
} | } | ||
Line 32: | Line 36: | ||
background-color: #4975A3; | background-color: #4975A3; | ||
background-image:none; | background-image:none; | ||
− | |||
} | } | ||
Revision as of 04:05, 22 December 2016
/* CSS placed here will affect users of the Vector skin */ body, html { color: white; } body { background-image: url(http://haloruns.com/hex-half.png) repeat; background-color: #04080E; } a { color: #FFAC1C; text-decoration: none; outline: 0; } a:hover, a:focus { color: #FFD678; } a:hover, a:visited { color: #CC8A16; } div{ border-color: #0a1320; } div#content, #mw-page-base, #mw-head-base, div.vectorTabs ul li{ color: white; background-color: #04080E; background-image:none; } div.vectorTabs ul li{ color: white; background-color: #4975A3; background-image:none; } h1,h2,h3,h4,h5,h6{color: white} div#toc.toc{ background-color:: #101d30; } div.vectorTabs li.selected{ background-image:none; }