User:Nano/common.css
From IdleOn MMO 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.
.hover-image {
position: relative;
display: inline-block;
}
.hover-image .tooltip-image {
display: none;
position: absolute;
top: 0;
left: 120%;
z-index: 10;
max-width: 300px;
max-height: 300px;
overflow: hidden;
}
.hover-image:hover .tooltip-image {
display: block;
}
.tooltip-content img {
display: block;
max-width: 100%;
max-height: 100%;
visibility: visible;
opacity: 1;
}