MediaWiki:Common.css

From OGC
Revision as of 16:46, 14 October 2011 by Admin (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, 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: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

.working {
    color: #999900;
}

table.sidebar {
    float: right;
    border-width: 0px;
    border-spacing: 7px;
    width: 30%;
}

td.sidebar, th.sidebar {
    background-color: #EEEEEE;
    border-style: outset;
    border-width: 3px;
    font-size: 10pt;
    padding: 10px;
    text-align: left;
}

tr.evenrow td, tr.evenrow th {
    background-color: #FFFFFF;
}

tr.oddrow td, tr.oddrow th {
    background-color: #EEEEEE;
}