Welcome to the TWC Wiki! You are not logged in. Please log in to the Wiki to vote in polls, change skin preferences, or edit pages. See HERE for details of how to LOG IN.

MediaWiki:Common.css

From TWC Wiki
Revision as of 09:32, 21 May 2007 by Simetrical (talk | contribs) (Prettify)
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 be applied to all skins */
 
 /* Infobox template style stolen from Wikipedia */
 
 .infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.2em;
    float: right;
    clear: right;
 }
 .infobox td,
 .infobox th {
    vertical-align: top;
 }
 .infobox caption {
    font-size: larger;
    margin-left: inherit;
 }
 .infobox.bordered {
    border-collapse: collapse;
 }
 .infobox.bordered td,
 .infobox.bordered th {
    border: 1px solid #aaa;
 }
 .infobox.bordered .borderless td,
 .infobox.bordered .borderless th {
    border: 0;
 }
 
 /* styles for bordered infobox with merged rows */
 .infobox.bordered .mergedtoprow td,
 .infobox.bordered .mergedtoprow th {
    border: 0;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
 }
 
 .infobox.bordered .mergedrow td,
 .infobox.bordered .mergedrow th {
    border: 0;
    border-right: 1px solid #aaa;
 }
 
 /* End infobox styles */