Difference between revisions of "MediaWiki:Common.css"

From Wikimedia District of Columbia
Jump to navigation Jump to search
(save)
(save)
Line 5: Line 5:
 
margin: 0 .1em 0 0;
 
margin: 0 .1em 0 0;
 
width: 25%;
 
width: 25%;
font-size: 0.925em
+
font-size: 0.925em;
 
-moz-border-radius: 12px 12px 12px 12px;
 
-moz-border-radius: 12px 12px 12px 12px;
 
}
 
}

Revision as of 23:22, 4 March 2011

.nav td {
  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 td a {
  padding: 1em 2em;
  color: #224F82;
  text-decoration: none;
}

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