MediaWiki:Common.css: Difference between revisions
Myriad-admin (talk | contribs) No edit summary Tag: Reverted |
Myriad-admin (talk | contribs) No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body {font-family: Verdana; } | body { color: #5a7425; font-size: 12px; font-family: Verdana; } | ||
body.page-Help_Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-view h1.firstHeading { display: none; } | body.page-Help_Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-view h1.firstHeading { display: none; } | ||
div#content a.external[href ^="https://"] { | div#content a.external[href ^="https://"] { |
Revision as of 17:32, 6 February 2024
/* CSS placed here will be applied to all skins */
body { color: #5a7425; font-size: 12px; font-family: Verdana; }
body.page-Help_Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-view h1.firstHeading { display: none; }
div#content a.external[href ^="https://"] {
background-image: none;
padding-right: 0;
}