MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 593: | Line 593: | ||
/* ========================================================= | /* ========================================================= | ||
OOO INTRO BLOCK | OOO INTRO HEADER BLOCK | ||
========================================================= */ | ========================================================= */ | ||
.ooo-intro { | .ooo-intro { | ||
margin: | margin: 30px 0 40px 0; | ||
} | |||
.ooo-intro__title { | |||
font-size: 1.8rem; | |||
font-weight: 800; | |||
letter-spacing: 0.5px; | |||
margin-bottom: 12px; | |||
color: var(--ooo-accent); | |||
} | |||
.ooo-intro__text { | |||
font-size: 1.05rem; | font-size: 1.05rem; | ||
line-height: 1. | line-height: 1.7; | ||
opacity: 0.95; | opacity: 0.95; | ||
margin-bottom: 16px; | |||
} | } | ||
.ooo-intro__divider { | |||
height: 2px; | |||
width: 100%; | |||
background: linear-gradient( | |||
to right, | |||
var(--ooo-accent), | |||
transparent | |||
); | |||
opacity: 0.5; | |||
} | } | ||