v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

MediaWiki:Vector.css

From Dwarf Fortress Wiki
Revision as of 05:43, 9 June 2019 by Emi (talk | contribs) (Created page with "→‎CSS placed here will affect users of the Vector skin: div#content, body.skin-vector div#footer { margin-left: 12em; } body.skin-vector div#mw-panel, body.skin-vector...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 affect users of the Vector skin */
div#content,
body.skin-vector div#footer {
    margin-left: 12em;
}

body.skin-vector div#mw-panel,
body.skin-vector div#p-logo {
    width: 12em;
}

body.skin-vector div#mw-head div#left-navigation {
  margin-left: 12em;
}