MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1,220: Line 1,220:
}
}
*/
*/
.bibleGetQuote {
.bibleQuote {
display: none;
display: none;
position: absolute;
position: absolute;
Line 1,229: Line 1,229:
max-width: 400px;
max-width: 400px;
font-size: .8em;
font-size: .8em;
}
.bibleGetQuote .bibleVersion {
text-align: center;
font-weight: bold;
color: darkred;
}
.bibleGetQuote .bookChapter {
color: darkred;
font-weight: bold;
}
.bibleGetQuote .verseNum {
font-size: .83em;
vertical-align: super;
color: Blue;
}
.bibleGetQuote .versesParagraph {
text-align: justify;
}
}


Line 1,266: Line 1,245:
cursor:help;
cursor:help;
}
}
.bibleQuote.results { font-family:'Quattrocento'; }
.bibleQuote.results p { margin: 0; }
.bibleQuote.results { border-width: 1px; }
.bibleQuote.results { border-radius: 9px; }
.bibleQuote.results { border-color: #aeb3c7; }
.bibleQuote.results { border-style: solid; }
.bibleQuote.results { background-color: #fffefa; }
.bibleQuote.results { width: 90%; }
.bibleQuote.results { margin: 12px auto; }
.bibleQuote.results { padding: 6px 15px; }
.bibleQuote.results p.versesParagraph { text-align: justify; }
.bibleQuote.results p.bibleVersion {
color: #5a5aad;
text-align: center;
font-size:0.9em;
font-weight: bold;
font-style: normal;
text-decoration: none;
}
.bibleQuote.results .bookChapter {
color: #b40505;
font-size:1em;
font-weight: bold;
font-style: normal;
text-decoration: none;
text-align: left;
}
.bibleQuote.results p.versesParagraph {
color: #666666;
text-align: justify;
font-size:1em;
font-weight: normal;
font-style: normal;
text-decoration: none;
line-height: 1.5em;
}
.bibleQuote.results p.versesParagraph span.verseNum {
color: #AA0000;
margin: 0px 3px;
font-weight: bold;
font-style: normal;
text-decoration: none;
vertical-align: baseline;
position: relative; top: -0.6em;
font-size: .83em;
/*vertical-align: super;*/
}
.bibleQuote.results p.versesParagraph span.sm { text-transform: lowercase; font-variant: small-caps; }
/* Senseline. A line that is broken to be reading aloud/public speaking. Poetry is included in this category. */
.bibleQuote.results p.versesParagraph span.pof { display: block; text-indent: 0; margin-top:1em; margin-left:5%; line-height: 2.5em; }
.bibleQuote.results p.versesParagraph span.po { display: block; margin-left:5%; margin-top:-1%; line-height: 2.5em; }
.bibleQuote.results p.versesParagraph span.pol { display: block; margin-left:5%; margin-top:-1%; margin-bottom:1em; line-height: 2.5em; }
.bibleQuote.results p.versesParagraph span.pos { display: block; margin-top:0.3em; margin-left:5%; line-height: 2.5em; }
.bibleQuote.results p.versesParagraph span.poif { display: block; margin-left:7%; margin-top:1%; line-height: 2.5em; }
.bibleQuote.results p.versesParagraph span.poi { display: block; margin-left:7%; margin-top:-1%; line-height: 2.5em; }
.bibleQuote.results p.versesParagraph span.poil { display: block; margin-left:7%; margin-bottom:1%; line-height: 2.5em; }
.bibleQuote.results p.versesParagraph span.po3 { display: block; margin-left:7%; margin-top:-1%; line-height: 2.5em; }
.bibleQuote.results p.versesParagraph span.po3l { display: block; margin-left:7%; margin-top:-1%; line-height: 2.5em; }
.bibleQuote.results p.versesParagraph span.speaker { font-weight: bold; background-color: #eeeeee; padding: 3px; border-radius: 3px; font-size: 10px; }
.bibleQuote.results span.bookChapter { margin-left: 12px; }
.bibleQuote.errors { display: none; }
.bibleQuote.info { display: none; }


.embedvideowrap {
.embedvideowrap {
margin-top: 1em;
margin-top: 1em;
}
}