MediaWiki:Gadget-scrollUpButton.css

Fonte: Terraria Wiki
Saltar para a navegação Saltar para a pesquisa

Nota: Depois de publicar, poderá ter de contornar a cache do seu navegador para ver as alterações.

  • Firefox / 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 / Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
/* Up button: [[File:Scroll_top.png]]
   Coppied from the Russian Minecraft Wiki: https://minecraft-ru.gamepedia.com/MediaWiki:Gadget-scrollUpButton.css */

#scroll-top
	{
	display: none;
	background: url(https://gamepedia.cursecdn.com/terraria_gamepedia/8/8f/Scroll_top.png) no-repeat;
	width: 52px;
	height: 52px;
	cursor: pointer;
	position: fixed;
	left: 157px;
	bottom: 30px;
	z-index: 10000;
	}

#scroll-top:hover
	{
	background-position: 0 -52px;
	}