Difference between revisions of "MediaWiki:Common.css"

From Volumetric Regimes
Jump to navigation Jump to search
Line 2: Line 2:
  
 
h1 {display: none;}
 
h1 {display: none;}
 +
 +
.section h1 {display: block; page-break-before: left; page-break-after: right;}
 +
.section h2 {display: block; page-break-before: left;}
  
 
h2 {font-weight: bold; font-size: 200% !important;}
 
h2 {font-weight: bold; font-size: 200% !important;}

Revision as of 15:02, 4 April 2021

/* CSS placed here will be applied to all skins */

h1 {display: none;}

.section h1 {display: block; page-break-before: left; page-break-after: right;}
.section h2 {display: block; page-break-before: left;}

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;}