Difference between revisions of "MediaWiki:Common.css"
From Sim Settlements
(Created page with "→CSS placed here will be applied to all skins: .toc { background-color: #black; border-radius: 10px 10px 10px 10px; }") |
Bludthurst (talk | contribs) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.toc { | .toc { | ||
− | background-color: #black; | + | background-color: #black !important; |
border-radius: 10px 10px 10px 10px; | border-radius: 10px 10px 10px 10px; | ||
+ | } | ||
+ | |||
+ | h3 { | ||
+ | font-weight: bold; | ||
} | } |
Latest revision as of 02:47, 10 September 2017
/* CSS placed here will be applied to all skins */ .toc { background-color: #black !important; border-radius: 10px 10px 10px 10px; } h3 { font-weight: bold; }