MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Beyond the Wormhole
Jarod (Diskussion | Beiträge) |
|||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
+ | /* | ||
+ | <pre> | ||
+ | */ | ||
+ | |||
/** 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; | ||
+ | } | ||
+ | |||
+ | /* | ||
+ | </pre> | ||
+ | */ |
Aktuelle Version vom 25. September 2006, 17:14 Uhr
/* <pre> */ /** 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; } /* </pre> */