KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 12: | Zeile 12: | ||
.table-head { | .table-head { | ||
border: grey | border: 2px solid grey; | ||
background: lightgoldenrodyellow; | background: lightgoldenrodyellow; | ||
} | } | ||
Version vom 28. Juni 2019, 16:48 Uhr
.wikitable3 > tbody > tr > td {
float: left;
text-align:left;
padding-left: 2px;
vertical-align: top;
width: 33.3%;
border-left: 1px solid #a2a9b1; /* Rand links zeichnen */
border-right: 1px solid #a2a9b1; /* Rand rechts zeichnen */
border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */
border-bottom: 1px solid #a2a9b1; /* Rand unten durch Hintergrundfarbe ausblenden */
}
.table-head {
border: 2px solid grey;
background: lightgoldenrodyellow;
}
.table {
display: table;
border-spacing: 0.5em;
}
.table-row {display: table-row; }
.table-cell {display: table-cell; }