/
Necoray
/
tactic-hack
Обзор
Документация
Войти
/
Necoray
/
tactic-hack
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/pages/Main/code.css
82 строки
2 KB
Роман Тихонов
files uploaded
23 янв 2025, 23:23
23 янв 2025, 23:23
1031718
Код
Авторство
О чём код?
:root { --backgroundcolor : #08090A; --baseelementcolor : #101112; --contrastelementcolor : #F7F8F8; --errorcolor : #e92838; --shadowcolor : #00000025; --padding-value : 2%; --ibm-font : "IBM Plex Mono",monospace; --onest-font : "Onest",sans-serif; --header-height : 1vh; --custom-vw : calc(1 * min(19.2px, 1vw)); --bordered-height : 0.75em; --bordered-width : 0.61em; --bordered-radius : 0.9em; } * { margin : 0%; padding : 0%; background-color: var(--backgroundcolor); } * { scrollbar-width : thin; } *::-webkit-scrollbar { height : 12px; width : 12px; } *::-webkit-scrollbar-thumb { border-radius : 5px; } body { height : 100vh; } #root { height : 100vh; } .marginbox { max-width : 1920px; margin : auto; } .blackFill { fill : black; } .bordered, .defaultInput { padding : var(--bordered-height) var(--bordered-width) var(--bordered-height) var(--bordered-width); border : black solid 1px; border-radius : var(--bordered-radius); outline : none; font-size : 20px; box-sizing : border-box; } a { text-decoration : none; } a:hover { text-decoration : underline; } .defaultInput { transition : all 0.2s; } .defaultInput:hover { filter : brightness(110%); } .contrastInput:hover { filter : opacity(80%); } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active input:-webkit-autofill::first-line { background-color : inherit; transition : background-color 5000s 0s ease-in-out; box-shadow : inherit; font-family : inherit; font-size : inherit; } .buttonRef { background : none; border : none; box-shadow : none; padding : 0; } .buttonRef:hover { text-decoration : underline; }