Difference between revisions of "MediaWiki:Common.css"

From Wikimedia District of Columbia
Jump to navigation Jump to search
(save)
(No difference)

Revision as of 20:59, 4 March 2011

.nav td {
  text-align: center;
  background: #2388C5;
  font-weight: bold;
  margin: 0 .1em 0 0;
  width: 25%;
  font-size: 120%;
}

.nav td a {
  padding: .5em 1.6em;
  color: #fff;
  text-decoration: none;
}

.nav td:hover {
  background: #3BABEF;
}