Difference between revisions of "MediaWiki:Common.css"

From Wikimedia District of Columbia
Jump to navigation Jump to search
(Add main page header background image)
(Testing)
Line 50: Line 50:
 
body #topbanner {
 
body #topbanner {
 
margin-top: 0 !important;
 
margin-top: 0 !important;
  +
}
  +
  +
h1, h2, h3, h4, h5, h6 {
  +
overflow: hidden;
 
}
 
}

Revision as of 16:48, 18 January 2012

.nav th {
  text-align: center;
  background: #ECECEC;
  font-weight: bold;
  margin: 0 .1em 0 0;
  width: 25%;
  font-size: 0.925em;
  -moz-border-radius: 12px 12px 12px 12px;
}

.nav th a {
  padding: 1em 2em;
  color: #224F82;
  text-decoration: none;
}

.nav th:hover {
  color: #000;
}

.main-page-header {
  background-image:url("//upload.wikimedia.org/wikipedia/commons/7/7d/Wikimedia-logo-200px-transparent.png")
}

li#footer-info-lastmod,
li#footer-info-viewcount,
li#footer-places-disclaimer {
  display: none !important;
}

div#mw-panel div.portal#p-navigation div.body {
  background-image:none;
}

#p-navigation h5 {
  display: none !important;
}

body #t-cite,
body #siteSub,
body.page-Home #contentSub,
body.page-Home h1.firstHeading {
  display: none !important;
}

#firstHeading {
  margin-bottom: .5em;
}
 
body #topbanner {
  margin-top: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  overflow: hidden;
}