MediaWiki:Gadget-Global-OWIDPopup.css

From mediawiki.org

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.
.OWIDPopup {
	position: relative;
	width: fit-content;
}
.OWIDPopup-play {
	font-size: 300%;
	background-color: rgba( 128, 128, 128, 0.9);
	color: white;
	border-radius: 50%;
	cursor: pointer;
	text-align: center;
	user-select: none;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 70px;
	height: 70px;
}
.OWIDPopup-play:hover {
	background-color: rgba( 169, 169, 169, 0.9 );
	color: black;
}
.OWIDPopup-play:active {
	color: red;
}