Difference between revisions of "MediaWiki:Common.css"
From PacificNG
(Added class for horizontal table of contents boxes. Horizontal TOCs will need to be created manually at this time.) |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } | body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } | ||
.noautonum .tocnumber { display: none; } | .noautonum .tocnumber { display: none; } | ||
.horizontaltoc { width:80%; margin-left: auto; margin-right: auto; background-color: tan; text-align: center; padding: 2px; } |
Latest revision as of 13:28, 6 July 2021
/* CSS placed here will be applied to all skins */ body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } .noautonum .tocnumber { display: none; } .horizontaltoc { width:80%; margin-left: auto; margin-right: auto; background-color: tan; text-align: center; padding: 2px; }