More actions
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
.italic { | .italic { | ||
font-style:italic; | font-style:italic; | ||
} | |||
span.spell-link { | |||
font-size:.8em; | |||
font-weight:bold; | |||
} | |||
hr.spell-link { | |||
margin:-.8em 0 -.7em 0; | |||
} | } | ||
Revision as of 05:16, 17 January 2024
/* CSS placed here will be applied to all skins */
/* General */
.small {
font-size:.8em;
vertical-align:text-bottom;
}
.italic {
font-style:italic;
}
span.spell-link {
font-size:.8em;
font-weight:bold;
}
hr.spell-link {
margin:-.8em 0 -.7em 0;
}