Difference between revisions of "MediaWiki:Vector.css"

From Wikimedia District of Columbia
Jump to navigation Jump to search
(Using wgVectorResponsive setting so mobile-specific code no longer needed; darker background in general)
Line 30: Line 30:
   
 
.vectorTabs ul li {
 
.vectorTabs ul li {
background-color: #fcfcfc !important;
+
background-color: #eaecf0 !important;
 
}
 
}
   

Revision as of 04:43, 15 July 2017

/* Adjusted Vector Appearance */
body {
        background-color: #eaecf0;
}

#mw-page-base {
        background-color: #eaecf0;
        background-image: none;
}
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  {
        font-weight:bold;
}
div.vectorTabs ul li span a:hover {
        text-decoration: none;
}
#catlinks {
        border:none;
        padding:10px;
}

.vectorTabs ul li {
        background-color: #eaecf0 !important;
}

#toc {
        border:none;
        padding:14px;
}