Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
James Hare (talk | contribs) (Custom style for catlinks) |
James Hare (talk | contribs) (Some gray coloring) |
||
Line 1: | Line 1: | ||
body { |
body { |
||
− | background-color: # |
+ | background-color: #fcfcfc; |
} |
} |
||
#mw-page-base { |
#mw-page-base { |
||
+ | background-color: #fcfcfc; |
||
background-image: none; |
background-image: none; |
||
} |
} |
||
Line 24: | Line 25: | ||
border:none; |
border:none; |
||
padding:10px; |
padding:10px; |
||
+ | } |
||
+ | |||
+ | .vectorTabs ul li { |
||
+ | background-color: #fcfcfc; |
||
} |
} |
Revision as of 07:48, 11 February 2015
body {
background-color: #fcfcfc;
}
#mw-page-base {
background-color: #fcfcfc;
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 {
border-bottom: 2px solid #347bff;
}
div.vectorTabs ul li span a:hover {
text-decoration: none;
}
#catlinks {
border:none;
padding:10px;
}
.vectorTabs ul li {
background-color: #fcfcfc;
}