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 */
.portlet h3 {
    text-transform: none;
}
}



Revision as of 21:34, 30 January 2020

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

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

/* Disable all lowercase for sidebar headings */
.portlet h3 {
    text-transform: none;
}

/* 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;
} */