Vorlage:Seq/styles.css: Unterschied zwischen den Versionen
Aus Ardapedia
Alboin (Diskussion | Beiträge) K Farbe angepasst |
Alboin (Diskussion | Beiträge) Tabellenkopf |
||
| (3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 2: | Zeile 2: | ||
width: 100%; | width: 100%; | ||
font-size: 0.875rem; | font-size: 0.875rem; | ||
text-align: center; | text-align: center; | ||
} | } | ||
| Zeile 12: | Zeile 10: | ||
.ardapedia-seq-head { | .ardapedia-seq-head { | ||
background-color: # | background-color: #EAECF0; | ||
} | } | ||
.ardapedia-seq-title { | .ardapedia-seq-title { | ||
color: # | color:#000000; | ||
font-family: 'Times'; | font-family: 'Times'; | ||
font-size: 1.25rem; | font-size: 1.25rem; | ||
| Zeile 23: | Zeile 21: | ||
.ardapedia-seq-label { | .ardapedia-seq-label { | ||
color: # | color: #000000; | ||
font-size: 0.8125rem; | font-size: 0.8125rem; | ||
} | } | ||
.ardapedia-seq-value { | .ardapedia-seq-value { | ||
color: # | color: #000000; | ||
font-weight: 500; | font-weight: 500; | ||
} | } | ||
Aktuelle Version vom 7. Dezember 2025, 19:52 Uhr
.ardapedia-seq-table {
width: 100%;
font-size: 0.875rem;
text-align: center;
}
.ardapedia-seq .citizen-overflow-wrapper {
max-width: none;
}
.ardapedia-seq-head {
background-color: #EAECF0;
}
.ardapedia-seq-title {
color:#000000;
font-family: 'Times';
font-size: 1.25rem;
font-weight: 600;
}
.ardapedia-seq-label {
color: #000000;
font-size: 0.8125rem;
}
.ardapedia-seq-value {
color: #000000;
font-weight: 500;
}
