Difference between revisions of "MediaWiki:Monobook.css"

Jump to navigation Jump to search
m
m
Line 9: Line 9:
body {
body {
   background-color: #7f7f7f;
   background-color: #7f7f7f;
}
.firstHeading {
  position: relative;
  left: -3px;
  top: 20px;
  margin-top: 0px;
  width: 100%;
  clear: both;
  padding: 23px 0px 10px 3px; /*top padding so page title doesn't overlay bar*/
  background-color: transparent;
  color: #532900;
  font-family: Verdana;
  font-weight: bold;
  /* font-size: 1.5em; */
  text-align: left;
  border: none;
}
}