Difference between revisions of "Common.css"
From UPHCC
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | |||
/* remove tagline: https://www.mediawiki.org/wiki/Manual:Tagline_%28Site_Subtitle%29 */ | /* remove tagline: https://www.mediawiki.org/wiki/Manual:Tagline_%28Site_Subtitle%29 */ | ||
#siteSub { display:block; } | #siteSub { display:block; } | ||
Line 5: | Line 6: | ||
/* remove toc: https://www.mediawiki.org/wiki/Manual:FAQ#How_can_I_hide_the_table_of_contents.3F */ | /* remove toc: https://www.mediawiki.org/wiki/Manual:FAQ#How_can_I_hide_the_table_of_contents.3F */ | ||
.toc, #toc { display: none; } | .toc, #toc { display: none; } | ||
− | + | .tagline, #tagline { | |
− | + | display: none; | |
− | + | } | |
− | + | .firstHeading, #firstHeading { | |
− | + | display: none; | |
− | . | + | |
− | + | ||
− | + | ||
− | + | ||
} | } |
Revision as of 03:33, 13 April 2016
/* 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 { display: none; }