MediaWiki:Gadget-Tooltip.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Revision as of 01:36, 31 May 2024 by Vish (talk | contribs)
Jump to navigation Jump to search

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.
.popup {
  border-bottom: 1px dotted;
  position: relative;
  display: inline-block;
}

.popup:hover .popup-box,
.popup:focus .popup-box {
    display: block;
}

.popup-box {
    display: none;
    position: absolute;
    top: 125%;
    left: 0;
    z-index: 1;
    background-color: var(--jjbe);
    padding: 3px;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    font-size: small;
    cursor: auto;
    border-radius: 5px;
    width: 100px;
	text-align: center;
}