Common.css
From UPHCC
Revision as of 02:53, 13 April 2016 by WikiAdmin (Talk | contribs) (Created page with "→CSS placed here will be applied to all skins: →remove tagline: https://www.mediawiki.org/wiki/Manual:Tagline_%28Site_Subtitle%29: #siteSub { display:block; } /* remo...")
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; }