MediaWiki:Common.css

From feywild

Revision as of 14:14, 2 November 2025 by Rslokke (talk | contribs) (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; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* 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;
}