MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
border: 1px solid lightgray; | border: 1px solid lightgray; | ||
padding: 10px; | padding: 10px; | ||
background-color: # | background-color: #EBFFF8; | ||
-moz-border-radius: 10px; | |||
border-radius: 10px; | |||
} | } | ||
.spelltable th { | .spelltable th { | ||
Revision as of 01:26, 16 February 2011
/* CSS placed here will affect users of the Monobook skin */
body { font-family: Verdana, sans-serif; }
.spelltable {
border: 1px solid lightgray;
padding: 10px;
background-color: #EBFFF8;
-moz-border-radius: 10px;
border-radius: 10px;
}
.spelltable th {
text-align:right;
padding-right:10px;
}
.spelltable td a {
color: #3366BB; font-weight:bold;
}
.spellline {
padding:2px;
margin-right:5px;
background-color:white;
}