MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 207: | Line 207: | ||
/* ========================================================= | /* ========================================================= | ||
OOO HERO HEADER ( | OOO HERO HEADER (Theme Adaptive – No Gray Box) | ||
========================================================= */ | ========================================================= */ | ||
.ooo-hero { | .ooo-hero { | ||
text-align: center; | text-align: center; | ||
padding: 1. | padding: 2rem 1rem 1.5rem 1rem; | ||
margin-bottom: | margin-bottom: 2rem; | ||
} | } | ||
.ooo-hero__title { | .ooo-hero__title { | ||
font-size: 2. | font-size: 2.2rem; | ||
font-weight: 700; | font-weight: 700; | ||
letter-spacing: 0.5px; | letter-spacing: 0.5px; | ||
margin: 0; | |||
color: var(--ooo-accent); | color: var(--ooo-accent); | ||
} | } | ||
.ooo-hero__subtitle { | .ooo-hero__subtitle { | ||
font-size: 1.1rem; | font-size: 1.1rem; | ||
opacity: 0. | margin-top: 0.5rem; | ||
margin | opacity: 0.75; | ||
color: inherit; /* adapts automatically */ | |||
} | |||
.ooo-hero::after { | |||
content: ""; | |||
display: block; | |||
width: 120px; | |||
height: 2px; | |||
margin: 1.2rem auto 0 auto; | |||
background: var(--ooo-accent); | |||
opacity: 0.4; | |||
} | } | ||