Difference between revisions of "MediaWiki:Common.css"

From C4 Wiki
Jump to: navigation, search
(Wiki-Table CSS for pretty tables...)
(No difference)

Revision as of 13:45, 12 September 2009

/* wikitable class for skinning normal tables */
table.wikitable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th, .wikitable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption {
    font-weight: bold;
}