MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 1,244: Line 1,244:
}
}


.bibleGetQuote.sticky::before {
.bibleGetQuote.sticky .closeButton {
display: block;
display: block;
content: 'x';
content: 'x';
Line 1,250: Line 1,250:
top: 5px;
top: 5px;
right: 10px;
right: 10px;
padding: 2px;
background-color: lightgrey;
background-color: lightgrey;
border: 1px groove Gray;
border: 1px groove Gray;
Line 1,256: Line 1,255:
text-align: center;
text-align: center;
width: 3em;
width: 3em;
height: 2em;
color: DarkRed;
color: DarkRed;
cursor: pointer;
cursor: pointer;
}
}


.bibleGetQuote.sticky:hover::before {
.bibleGetQuote.sticky .closeButton:hover {
background-color: #dfdfdf;
background-color: #dfdfdf;
color: Red;
color: Red;