Vorlage:Hauptseite/styles.css: Unterschied zwischen den Versionen

Aus Ardapedia
Alboin (Diskussion | Beiträge)
Änderung 124915 von Alboin (Diskussion) rückgängig gemacht.
Markierungen: Geleert Rückgängigmachung
Alboin (Diskussion | Beiträge)
Änderung 124916 von Alboin (Diskussion) rückgängig gemacht.
Markierung: Rückgängigmachung
Zeile 1: Zeile 1:
.portalBox td, th {
padding: 4px;
border-collapse:collapse;
empty-cells:show;
margin:4px;
}


.highlight {
background-color: #F3FAE2;
border: 1px solid #8A9163;
}
.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';
}

Version vom 5. Januar 2026, 17:34 Uhr

.portalBox td, th {
	padding: 4px; 
	border-collapse:collapse; 
	empty-cells:show; 
	margin:4px;
}

.highlight {
	background-color: #F3FAE2;
	border: 1px solid #8A9163;
}

.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';
}