Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
James Hare (talk | contribs) |
James Hare (talk | contribs) (Different gray) |
||
Line 1: | Line 1: | ||
/* Adjusted Vector Appearance */ |
/* Adjusted Vector Appearance */ |
||
body { |
body { |
||
− | background-color: # |
+ | background-color: #f8f9fa; |
} |
} |
||
#mw-page-base { |
#mw-page-base { |
||
− | background-color: # |
+ | background-color: #f8f9fa; |
background-image: none; |
background-image: none; |
||
} |
} |
||
Line 30: | Line 30: | ||
.vectorTabs ul li { |
.vectorTabs ul li { |
||
− | background-color: # |
+ | background-color: #f8f9fa !important; |
} |
} |
||
Revision as of 04:44, 15 July 2017
/* Adjusted Vector Appearance */
body {
background-color: #f8f9fa;
}
#mw-page-base {
background-color: #f8f9fa;
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: #f8f9fa !important;
}
#toc {
border:none;
padding:14px;
}