MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
/* Optional: hide languages box */ | /* Optional: hide languages box */ | ||
#p-lang { | #p-lang { | ||
display: none !important; | |||
} | |||
/* Hide personal toolbar / search box */ | |||
#p-personal, #search { | |||
display: none !important; | |||
} | |||
/* Hide breadcrumbs or page tools */ | |||
#siteSub, #contentSub { | |||
display: none !important; | display: none !important; | ||
} | } | ||
Revision as of 14:21, 23 January 2026
/* CSS placed here will be applied to all skins */
#footer { display: none; }
#mw-panel .body { visibility: hidden; }
/* Hide the sidebar completely */
#mw-panel {
display: none !important;
}
/* Hide the top toolbox / actions menu */
#p-tb, #p-cactions {
display: none !important;
}
/* Hide the footer */
#footer {
display: none !important;
}
/* Optional: hide languages box */
#p-lang {
display: none !important;
}
/* Hide personal toolbar / search box */
#p-personal, #search {
display: none !important;
}
/* Hide breadcrumbs or page tools */
#siteSub, #contentSub {
display: none !important;
}