MediaWiki:Common.css

From Larp City

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 */

/* Permanently enable dark mode (no toggling) */
@import "https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-dark-mode.css&action=raw&ctype=text/css";

/* Dynamic scaling of local and embedded images */
/* https://larp.city/wiki/Help:EmbeddingImages */
img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }

/* Embed external images inline with <div class="image600px">https://example.com/example.png</div> */
/* The value'600' in "image600px" can be replaced with any of the following values: */
.image100px img { width: 100px; }
.image200px img { width: 200px; }
.image300px img { width: 300px; }
.image400px img { width: 400px; }
.image500px img { width: 500px; }
.image600px img { width: 600px; }

/**
 * Skin Vector Max Width CSS
 */
@import "//meta.wikimedia.org/w/index.php?title=User:Spas.Z.Spasov/skin-vector-max-width.css&action=raw&ctype=text/css";