MediaWiki:Gadget-Tooltip.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Revision as of 19:42, 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 {
	position: relative;
}

.popup-border {
	border-bottom: 2px dotted;
	padding-bottom: 2px;
}

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

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

.popup-box {
    display: none;
	position: absolute;
	top: 20px;
	z-index: 999;
	background-color: var(--jjbe);
	line-height: 1.5;
	border: 2px solid var(--jjbe3);
	box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
	font-size: small;
	cursor: auto;
	border-radius: 5px;
	width: auto;
	text-align: center;
	color: white;
	min-width: 125px;
	padding: 3px;
}