MediaWiki:Common.css

From the Audiovisual Identity Database, the motion graphics museum

Revision as of 03:56, 10 June 2020 by Hb1290 (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: →‎Reset top margin for lists embedded in columns: div.columns { margin-top: 0.3em; } div.columns dl, div.columns ol, div...")

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* Reset top margin for lists embedded in columns */
div.columns {
	margin-top: 0.3em;
}
div.columns dl,
div.columns ol,
div.columns ul {
	margin-top: 0;
}

/* Avoid elements breaking between columns */
.nocolbreak,
div.columns li,
div.columns dd dd {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.