MediaWiki:Gadget-FlecheHaut.css

Fonte: Wikinotícias

Nota: Depois de publicar, deve limpar o cachê do seu navegador para ver as alterações.

  • Firefox e Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Internet Explorer e Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
.topButtonCircle {
	height: 2em;
	width: 2em;
	border-radius: 100%;
	background: #ccc;
	position: fixed;
	right: 1.2em;
	bottom: 1.2em;
	display: none;
	z-index: 999999;
	cursor: pointer;
}

.topButtonCircle:hover {
	background: #ccc;
}

.topButtonCircle > div {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 12.5px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.backtotop {
	display: none;
}