Ardapedia wird von Menschen wie Dir gemacht. Erstelle jetzt Dein kostenloses Benutzerkonto und trage dazu bei, unser Wiki zu verbessern.
Vorlage:Hauptseite/styles.css: Unterschied zwischen den Versionen
Aus Ardapedia
Alboin (Diskussion | Beiträge) Verbesserungen eingefügt |
Alboin (Diskussion | Beiträge) K Anpassungen ergänzt |
||
| Zeile 8: | Zeile 8: | ||
.highlight { | .highlight { | ||
background-color: #F3FAE2; | background-color: #F3FAE2; | ||
border: 1px solid #8A9163; | |||
margin:4px; | |||
padding:4px; | |||
} | } | ||
| Zeile 17: | Zeile 20: | ||
border: 1px solid #8A9163; | border: 1px solid #8A9163; | ||
background-color: #E9F3CF; | background-color: #E9F3CF; | ||
margin:4px; | |||
padding:4px; | |||
} | } | ||
Version vom 5. Dezember 2025, 10:15 Uhr
.portalBox td, th {
padding: 4px;
border-collapse:collapse;
empty-cells:show;
margin:4px;
}
.highlight {
background-color: #F3FAE2;
border: 1px solid #8A9163;
margin:4px;
padding:4px;
}
.portalBox th :not(.table):not(.citizen-overflow) {
background-color: #F3FAE2;
}
.portalBox:not(.table):not(.citizen-overflow) {
border: 1px solid #8A9163;
background-color: #E9F3CF;
margin:4px;
padding:4px;
}
.h2 {
font-weight: bold;
font-family: 'Arial';
}
