MediaWiki:Common.css

Revision as of 19:37, 27 September 2009 by Cogniac (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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/** CSS placed here will be applied to all skins */
table.uoguidetable
{
    border:1px solid #000000;
    border-collapse:collapse;
}
.uoguidetable th, .uoguidetable td
{
    border:1px solid #000000;
    padding:4px;
    text-align:center;
}
.uoguidetable th
{
    background-color:#9F3215;
    color:#FFFFFF;
}
.uoguidetable td
{
    background-color:#EEEECC;
}
.uoguidetable td .textleft
{
    text-align:left;
}