Difference between revisions of "MediaWiki:Common.css"
Marliesm90 (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: .toc, #toc { display: none; }") |
Marliesm90 (talk | contribs) |
||
(37 intermediate revisions by 2 users 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 { display: none; } | .toc, #toc { display: none; } | ||
+ | |||
+ | h1.firstHeading { display: none; } | ||
+ | |||
+ | .eksa_toc { | ||
+ | border: 1px solid #a2a9b1; | ||
+ | background-color: #f8f9fa; | ||
+ | display: table; | ||
+ | padding: 7px; | ||
+ | font-size: 95%; | ||
+ | } |
Latest revision as of 09:56, 5 July 2019
/* CSS placed here will be applied to all skins */ .toc, #toc { display: none; } h1.firstHeading { display: none; } .eksa_toc { border: 1px solid #a2a9b1; background-color: #f8f9fa; display: table; padding: 7px; font-size: 95%; }