Common.css
From UPHCC
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */ /* remove tagline: https://www.mediawiki.org/wiki/Manual:Tagline_%28Site_Subtitle%29 */ #siteSub { display:block; } /* remove toc: https://www.mediawiki.org/wiki/Manual:FAQ#How_can_I_hide_the_table_of_contents.3F */ .toc, #toc { display: none; } .tagline, #tagline { display: none; } .firstHeading, #firstHeading { border-bottom-color: #d5d5d5; border-bottom-style: solid; color: #1860ac; font-size: 1em; font-weight: bold; line-height: 0.8em; padding-bottom: 0.2em; margin-top: 0; } /* .firstHeading, #firstHeading { display: none; } */