MediaWiki:Common.css
From LOTR-TCG Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.whitebg {
background: #ffffff;
}
.redbg {
background: #dd0000;
}
.quote {
background-color: #FAEBD7;
border-color: darkcyan;
padding: 3px 3px 3px 7px;
margin: 5px;
border-style: solid;
border-width:0 0 0 3px;
}
.quotetitle {
background-color: #dddddd;
margin: -0px -0px -5px 5px;
padding: 0px 0px 0px 7px;
}
.quotesource {
background-color: #dddddd;
margin: -0px -3px -10px -7px;
padding: 0px 0px 0px 20px;
}
.tooltip {
border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
.tooltip span, .tooltip title {
display:none;
}
.tooltip:hover span:not(.click-disabled),.tooltip:active span:not(.click-disabled) {
display:block;
position:fixed;
overflow:visible;
background-color: #FAEBD7;
width:auto;
}
.tooltip span > a > img {
max-width:none !important;
}
.gallery .mw-gallery-slideshow-img-container {
min-height: 500px;
}