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

Aus Ardapedia
Alboin (Diskussion | Beiträge)
K Alboin verschob die Seite Hauptseite/styles.css nach Vorlage:Hauptseite/styles.css, ohne dabei eine Weiterleitung anzulegen
Alboin (Diskussion | Beiträge)
K important eingefügt und div
Zeile 1: Zeile 1:
.h2 {
div .h2 {
   font-weight: bold;
   font-weight: bold !important;
   font-family: 'Arial';
   font-family: 'Arial' !important;
   color: #000000;
   color: #000000 !important;
   border-bottom: none;
   border-bottom: none !important;
   border: 1px solid #8A9163;
   border: 1px solid #8A9163 !important;
   background-color: #F3FAE2;
   background-color: #F3FAE2 !important;
}
}

Version vom 5. Dezember 2025, 09:51 Uhr

div .h2 {
  font-weight: bold !important;
  font-family: 'Arial' !important;
  color: #000000 !important;
  border-bottom: none !important;
  border: 1px solid #8A9163 !important;
  background-color: #F3FAE2 !important;
}