Difference between revisions of "User:James Hare/vector.css"

From Wikimedia District of Columbia
Jump to navigation Jump to search
(Working)
(Changing presentation of selected tabs; changing TOC presentation)
Line 17: Line 17:
 
}
 
}
 
div.vectorTabs ul li.selected {
 
div.vectorTabs ul li.selected {
border-bottom: 2px solid #347bff;
+
font-weight:bold;
 
}
 
}
 
div.vectorTabs ul li span a:hover {
 
div.vectorTabs ul li span a:hover {
Line 30: Line 30:
 
background-color: #fcfcfc !important;
 
background-color: #fcfcfc !important;
 
}
 
}
  +
  +
#toc {
  +
border:none;
  +
padding:14px;

Revision as of 07:28, 18 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  {
        font-weight:bold;
}
div.vectorTabs ul li span a:hover {
        text-decoration: none;
}
#catlinks {
        border:none;
        padding:10px;
}

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

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