MediaWiki:Common.css: Unterschied zwischen den Versionen
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 966: | Zeile 966: | ||
/* ============================================ | /* ============================================ | ||
ADOS-Hero – elegant | ADOS-Hero – whiskyfarben, elegant, KEINE weißen Boxen | ||
============================================ */ | ============================================ */ | ||
.ados-hero { | .ados-hero { | ||
background: linear-gradient(135deg, #e7cfa4 0%, #d4b287 100%); | |||
padding: 1.4rem 1. | padding: 1.4rem 1.6rem 1.6rem; | ||
margin: 0 0 2rem; | |||
border-radius: 12px; | |||
box-shadow: 0 | box-shadow: 0 4px 12px rgba(0,0,0,.05); | ||
border: 1px solid rgba( | border: 1px solid rgba(120,80,40,.15); | ||
} | } | ||
/* Layout */ | |||
.ados-hero__grid { | .ados-hero__grid { | ||
max-width: 900px; | max-width: 900px; | ||
margin: 0 auto; | margin: 0 auto; | ||
display: | display: grid; | ||
grid-template-columns: 1fr 1.2fr 1fr; | |||
gap: | gap: 1.2rem; | ||
align-items: center; | align-items: center; | ||
} | } | ||
/* Titel | /* Titel links */ | ||
.ados-hero__title { | .ados-hero__title { | ||
font-family: "Georgia","Times New Roman",serif; | font-family: "Georgia","Times New Roman",serif; | ||
font-size: 1.8rem; | |||
font-weight: 700; | font-weight: 700; | ||
line-height: 1.2; | |||
line-height: 1. | |||
color: #4b2b14; | color: #4b2b14; | ||
} | } | ||
.ados-hero__title span { display:block; } | .ados-hero__title span { display:block; } | ||
.ados-hero__title hr { | |||
width: 50%; | |||
margin-top: .6rem; | |||
border: 0; | |||
border-top: 1px solid rgba(75,43,20,.28); | |||
} | |||
/* | /* Mitte – KEINE Box */ | ||
.ados-hero__center-box { | .ados-hero__center-box { | ||
font-family: "Courier New", ui-monospace, monospace; | |||
font-size: 0.95rem; | |||
line-height: 1.55; | |||
font-size: 0. | color: #3a2918; | ||
line-height: 1. | |||
text-align: center; | text-align: center; | ||
padding: .2rem; | |||
/* keine Box, kein Hintergrund */ | |||
} | |||
color: # | .ados-hero__center-box strong { | ||
font- | color: #4b2b14; | ||
font-weight: 700; | |||
} | } | ||
/* | /* Rechte Spalten */ | ||
.ados-hero__cols { | .ados-hero__cols { | ||
display: flex; | display: flex; | ||
flex-direction: column; | |||
gap: | gap: .9rem; | ||
} | } | ||
.ados-hero__col-title { | .ados-hero__col-title { | ||
font-weight: 700; | font-weight: 700; | ||
margin-bottom: .2rem; | |||
margin-bottom: | |||
color: #4b2b14; | color: #4b2b14; | ||
font-size: .95rem; | |||
} | } | ||
| Zeile 1.048: | Zeile 1.037: | ||
padding-left: 1rem; | padding-left: 1rem; | ||
} | } | ||
.ados-hero__col li { | .ados-hero__col li { | ||
margin: | margin: .1rem 0; | ||
} | } | ||
/* --------- | /* ---------------- MOBIL ---------------- */ | ||
@media (max-width: 720px) { | @media (max-width: 720px) { | ||
.ados-hero { | .ados-hero { | ||
border-radius: 0; | |||
margin-left: -1rem; | |||
border-radius: 0; | |||
margin-left: -1rem; | |||
margin-right: -1rem; | margin-right: -1rem; | ||
padding: 1.2rem 1rem 1.4rem; | |||
} | } | ||
.ados-hero__grid { | .ados-hero__grid { | ||
align | display: flex; | ||
flex-direction: column; | |||
text-align: center; | |||
gap: 1rem; | |||
} | } | ||
.ados-hero__title { | .ados-hero__title { | ||
font-size: 1. | font-size: 1.6rem; | ||
} | } | ||
.ados-hero__cols { | .ados-hero__cols { | ||
flex-direction: column; | flex-direction: column; | ||
gap: | gap: 1rem; | ||
} | } | ||
.ados-hero__col { | .ados-hero__col { | ||
text-align: | text-align: center; | ||
} | } | ||
} | } | ||