MediaWiki:Common.css: Unterschied zwischen den Versionen
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 1.035: | Zeile 1.035: | ||
/* ==== ADOS Hero-Bereich – Whisky | /* ==== ADOS Hero-Bereich – Whisky-Balken (Desktop + Mobil) ==== */ | ||
body.page-Hauptseitev2 #mw-content-text .ados-hero { | |||
body.page-Hauptseitev2 .ados-hero { | margin: 0 0 1.2rem; | ||
margin: | padding: 1.6rem 1.8rem 1.2rem; | ||
padding: 1. | |||
/* Whisky-Farbverlauf | /* sanfter Whisky-Farbverlauf */ | ||
background: linear-gradient( | background: linear-gradient( | ||
135deg, | |||
rgba( | rgba(210, 160, 80, 0.35), | ||
rgba(248, 235, 206, 0.95) | |||
rgba( | |||
); | ); | ||
border- | border-radius: 16px; | ||
box-shadow: 0 8px | border: 1px solid rgba(145, 104, 38, 0.35); | ||
box-shadow: 0 8px 20px rgba(80, 50, 20, 0.18); | |||
color: #3a2a16; | color: #3a2a16; | ||
} | } | ||
/* | /* Inhalt innen: links Text, rechts Links-Spalten */ | ||
body.page-Hauptseitev2 | body.page-Hauptseitev2 #mw-content-text .ados-hero__inner { | ||
max-width: 1200px; | max-width: 1200px; | ||
margin: 0 auto; | margin: 0 auto; | ||
display: flex; | display: flex; | ||
gap: 1. | gap: 1.8rem; | ||
align-items: flex-start; | align-items: flex-start; | ||
justify-content: space-between; | justify-content: space-between; | ||
} | } | ||
body.page-Hauptseitev2 .ados-hero__left { | /* linker Block (Titel + Untertitel) */ | ||
flex: 1 1 | body.page-Hauptseitev2 #mw-content-text .ados-hero__left { | ||
flex: 1 1 42%; | |||
} | } | ||
body.page-Hauptseitev2 .ados-hero__title { | body.page-Hauptseitev2 #mw-content-text .ados-hero__title { | ||
font-size: | font-size: 2rem; | ||
font-weight: 700; | font-weight: 700; | ||
margin: 0 0 . | margin: 0 0 .4rem; | ||
color: #4a2f10; | color: #4a2f10; | ||
} | } | ||
body.page-Hauptseitev2 .ados-hero__subtitle { | body.page-Hauptseitev2 #mw-content-text .ados-hero__subtitle { | ||
margin: 0; | margin: 0; | ||
font-size: 0.98rem; | font-size: 0.98rem; | ||
line-height: 1. | line-height: 1.55; | ||
} | } | ||
body.page-Hauptseitev2 .ados-hero__right { | /* rechter Block – 3 Spalten wie bei ConanWiki */ | ||
flex: 1 1 | body.page-Hauptseitev2 #mw-content-text .ados-hero__right { | ||
flex: 1 1 58%; | |||
display: grid; | display: grid; | ||
grid-template-columns: repeat(3, minmax(0, 1fr)); | grid-template-columns: repeat(3, minmax(0, 1fr)); | ||
gap: 0.75rem 1. | gap: 0.75rem 1.5rem; | ||
font-size: 0.9rem; | font-size: 0.9rem; | ||
} | } | ||
body.page-Hauptseitev2 .ados-hero__heading { | body.page-Hauptseitev2 #mw-content-text .ados-hero__heading { | ||
font-weight: 600; | font-weight: 600; | ||
margin-bottom: 0. | margin-bottom: 0.25rem; | ||
color: #5b3a14; | color: #5b3a14; | ||
} | } | ||
body.page-Hauptseitev2 .ados-hero__right ul { | body.page-Hauptseitev2 #mw-content-text .ados-hero__right ul { | ||
list-style: none; | list-style: none; | ||
margin: 0; | margin: 0; | ||
| Zeile 1.127: | Zeile 1.104: | ||
} | } | ||
body.page-Hauptseitev2 .ados-hero__right li { | body.page-Hauptseitev2 #mw-content-text .ados-hero__right li { | ||
margin: 1px 0; | margin: 1px 0; | ||
} | } | ||
body.page-Hauptseitev2 .ados-hero__right a { | body.page-Hauptseitev2 #mw-content-text .ados-hero__right a { | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
body.page-Hauptseitev2 .ados-hero__right a:link, | body.page-Hauptseitev2 #mw-content-text .ados-hero__right a:link, | ||
body.page-Hauptseitev2 .ados-hero__right a:visited { | body.page-Hauptseitev2 #mw-content-text .ados-hero__right a:visited { | ||
color: #7a4b18; | color: #7a4b18; | ||
} | } | ||
body.page-Hauptseitev2 .ados-hero__right a:hover { | body.page-Hauptseitev2 #mw-content-text .ados-hero__right a:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
/* ====== Mobil / Tablet | /* ====== Mobil / Tablet ====== */ | ||
/* bis 900px: untereinander | /* bis 900px: Blöcke untereinander, Titel/Untertitel zentriert */ | ||
@media (max-width: 900px) { | @media (max-width: 900px) { | ||
body.page-Hauptseitev2 .ados-hero { | body.page-Hauptseitev2 #mw-content-text .ados-hero { | ||
margin: 0 -0. | margin: 0 -0.5rem 0.9rem; | ||
padding: 1.1rem | padding: 1.3rem 1rem 1rem; | ||
} | } | ||
body.page-Hauptseitev2 .ados-hero__inner { | body.page-Hauptseitev2 #mw-content-text .ados-hero__inner { | ||
flex-direction: column; | flex-direction: column; | ||
align-items: stretch; | align-items: stretch; | ||
text-align: center; | |||
} | } | ||
body.page-Hauptseitev2 .ados- | body.page-Hauptseitev2 #mw-content-text .ados-hero__left { | ||
max-width: 600px; | |||
margin: 0 auto 0.8rem; | |||
padding: 0 0.6rem; | |||
} | |||
body.page-Hauptseitev2 #mw-content-text .ados-hero__title { | |||
font-size: 1.7rem; | |||
} | } | ||
body.page-Hauptseitev2 .ados-hero__subtitle { | body.page-Hauptseitev2 #mw-content-text .ados-hero__subtitle { | ||
font-size: 0.95rem; | font-size: 0.95rem; | ||
} | } | ||
body.page-Hauptseitev2 .ados-hero__right { | body.page-Hauptseitev2 #mw-content-text .ados-hero__right { | ||
grid-template-columns: repeat(2, minmax(0, 1fr)); | grid-template-columns: repeat(2, minmax(0, 1fr)); | ||
text-align: left; | |||
font-size: 0.9rem; | font-size: 0.9rem; | ||
} | } | ||
} | } | ||
/* bis 600px: | /* bis 600px: Links einspaltig */ | ||
@media (max-width: 600px) { | @media (max-width: 600px) { | ||
body.page-Hauptseitev2 .ados-hero { | body.page-Hauptseitev2 #mw-content-text .ados-hero { | ||
margin: 0 -0.5rem 0.8rem; | margin: 0 -0.5rem 0.8rem; | ||
padding: 1rem 0. | padding: 1.1rem 0.8rem 0.9rem; | ||
} | } | ||
body.page-Hauptseitev2 .ados-hero__right { | body.page-Hauptseitev2 #mw-content-text .ados-hero__right { | ||
grid-template-columns: 1fr; | grid-template-columns: 1fr; | ||
} | } | ||
} | } | ||