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

Z Minecraft Wiki Polska
Przejdź do nawigacji Przejdź do wyszukiwania
dNie podano opisu zmian
dNie podano opisu zmian
Znacznik: Ręczne wycofanie zmian
 
(Nie pokazano 6 wersji utworzonych przez 4 użytkowników)
Linia 4: Linia 4:
{
{
display: none;
display: none;
background: url(https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/8/8f/Scroll_top.png/revision/latest) no-repeat;
background: url('https://minewiki.pl/images/8/8f/Scroll_top.png') no-repeat;
width: 50px;
width: 50px;
height: 50px;
height: 50px;
cursor: pointer;
cursor: pointer;
position: fixed;
position: fixed;
left: 60px;
left: 65px;
bottom: 30px;
bottom: 30px;
z-index: 200;
z-index: 200;
Linia 18: Linia 18:
background-position: 0 -50px;
background-position: 0 -50px;
}
}
/*mobile styling*/
body.minerva-animations-ready #scroll-top{
  left:9.5em;
  background-color: #333e;
  border: 2px solid gray;
}

Aktualna wersja na dzień 17:24, 19 sty 2025

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

#scroll-top
	{
	display: none;
	background: url('https://minewiki.pl/images/8/8f/Scroll_top.png') no-repeat;
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: fixed;
	left: 65px;
	bottom: 30px;
	z-index: 200;
	}

#scroll-top:hover
	{
	background-position: 0 -50px;
	}
/*mobile styling*/
body.minerva-animations-ready #scroll-top{
  left:9.5em;
  background-color: #333e;
  border: 2px solid gray;
}