User:Kazrok4545/Gadget-preview.css

From Test Wiki
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.
.ajaxPreview-toolbar {
	clear: both;
}

.ajaxPreview-button {
	height: 22px;
}

.ajaxPreview-preview-loading {
	opacity: 0.3;
}

.ajaxPreview-body-loading {
	cursor: wait;
}

.ajaxPreview-outdated {
	opacity: 0.5;
}

.ajaxPreview-shiftTip {
	float: right;
	margin-top: 0.25em;
	border: 1px solid #a2a9b1;
	padding: 1px 4px;
	font-size: 85%;
}

.ajaxPreview-shiftTip::before {
	content: "!";
	margin-right: 5px;
	color: #c00;
	font-weight: bold;
}