MediaWiki:Vector.css: Difference between revisions

Mr Pie 5 (talk | contribs)
Adjustments to sidebar text.
Mr Pie 5 (talk | contribs)
Search bar adjustments to better match figma.
 
(One intermediate revision by the same user not shown)
Line 286: Line 286:
   height:var(--search-height);
   height:var(--search-height);
   border-radius:var(--search-height);
   border-radius:var(--search-height);
   border:2px solid #fff;
   border:3px solid #FAFAFA;
   background:rgba(33,33,33,0.5);
   background:#212F3E;
   box-shadow:none;
   box-shadow:none;
   color:#fff;
   color:#fff;
Line 456: Line 456:
   text-transform: uppercase;
   text-transform: uppercase;
   font-family: Roboto, sans-serif;
   font-family: Roboto, sans-serif;
  font-size:0.8125em;
}
#sidebar a:hover {
  text-decoration: none;
  color: #fff;
}
}


Line 468: Line 474:
   border-radius:100%;
   border-radius:100%;
   background:gray;
   background:gray;
  margin-bottom:5px;
}
}
/*************************
/*************************
* End left extra sidebar *
* End left extra sidebar *
**************************/
**************************/