Die Ardapedia braucht Deine Hilfe!
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)
K Die Seite wurde geleert
Markierung: Geleert
Alboin (Diskussion | Beiträge)
Test Stylesheet
Markierung: Manuelle Zurücksetzung
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 10. Dezember 2025, 20:31 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';
}