Difference between revisions of "MediaWiki:Vector.css"
(Created page with "→CSS placed here will affect users of the Vector skin: h1,h2,h3,h4,h5,h6 { color: #9f3215; }") |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
{ | { | ||
color: #9f3215; | color: #9f3215; | ||
+ | } | ||
+ | |||
+ | h1, h2 | ||
+ | { | ||
+ | border-bottom: 1px solid #9f3215; | ||
+ | } | ||
+ | |||
+ | div.thumbinner, #toc | ||
+ | { | ||
+ | border: 1px solid #9f3215; | ||
} | } |
Latest revision as of 14:39, 9 January 2016
/* CSS placed here will affect users of the Vector skin */ h1,h2,h3,h4,h5,h6 { color: #9f3215; } h1, h2 { border-bottom: 1px solid #9f3215; } div.thumbinner, #toc { border: 1px solid #9f3215; }