MediaWiki:Common.css: Difference between revisions
From LOTR-TCG Wiki
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 49: | Line 49: | ||
.tooltip span > a > img { | .tooltip span > a > img { | ||
max-width:none !important; | max-width:none !important; | ||
} | } | ||
Revision as of 18:54, 1 October 2021
/* 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;
}