MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 1,237: Line 1,237:
.bibleGetQuote.hidden {
.bibleGetQuote.hidden {
left: -1000px;
left: -1000px;
}
.bibleGetQuote.sticky {
overflow-y: auto;
height: 90vh;
}
.bibleGetQuote.sticky::before {
display: block;
content: 'x';
position: absolute;
top: 5px;
right: 10px;
padding: 2px;
background-color: lightgrey;
border: 1px groove Gray;
font-weight: bold;
text-align: center;
width: 3em;
color: DarkRed;
}
}