MediaWiki:Vector.css

From dinoflaj3
Revision as of 13:53, 2 December 2016 by Maintenance script (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, 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: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Vector skin */

/* Decrease Vector sidebar padding and margins. This allows space for more text. */
 
#mw-panel { padding-left: 0; } /* Reduces sidebar padding on the left. */
div#mw-panel div.portal { margin-left: 0; margin-right: 0; } /* Reduces sidebar margins. */
div#mw-panel div.portal div.body { margin-left: 0.5em; } /* Reduces left margin of sidebar toolbox */

/* increase sidebar font size to medium from small */
#mw-panel div.portal div.body ul li {
        font-size: medium !important;
}

/* disable tabs for users not logged-in */
#ca-viewsource { display: none !important; }
#ca-talk { display: none !important; }
#ca-history { display: none !important; }
#ca-view { display: none !important; }
#ca-nstab-main { display: none !important; }