MediaWiki:Common.css

From SkyCorp Global
Revision as of 20:30, 9 October 2025 by SkyCorp (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

/* Modding namespace style */
.ns-3000 #content, .ns-3001 #content { background-color: #e4fef1; }
.ns-3000 div.thumb, .ns-3001 div.thumb { border-color: #e4fef1; }
.ns-3000 .mw-body  { border: 1px solid #068846; }

/* For big images that should scale down to page size.
   Example on https://wiki.skycorp.global/index.php/Modding:Parse_Tester 
   (They must be wrapped in a div)  */
.responsive-image img {
	max-width:100%;
	height:auto;
}