MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
#mw-panel { | #mw-panel { | ||
width: 150px; | width: 160px; | ||
min-width: 150px; | |||
max-width: 200px; | |||
padding: 2px; | padding: 2px; | ||
display: flex; | display: flex; | ||
Line 21: | Line 23: | ||
#mw-panel .mw-portlet .vector-menu-heading { | #mw-panel .mw-portlet .vector-menu-heading { | ||
font-family: 'Cinzel', serif; | font-family: 'Cinzel', serif; | ||
font-size: | font-size: 12px; | ||
font-weight: bold; | font-weight: bold; | ||
letter-spacing: 0.5px; | |||
text-transform: uppercase; | text-transform: uppercase; | ||
color: #C0A080; | color: #C0A080; | ||
background: rgba(15, 15, 15, 0.9); | background: rgba(15, 15, 15, 0.9); | ||
padding: 4px; | padding: 6px 4px; | ||
border-radius: 6px 6px 0 0; | border-radius: 6px 6px 0 0; | ||
text-align: center; | text-align: center; | ||
line-height: 1.2; | |||
word-break: break-word; | |||
white-space: normal; | |||
} | } | ||
Line 157: | Line 161: | ||
} | } | ||
.vector-menu- | .vector-menu-content-list a { | ||
position: relative; | |||
overflow: hidden; | |||
} | } | ||
.vector-menu-content-list a::after { | |||
.vector-menu- | content: ''; | ||
background: # | position: absolute; | ||
left: 0; | |||
bottom: 0px; | |||
width: 0%; | |||
height: 2px; | |||
background-color: #E5C07B; | |||
transition: width 0.3s ease; | |||
} | } | ||
.vector-menu-content-list a:hover::after { | |||
.vector-menu- | width: 100%; | ||
} | } | ||
.vector-menu-content-list a:visited, | |||
.vector-menu- | .vector-menu-content-list a:link, | ||
.vector-menu- | .vector-menu-content-list a:active { | ||
color: # | color: #E5C07B !important; | ||
text-decoration: none !important; | |||
} | } |