MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 368: | Line 368: | ||
flex-direction: column; | flex-direction: column; | ||
} | } | ||
} | |||
/* ========================================================= | |||
OOO CARD TITLE SEPARATOR | |||
========================================================= */ | |||
.ooo-card h3, | |||
.ooo-card h2 { | |||
position: relative; | |||
padding-bottom: 12px; | |||
margin-bottom: 20px; | |||
} | |||
.ooo-card h3::after, | |||
.ooo-card h2::after { | |||
content: ""; | |||
display: block; | |||
height: 2px; | |||
width: 100%; | |||
margin-top: 10px; | |||
background: linear-gradient( | |||
to right, | |||
var(--ooo-accent), | |||
rgba(255,122,0,0.3) | |||
); | |||
} | } | ||