Изменения

MediaWiki:Common.css

510 байтов добавлено, 09:02, 19 августа 2016
Нет описания правки
text-align: right;
margin-left: 0.8em;
}
 
.scroll-top .fa
{
color: white;
font-size: 24px;
cursor: pointer;
text-shadow: 0 0 4px black;
background-color: rgba(0,0,0,0.3);
-webkit-transition: background-color 0.4s ease;
transition: background-color 0.4s ease;
border-radius: 50%;
padding: 12px 15px 18px 15px;
}
 
.scroll-top .fa:hover
{
background-color: rgba(0,0,0,0.5);
}
 
.scroll-top
{
position: fixed;
left: 40px;
bottom: 40px;
z-index: 9997;
}
 
.hide-scroll-top
{
display: none!important;
}