MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 593: | Line 593: | ||
/* ========================================================= | /* ========================================================= | ||
OOO INTRO (Clean | OOO INTRO (Clean Branded Intro Section) | ||
========================================================= */ | ========================================================= */ | ||
.ooo-intro { | .ooo-intro { | ||
margin: 30px 0 | margin: 30px 0 40px 0; | ||
} | } | ||
/* Title */ | |||
.ooo-intro__title { | .ooo-intro__title { | ||
font-size: 1.9rem; | font-size: 1.9rem; | ||
font-weight: 800; | font-weight: 800; | ||
letter-spacing: 0.5px; | letter-spacing: 0.5px; | ||
margin-bottom: | margin-bottom: 14px; | ||
/* Force brand color */ | |||
color: var(--ooo-accent) !important; | |||
} | } | ||
/* Intro text */ | |||
.ooo-intro__text { | .ooo-intro__text { | ||
font-size: 1.05rem; | font-size: 1.05rem; | ||
line-height: 1.7; | line-height: 1.7; | ||
margin- | margin-bottom: 16px; | ||
opacity: 0.95; | opacity: 0.95; | ||
} | |||
/* Divider AFTER content */ | |||
.ooo-intro__divider { | |||
height: 3px; | |||
width: 100%; | |||
background: var(--ooo-accent); | |||
opacity: 0.6; | |||
} | } | ||