Aylong (обсуждение | вклад) (Отмена правки 40237, сделанной Aylong (обсуждение)) Метка: отмена |
Aylong (обсуждение | вклад) Нет описания правки |
||
Строка 21: | Строка 21: | ||
#scroll-top:hover { | #scroll-top:hover { | ||
opacity: 0.8; | opacity: 0.8; | ||
} | |||
.pageframe-container { | |||
backdrop-filter: var(--blur-default); | |||
} | } |
Версия от 12:46, 27 мая 2024
/* Весь CSS будет отсюда будет загружен пользователям темы оформления «TGUI» */ /* Кнопка "Вверх": [[Файл:Scroll_top.png]] */ #scroll-top { display: none; background: url(https://wiki.ss220.space/images/f/f4/Scroll_top.gif) 0% 0%/38px 38px no-repeat; opacity: 0.3; width: 38px; height: 38px; cursor: pointer; position: fixed; left: 15.45em; bottom: 0.75em; z-index: 10; image-rendering: -moz-crisp-edges; image-rendering: pixelated; transition: opacity var(--transition-time); } #scroll-top:hover { opacity: 0.8; } .pageframe-container { backdrop-filter: var(--blur-default); }