MediaWiki:Common.css: Unterschied zwischen den Versionen
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 961: | Zeile 961: | ||
/* ============================================ | |||
Dezenter Whisky-Hero-Bereich | |||
============================================ */ | |||
.ados-hero { | |||
margin: 0 0 1.5rem; | |||
padding: 1.2rem 1.5rem; | |||
margin: 0 0 | border-radius: 14px; | ||
background: linear-gradient(135deg, #f5deb3 0%, #e6c89f 100%); | |||
border- | box-shadow: 0 4px 12px rgba(0,0,0,.08); | ||
} | } | ||
.ados-hero__grid { | |||
display: flex; | |||
display: | flex-wrap: wrap; | ||
gap: 1.2rem; | |||
gap: | |||
align-items: center; | align-items: center; | ||
justify-content: space-between; | |||
} | } | ||
/* Titel links – kleiner & kompakter */ | |||
/* Titel */ | |||
.ados-hero__title { | .ados-hero__title { | ||
flex: 0 0 200px; | |||
max-width: 220px; | |||
font-family: "Georgia","Times New Roman",serif; | font-family: "Georgia","Times New Roman",serif; | ||
font-weight: 700; | font-weight: 700; | ||
font-size: | font-size: 1.6rem; /* vorher 2.4rem */ | ||
line-height: 1. | line-height: 1.25; | ||
color: #4b2b14; | color: #4b2b14; | ||
} | } | ||
.ados-hero__title span { display:block; } | |||
/* | /* Beschreibung in der Mitte – kleiner, dezenter */ | ||
.ados- | .ados-hero__center { | ||
flex: 1; | |||
display: flex; | |||
justify-content: center; | |||
} | } | ||
.ados-hero__center-box { | |||
padding: 0.9rem 1.2rem; | |||
.ados- | font-size: 0.9rem; /* kleiner */ | ||
line-height: 1.45; | |||
text-align: center; | |||
background: rgba(255,255,255,0.22); | |||
border-radius: 10px; | |||
border: 1px solid rgba(255,255,255,.35); | |||
background: rgba(255,255,255,. | max-width: 360px; | ||
border: 1px solid rgba(255,255,255,. | color: #3a2918; | ||
font-family: "Courier New", monospace; | |||
font-family: "Courier New" | |||
} | } | ||
/* Spalten | /* Rechts: Spalten – auch kleiner */ | ||
.ados-hero__cols { | .ados-hero__cols { | ||
flex: 0 0 220px; | |||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
gap: 1rem; | |||
gap: | |||
} | } | ||
.ados-hero__col { | .ados-hero__col { | ||
flex: 1 1 110px; | |||
font-size: . | font-size: 0.85rem; | ||
} | } | ||
.ados-hero__col-title { | .ados-hero__col-title { | ||
font-weight: 700; | font-weight: 700; | ||
margin-bottom: .25rem; | |||
color: #4b2b14; | color: #4b2b14; | ||
} | } | ||
.ados-hero__col ul { | .ados-hero__col ul { | ||
margin: 0; | margin: 0; | ||
padding-left: | padding-left: 1rem; | ||
} | } | ||
/* Mobile */ | |||
/* | |||
@media (max-width: 720px) { | @media (max-width: 720px) { | ||
.ados- | .ados-hero__grid { | ||
flex-direction: column; | |||
text-align: center; | text-align: center; | ||
} | } | ||
.ados-hero__title { | .ados-hero__title { | ||
font-size: | font-size: 1.4rem; | ||
} | } | ||
.ados-hero__cols { | .ados-hero__cols { | ||
justify-content: center; | |||
} | } | ||
} | } | ||