Изменения

MediaWiki:Common.css

23 байта убрано, 18:49, 19 августа 2016
Нет описания правки
{
display: none;
//background-image: url(//w.hil.su/images/8/8f/Scroll_top.png) no-repeat;
width: 50px;
height: 50px;
cursor: pointer;
opacity: 0.5;
//-webkit-transition: opacity 0.4s easelinear; //transition: opacity 0.4s easelinear;
position: fixed;
left: 30px;
bottom: 30px;
z-index: 10000;
//background-color: rgba(255,255,255,1); //-webkit-transition: background-color 0.4s easelinear; //transition: background-color 0.4s ease; -webkit-transform:translateZ(0)linear;
}
#scroll-top:hover
{
//opacity: 1; //background-color: rgba(0,0,0,0.5);
}