Actions

MediaWiki

Common.css

From Gulf of Fallen Stars

Revision as of 18:24, 20 January 2020 by Dice adm (talk | contribs) (Created page with "CSS placed here will be applied to all skins: div.mw-parser-output {max-width:1200px} .wikitable {overflow:scroll;} Table of content classes: .toc-cols2 #toc {colu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

div.mw-parser-output {max-width:1200px}
.wikitable {overflow:scroll;}

/* Table of content classes */
.toc-cols2 #toc {column-count:2; column-gap:20px; display: inline-block}
.toc-cols3 #toc {column-count:3; column-gap:20px; display: inline-block}

.tocnumber { display: none; }

.toclimit5 li.toclevel-6 {display:none}
.toclimit4 li.toclevel-6, .toclimit4 li.toclevel-5 {display:none}
.toclimit3 li.toclevel-6, .toclimit3 li.toclevel-5, .toclimit3 li.toclevel-4 {display:none}
.toclimit2 li.toclevel-6, .toclimit2 li.toclevel-5, .toclimit2 li.toclevel-4, .toclimit2 li.toclevel-3 {display:none}
.toclimit1 li.toclevel-6, .toclimit1 li.toclevel-5, .toclimit1 li.toclevel-4, .toclimit1 li.toclevel-3, .toclimit1 li.toclevel-2 {display:none}