MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Content deleted Content added
No edit summary |
DivošiRunner (talk | contribs) Limit Common.css to Main Page chrome cleanup only |
||
| (23 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
/* === Main Page Chrome Cleanup === */ |
|||
/* CSS placed here will be applied to all skins */ |
|||
.page-Main_Page #citizen-page-header, |
|||
/* Hide title and edit tools on main page */ |
|||
.page-Main_Page #citizen-page-header-sticky-placeholder, |
|||
.page-Star_Citizen_Wiki .mw-side, |
|||
.page-Main_Page #citizen-page-header-sticky-sentinel, |
|||
.page-Star_Citizen_Wiki .firstHeading, |
|||
.page- |
.page-Main_Page #contentSub, |
||
.page-Main_Page .printfooter, |
|||
| ⚫ | |||
.page-Main_Page .citizen-page-footer { |
|||
} |
|||
| ⚫ | |||
/* Force override until skin is updated */ |
|||
.skin-citizen blockquote { |
|||
margin: 0.8rem 20px; |
|||
padding: 0; |
|||
} |
|||
#footer-info-viewcount { |
|||
width: 100%; |
|||
float: none; |
|||
clear: both; |
|||
margin-top: 0.5em; |
|||
} |
} |
||
Latest revision as of 16:25, 9 April 2026
/* === Main Page Chrome Cleanup === */
.page-Main_Page #citizen-page-header,
.page-Main_Page #citizen-page-header-sticky-placeholder,
.page-Main_Page #citizen-page-header-sticky-sentinel,
.page-Main_Page #contentSub,
.page-Main_Page .printfooter,
.page-Main_Page .citizen-page-footer {
display: none !important;
}