MediaWiki:Common.css: различия между версиями
Shihov (обсуждение | вклад) Нет описания правки |
Shihov (обсуждение | вклад) Нет описания правки |
||
Строка 4: | Строка 4: | ||
display: none; | display: none; | ||
} | } | ||
} | |||
#back-to-top { | |||
position: fixed; | |||
bottom: 50px; | |||
right: 20px; | |||
background: rgba(0, 0, 0, 0.6); | |||
color: white; | |||
padding: 10px 15px; | |||
border-radius: 5px; | |||
font-size: 14px; | |||
cursor: pointer; | |||
display: none; /* Скрыто по умолчанию */ | |||
z-index: 9999; | |||
} | |||
#back-to-top:hover { | |||
background: rgba(0, 0, 0, 0.8); | |||
} | } |