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
 
(24 intermediate revisions by the same user not shown)
Line 1:
/** GLOBAL FONT STYLES */
 
/* apply custom font styling throughout the wikifarm */
/* except on Special Pages, User Pages, MediaWiki Pages, Template Pages */
body:not(.ns--1):not(.ns-2):not(.ns-8):not(.ns-10) .mw-body-content p {
font-family: 'Lato', serif;
text-align: justify;
font-size: 1.4em;
 
body:not(.ns--1):not(.ns-2):not(.ns-8):not(.ns-10) .mw-body-content ul {
font-family: 'Lato', serif;
}
 
/** BIBLEGET PLUGIN STYLES */
 
span.bibleQuoteRef {
color: #36b;
Line 137 ⟶ 153:
.bibleQuote.errors { display: none; }
.bibleQuote.info { display: none; }
 
.embedvideowrap {
margin-top: 1em;
 
.lds-spinner {
Line 221 ⟶ 233:
}
 
/** YOUTUBE VIDEO EMBED STYLES */
.mw-parser-output a:visited {
 
.embedvideowrap {
margin-top: 1em;
}
 
/*.mw-parser-output a:visited {
color: #a30481;
}*/
 
#userloginForm form {
margin-left: auto;
margin-right: auto;
}