Изменения

MediaWiki:Common.css

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