Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .toclimit-2 .toclevel-1 ul, .toclimit-3 .toclevel-2 ul, .toclimit-4 .toclevel-3 ul, .toclimit-5 .toclevel-4 ul, .toclimit-6...") |
|||
Line 8: | Line 8: | ||
display: none; | display: none; | ||
} | } | ||
+ | |||
+ | body.page-Main_Page h1.firstHeading { display: none; } |
Revision as of 21:34, 23 May 2020
/* CSS placed here will be applied to all skins */ .toclimit-2 .toclevel-1 ul, .toclimit-3 .toclevel-2 ul, .toclimit-4 .toclevel-3 ul, .toclimit-5 .toclevel-4 ul, .toclimit-6 .toclevel-5 ul, .toclimit-7 .toclevel-6 ul { display: none; } body.page-Main_Page h1.firstHeading { display: none; }