MediaWiki:Common.css: Difference between revisions

(move bibleget styles to templatestyles)
(Undo revision 22775 by Johnrdorazio (talk))
Tag: Undo
Line 1,205: Line 1,205:
.mw-parser-output a.extiw:visited {
.mw-parser-output a.extiw:visited {
color: #36b;
color: #36b;
}
.bibleQuoteRef {
color: #36b;
font-weight: bold;
cursor: help;
display: inline-block;
line-height: 0.8em;
border-bottom: 1px dashed #36b;
}
/*
.bibleQuoteRef:hover {
text-decoration: underline;
}
*/
.bibleGetQuote {
display: none;
position: absolute;
border: 1px solid #aaa;
padding: 9px 12px;
background-color: white;
box-shadow: 6px 6px 12px lightgray;
max-width: 400px;
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;
}
}