Spaces:
Running
Running
| @import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap'); | |
| * { | |
| transition: all 0.2s; | |
| font-family: "Comfortaa", sans-serif ; | |
| box-shadow: none ; | |
| } | |
| footer { | |
| visibility: hidden ; | |
| height: 0 ; | |
| } | |
| :root { | |
| --block-label-radius: 0 0 10px 0 ; | |
| --container-radius: 20px ; | |
| --block-border-width: 0px ; | |
| --block-radius: 20px ; | |
| --input-radius: 15px ; | |
| --checkbox-label-border-width: 0px ; | |
| --block-label-border-width: 0px ; | |
| --input-border-width: 0px ; | |
| --block-label-right-radius: 0 0 0 10px ; | |
| --radius-xs: 15px ; | |
| --radius-md: 15px ; | |
| --radius-sm: 25px ; | |
| --button-small-radius: 25px ; | |
| --checkbox-border-radius: 10px ; | |
| --block-background-fill: rgba(0,0,0,0.1) ; | |
| --body-background-fill: #fff ; | |
| --input-background-fill: rgba(0,0,0,0.1) ; | |
| --checkbox-label-background-fill: rgba(0,0,0,0.1) ; | |
| --text: #000; | |
| } | |
| .dark { | |
| --border-color-primary: transparent ; | |
| --block-background-fill: #202020 ; | |
| --body-background-fill: #000000 ; | |
| --input-background-fill: #151515 ; | |
| --checkbox-label-background-fill: #151515 ; | |
| --slider-color: #472b4a ; | |
| --background-fill-primary: #210e24 ; | |
| --block-label-radius: 0 0 10px 0 ; | |
| --container-radius: 20px ; | |
| --block-border-width: 0px ; | |
| --block-radius: 20px ; | |
| --input-radius: 15px ; | |
| --checkbox-label-border-width: 0px ; | |
| --block-label-border-width: 0px ; | |
| --input-border-width: 0px ; | |
| --block-label-right-radius: 0 0 0 10px ; | |
| --radius-xs: 15px ; | |
| --radius-md: 15px ; | |
| --radius-sm: 25px ; | |
| --button-small-radius: 25px ; | |
| --checkbox-border-radius: 10px ; | |
| --text: #fff; | |
| } | |
| body, html { | |
| background: var(--body-background-fill); | |
| } | |
| .primary { | |
| color: var(--text) ; | |
| font-size: 16px ; | |
| padding: 10px 20px ; | |
| border: 3px solid rgb(234 181 238) ; | |
| border-radius: 15px ; | |
| text-decoration: none ; | |
| transition: 0.5s ease-in-out ; | |
| font-weight: normal ; | |
| background: none ; | |
| } | |
| .primary:hover { | |
| background: rgb(234 181 238) ; | |
| color: #000 ; | |
| } | |
| div.svelte-19hvt5v { | |
| border: 0px solid #510067 ; | |
| background: #101010; | |
| } | |
| .selected.svelte-1uw5tnk { | |
| border-color: #510067 ; | |
| border-width: 0px ; | |
| } | |
| .tab-nav.svelte-1uw5tnk { | |
| border-bottom: 0px solid #510067 ; | |
| } | |
| .secondary { | |
| color: var(--text) ; | |
| font-size: 16px ; | |
| border: 3px solid rgb(96 55 103) ; | |
| border-radius: 15px ; | |
| transition: background-color 0.5s ease-in-out ; | |
| width: 100% ; | |
| background-color: transparent ; | |
| height: 50px ; | |
| align-items: center ; | |
| justify-content: center ; | |
| background: none ; | |
| text-decoration: none ; | |
| font-weight: normal ; | |
| } | |
| .secondary:hover { | |
| background-color: rgb(96 55 103) ; | |
| color: #fff ; | |
| } | |
| .svelte-zyxd38 { | |
| display: none ; | |
| visibility: hidden | |
| } | |
| .selected.svelte-1uw5tnk { | |
| background: #151515; | |
| border-radius: 25px ; | |
| margin-bottom: 3px ; | |
| } | |
| button.svelte-1uw5tnk { | |
| margin-bottom: 3px ; | |
| } | |
| label.svelte-1mhtq7j.svelte-1mhtq7j.svelte-1mhtq7j:hover { | |
| background: #291928 ; | |
| } | |
| .controls.svelte-euo1cw.svelte-euo1cw { | |
| background: #321f37 ; | |
| } | |
| .padded.svelte-p87ime { | |
| border: none ; | |
| } | |
| label.svelte-1b6s6s { | |
| background: #210e24 ; | |
| } | |
| ::-webkit-scrollbar { | |
| width: 0.5em ; | |
| /* Ширина полосы прокрутки */ | |
| } | |
| ::-webkit-scrollbar-thumb { | |
| background-color: #3a3a3ab3 ; | |
| border-radius: 50px ; | |
| /* Цвет фона ползунка */ | |
| } | |
| ::-webkit-scrollbar-track { | |
| background-color: transparent ; | |
| /* Цвет фона дорожки */ | |
| } |