Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
|||
(25 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | |||
+ | .right-align {text-align: right !important;} | ||
h1 {display: none;} | h1 {display: none;} | ||
− | h2 {font-weight: bold; font-size: 200% !important; margin- | + | .section h1 {font-weight: bold; font-size: 250%; display: block; page-break-before: always; page-break-after: always; !important;} |
+ | .section h2 {display: block; page-break-before: always;} | ||
+ | |||
+ | h2 {font-weight: bold; font-size: 200% !important;} | ||
+ | |||
+ | img {margin: 1em 0 1em 0 !important;} | ||
+ | |||
+ | .gallerytext, .thumbcaption {font-size: 85% !important;} | ||
+ | |||
+ | .tocnumber { display: none; } | ||
+ | |||
+ | blockquote {font-weight: normal; font-style: italic;} | ||
+ | |||
+ | span.item-refs{ display: none; } |
Latest revision as of 21:56, 2 December 2021
/* CSS placed here will be applied to all skins */ .right-align {text-align: right !important;} h1 {display: none;} .section h1 {font-weight: bold; font-size: 250%; display: block; page-break-before: always; page-break-after: always; !important;} .section h2 {display: block; page-break-before: always;} h2 {font-weight: bold; font-size: 200% !important;} img {margin: 1em 0 1em 0 !important;} .gallerytext, .thumbcaption {font-size: 85% !important;} .tocnumber { display: none; } blockquote {font-weight: normal; font-style: italic;} span.item-refs{ display: none; }