Difference between revisions of "MediaWiki:Monobook.css"

m
no edit summary
m
m
Line 34: Line 34:
     border-radius: 10px;
     border-radius: 10px;
     -moz-border-radius: 10px;
     -moz-border-radius: 10px;
}
.firstHeading {
  position: relative;
  left: -4px;
  top: 0px;
  margin-top: 0px;
  width: 100%;
  clear: both;
  padding: 10px 0px 10px 3px;
  background-color: transparent;
  color: rgb(20, 125, 190);
  font-family: Verdana;
  font-weight: bold;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  border: none;
}
}