MediaWiki:Tgui.css: различия между версиями
Aylong (обсуждение | вклад) Новая страница: «→Весь 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: calc(17em - 19px); bottom: 0.75em;...» |
Aylong (обсуждение | вклад) Нет описания правки |
||
Строка 11: | Строка 11: | ||
cursor: pointer; | cursor: pointer; | ||
position: fixed; | position: fixed; | ||
left: | left: 15.45em; | ||
bottom: 0.75em; | bottom: 0.75em; | ||
z-index: 10; | z-index: 10; |
Версия от 15:10, 18 мая 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;
}