Entropia:Sandkasten:CSS: Unterschied zwischen den Versionen
aus dem Wiki des Entropia e.V., CCC Karlsruhe
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 10: | Zeile 10: | ||
td[rowspan] { | td[rowspan] { | ||
height: 100%; | |||
} | } | ||
td { | td { | ||
background: #AAA; | background: #AAA; | ||
height: 100%; | height: 100%; | ||
} | |||
tr td:nth-child(even){ | |||
background: rgba(255, 255, 255, 0.45);; | |||
} | } |
Version vom 23. Juni 2014, 22:28 Uhr
div#Hauptlink { position:absolute; top: 0px; right: 0px; direction: rtl; width: 100%; padding-top: 5px; padding-right: 24px; } td[rowspan] { height: 100%; } td { background: #AAA; height: 100%; } tr td:nth-child(even){ background: rgba(255, 255, 255, 0.45);; }