MediaWiki:Common.css
From DynaWiki
|  (Created page with "- →CSS placed here will be applied to all skins:   table.wikitable {     margin: 1em 1em 1em 0;     background: #000000;     border: 1px #aaa solid;     border-collapse: collaps...") | |||
| Line 1: | Line 1: | ||
| /* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| - | |||
| table.wikitable { | table.wikitable { | ||
|      margin: 1em 1em 1em 0; |      margin: 1em 1em 1em 0; | ||
| Line 6: | Line 5: | ||
|      border: 1px #aaa solid; |      border: 1px #aaa solid; | ||
|      border-collapse: collapse; |      border-collapse: collapse; | ||
| + | } | ||
| + | .wikitable th { | ||
| + |     background: #333333; | ||
| + |     text-align: center; | ||
| } | } | ||
Latest revision as of 01:12, 6 October 2010
/* CSS placed here will be applied to all skins */
table.wikitable {
    margin: 1em 1em 1em 0;
    background: #000000;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th {
    background: #333333;
    text-align: center;
}
						
						
		












