MediaWiki:Vector.css

From The TMS Wiki
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 override default settings of the Vector skin. A "skin" 
determines the look and feel of the entire wiki. The "Vector" skin is the skin 
used by Wikipedia and all of it's sister wikis. It is the culmination of the 
"Wikipedia Usability Initiative," a series of studies funded by a $890,000 grant 
from the Stanton Foundation to improve Wikipedia's accessibility. Because it is 
highly optimized already, it is not recommended to edit this file unless the TMS 
Wiki's needs differ from Wikipedia's.
*/

h2.simple {
   padding-top: 0em;
   padding-bottom: 0em;
   border-style: none;
}

/* Forest: Without this override, the padding-bottom is set to 1.5, and that is far too big. */
div#mw-panel div.portal {
    padding-bottom: 0.6em;
}

/* To remove the toolbox */
#p-tb { display: none; }