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

From Wikimedia District of Columbia
Jump to navigation Jump to search
(Trying something)
(Removing typography CSS)
Line 1: Line 1:
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
 
 
.firstHeading {
 
font-weight:700;
 
}
 
body {
 
background-color: #fcfcfc;
 
}
 
 
#mw-page-base {
 
#mw-page-base {
 
background-color: #fcfcfc;
 
background-color: #fcfcfc;
Line 39: Line 31:
 
border:none;
 
border:none;
 
padding:14px;
 
padding:14px;
}
 
 
h1, h2, h3 {
 
font-family:'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif !important;
 
font-weight:bold;
 
 
}
 
}

Revision as of 04:54, 11 March 2015

#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;
}