MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 590: | Line 590: | ||
.skin-theme-clientpref-night .ooo-notice--danger { | .skin-theme-clientpref-night .ooo-notice--danger { | ||
background: rgba(215,58,73,0.12); | background: rgba(215,58,73,0.12); | ||
} | |||
/* ========================================================= | |||
OOO INTRO BLOCK (Top Informational Section) | |||
========================================================= */ | |||
.ooo-intro { | |||
margin: 20px 0 30px 0; | |||
padding: 18px 22px; | |||
border-radius: 10px; | |||
border-left: 6px solid var(--ooo-accent); | |||
background: rgba(0,0,0,0.03); | |||
font-size: 1.05rem; | |||
line-height: 1.6; | |||
opacity: 0.95; | |||
} | |||
/* Slightly stronger in dark theme */ | |||
.skin-theme-clientpref-night .ooo-intro { | |||
background: rgba(255,255,255,0.04); | |||
} | |||
@media (prefers-color-scheme: dark) { | |||
.skin-theme-clientpref-os .ooo-intro { | |||
background: rgba(255,255,255,0.04); | |||
} | |||
} | } | ||