MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 10: | Line 10: | ||
flex-direction: column; | flex-direction: column; | ||
gap: 4px; | gap: 4px; | ||
} | |||
#mw-panel .mw-portlet .vector-menu-heading-label { | |||
display: inline-block; | |||
text-align: center; | |||
} | } | ||
#mw-panel .mw-portlet { | #mw-panel .mw-portlet { | ||
width: 100%; | width: 100%; | ||
overflow: hidden; | |||
position: relative; | |||
background: linear-gradient(to bottom, #111 0%, #222 100%); | background: linear-gradient(to bottom, #111 0%, #222 100%); | ||
border: 1px solid rgba(255, 215, 0, 0.3); | border: 1px solid rgba(255, 215, 0, 0.3); | ||
Line 22: | Line 29: | ||
#mw-panel .mw-portlet .vector-menu-heading { | #mw-panel .mw-portlet .vector-menu-heading { | ||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
font-family: 'Cinzel', serif; | |||
font-size: 12px; | |||
font-weight: bold; | |||
letter-spacing: 0.5px; | |||
text-transform: uppercase; | |||
color: #C0A080; | |||
background-color: rgba(15, 15, 15, 0.9); | |||
height: 30px; | |||
margin: -2px -2px 4px -2px; | |||
border-radius: 6px 6px 0 0; | |||
text-align: center; | |||
} | } | ||