Zum Inhalt springen

MediaWiki:Vector-2022.css: Unterschied zwischen den Versionen

Aus ADOS Wiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* Hero-Band nur auf der Hauptseitev2 */
/* ==== ADOS Hero-Bereich oben – Whisky-Gold (Variante A) ==== */
 
body.page-Hauptseitev2 .ados-hero {
body.page-Hauptseitev2 .ados-hero {
   margin: 0 auto 1.5rem;
   margin: 0 auto 1.5rem;
Zeile 5: Zeile 6:
   max-width: 72rem;
   max-width: 72rem;


  /* Whisky-Gold Verlauf */
   background: linear-gradient(
   background: linear-gradient(
     135deg,
     135deg,
     rgba(42, 75, 141, 0.12),
     rgba(217, 164, 65, 0.20),   /* Gold */
     rgba(255, 255, 255, 0.9)
     rgba(243, 230, 192, 0.80)   /* Holz / Fass */
   );
   );
   border-radius: 18px;
   border-radius: 18px;
   border: 1px solid rgba(42, 75, 141, 0.18);
   border: 1px solid rgba(217, 164, 65, 0.35);
   box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
   box-shadow: 0 10px 25px rgba(100, 70, 20, 0.12);


   text-align: center;
   text-align: center;
}
}


/* Titel & Untertitel */
body.page-Hauptseitev2 .ados-hero__title {
body.page-Hauptseitev2 .ados-hero__title {
   margin: 0 0 .4rem;
   margin: 0 0 .4rem;
   font-size: 2.0rem;
   font-size: 2.0rem;
   font-weight: 700;
   font-weight: 700;
  color: #5a3b15; /* Whisky-Braun */
}
}


Zeile 26: Zeile 31:
   margin: 0;
   margin: 0;
   font-size: 1rem;
   font-size: 1rem;
   color: #374151;
   color: #4b3b25;
}
}


Zeile 35: Zeile 40:
     padding: 1.2rem .9rem;
     padding: 1.2rem .9rem;
   }
   }
   body.page-Hauptseitev2 .ados-hero__title {
   body.page-Hauptseitev2 .ados-hero__title {
     font-size: 1.6rem;
     font-size: 1.6rem;
   }
   }
}
}

Version vom 22. November 2025, 23:09 Uhr

/* ==== 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;

  /* Whisky-Gold Verlauf */
  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;
}

/* Titel & Untertitel */
body.page-Hauptseitev2 .ados-hero__title {
  margin: 0 0 .4rem;
  font-size: 2.0rem;
  font-weight: 700;
  color: #5a3b15; /* Whisky-Braun */
}

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

/* Auf schmalen Displays etwas kompakter */
@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;
  }
}