MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 494: | Line 494: | ||
opacity: 1; | opacity: 1; | ||
transform: translateX(-50%) translateY(0); | transform: translateX(-50%) translateY(0); | ||
} | |||
/* ===== Grantha Clean View (ONLY Main Page) ===== */ | |||
body.page-Main_Page #mw-panel, | |||
body.page-Main_Page #mw-navigation, | |||
body.page-Main_Page .vector-sidebar-container { | |||
display: none !important; | |||
} | |||
body.page-Main_Page #footer, | |||
body.page-Main_Page .mw-footer { | |||
display: none !important; | |||
} | |||
/* Full width content */ | |||
body.page-Main_Page #content, | |||
body.page-Main_Page .mw-body { | |||
margin-left: 0 !important; | |||
max-width: 900px; | |||
margin: 0 auto !important; | |||
} | |||
/* Push content below custom bar */ | |||
body.page-Main_Page { | |||
padding-top: 60px; | |||
} | } | ||