MediaWiki:Gadget-Back-to-top.css

From AYSO Wiki

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(https://aysotest.mywikis.net/w/extensions/MyWikisLocalConfig/favicon/apple-touch-icon.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;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.