MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(43 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 { | |||
/* | border-color: #bbbbbb; | ||
.rgwiki-main- | |||
border-color: # | |||
border-style: solid; | border-style: solid; | ||
border-width: 6px 0 6px | border-width: 0 6px 0 6px; | ||
border-radius: 6px; | border-radius: 6px; | ||
background-color: # | background-color: #bbbbbb1f; | ||
padding: 0. | padding: 0.5em 1em; | ||
margin: 1em; | margin: 1em; | ||
display: block !important; | |||
color: #666; | |||
} | } | ||
.rgwiki-main-trivia-box | /* Template:TriviaBox */ | ||
/* Hide by default, more CSS is in [[MediaWiki:Gadget-main-trivia-box.css]] */ | |||
.rgwiki-main-trivia-box { | |||
display: none; | 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; | |||
/* | |||
. | |||
.rgwiki- | |||
display: | |||
} | } |
Latest revision as of 11:22, 27 February 2025
/* 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'); /* General utility classes */ .nowrap { white-space: nowrap; } .wrap-anywhere { overflow-wrap: anywhere; } /* Template:Tooltip */ .dotted-underline { border-bottom: 1px dotted black; cursor: help; } /* Generic "gadget disabled" message */ .rgwiki-main-gadget-disabled { border-color: #bbbbbb; border-style: solid; border-width: 0 6px 0 6px; border-radius: 6px; background-color: #bbbbbb1f; padding: 0.5em 1em; margin: 1em; display: block !important; 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; }