MediaWiki:Common.css: Difference between revisions
From Wiki Problem
Wikiproblem (talk | contribs) No edit summary |
Wikiproblem (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
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; } | ||
Revision as of 03:50, 16 November 2021
/* 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; } #mw-content { background: #f2f2f2 } #intro p { line-height: 25px; } #mw-header-container { background-color: #f8b67c; position: fixed; border: 0; z-index: 10; top: 0; width: 100%; } #mw-header-container { height: 0; position: fixed; z-index: 100; top: 0; width: 100%; background: #f8b67c; color: #ffffff; padding: 0.5em 0 0; min-height: 3.125em; box-sizing: border-box; } #mw-footer-container { background-color: #f8b67c; border-top: solid 1px #555555; box-shadow: inset 0 0px 0px 0px rgba(0,0,0,0); color: #ffffff; } #mw-footer-container a { color: #ffffff; } #p-logo-text a { padding: 0.2em 1em; color: #ffffff; font-family: 'Linux Libertine','Times New Roman',serif; font-variant: caps; font-size: 1.75em; display: block; } #mw-content-container{ background-color: #099999 /* background-color: #758F91; */ } div.gallerytext { overflow: hidden; font-size: 94%; padding: 2px 4px; word-wrap: break-word; font-weight: bold; color: #444f45; }