MediaWiki:Common.css: Difference between revisions
infobox formatting |
feature box formatting |
||
| Line 122: | Line 122: | ||
} | } | ||
#events-box, # | #events-box, #feature-box { | ||
flex: 1; | flex: 1; | ||
min-width: 280px; | min-width: 280px; | ||
| Line 137: | Line 137: | ||
} | } | ||
#bulletin-box h2 { border-bottom-color: var(--vw-green); } | #bulletin-box h2 { border-bottom-color: var(--vw-green); } | ||
#feature-box { | |||
border: 2px solid var(--vw-gold); | |||
background-color: var(--vw-gold-subtle); | |||
} | |||
#feature-box h2 { border-bottom-color: var(--vw-gold); } | |||
.documentation .mw-editsection { | .documentation .mw-editsection { | ||
display: none; | display: none; | ||
} | } | ||