MediaWiki:Common.css
Jump to navigation Jump to searchBBlackmoor (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: .toc, #toc { display: none; }") |
BBlackmoor (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.toc, #toc { display: none; } | .toc, #toc | ||
{ | |||
display: none; | |||
} | |||
.expertise | |||
{ | |||
color: rgb(153, 0, 0); | |||
font-weight: bold; | |||
} |
Revision as of 19:54, 25 June 2018
/* CSS placed here will be applied to all skins */ .toc, #toc { display: none; } .expertise { color: rgb(153, 0, 0); font-weight: bold; }