MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Rizline font */ | |||
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap'); | ||
/* Template:Tooltip */ | |||
.dotted-underline { | .dotted-underline { | ||
border-bottom: 1px dotted black; | border-bottom: 1px dotted black; | ||
Line 8: | Line 10: | ||
} | } | ||
/* General classes */ | |||
.nowrap { | .nowrap { | ||
white-space: nowrap; | white-space: nowrap; |