MediaWiki:Vector-2022.css: Unterschied zwischen den Versionen
Erscheinungsbild
Admin (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
Admin (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
||
| Zeile 56: | Zeile 56: | ||
border-collapse: separate; | border-collapse: separate; | ||
border-spacing: 0; | border-spacing: 0; | ||
border: 1px solid | border: 1px solid #d4e0e7; | ||
border-radius: 10px; | border-radius: 10px; | ||
overflow: hidden; | overflow: hidden; | ||
| Zeile 64: | Zeile 64: | ||
thead th { | thead th { | ||
padding: | padding: spacing(); | ||
background-color: | background-color: #fafafa; | ||
font-weight: bold; | font-weight: bold; | ||
font-size: inherit; | font-size: inherit; | ||
| Zeile 71: | Zeile 71: | ||
thead th:not(:last-child) { | thead th:not(:last-child) { | ||
border-right: 1px solid | border-right: 1px solid #d4e0e7; | ||
} | } | ||
tbody td { | tbody td { | ||
border-bottom: 1px solid | border-bottom: 1px solid #d4e0e7; | ||
padding: | padding: 1em; | ||
p { | p { | ||
margin: 0; | margin: 0; | ||
| Zeile 83: | Zeile 83: | ||
tbody td:not(:last-child) { | tbody td:not(:last-child) { | ||
border-right: 1px solid | border-right: 1px solid #d4e0e7; | ||
} | } | ||
| Zeile 91: | Zeile 91: | ||
tbody tr:first-child td { | tbody tr:first-child td { | ||
border-top: 1px solid | border-top: 1px solid #d4e0e7; | ||
} | } | ||
tfoot td { | tfoot td { | ||
padding-right: | padding-right: 1em; | ||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
tfoot tr:first-child td { | tfoot tr:first-child td { | ||
border-top: 1px solid | border-top: 1px solid #d4e0e7; | ||
} | } | ||
| Zeile 126: | Zeile 126: | ||
&.youSave { | &.youSave { | ||
color: | color: #e60a1f; | ||
} | } | ||
&.setPrice { | &.setPrice { | ||
color: | color: #004884; | ||
} | } | ||