MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 593: | Line 593: | ||
/* ========================================================= | /* ========================================================= | ||
OOO | OOO SECTION HEADER (Clean Underlined) | ||
========================================================= */ | ========================================================= */ | ||
.ooo- | .ooo-section-header { | ||
margin: 30px 0 | margin: 30px 0 35px 0; | ||
} | } | ||
.ooo- | .ooo-section-header__title { | ||
font-size: 1. | font-size: 1.9rem; | ||
font-weight: 800; | font-weight: 800; | ||
letter-spacing: 0.5px; | letter-spacing: 0.5px; | ||
margin-bottom: | margin-bottom: 10px; | ||
color: var(--ooo-accent); | color: var(--ooo-accent); | ||
} | } | ||
.ooo- | .ooo-section-header__text { | ||
font-size: 1.05rem; | font-size: 1.05rem; | ||
line-height: 1.7; | line-height: 1.7; | ||
margin-bottom: 14px; | |||
opacity: 0.95; | opacity: 0.95; | ||
} | } | ||
.ooo- | /* Underline */ | ||
height: | .ooo-section-header__title::after { | ||
width: | content: ""; | ||
background: | display: block; | ||
height: 3px; | |||
width: 120px; | |||
margin-top: 8px; | |||
background: var(--ooo-accent); | |||
opacity: 0. | opacity: 0.6; | ||
} | } | ||