Difference between revisions of "MediaWiki:Common.css"
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: |
+ | font-size: 110%; |
} |
} |
||
.nav td a { |
.nav td a { |
||
− | padding: . |
+ | padding: .8em 1.6em; |
color: #fff; |
color: #fff; |
||
text-decoration: none; |
text-decoration: none; |
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: 110%;
}
.nav td a {
padding: .8em 1.6em;
color: #fff;
text-decoration: none;
}
.nav td:hover {
background: #3BABEF;
}