MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 593: | Line 593: | ||
/* ========================================================= | /* ========================================================= | ||
OOO | OOO INTRO (Clean Underlined Section) | ||
========================================================= */ | ========================================================= */ | ||
.ooo- | .ooo-intro { | ||
margin: 30px 0 35px 0; | margin: 30px 0 35px 0; | ||
} | } | ||
.ooo- | .ooo-intro__title { | ||
font-size: 1.9rem; | font-size: 1.9rem; | ||
font-weight: 800; | font-weight: 800; | ||
| Line 608: | Line 608: | ||
} | } | ||
.ooo- | .ooo-intro__title::after { | ||
content: ""; | content: ""; | ||
display: block; | display: block; | ||
height: 3px; | height: 3px; | ||
width: | width: 140px; | ||
margin-top: 8px; | margin-top: 8px; | ||
background: var(--ooo-accent); | background: var(--ooo-accent); | ||
opacity: 0.6; | opacity: 0.6; | ||
} | |||
.ooo-intro__text { | |||
font-size: 1.05rem; | |||
line-height: 1.7; | |||
margin-top: 14px; | |||
opacity: 0.95; | |||
} | } | ||