MediaWiki:Gadget-Back-to-top.css

From Helderberg Hilltowns of Albany County, NY
Revision as of 05:27, May 14, 2022 by WikiVisor (talk | contribs) (Created page with ".back-top { bottom: 4.5rem; border-radius: 50%; color: #fff; height: 52px; line-height: 52px; position: fixed; text-align: center; transition: all .3s ease-in-out; visibility: hidden; width: 52px; cursor: pointer; pointer-events:initial !important; z-index: 1060; right: 3rem; box-shadow: 0 2px 5px 0 rgba(0,0,0,.35); opacity: 1; background-image: url(/w/images/a/af/Chronometer.png); background-size: 64px auto; background-repeat: no-repeat; backgroun...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
.back-top {
    bottom: 4.5rem;
	border-radius: 50%;
	color: #fff;
	height: 52px;
	line-height: 52px;
	position: fixed;
	text-align: center;
	transition: all .3s ease-in-out;
	visibility: hidden;
	width: 52px;
	cursor: pointer;
	pointer-events:initial !important;
	z-index: 1060;
	right: 3rem;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.35);
	opacity: 1;
	background-image: url(/w/images/a/af/Chronometer.png);
	background-size: 64px auto;
	background-repeat: no-repeat;
	background-position: -6px;
}
.back-top:hover {
	pointer-events:initial;
	opacity: 1;
}
.back-top:hover {
    transform: rotate(270deg);
    transition: all .75s;
}