Zum Inhalt springen

MediaWiki:Minerva.css: Unterschied zwischen den Versionen

Aus ADOS Wiki
Keine Bearbeitungszusammenfassung
Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung Erweiterte mobile Bearbeitung
Keine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:
/* Unterpunkte: keine Icons anzeigen (Sicherheitsgurt, falls doch welche auftauchen) */
/* Unterpunkte: keine Icons anzeigen (Sicherheitsgurt, falls doch welche auftauchen) */
#ados-custom-links .toggle-list__list .minerva-icon { display: none !important; }
#ados-custom-links .toggle-list__list .minerva-icon { display: none !important; }
/* ==== ADOS Hero-Bereich oben – Whisky-Gold (Variante A) ==== */
body.page-Hauptseitev2 .ados-hero {
  margin: 0 auto 1.5rem;
  padding: 1.8rem 1.2rem;
  max-width: 72rem;
  background: linear-gradient(
    135deg,
    rgba(217, 164, 65, 0.20),  /* Gold */
    rgba(243, 230, 192, 0.80)  /* Holz / Fass */
  );
  border-radius: 18px;
  border: 1px solid rgba(217, 164, 65, 0.35);
  box-shadow: 0 10px 25px rgba(100, 70, 20, 0.12);
  text-align: center;
}
body.page-Hauptseitev2 .ados-hero__title {
  margin: 0 0 .4rem;
  font-size: 2.0rem;
  font-weight: 700;
  color: #5a3b15;
}
body.page-Hauptseitev2 .ados-hero__subtitle {
  margin: 0;
  font-size: 1rem;
  color: #4b3b25;
}
@media (max-width: 720px) {
  body.page-Hauptseitev2 .ados-hero {
    margin-top: .75rem;
    padding: 1.2rem .9rem;
  }
  body.page-Hauptseitev2 .ados-hero__title {
    font-size: 1.6rem;
  }
}

Version vom 22. November 2025, 23:16 Uhr

/* All CSS here will be loaded for users of the MinervaNeue skin */

/* kompakte Abstände & saubere Einrückung */
#ados-custom-links .toggle-list-item__anchor { padding: 6px 12px; }
#ados-custom-links .toggle-list__list .toggle-list-item__anchor { padding-left: 12px; }

/* Unterpunkte: keine Icons anzeigen (Sicherheitsgurt, falls doch welche auftauchen) */
#ados-custom-links .toggle-list__list .minerva-icon { display: none !important; }




/* ==== ADOS Hero-Bereich oben – Whisky-Gold (Variante A) ==== */

body.page-Hauptseitev2 .ados-hero {
  margin: 0 auto 1.5rem;
  padding: 1.8rem 1.2rem;
  max-width: 72rem;

  background: linear-gradient(
    135deg,
    rgba(217, 164, 65, 0.20),   /* Gold */
    rgba(243, 230, 192, 0.80)   /* Holz / Fass */
  );

  border-radius: 18px;
  border: 1px solid rgba(217, 164, 65, 0.35);
  box-shadow: 0 10px 25px rgba(100, 70, 20, 0.12);

  text-align: center;
}

body.page-Hauptseitev2 .ados-hero__title {
  margin: 0 0 .4rem;
  font-size: 2.0rem;
  font-weight: 700;
  color: #5a3b15;
}

body.page-Hauptseitev2 .ados-hero__subtitle {
  margin: 0;
  font-size: 1rem;
  color: #4b3b25;
}

@media (max-width: 720px) {
  body.page-Hauptseitev2 .ados-hero {
    margin-top: .75rem;
    padding: 1.2rem .9rem;
  }

  body.page-Hauptseitev2 .ados-hero__title {
    font-size: 1.6rem;
  }
}