MediaWiki:Gadget-scrollUpButton.css: Różnice pomiędzy wersjami

Z Minecraft Wiki Polska
Przejdź do nawigacji Przejdź do wyszukiwania
Replacing "/media" links with image links. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.
d Poprawki
Linia 9: Linia 9:
cursor: pointer;
cursor: pointer;
position: fixed;
position: fixed;
left: 30px;
left: 90px;
bottom: 30px;
bottom: 30px;
z-index: 10000;
z-index: 10000;

Wersja z 21:07, 12 paź 2021

/* Кнопка "Вверх": [[Файл:Scroll_top.png]] */

#scroll-top
	{
	display: none;
	background: url(https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/8/8f/Scroll_top.png/revision/latest) no-repeat;
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: fixed;
	left: 90px;
	bottom: 30px;
	z-index: 10000;
	}

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