Difference between revisions of "MediaWiki:Common.css"
From Idea Shop Wiki
(23 intermediate revisions by the same 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 */ | ||
− | body.page-Main_Page.action-view h1.firstHeading, | + | body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-view div.contentHeader, body.page-Main_Page.action-submit h1.firstHeading { display: none; height:0px; padding:0px} |
+ | |||
+ | .alert-auto {display:inline-block;} | ||
+ | |||
+ | .circular {border-radius: 50%;} | ||
+ | |||
+ | img.responsive {width: 100%; height: auto;} |
Latest revision as of 15:13, 25 April 2020
/* CSS placed here will be applied to all skins */ body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-view div.contentHeader, body.page-Main_Page.action-submit h1.firstHeading { display: none; height:0px; padding:0px} .alert-auto {display:inline-block;} .circular {border-radius: 50%;} img.responsive {width: 100%; height: auto;}