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

Aus Ardapedia
Alboin (Diskussion | Beiträge)
K div entfernt
Alboin (Diskussion | Beiträge)
Verbesserungen hinzugefügt
Zeile 1: Zeile 1:
.table .mw-wikitable .portalBox td, th {
padding: 4px;
border-collapse:collapse;
empty-cells:show;
margin:4px;
}
.highlight {
background-color: #F3FAE2;
}
.mw-wikitable .portalBox th:not(.table):not(.citizen-overflow) {
    background-color: #F3FAE2;
}
.mw-wikitable .portalBox:not(.table):not(.citizen-overflow) {
border: 1px solid #8A9163;
background-color: #E9F3CF;
}
.h2 {
.h2 {
  font-weight: bold !important;
font-weight: bold;
  font-family: 'Arial' !important;
font-family: 'Arial';
  color: #000000 !important;
  border-bottom: none !important;
  border: 1px solid #8A9163 !important;
  background-color: #F3FAE2 !important;
}
}

Version vom 5. Dezember 2025, 10:06 Uhr

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

.highlight {
	background-color: #F3FAE2;
}

.mw-wikitable .portalBox th:not(.table):not(.citizen-overflow) {
    background-color: #F3FAE2;
}

.mw-wikitable .portalBox:not(.table):not(.citizen-overflow) {
	border: 1px solid #8A9163;
	background-color: #E9F3CF;
}

.h2 {
	font-weight: bold;
	font-family: 'Arial';
}