MediaWiki:Common.css: Difference between revisions

From Fortress Blast
Jump to navigationJump to search
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 */
/* Removes fancy default background */
body {
    background: white;
}


/* Removes title from main and disclaimers pages */
/* Removes title from main and disclaimers pages */
Line 6: Line 11:
}
}


/* Removes Jump text from the tops of all pages */
/* Removes Jump text from the tops of all pages
#jump-to-nav {
#jump-to-nav {
     display: none;
     display: none;
}
} */

Revision as of 21:28, 30 January 2020

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

/* Removes fancy default background */
body {
    background: white;
}

/* Removes title from main and disclaimers pages */
.page-Main_Page #content #firstHeading, .page-Fortress_Blast_General_disclaimer #content #firstHeading {
    display: none;
}

/* Removes Jump text from the tops of all pages
#jump-to-nav {
    display: none;
} */