MediaWiki:Monobook.css

From BroaDWcast
Revision as of 22:26, 30 September 2010 by John Lavalie (talk | contribs)
Jump to navigationJump 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 Monobook skin */

 table.listings    { 
                      border-collapse: collapse; 
                      border: 1px solid black; 
                      background-color: #f0f0f0;
                   }

 table.listings th { 
                      background-color: yellow; 
                      border: 1px solid black; 
                      padding-left: .25em; 
                      padding-right:.25em; 
                   }

 table.listings td { 
                      border-collapse: inherit; 
                      border: 1px solid black; 
                      padding: .5em .5em .5em .5em; 
                   }