MediaWiki:Common.css: Difference between revisions
vexald>Vexald No edit summary |
Created page with "→CSS placed here will be applied to all skins: →This is the CSS common to all desktop skins on Heraldium * Styling inside .mw-parser-output should generally use TemplateStyles.: →Reset italic styling set by user agent: cite, dfn { font-style: inherit; } →Straight quote marks for <q>: q { quotes: '"' '"' "'" "'"; } →Avoid collision of blockquote with floating elements by swapping margin and padding: blockquote { overflow: hidden; margin: 1em 0..." |
||
| 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. | margin-bottom: 0.25em; | ||
} | } | ||
