MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will affect users of the Monobook skin: /* if you hate this, please delete it. The original wiki had a custom CSS I tweaked to use a less Arial font, to redu...") |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Monobook skin */ | /* CSS placed here will affect users of the Monobook skin */ | ||
body { font-family: Verdana, sans-serif; } | body { font-family: Verdana, sans-serif; } | ||
.spelltable { | |||
border: 1px solid lightgray; | |||
padding: 10px; | |||
margin-left: 20px; | |||
background-color: #D3EDE4; | |||
} | |||
.spelltable th { | |||
text-align:right; | |||
padding-right:10px; | |||
} | |||
.spelltable td a { | |||
color: #3366BB; font-weight:bold; | |||
} | |||
.spellline { | |||
padding:2px; | |||
margin-right:5px; | |||
} | |||
Revision as of 01:03, 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;
margin-left: 20px;
background-color: #D3EDE4;
}
.spelltable th {
text-align:right;
padding-right:10px;
}
.spelltable td a {
color: #3366BB; font-weight:bold;
}
.spellline {
padding:2px;
margin-right:5px;
}