MediaWiki:Common.css

From Barbershop Wiki Project

Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

/* wikitable/prettytable/ class for skinning normal tables - Casey added contesttable class*/
table.wikitable,
table.prettytable,
table.contesttable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}

.wikitable th, .wikitable td,
.prettytable th, .prettytable td,
.contesttable th, .contesttable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th,
.prettytable th,
.contesttable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption,
.prettytable caption,{
    font-weight: bold;
}

table.contesttable {
    text-align: center;
}

.contesttable th {
    font-weight: normal;
}

.contesttable td {
    font-weight: bold;
}
Personal tools