MediaWiki:Common.css: Difference between revisions
Move some css to MediaWiki:Gadget-rizline-bio-chips.css |
No edit summary |
||
(31 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 14: | Line 12: | ||
overflow-wrap: anywhere; | overflow-wrap: anywhere; | ||
} | } | ||
Line 23: | Line 20: | ||
} | } | ||
/* Generic "gadget disabled" message */ | |||
.rgwiki-main-gadget-disabled { | |||
/* " | |||
.rgwiki- | |||
border-color: #bbbbbb; | border-color: #bbbbbb; | ||
border-style: solid; | border-style: solid; | ||
Line 43: | Line 31: | ||
display: block !important; | display: block !important; | ||
color: #666; | color: #666; | ||
} | |||
/* Template:TriviaBox */ | |||
/* Hide by default, more CSS is in [[MediaWiki:Gadget-main-trivia-box.css]] */ | |||
.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; | |||
} | } |