Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(save) |
(save) |
||
Line 1: | Line 1: | ||
.nav td { |
.nav td { |
||
text-align: center; |
text-align: center; |
||
− | background: # |
+ | background: #ECECEC; |
font-weight: bold; |
font-weight: bold; |
||
margin: 0 .1em 0 0; |
margin: 0 .1em 0 0; |
||
Line 10: | Line 10: | ||
.nav td a { |
.nav td a { |
||
padding: .8em 1.6em; |
padding: .8em 1.6em; |
||
− | color: # |
+ | color: #565656; |
text-decoration: none; |
text-decoration: none; |
||
} |
} |
||
.nav td:hover { |
.nav td:hover { |
||
− | + | color: #000; |
|
} |
} |
Revision as of 21:01, 4 March 2011
.nav td {
text-align: center;
background: #ECECEC;
font-weight: bold;
margin: 0 .1em 0 0;
width: 25%;
font-size: 110%;
}
.nav td a {
padding: .8em 1.6em;
color: #565656;
text-decoration: none;
}
.nav td:hover {
color: #000;
}