1
1
.mob {
2
- z-index : 1
2
+ z-index : 1
3
3
}
4
- .chatalt {
5
- scrollbar-color : transparent rgba (255 , 255 , 255 , 0.05 );
6
- scrollbar-width : none;
4
+
5
+ # chat2 {
6
+ width : 100% ;
7
+ display : flex;
8
+ flex-direction : column-reverse;
7
9
}
10
+
11
+ .chatalt {
12
+ scrollbar-color : transparent rgba (255 , 255 , 255 , 0.05 );
13
+ scrollbar-width : none;
14
+ }
15
+
16
+ # secondChatServer {
17
+ z-index : 1 ;
18
+ position : absolute;
19
+ width : 100% ;
20
+ backdrop-filter : blur (8px );
21
+ position : absolute;
22
+ left : 0% ;
23
+ bottom : -40px ;
24
+ width : 100% ;
25
+ /* background-color: rgba(0, 0, 0, 0.7);*/
26
+ }
27
+
8
28
.draw {
9
- display : none;
29
+ display : none;
10
30
}
31
+
11
32
# video-background {
12
- position : fixed;
13
- top : 0 ;
14
- left : 0 ;
15
- width : 100vw ;
16
- height : 100vh ;
17
- object-fit : cover;
18
- z-index : 0 ;
19
- opacity : 1 ; /* Adjust opacity here */
20
- }
33
+ position : fixed;
34
+ top : 0 ;
35
+ left : 0 ;
36
+ width : 100vw ;
37
+ height : 100vh ;
38
+ object-fit : cover;
39
+ z-index : 0 ;
40
+ opacity : 1 ; /* Adjust opacity here */
41
+ }
42
+
21
43
.bar {
22
44
height : 40px ;
23
45
}
46
+
24
47
.foot {
25
48
display : none;
26
49
}
50
+
27
51
.logotkr {
28
52
display : none;
29
53
}
54
+
30
55
.backgroundstyles {
31
56
height : 330px ;
32
57
overflow-y : scroll;
33
58
scrollbar-color : transparent rgba (255 , 255 , 255 , 0.05 );
34
59
scrollbar-width : none;
35
60
}
61
+
36
62
.mobile {
37
63
backdrop-filter : blur (3px );
38
64
background-color : rgba (0 , 0 , 0 , 0 );
39
65
}
66
+
40
67
.desktopblock {
41
68
display : none;
42
69
}
70
+
43
71
.opac {
44
72
opacity : 0.8 ;
45
73
/* transition: opacity 1s linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%); */
48
76
/* .opac:hover {
49
77
opacity: 1;
50
78
} */
79
+
51
80
.all {
52
81
position : absolute;
53
82
}
83
+
54
84
.testing {
55
85
display : none
56
86
}
87
+
57
88
# colorpicker {
58
89
position : absolute;
59
90
top : 0% ;
60
91
right : 0% ;
61
92
}
93
+
62
94
.desktop {
63
95
display : none
64
96
}
97
+
65
98
.explain {
66
99
position : absolute;
67
100
display : none;
68
101
left : 50% ;
69
102
text-align : center;
70
103
width : 100px ;
71
104
}
105
+
72
106
.commands {
73
107
position : absolute;
74
108
display : none;
77
111
text-align : center;
78
112
width : 100px ;
79
113
}
114
+
80
115
.chatMobile {
81
116
grid-area : messages;
82
117
box-sizing : border-box;
85
120
z-index : 10 ;
86
121
overflow-y : scroll;
87
122
}
123
+
88
124
.blockedUsersListClass {
89
- position : absolute;
90
- left : 2% ;
91
- top : 70% ;
92
- transform : translateY (-50% );
93
- background-color : rgba (51 , 51 , 51 , 0.9 );
94
- color : rgb (255 , 255 , 255 );
95
- padding : 5px ;
96
- border : 1px solid rgb (68 , 68 , 68 );
97
- border-radius : 5px ;
98
- font-weight : 200 ;
99
- font-size : 12px ;
100
- max-width : 200px ;
101
- overflow-wrap : break-word;
102
- opacity : 0.9 ;
103
- overflow-x : scroll;
104
- }
125
+ position : absolute;
126
+ left : 2% ;
127
+ top : 70% ;
128
+ transform : translateY (-50% );
129
+ background-color : rgba (51 , 51 , 51 , 0.9 );
130
+ color : rgb (255 , 255 , 255 );
131
+ padding : 5px ;
132
+ border : 1px solid rgb (68 , 68 , 68 );
133
+ border-radius : 5px ;
134
+ font-weight : 200 ;
135
+ font-size : 12px ;
136
+ max-width : 200px ;
137
+ overflow-wrap : break-word;
138
+ opacity : 0.9 ;
139
+ overflow-x : scroll;
140
+ }
141
+
105
142
.blockInputClass {
106
- position : absolute;
107
- left : 0% ;
108
- top : 79% ;
109
- transform : translateY (-50% );
110
- background-color : rgb (51 , 51 , 51 );
111
- color : rgb (255 , 255 , 255 );
112
- padding : 5px ;
113
- border : 1px solid rgb (68 , 68 , 68 );
114
- border-radius : 5px ;
115
- width : 10px ;
116
- }
143
+ position : absolute;
144
+ left : 0% ;
145
+ top : 79% ;
146
+ transform : translateY (-50% );
147
+ background-color : rgb (51 , 51 , 51 );
148
+ color : rgb (255 , 255 , 255 );
149
+ padding : 5px ;
150
+ border : 1px solid rgb (68 , 68 , 68 );
151
+ border-radius : 5px ;
152
+ width : 10px ;
153
+ }
154
+
117
155
.unblockInputClass {
118
- position : absolute;
119
- left : 0% ;
120
- top : 87% ;
121
- transform : translateY (-50% );
122
- background-color : rgb (51 , 51 , 51 );
123
- color : rgb (255 , 255 , 255 );
124
- padding : 5px ;
125
- border : 1px solid rgb (68 , 68 , 68 );
126
- border-radius : 5px ;
127
- width : 10px ;
156
+ position : absolute;
157
+ left : 0% ;
158
+ top : 87% ;
159
+ transform : translateY (-50% );
160
+ background-color : rgb (51 , 51 , 51 );
161
+ color : rgb (255 , 255 , 255 );
162
+ padding : 5px ;
163
+ border : 1px solid rgb (68 , 68 , 68 );
164
+ border-radius : 5px ;
165
+ width : 10px ;
128
166
}
129
167
.unblockAllButtonClass {
130
168
position : absolute;
138
176
border-radius : 5px ;
139
177
cursor : pointer;
140
178
}
179
+
141
180
.colorPickerClass {
142
181
position : absolute;
143
182
top : 70% ;
149
188
background-color : rgb (51 , 51 , 51 );
150
189
color : rgb (255 , 255 , 255 );
151
190
}
191
+
152
192
.minnit {
153
193
display : block;
154
194
position : absolute;
155
195
left : 0% ;
156
196
bottom : 0% ;
157
197
width : 100% ;
158
- height : calc (100% - 50 px );
198
+ height : calc (100% - 40 px );
159
199
border-radius : 0px ;
160
200
backdrop-filter : blur (3px );
161
- background-color : rgba (0 , 0 , 0 , 0.77 );
201
+ /* background-color: rgba(0, 0, 0, 0.77); */
162
202
}
203
+
163
204
form {
164
205
display : flex;
165
206
flex-direction : column;
166
207
margin : 0 ;
167
208
padding : 0 ;
168
209
}
210
+
169
211
form {
170
212
display : flex;
171
213
flex-direction : column;
172
214
margin : 0 ;
173
215
padding : 0 ;
174
216
}
217
+
175
218
form .form {
176
219
background-color : rgba (255 , 255 , 255 , 0.05 );
177
220
border : 1px solid rgba (255 , 255 , 255 , 0.05 );
178
221
border-radius : 0.5rem ;
179
222
padding : 2rem ;
180
223
}
224
+
181
225
form .form-group {
182
226
margin-bottom : 1.5rem ;
183
227
}
228
+
184
229
form .form-group : last-child {
185
230
margin-bottom : 0 ;
186
231
}
232
+
187
233
label {
188
234
display : block;
189
235
font-size : 0.9rem ;
190
236
margin-bottom : 0.5rem ;
191
237
}
238
+
192
239
input [type = "checkbox" ],
193
240
input [type = "radio" ] {
194
241
display : block;
195
242
}
243
+
196
244
.checkbox ,
197
245
.radio {
198
246
display : block;
@@ -204,10 +252,12 @@ input[type="radio"] {
204
252
width : 2rem ;
205
253
height : 2rem ;
206
254
}
255
+
207
256
.checkbox : hover ,
208
257
.radio : hover {
209
258
border-color : rgba (255 , 255 , 255 , 0.5 );
210
259
}
260
+
211
261
.checkbox .checked ,
212
262
.radio .checked {
213
263
border-color : rgba (0 , 255 , 0 , 0.25 );
0 commit comments