User:Keegan (WMF)/global.css: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
m }
m fix for real
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
#mw-page-base {
#mw-page-base {
background-image: none;
background-image: none;
background-color: #fff;
}
}
div#content {
div#content {

Latest revision as of 20:45, 2 October 2019

body {
        background-color: #fff;
}
#mw-page-base {
        background-image: none;
        background-color: #fff;
}
div#content {
        border: 1px solid #fff;
}
div.vectorTabs ul li {
        background-image: none;
        background-color: #fff;
}
#p-views, #p-views *, #p-namespaces, #p-namespaces * {
        background-image: none;
}
div.vectorTabs ul li.selected  {
        border-bottom: 2px solid #347bff;
}
div.vectorTabs ul li span a:hover {
        text-decoration: none;}