MediaWiki:Common.css: Difference between revisions

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 */
/* Template:TriviaBox */
.rgwiki-main-gadget-disabled {
/* Hide by default, more CSS is in [[MediaWiki:Gadget-main-trivia-box.css]] */
.rgwiki-main-trivia-box {
    display: none;
}
 
 
/* Template:GadviaScoreCalculator */
/* "Disabled gadget" message */
.rgwiki-gadvia-score-calculator .rgwiki-gadvia-score-calculator-disabled {
     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;
}
}