/
astroceti
/
Singularity
Обзор
Документация
Войти
/
astroceti
/
Singularity
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
master
src/style.css
62 строки
1017 B
MisterPrada
Release v1.0
31 окт 2025, 14:48
31 окт 2025, 14:48
ab16c64
Код
Авторство
О чём код?
* { margin: 0; padding: 0; -ms-touch-action: none; touch-action: none; /* Disable selection */ -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ } html, body { overflow: hidden; background-color: black; } .webgl { position: fixed; top: 0; left: 0; outline: none; } /********************* Debug Panel *********************/ #debug-panel { position: fixed; right: 0; z-index: 10000; } /********************* End Debug Panel *********************/ /********************* Gizmo *********************/ gizmo-helper { position: fixed; bottom: 0; left: 0; z-index: 100000; } gizmo-helper:hover { background: rgba(255, 255, 255, .2); border-radius: 100%; cursor: pointer; } /********************* End Gizmo *********************/ #preloader { z-index: 9999; width: 100%; height: 100%; display: block; position: absolute; }