Difference between revisions of "MediaWiki:Vector.css"
(Created page with "→CSS placed here will affect users of the Vector skin: body { background: url(http://haloruns.com/hex-half.png) repeat; color: white; } a { color: #FFAC1C; text-deco...") |
|||
Line 14: | Line 14: | ||
a:hover, a:focus { | a:hover, a:focus { | ||
color: #FFD678; | color: #FFD678; | ||
+ | } | ||
+ | |||
+ | div#content{ | ||
+ | background-color: #121212; | ||
} | } |
Revision as of 02:08, 22 December 2016
/* CSS placed here will affect users of the Vector skin */ body { background: url(http://haloruns.com/hex-half.png) repeat; color: white; } a { color: #FFAC1C; text-decoration: none; outline: 0; } a:hover, a:focus { color: #FFD678; } div#content{ background-color: #121212; }