MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
(29 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
/* Rizline font */ | /* 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'); | ||
/* General utility classes */ | /* General utility classes */ | ||
Line 21: | Line 20: | ||
} | } | ||
/* | /* Generic "gadget disabled" message */ | ||
.rgwiki-main-gadget-disabled { | .rgwiki-main-gadget-disabled { | ||
border-color: #bbbbbb; | border-color: #bbbbbb; | ||
Line 38: | Line 36: | ||
/* Hide by default, more CSS is in [[MediaWiki:Gadget-main-trivia-box.css]] */ | /* Hide by default, more CSS is in [[MediaWiki:Gadget-main-trivia-box.css]] */ | ||
.rgwiki-main-trivia-box { | .rgwiki-main-trivia-box { | ||
display: none; | |||
} | |||
/* Template:SpoilerWarning */ | |||
/* Hide text message. The message is copied to the shown box in [[MediaWiki:Gadget-main-spoiler-warning-screen.js]] */ | |||
.rgwiki-main-show-spoiler-warning-screen { | |||
display: none; | display: none; | ||
} | } |