MediaWiki:Gadget-ReferenceTooltips.css

A fragment of the Garden of Remembering

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: Press Ctrl-F5.
@import "//en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-ReferenceTooltips.css&action=raw&ctype=text/css";

.referencetooltip {
	font-size: .9em;
	margin-left: -1em;
}
.referencetooltip li {
	padding: 1em 1.25em;
	max-width: 32em;
	background-color: #fff;
	border: #ccc 1px solid;
	box-shadow: 0 2px 8px rgba(0,0,0,.3);
}
.referencetooltip li+li {
	margin-left: 1.75em;
	margin-top: -1px;
	border-top: 12px #ccc solid;
}
.referencetooltip>li+li::after {
	border-top: 10px #fff solid;
}
.referencetooltip.RTflipped li+li {
	top: 0;
	border-bottom: 12px #ccc solid;
}
.referencetooltip.RTflipped li+li::after {
	border-bottom: 10px #fff solid;
	margin-top: 6px;
}