MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Gothic Almanach
(Übertrag Vorlagen,Tabellen) |
(reihenfolge geändert) |
||
Zeile 12: | Zeile 12: | ||
table-layout: auto; | table-layout: auto; | ||
clear:right; } | clear:right; } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* SIEDLUNG */ | /* SIEDLUNG */ | ||
Zeile 40: | Zeile 27: | ||
table.Aufzaehlung th { vertical-align:top; text-align:left; | table.Aufzaehlung th { vertical-align:top; text-align:left; | ||
padding-right:2em; } | padding-right:2em; } | ||
+ | |||
+ | /* INFOBOX */ | ||
+ | |||
+ | .infoBox caption { | ||
+ | background:url('/skins/WoG/bg.jpg'); | ||
+ | border:1px solid #4E4E4E; | ||
+ | padding:0.5ex 1ex; | ||
+ | font-variant:small-caps; | ||
+ | margin-bottom:1.4ex; } | ||
+ | .infoBox td, .infoBox th { | ||
+ | border: 1px solid #B1B1B1; | ||
+ | padding:0.5ex 1ex;} | ||
+ | table.infoBox { | ||
+ | border-collapse: collapse; } |
Version vom 8. September 2009, 19:25 Uhr
/* Alle Styles für Vorlagen: */ /*================================*/ /* INFOBOX */ .infoBox { border: 4px groove #4E4E4E; padding:0.5ex 1ex; margin-left: 1em; margin-bottom:1ex; width: 38.2%; float: right; table-layout: auto; clear:right; } /* SIEDLUNG */ div.Siedlung { width:200px; } /*Logiker 27.03.09 to be removed as soon page edit bug fixed*/ /* Besondere Tabellen */ /*====================================*/ /* AUFZAEHLUNG */ table.Aufzaehlung td { vertical-align:top; padding-right:2em; } table.Aufzaehlung th { vertical-align:top; text-align:left; padding-right:2em; } /* INFOBOX */ .infoBox caption { background:url('/skins/WoG/bg.jpg'); border:1px solid #4E4E4E; padding:0.5ex 1ex; font-variant:small-caps; margin-bottom:1.4ex; } .infoBox td, .infoBox th { border: 1px solid #B1B1B1; padding:0.5ex 1ex;} table.infoBox { border-collapse: collapse; }