MediaWiki:Common.css: различия между версиями

мНет описания правки
мНет описания правки
Строка 181: Строка 181:
display: none;
display: none;
background: url(https://station14.ru/images/0/00/AnomalyElectricityPulse.png) 0% 0%/57px 57px no-repeat;
background: url(https://station14.ru/images/0/00/AnomalyElectricityPulse.png) 0% 0%/57px 57px no-repeat;
opacity: 0.3;
opacity: 0.5;
width: 57px;
width: 57px;
height: 57px;
height: 57px;
Строка 198: Строка 198:
@media screen and (max-width: 850px) {
@media screen and (max-width: 850px) {
#scroll-top {
#scroll-top {
left: calc(50% - 0.95em);
transform: translate(-50%, -50%);
left: 50%;
        right: 50%;
        opacity: 0.3;
}
}
}
}