Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Ostentatio (talk | contribs) (adding unbulleted list class) |
Ostentatio (talk | contribs) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | @import url("https://tools-static.wmflabs.org/fontcdn/css?family=Roboto:300"); | ||
+ | @import url("https://tools-static.wmflabs.org/fontcdn/css?family=Roboto:400"); | ||
+ | @import url("https://tools-static.wmflabs.org/fontcdn/css?family=Spectral+SC:400"); | ||
/* Unbulleted lists */ | /* Unbulleted lists */ |
Revision as of 18:32, 30 April 2021
/* CSS placed here will be applied to all skins */ @import url("https://tools-static.wmflabs.org/fontcdn/css?family=Roboto:300"); @import url("https://tools-static.wmflabs.org/fontcdn/css?family=Roboto:400"); @import url("https://tools-static.wmflabs.org/fontcdn/css?family=Spectral+SC:400"); /* Unbulleted lists */ .plainlist ol, .plainlist ul { line-height: inherit; list-style: none none; margin: 0; } .plainlist ol li, .plainlist ul li { margin-bottom: 0; }