Benutzer:Augiasstallputzer/CSS-Vorlagen
Zur Navigation springen
Zur Suche springen
/* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */
table.wikitable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; empty-cells:show; }
table.wikitable td { border: 1px #aaa solid; padding: 0.2em; } table.wikitable th { border: 1px #aaa solid; padding: 0.2em; background: #f2f2f2; text-align: center; } table.wikitable caption { margin-left: inherit; margin-right: inherit; font-weight: bold; }
/* Ohne Umlauf */ table.prettytable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; empty-cells:show; }
/* Rechts mit Umlauf */ table.prettytable-r { margin: 1em 0 1em 1em; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse:collapse; empty-cells:show; float:right; clear:right; }
/* Links mit Umlauf */ table.prettytable-l { margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse:collapse; empty-cells:show; float:left; clear:left; }
/* Alle drei gemeinsam: */ table.prettytable th, table.prettytable-r th, table.prettytable-l th { border: 1px #aaa solid; padding: 0.2em; background: #f2f2f2; text-align: center; } table.prettytable td, table.prettytable-r td, table.prettytable-l td { border: 1px #aaa solid; padding: 0.2em; } table.prettytable caption, table.prettytable-r caption, table.prettytable-l caption { margin-left: inherit; margin-right: inherit; font-weight: bold; }
/* Wiederholung hintergrundfarben, da die Klassen überschrieben werden. */ table.hintergrundfarbe1 th { background-color: #f9f9f9; } table.hintergrundfarbe2 th { background-color: #ffffff; } table.hintergrundfarbe3 th { background-color: #ffff40; } table.hintergrundfarbe4 th { background-color: #ffaa00; } table.hintergrundfarbe5 th { background-color: #e0e0e0; } table.hintergrundfarbe6 th { background-color: #b3b7ff; } table.hintergrundfarbe7 th { background-color: #ffcbcb; } table.hintergrundfarbe8 th { background-color: #ffebad; } table.hintergrundfarbe9 th { background-color: #b9ffc5; }
.float-left { float: left; clear: left; } .float-right { float: right; clear: right; } .centered { margin-left: auto; margin-right: auto; }