MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 297: Line 297:
.nomobile {
.nomobile {
display: none;
display: none;
}
.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;
}
}