MediaWiki:Gadget-tierListHover.css

From Another Eden Wiki

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
.tierlist a[refid]:hover > img {
    position: relative;
    z-index: 2;
    box-shadow: 0 0 0 20px #fff, 21px -21px 0 #333, -21px -21px 0 #333, -21px 1px 0 #333, 21px 1px 0 #333;
}

.tierlist-hover-detail {
    position: absolute;
    z-index: 1;
    left: 0;
    background: #fff;
    border: 1px solid #000;
    padding: 20px;
    pointer-events: none;
}

.tierlist.tierlist-multi td a {
    display: block;
}

.tierlist.tierlist-single .tierlist-hover-detail {
    width: 952px;
}

.wikitable.tierlist-multi, .wikitable.tierlist-details {
    margin-left: auto;
    margin-right: auto;
}

.tierlist-hover-detail hr, .tierlist-details hr {
	border-top: none;
}