Difference between revisions of "MediaWiki:Common.css"
m (Added test code to change color of mobile skin.) |
m (Reverted ugly coloring.) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
/* Noah's test area is below - if something's going wrong, it's likely down there, sorry */ | /* Noah's test area is below - if something's going wrong, it's likely down there, sorry */ | ||
− | /*body { background-color: red; } | + | /* body { background-color: red; } |
div.mw-content-ltr { background-color: blue; } | div.mw-content-ltr { background-color: blue; } | ||
Line 13: | Line 13: | ||
div.noprint { background-color: purple; } */ | div.noprint { background-color: purple; } */ | ||
− | div.mw- | + | div.content mw-content-ltr { background-color: pink; } |
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; } |
Latest revision as of 11:34, 13 April 2016
/* CSS placed here will be applied to all skins */ /* Noah's test area is below - if something's going wrong, it's likely down there, sorry */ /* body { background-color: red; } div.mw-content-ltr { background-color: blue; } div.mw-body-content { background-color: green; } div.mw-body { background-color: yellow; } div.noprint { background-color: purple; } */ div.content mw-content-ltr { background-color: pink; } body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }