MediaWiki:Common.css: Difference between revisions

vexald>Vexald
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* This is the CSS common to all desktop skins on Heraldium
/* This is the CSS common to all desktop skins on Heraldium
  * Styling inside .mw-parser-output should generally use TemplateStyles.
  * Styling inside .mw-parser-output should generally use TemplateStyles.
Line 25: Line 26:
font-size: 85%;
font-size: 85%;
}
}
.page-Welcome to Heraldium! #contentSub { display: none }


.mw-body-content sub,
.mw-body-content sub,
Line 75: Line 78:


/* Different margin on references */
/* Different margin on references */
/* JPJ 27/4/2026 changed from 0.5em */
.references {
.references {
margin-bottom: 0.5em;
margin-bottom: 0.25em;
}
}