Spaces:
Running
Running
Create stylesold
Browse files
stylesold
ADDED
@@ -0,0 +1,149 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:[email protected]&display=swap');
|
2 |
+
|
3 |
+
* {
|
4 |
+
transition: all 0.2s;
|
5 |
+
font-family: "Comfortaa", sans-serif !important;
|
6 |
+
box-shadow: none !important;
|
7 |
+
}
|
8 |
+
|
9 |
+
footer {
|
10 |
+
visibility: hidden !important;
|
11 |
+
height: 0 !important;
|
12 |
+
}
|
13 |
+
:root {
|
14 |
+
--block-label-radius: 0 0 10px 0 !important;
|
15 |
+
--container-radius: 20px !important;
|
16 |
+
--block-border-width: 0px !important;
|
17 |
+
--block-radius: 20px !important;
|
18 |
+
--input-radius: 15px !important;
|
19 |
+
--checkbox-label-border-width: 0px !important;
|
20 |
+
--block-label-border-width: 0px !important;
|
21 |
+
--input-border-width: 0px !important;
|
22 |
+
--block-label-right-radius: 0 0 0 10px !important;
|
23 |
+
--radius-xs: 15px !important;
|
24 |
+
--radius-md: 15px !important;
|
25 |
+
--radius-sm: 25px !important;
|
26 |
+
--button-small-radius: 25px !important;
|
27 |
+
--checkbox-border-radius: 10px !important;
|
28 |
+
|
29 |
+
--block-background-fill: rgba(0,0,0,0.1) !important;
|
30 |
+
--body-background-fill: #fff !important;
|
31 |
+
--input-background-fill: rgba(0,0,0,0.1) !important;
|
32 |
+
--checkbox-label-background-fill: rgba(0,0,0,0.1) !important;
|
33 |
+
|
34 |
+
--text: #000;
|
35 |
+
}
|
36 |
+
.dark {
|
37 |
+
--border-color-primary: transparent !important;
|
38 |
+
--block-background-fill: #202020 !important;
|
39 |
+
--body-background-fill: #000000 !important;
|
40 |
+
--input-background-fill: #151515 !important;
|
41 |
+
--checkbox-label-background-fill: #151515 !important;
|
42 |
+
--slider-color: #472b4a !important;
|
43 |
+
--background-fill-primary: #210e24 !important;
|
44 |
+
--block-label-radius: 0 0 10px 0 !important;
|
45 |
+
--container-radius: 20px !important;
|
46 |
+
--block-border-width: 0px !important;
|
47 |
+
--block-radius: 20px !important;
|
48 |
+
--input-radius: 15px !important;
|
49 |
+
--checkbox-label-border-width: 0px !important;
|
50 |
+
--block-label-border-width: 0px !important;
|
51 |
+
--input-border-width: 0px !important;
|
52 |
+
--block-label-right-radius: 0 0 0 10px !important;
|
53 |
+
--radius-xs: 15px !important;
|
54 |
+
--radius-md: 15px !important;
|
55 |
+
--radius-sm: 25px !important;
|
56 |
+
--button-small-radius: 25px !important;
|
57 |
+
--checkbox-border-radius: 10px !important;
|
58 |
+
--text: #fff;
|
59 |
+
}
|
60 |
+
|
61 |
+
body, html {
|
62 |
+
background: var(--body-background-fill);
|
63 |
+
}
|
64 |
+
|
65 |
+
.primary {
|
66 |
+
color: var(--text) !important;
|
67 |
+
font-size: 16px !important;
|
68 |
+
padding: 10px 20px !important;
|
69 |
+
border: 3px solid rgb(234 181 238) !important;
|
70 |
+
border-radius: 15px !important;
|
71 |
+
text-decoration: none !important;
|
72 |
+
transition: 0.5s ease-in-out !important;
|
73 |
+
font-weight: normal !important;
|
74 |
+
background: none !important;
|
75 |
+
}
|
76 |
+
.primary:hover {
|
77 |
+
background: rgb(234 181 238) !important;
|
78 |
+
color: #000 !important;
|
79 |
+
}
|
80 |
+
div.svelte-19hvt5v {
|
81 |
+
border: 0px solid #510067 !important;
|
82 |
+
background: #101010;
|
83 |
+
}
|
84 |
+
.selected.svelte-1uw5tnk {
|
85 |
+
border-color: #510067 !important;
|
86 |
+
border-width: 0px !important;
|
87 |
+
}
|
88 |
+
.tab-nav.svelte-1uw5tnk {
|
89 |
+
border-bottom: 0px solid #510067 !important;
|
90 |
+
}
|
91 |
+
.secondary {
|
92 |
+
color: var(--text) !important;
|
93 |
+
font-size: 16px !important;
|
94 |
+
border: 3px solid rgb(96 55 103) !important;
|
95 |
+
border-radius: 15px !important;
|
96 |
+
transition: background-color 0.5s ease-in-out !important;
|
97 |
+
width: 100% !important;
|
98 |
+
background-color: transparent !important;
|
99 |
+
height: 50px !important;
|
100 |
+
align-items: center !important;
|
101 |
+
justify-content: center !important;
|
102 |
+
background: none !important;
|
103 |
+
text-decoration: none !important;
|
104 |
+
font-weight: normal !important;
|
105 |
+
}
|
106 |
+
.secondary:hover {
|
107 |
+
background-color: rgb(96 55 103) !important;
|
108 |
+
color: #fff !important;
|
109 |
+
}
|
110 |
+
.svelte-zyxd38 {
|
111 |
+
display: none !important;
|
112 |
+
visibility: hidden !important
|
113 |
+
}
|
114 |
+
.selected.svelte-1uw5tnk {
|
115 |
+
background: #151515;
|
116 |
+
border-radius: 25px !important;
|
117 |
+
margin-bottom: 3px !important;
|
118 |
+
}
|
119 |
+
button.svelte-1uw5tnk {
|
120 |
+
margin-bottom: 3px !important;
|
121 |
+
}
|
122 |
+
label.svelte-1mhtq7j.svelte-1mhtq7j.svelte-1mhtq7j:hover {
|
123 |
+
background: #291928 !important;
|
124 |
+
}
|
125 |
+
.controls.svelte-euo1cw.svelte-euo1cw {
|
126 |
+
background: #321f37 !important;
|
127 |
+
}
|
128 |
+
.padded.svelte-p87ime {
|
129 |
+
border: none !important;
|
130 |
+
}
|
131 |
+
label.svelte-1b6s6s {
|
132 |
+
background: #210e24 !important;
|
133 |
+
}
|
134 |
+
|
135 |
+
::-webkit-scrollbar {
|
136 |
+
width: 0.5em !important;
|
137 |
+
/* Ширина полосы прокрутки */
|
138 |
+
}
|
139 |
+
|
140 |
+
::-webkit-scrollbar-thumb {
|
141 |
+
background-color: #3a3a3ab3 !important;
|
142 |
+
border-radius: 50px !important;
|
143 |
+
/* Цвет фона ползунка */
|
144 |
+
}
|
145 |
+
|
146 |
+
::-webkit-scrollbar-track {
|
147 |
+
background-color: transparent !important;
|
148 |
+
/* Цвет фона дорожки */
|
149 |
+
}
|