MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Beyond the Wormhole
Jarod (Diskussion | Beiträge) |
|||
Zeile 1: | Zeile 1: | ||
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */ | /** CSS an dieser Stelle wirkt sich auf alle Skins aus */ | ||
+ | |||
+ | /* btwwikitable class for skinning details tables */ | ||
+ | |||
+ | table.btwwikitable { | ||
+ | margin: 1em 1em 1em 0; | ||
+ | background: #fcfcfc; | ||
+ | border: 1px #aaaaaa solid; | ||
+ | border-collapse: collapse; | ||
+ | } | ||
+ | |||
+ | table.btwwikitable th, table.btwwikitable td { | ||
+ | border: 1px #aaaaaa solid; | ||
+ | padding: 0.2em; | ||
+ | } | ||
+ | |||
+ | table.btwwikitable th { | ||
+ | background: #f2f2f2; | ||
+ | text-align: center; | ||
+ | text-indent: 0px; | ||
+ | } | ||
+ | |||
+ | table.btwwikitable caption { | ||
+ | margin-left: inherit; | ||
+ | margin-right: inherit; | ||
+ | } |
Version vom 25. September 2006, 17:13 Uhr
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */ /* btwwikitable class for skinning details tables */ table.btwwikitable { margin: 1em 1em 1em 0; background: #fcfcfc; border: 1px #aaaaaa solid; border-collapse: collapse; } table.btwwikitable th, table.btwwikitable td { border: 1px #aaaaaa solid; padding: 0.2em; } table.btwwikitable th { background: #f2f2f2; text-align: center; text-indent: 0px; } table.btwwikitable caption { margin-left: inherit; margin-right: inherit; }