MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
WWWIG (Diskussion | Beiträge) (Versuch mit Wikitable - keine Ahnung, was dieses Wiki kann :-)) |
WWWIG (Diskussion | Beiträge) (Für Contribs-Footer) |
||
Zeile 74: | Zeile 74: | ||
vertical-align:top; | vertical-align:top; | ||
font-size: 75%; | font-size: 75%; | ||
+ | } | ||
+ | |||
+ | /* -------------------------- */ | ||
+ | /* Contribs */ | ||
+ | /* -------------------------- */ | ||
+ | table.sp-contributions-footer { | ||
+ | clear: both; | ||
+ | border: 1px solid darkgray; | ||
+ | background: whitesmoke; | ||
+ | width: 100%; | ||
+ | margin: .2em auto; | ||
+ | font-size: 84%; | ||
+ | padding: 0px; | ||
} | } |
Version vom 21. Februar 2011, 11:35 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ /* --------------- */ /* Wikitable */ /* --------------- */ table.wikitable, table.wikisubtable, table.wikifoldtable { background: whitesmoke; border-collapse: collapse; empty-cells:show; } table.wikitable { margin: 1em 1em 1em 0; border: 1px darkgray solid; /* text-indent: 2px; */ } .wikitable th, .wikitable td { border: 1px darkgray solid; padding: 0.25em; } .wikitable th, .wikisubtable th, .wikifoldtable th { background: gainsboro; text-align: center; } .wikitable caption, .wikisubtable caption, .wikifoldtable caption { font-weight: bold; } table.float-left { float: left; clear: left; } table.float-right { float: right; clear: right; margin: 1em 0 1em 1em; } table.centered { margin-left: auto; margin-right: auto; margin-top:1.95em; } table.texttop td { vertical-align:top; } table.wikifoldtable { margin: 0; border: 1px darkgray hidden; text-indent: 1px; } .wikifoldtable th, .wikifoldtable td { border: 1px darkgray solid; padding: 0; vertical-align:top; font-size: 100%; } table.wikisubtable { margin: 0; border: 1px darkgray hidden; text-indent: 1px; width:100% } .wikisubtable th, .wikisubtable td { border: 1px darkgray solid; padding: 0; vertical-align:top; font-size: 75%; } /* -------------------------- */ /* Contribs */ /* -------------------------- */ table.sp-contributions-footer { clear: both; border: 1px solid darkgray; background: whitesmoke; width: 100%; margin: .2em auto; font-size: 84%; padding: 0px; }