MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 6: | Line 6: | ||
border: 1px solid lightgray; | border: 1px solid lightgray; | ||
padding: 10px; | padding: 10px; | ||
background-color: #E3FCF4; | background-color: #E3FCF4; | ||
background-color: #DDDDDD; | |||
} | } | ||
.spelltable th { | .spelltable th { | ||
Line 19: | Line 19: | ||
padding:2px; | padding:2px; | ||
margin-right:5px; | margin-right:5px; | ||
background-color: | background-color:white; | ||
} | } |
Revision as of 01:16, 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: #E3FCF4; background-color: #DDDDDD; } .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; }