MediaWiki:Global.css: Difference between revisions

Content deleted Content added
Created page with "span.bibleQuoteRef { color: #36b; font-weight: bold; cursor: help; display: inline-block; line-height: 0.8em; border-bottom: 1px dashed #36b; } div.bibleQuoteRef { border: 1px solid Gray; border-radius: 6px; padding: 6px 12px; margin: 2px; background-color: Gray; } →‎.bibleQuoteRef:hover { text-decoration: underline; }: .bibleGetQuote { border: 1px solid #aaa; padding: 9px 12px; background-color: white; box-shadow: 6px 6px 12px lightgray; max-width:..."
 
No edit summary
Line 1:
/** GLOBAL FONT STYLES */
@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
.mw-body-content p {
font-family: 'Merriweather', serif;
text-align: justify;
 
.mobileonly {
display: none;
}
 
.nomobile {
display: initial;
}
 
/** BIBLEGET PLUGIN STYLES */
 
span.bibleQuoteRef {
color: #36b;
Line 137 ⟶ 154:
.bibleQuote.errors { display: none; }
.bibleQuote.info { display: none; }
 
.embedvideowrap {
margin-top: 1em;
 
.lds-spinner {
Line 219 ⟶ 232:
opacity: 0;
}
}
 
/** YOUTUBE VIDEO EMBED STYLES */
 
.embedvideowrap {
margin-top: 1em;
}