Actions

MediaWiki

Common.css

From Just in Time

Revision as of 22:22, 7 January 2015 by Danny (talk | contribs)

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 / Edge: 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 */
table.wikitable
 {
   margin: 1em 1em 1em 0;
   background: #f9f9f9;
   border: 1px #aaaaaa solid;
   border-collapse: collapse;
 }
 table.wikitable th, table.wikitable td,
 {
   border: 1px #aaaaaa solid;
   padding: 0.5em;
 }
 table.wikitable th,
 {
   background: #ccccff;
   text-align: center;
 }
 table.wikitable caption,
 {
   margin-left: inherit;
   margin-right: inherit;
 }
 li#ca-viewsource { display: none; }
h1,h2 { clear:both}
body.page-Main_Page h1.firstHeading { display: none; }
.mw-content-ltr table#toc {float:left}