MediaWiki:Common.css: Difference between revisions

From Arcis Wiki
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Remove the page title from specific pages */
body.page-Main_Page h1#firstHeading {
body.page-Main_Page h1#firstHeading {
    display: none !important;
}
body.page-Palette h1#firstHeading {
     display: none !important;
     display: none !important;
}
}

Revision as of 03:57, 24 October 2024

/* CSS placed here will be applied to all skins */

/* Remove the page title from specific pages */
body.page-Main_Page h1#firstHeading {
    display: none !important;
}
body.page-Palette h1#firstHeading {
    display: none !important;
}