MediaWiki:Common.css: Difference between revisions

From Fortress Blast
Jump to navigationJump to search
No edit summary
No edit summary
Line 4: Line 4:
body {
body {
     background: white;
     background: white;
}
/* Disable all lowercase for sidebar headings */
#sidebar div h3 {
    text-transform: none;
}
}


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

Revision as of 21:39, 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;
}