Difference between revisions of "Common.css"
From UPHCC
(One intermediate revision by the same user not shown) | |||
Line 28: | Line 28: | ||
.mw-headline { | .mw-headline { | ||
margin: 0; | margin: 0; | ||
− | line-height: 0. | + | line-height: 0.6em; |
− | font-size: 0. | + | font-size: 0.55em; |
font-weight: bold; | font-weight: bold; | ||
margin-top: 0; | margin-top: 0; |
Latest revision as of 04:00, 14 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 { 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; } */ .mw-headline { margin: 0; line-height: 0.6em; font-size: 0.55em; font-weight: bold; margin-top: 0; border-bottom: 1px solid #b0c8e3; padding-bottom: 0.2em; color: #333; }