MediaWiki:Common.css: Difference between revisions

From feywild

Created page with "Fix infobox spacing: .mw-parser-output .infobox { float: right; clear: none; margin-top: 0.25em; } .mw-parser-output > p:first-of-type { margin-top: 0.25em; } .mw-parser-output > .infobox:first-child + p { margin-top: 0.2em; } .mw-parser-output > ul:first-of-type, .mw-parser-output > ol:first-of-type, .mw-parser-output > blockquote:first-of-type { margin-top: 0.25em; } .mw-parser-output .toc { clear: none; float: none; }"
 
Blanked the page
Tag: Blanking
Line 1: Line 1:
/* Fix infobox spacing */
.mw-parser-output .infobox {
  float: right;
  clear: none;
  margin-top: 0.25em;
}


.mw-parser-output > p:first-of-type {
  margin-top: 0.25em;
}
.mw-parser-output > .infobox:first-child + p {
  margin-top: 0.2em;
}
.mw-parser-output > ul:first-of-type,
.mw-parser-output > ol:first-of-type,
.mw-parser-output > blockquote:first-of-type {
  margin-top: 0.25em;
}
.mw-parser-output .toc {
  clear: none;
  float: none;
}

Revision as of 14:15, 2 November 2025