KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 11: | Zeile 11: | ||
} | } | ||
. | .table-head { | ||
border: grey solid 2px; | border: grey solid 2px; | ||
background: lightgoldenrodyellow; | background: lightgoldenrodyellow; | ||
} | } | ||
.table { | |||
display: table; | |||
border-spacing: 0.5em; | |||
} | |||
.table-row {display: table-row; } | |||
.table-cell {display: table-cell; } | |||
Version vom 28. Juni 2019, 16:44 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: grey solid 2px;
background: lightgoldenrodyellow;
}
.table {
display: table;
border-spacing: 0.5em;
}
.table-row {display: table-row; }
.table-cell {display: table-cell; }