MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
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 07: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;
}