MediaWiki:Common.css

From OGC
Revision as of 19:15, 5 September 2012 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 */

small {
    font-size: smaller;
}

big {
    font-size: larger;
}

h1 {
    font-size: xx-large;
}

h2 {
    font-size: x-large;
}

h3 {
    font-size: large;
}

h4 {
    font-size: medium;
}

h5 {
    font-size: small;
}

h6 {
    font-size: xx-small;
}

font[size=1] {
    font-size: xx-small;
}

font[size=2] {
    font-size: small;
}

font[size=3] {
    font-size: medium;
}

font[size=4] {
    font-size: large;
}

font[size=5] {
    font-size: x-large;
}

font[size=6] {
    font-size: xx-large;
}

font[size=7] {
    font-size: 300%;
}

font[size=-1] {
    font-size: smaller;
}

font[size=+1] {
    font-size: larger;
}

font[size=-2] {
    font-size: 60%;
}

font[size=+2] {
    font-size: 150%;
}

font[size=+4] {
    font-size: 300%;
}

.working {
    color: #999900;
}

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

tr.h1row, tr.h1row td, tr.h1row th {
    background-color: #C0C0C0;
}

tr.h2row, tr.h2row td, tr.h2row th {
    background-color: #D0D0D0;
}

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

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

td.alignleft, th.alignleft {
    text-align: left;
}

td.aligncenter, th.aligncenter{
    text-align: center;
}

td.alignright, th.alignright{
    text-align: right;
}

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

#bodyContent p {
    font-family: "Baskerville MT Std", "Computer Modern", "Times New Roman", Times, serif;
    font-size: 1.0em
}