MediaWiki:Common.css

From Wurmpedia
Revision as of 07:58, 3 May 2021 by Ostentatio (talk | contribs) (Testing performance effects of webfont importing)
Jump to navigation Jump to search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
/*
@import url("https://tools-static.wmflabs.org/fontcdn/css?family=Roboto:300");
@import url("https://tools-static.wmflabs.org/fontcdn/css?family=Roboto:400");
@import url("https://tools-static.wmflabs.org/fontcdn/css?family=Spectral+SC:400");
*/

/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}

.plainlist ol li,
.plainlist ul li {
	margin-bottom: 0;
}