Difference between revisions of "MediaWiki:Common.css"

From Wikimedia District of Columbia
Jump to navigation Jump to search
(save)
(tweak)
Line 6: Line 6:
 
width: 25%;
 
width: 25%;
 
font-size: 110%;
 
font-size: 110%;
  +
-moz-border-radius: 12px 12px 12px 12px;
 
}
 
}
   
 
.nav td a {
 
.nav td a {
 
padding: .8em 1.6em;
 
padding: .8em 1.6em;
color: #565656;
+
color: #224F82;
 
text-decoration: none;
 
text-decoration: none;
 
}
 
}

Revision as of 23:18, 4 March 2011

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

.nav td a {
  padding: .8em 1.6em;
  color: #224F82;
  text-decoration: none;
}

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