MediaWiki:Common.css: Difference between revisions
From Stunts Wiki
Added wikitable style class. |
(No difference)
|
Revision as of 11:51, 22 April 2008
/* <pre><nowiki> */
/** CSS placed here will be applied to all skins */
/* wikitable class */
table.wikitable {
margin: 1em;
padding: 0.5em;
background: #fafafa;
border: 1px solid gray;
color: black;
text-align: left;
}
table.wikitable th,
table.wikitable td {
padding-right: 1em;
}
table.wikitable th {
background: #e9e9e9;
color: black;
}
/* </nowiki></pre> */
