This repository has been archived by the owner on Jan 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Nameless.css
/
Nameless.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
/* -- 无名氏 Nameless kaiheila theme By Misaka-L -- */
/* Github: https://github.com/Misaka-L/Nameless-Kaiheila-theme */
/* -- 主题相关 -- */
*{
--background-url: url("http://pixiv.cat/35721764.png");
/*
图片来自 Pixiv: https://www.pixiv.net/artworks/89358421
插画: 星空をキャンバスに変えて 作者: ドトノ
插画版权归原作者所有,主题作者对于使用该插画造成的侵权行为不负任何责任
Image from Pixiv: https://www.pixiv.net/artworks/89358421
Illustration: 星空をキャンバスに変えて Creator: ドトノ
The copyright of the illustration belongs to the original author. The theme author is not responsible for any infringement caused by the use of the illustration.
*/
}
/* -- 重置黑暗主题设置 -- */
.theme-dark{
--win-background: transparent !important;
--win-title-bar: transparent !important;
--left-nav-background: transparent !important;
--background-primary: rgba(0, 0, 0, 0.5) !important;
--mention-message-bg: transparent !important;
--menu-background: var(--background-primary) !important;
--menu-head: var(--background-primary) !important;
--box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5) !important;
--box-shadow-sm: 0px 1px 6px -2px rgba(0, 0, 0, 0.5) !important;
--box-shadow-lg: 0px 4px 12px -1px rgba(0, 0, 0, 0.5) !important;
--color-guild-boost: rgba(139, 114, 230, 0.6) !important;
}
/* -- 背景图片 -- */
body{
background-image: var(--background-url) !important;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
/* 清除聊天界面背景颜色以显示背景图片 */
.room-layout{
background: transparent !important;
}
.room-header{
background: transparent !important;
}
.room-content-left{
background: transparent !important;
}
.room-content-right{
background: transparent !important;
}
/* -- 连接中界面 -- */
.connect-center-layout{
background-color: transparent !important; /* 清除连接中界面背景 */
}
/* -- 消息编辑框 -- */
.theme-send-ctrl-bg{
background: var(--background-primary) !important; /* 重设编辑框背景颜色 */
}
/* -- 弹窗背景 -- */
.modal-body{
backdrop-filter: blur(1rem); /* 给弹窗添加模糊背景 */
}
.feedback-dialog{
backdrop-filter: blur(1rem); /* 帮助弹窗 */
}
/* -- 用户卡片 -- */
.user-playing-game{
border: none !important; /* 清除用户正在玩游戏时的边框 */
}
.user-playing-music{
border: none !important; /* 清除用户正在听音乐的边框 */
}
.user-avator{
border: none !important; /* 清除用户头像的边框 */
}
.card-head{
border: none !important; /* 清除用户头像的边框 */
padding: 0 i !important;
}
.user-info-card{
backdrop-filter: blur(1rem); /* 给用户卡片添加背景模糊 */
background: var(--background-primary) !important; /* 设置用户卡片背景颜色 */
}
.role-list-wrapper{ /* 用户卡片添加角色列表的背景模糊 */
backdrop-filter: blur(1rem);
}
.card-head{
background-image: none !important; /* 清除用户头像的边框 (有状态时) */
}
/* -- 小红点 -- */
.text-channel-unread-icon{ /* 重设文字频道小红点大小 */
height: 8px !important;
width: 8px !important;
}
.guild-unread-icon{ /* 重设服务器小红点大小 */
height: 12px !important;
width: 12px !important;
}
/* -- 推荐服务器 -- */
.card-mask{ /* 清除 "查看服务器" */
opacity: 0;
}
.guild-card-item:hover{
margin-top: 0 !important;
transform: scale(1.1);
}
.guild-card-item:hover .back:after{
opacity: 1 !important;
}
.guild-card-item:hover .back-top{
filter: blur(10px);
}
.guild-card-item:hover .front-info .card-title{
background: none;
height: 24px !important;
}
.guild-card-item .front-info .card-title{
height: 38px !important;
margin: 0 -16px;
padding: 0 16px;
transition-property: height;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
}
.guild-card-item:hover .front-info .card-title:before{
opacity: 0;
}
.guild-card-item .front-info .card-title:before {
background: linear-gradient(0, rgba(0, 0, 0, 0.55), transparent);
content: "";
position: absolute;
top: 33px;
left: 0;
height: 38px;
width: 100%;
z-index: -1;
}
.guild-card-item .outer-tag{
bottom: 10px !important;
}
.guild-card-item:hover .front-info .card-desc{
transform: translate(0, 0);
}
.guild-card-item:hover .front-info{
transform: translate(0, 0);
}
.guild-card-item .back-top{
transition-property: filter;
transition-duration: 0.1s;
transition-timing-function: ease-in-out;
}
.guild-card-item .back:after{
opacity: 0;
content: "";
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
background: var(--background-primary);
transition-property: opacity;
transition-duration: 0.1s;
transition-timing-function: ease-in-out;
}
.guild-card-item .front-info .card-desc{
transform: translate(0, 10px);
transition-property: transform;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
}
.guild-card-item .front-info{
transform: translate(0, 58.5%);
transition-property: transform;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
}
.guild-logo{
visibility: collapse;
}
.guild-card-item{
transition-property: transform;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
height: auto !important;
}
.discover-input-wrapper{ /* 给搜索框加个背景模糊 */
backdrop-filter: blur(1rem);
}
/* -- Emoji 面板 -- */
.emoji-panel{
backdrop-filter: blur(1rem); /* 添加面板背景模糊 */
}
.emoji-item-info{
transform: translate(-850px, -495px) !important; /* 修复预览偏移的问题 */
backdrop-filter: blur(1rem); /* 背景模糊 */
}
.emoji-item-info .layer-arrow{
visibility: collapse;
}
/* -- 置顶消息 -- */
.prompt-stick-messaage{
background: var(--background-primary) !important;
backdrop-filter: blur(1rem);
}
.prompt-stick-messaage .close-btn-box{
background: transparent !important;
}
.message-item{ /* 重设置顶消息背景 */
background-color: var(--background-primary) !important;
backdrop-filter: blur(1rem) ;
}
.theme-stick-message-box-bg{
background-color: var(--background-primary) !important;
backdrop-filter: blur(1rem);
}
/* -- 消息 -- */
.message-context-menu{ /* 消息上下文菜单列表 e.g 举报 */
backdrop-filter: blur(6px);
}
/* -- 设置界面 -- */
.setting-mask{ /* 设置界面的背景模糊 */
backdrop-filter: blur(0.3rem);
}
/* -- 提示气泡 ToolTip -- */
.__react_component_tooltip.type-info{ /* 重设提示框背景颜色,添加模糊 */
background: var(--background-primary) !important;
backdrop-filter: blur(1rem);
}
.__react_component_tooltip.type-info.place-top:after{ /* 为提示框下面的倒三角 ▼ 改变背景颜色,添加模糊 */
border-top-color: var(--background-primary) !important;
backdrop-filter: blur(1rem);
}
/* -- 加载页面 -- */
.connect-logo{
height: 0 !important; /* 清除 logo */
}
/* -- 历史消息 / 有新消息提示 -- */
.scroll-bottom-tips{ /* 调整 "你正在查看历史消息",使其成为单独一个气泡 */
margin-bottom: 10px !important;
background-color: rgba(102, 102, 204, 0.8) !important;
border-radius: 8px !important;
backdrop-filter: blur(1rem);
}
.unread-tips{ /* 调整 "有新消息",使其成为单独一个气泡 */
margin-top: 10px !important;
background-color: rgba(102, 102, 204, 0.8) !important;
border-radius: 8px !important;
backdrop-filter: blur(1rem);
}
/* -- 卡片消息 -- */
.bili-video-preview{ /* BiliBili 视频卡片背景 */
background-color: var(--background-primary) !important;
backdrop-filter: blur(1rem);
}
.kui-card{
background: var(--background-primary) !important; /* 重设卡片信息背景颜色 */
backdrop-filter: blur(1rem); /* 添加背景模糊, 然鹅不知道为什么不能用 */
}
.url-parse-website{ /* 网址解析卡片背景 */
background-color: var(--background-primary) !important;
backdrop-filter: blur(1rem);
}
.kui-card .show-all{
backdrop-filter: blur(1px);
background: var(--background-primary) !important;
}
/* -- 通用 -- */
.theme-textarea{ /* 重设文本域背景 */
background-color: var(--background-primary) !important;
}
.top-menu{ /* 菜单背景模糊 */
backdrop-filter: blur(10px) !important;
}
.user-setting-menu{
backdrop-filter: blur(1rem);
}
.header-right{
background: transparent !important; /* 去除频道右上角按钮诡异的黑色方块 */
}
.theme-selector-option-bg{ /* 下拉菜单列表 */
backdrop-filter: blur(1rem);
background-color: var(--background-primary);
}
.slider-wrapper{ /* 滑块背景模糊 */
backdrop-filter: blur(1rem);
}
.menu-icon-item.active .icon-button{ /* 服务器列表选中 */
border: 10px solid rgba(221, 221, 221, 0.1);
background-color: rgba(221, 221, 221, 0.1) !important;
}
.preview-image-mask{
backdrop-filter: blur(1rem);
background-color: var(--background-primary) !important;
}
/* 新消息 */
.left-timer{
background: transparent !important; /* 清除诡异的背景 */
top: -12px !important; /* 移动到分割线上面 */
}
/* 语音输入模式选择 */
.audio-mode-change-box{
backdrop-filter: blur(1rem);
}
/* 设置更改确认 */
.setting-model-right-role{
backdrop-filter: blur(1rem);
}
.message-search-type-panel{
backdrop-filter: blur(1rem);
}
.viewer-tool-bar{
backdrop-filter: blur(1rem);
background-color: var(--background-primary) !important;
}
.viewer-tool-submenu{
background-color: var(--background-primary);
backdrop-filter: blur(1rem);
}
.invite-message-box{
backdrop-filter: blur(1rem);
}
.room-layout-inner{
backdrop-filter: blur(1rem);
border-radius: 6px;
}
.user-search-box{
backdrop-filter: blur(1rem);
}
.pointerMenu, .contentMenu{
transform: translate(-350px, -42px);
}
/* .emoji-wrapper:hover>.text-message-box.__react_component_tooltip{
transform: translate(-352px, -33px);
} */
.dialog-guild-boost{
background-color: var(--background-primary) !important;
backdrop-filter: blur(1rem);
}