MediaWiki:Vector.css: Difference between revisions
Move edit tabs under red line |
Search bar adjustments to better match figma. |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 221: | Line 221: | ||
#left-navigation, | #left-navigation, | ||
#right-navigation { | #right-navigation { | ||
margin-top:var(--head-height | margin-top:var(--head-height); | ||
} | } | ||
| Line 286: | Line 286: | ||
height:var(--search-height); | height:var(--search-height); | ||
border-radius:var(--search-height); | border-radius:var(--search-height); | ||
border: | border:3px solid #FAFAFA; | ||
background: | background:#212F3E; | ||
box-shadow:none; | box-shadow:none; | ||
color:#fff; | color:#fff; | ||
| Line 452: | Line 452: | ||
flex-flow:column-reverse; | flex-flow:column-reverse; | ||
align-items:center; | align-items:center; | ||
margin-top:1.5em; | margin-top:1.5em; | ||
color:#DFDCDC; | |||
text-transform: uppercase; | |||
font-family: Roboto, sans-serif; | |||
font-size:0.8125em; | |||
} | |||
#sidebar a:hover { | |||
text-decoration: none; | |||
color: #fff; | |||
} | } | ||
| Line 466: | Line 474: | ||
border-radius:100%; | border-radius:100%; | ||
background:gray; | background:gray; | ||
margin-bottom:5px; | |||
} | } | ||
/************************* | /************************* | ||
* End left extra sidebar * | * End left extra sidebar * | ||
**************************/ | **************************/ | ||