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
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
/*
Tokyono-Sora v1.1.1
Design by Chiaki.C https://plurk.com/akira02
https://github.com/akira02/Tokyono-Sora/
*/

/* 整體控制 */

.block_cnt {
transition: 0s;
}

' {}:not(*) /* { */, /*
}*/
body {
overflow-y: auto;
font-family: "M 翔鶴黑體 TC", "PingFang TC", "LiHei Pro", "Heiti TC",
"Source Han Sans TC", "Noto Sans TC", "Hiragino Sans", "Century Gothic",
"Microsoft Jhenghei", "微軟正黑體", sans-serif !important;
}
:not(*) /* { */, /*
}*/
.text_holder {
line-height: 1.5em;
}
' {}

/*捲軸調整*/
' {}:not(*) /* { */, /*
}*/
::-webkit-scrollbar {
width: 5px;
}
:not(*) /* { */, /*
}*/
::-webkit-scrollbar-track {
-webkit-border-radius: 10px;
border-radius: 10px;
}
:not(*) /* { */, /*
}*/
::-webkit-scrollbar-thumb {
-webkit-border-radius: 4px;
border-radius: 4px;
background: #ccc;
}
' {}

/*載入動畫*/
.loading > img {
background: url(https://raw.githubusercontent.com/akira02/Tokyono-Sora/main/loading.svg)
no-repeat;
width: 90px;
height: 90px;
background-size: 90px;
padding-left: 90px;
margin-top: 17px;
}
.loading-div {
background: url(https://raw.githubusercontent.com/akira02/Tokyono-Sora/main/loading.svg)
no-repeat;
background-size: 120px;
width: 120px;
height: 120px;
left: 50%;
}
.loading-div > .cnt {
display: none;
}
._lch_ ~ .pop-window .loading > img{
display: none;
}
._lch_ ~ .pop-window .loading::after{
content: ' ';
display:block;
position: relative;
background: url(https://raw.githubusercontent.com/akira02/Tokyono-Sora/main/loading.svg)
no-repeat;
background-size: 90px;
width: 90px;
height: 90px;
left: calc(50% - 45px);
}

/*頂端功能列模糊*/
' {}:not(*) /* { */, /*
}*/
#top_bar {
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
}
' {}

/*彈出視窗模糊*/
._lch_ ~ .pop-window .divplurk,
._lch_ ~ .pop-window .pop-window-view,
._lch_ ~ .pop-window .response_box,
._lch_ ~ .pop-window .mini_form,
._lch_ ~ .pop-window .img-holder {
background: none !important;
}

._lch_ ~ .pop-window .pop-window-view {
border-radius: 7px !important;
}
._lch_ ~ .pop-window .cbox_left {
background: black !important;
}
._lch_ ~ .pop-window .pop-window-content {
background: rgba(255, 255, 255, 0.7) !important;
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: saturate(180%) blur(20px);
}
._lch_ ~ .pop-window .pop-window-view iframe {
background: rgba(255, 255, 255, 0.9) !important;
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: saturate(180%) blur(20px);
}
/*彈出視窗輸入框圓角*/
._lch_ ~ .pop-window .plurkForm.mini-mode .input_holder,
._lch_ ~ .pop-window .mini_form .input_holder {
border-radius: 10px;
}
._lch_ ~ .pop-window .m_qualifier {
border-radius: 10px;}

/* 河道調整 */

#timeline_holder {
height: calc(100vh - 160px) !important;
background: none;
}
/*時間標籤*/
.bottom_start {
position: absolute;
height: 18px;
}
#bottom_line {
display: none !important;
}
/*通知器*/
#timeline_control_holder a {
border-radius: 25px;
}
.unread_generic {
border-radius: 12px;
background-color: #ff574d;
}
/*右下浮動發噗時間*/
#time_show {
top: auto !important;
right: 1%;
bottom: 5%;
left: auto !important;
padding: 10px !important;
background-color: rgba(0, 0, 0, 0.6) !important;
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: saturate(180%) blur(20px);
}
#time_show span {
color: #fff !important;
font-size: 2em !important;
font-weight: bold;
}
/*右邊捲動箭頭*/
.browse_button {
z-index: 800;
}
/*調整噗浪獸位置*/
#dynamic_logo {
position: fixed;
bottom: 140px;
right: 20px;
}

/* 噗調整 */

/*噗本體*/
.cboxAnchor:not(.response) .plurk_cnt {
border-radius: 8px;
background: rgba(255, 255, 255, 0.8) !important;
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: saturate(180%) blur(20px);
}
/*噗文寬度*/
.plurk.cboxAnchor:not(.response) {
max-width: 430px;
}
/*噗文邊界*/
.cboxAnchor:not(.response) .tr_cnt {
display: block;
margin: 7px;
max-width: 430px;
}
/*噗文暱稱*/
.cboxAnchor:not(.response) .td_qual {
display: inline-block;
position: relative;
top: 2px;
left: 35px;
}
.name {
font-size: 1.1em;
font-weight: 800;
text-shadow: #fff 0px 0px 1px, #fff 0px 0px 1px, #fff 0px 0px 1px,
#fff 0px 0px 1px, #fff 0px 0px 1px, #fff 0px 0px 1px;
}
/*噗文大頭貼*/
.td_img {
position: absolute;
top: 10px;
left: 13px;
z-index: 100;
}
.p_img img {
border-radius: 50%;
width: 25px;
height: 25px;
}
/*動詞*/
.qualifier {
padding: 0 3px 0 3px;
}
/*拉寬噗文*/
.cboxAnchor:not(.response) .td_cnt {
display: inline-block;
margin-top: 35px;
}
.cboxAnchor:not(.response) .text_holder {
width: 100%;
}
/*選中的噗文*/
.cboxAnchor:not(.response).display .plurk_cnt {
min-width: 430px;
}
.cboxAnchor:not(.response).display .tr_cnt {
min-width: 430px;
}
.cboxAnchor:not(.response).display .text_holder {
margin-bottom: 15px;
}
.cboxAnchor:not(.response).display .manager {
margin-top: -15px;
}
/*展開噗文*/
.cboxAnchor:not(.response).plurk_box .plurk_cnt {
border-radius: 7px 7px 0 0;
}
.plurk_editor_form {
order: 4;
}
/*重設回應欄位背景*/
.response_box {
background: none !important;
border: none;
}
.cboxAnchor.response .plurk_cnt {
background: none !important;
}
.plurk_box .mini_form {
background: none !important;
border: none;
}
#form_holder {
background: rgba(255, 255, 255, 0.8) !important;
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: saturate(180%) blur(20px);
border-radius: 0 0 7px 7px;
}
.icons_holder .pif-emoticon:after {
display: none;
}
/*未讀噗邊框*/
.new .plurk_cnt {
box-shadow: 0px 0px 9px 0px rgba(0, 0, 230, 0.8);
}
/*避免噗文展開後被切掉*/
#timeline_cnt,
.block_cnt {
overflow-y: visible !important;
}
.div_inner {
height: auto !important;
position: absolute;
top: 0;
bottom: 0;
}
/*回應計數*/
.td_response_count {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
line-height: 25px;
font-weight: 100;
font-size: 12px;
transform: scale(0.8);
}
.response_count {
padding: 0;
border-radius: 50%;
background: none;
}
/*回應計數(未讀)*/
.new .response_count {
position: relative !important;
background-color: #ff574d;
top: -13px;
left: -15px;
box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
width: 25px;
height: 25px;
}
/*回覆框*/
.plurkForm.mini-mode .input_holder,
.mini_form .input_holder {
border-radius: 10px;
}
.plurkForm.mini-mode .icons_holder {
margin: 0;
}
.char_updater {
display: none;
}
.plurkForm.mini-mode.plurk_editor .input_holder {
width: 100%;
}
/*icon*/
.plurk_icon {
margin: -25px 0 0 18px;
}
.pinned_plurk_icon {
left: -10px;
}
.plurk_icon.coin {
margin-left: 15px;
}

/* 面板設定 */

/*重置背景*/
.dash-segment .segment-content {
background: none;
margin: 0;
}
#plurk-dashboard {
background: none;
border: none;
}

/*發文面板*/
.dash-group-form {
position: fixed !important;
bottom: 35px !important;
left: 50%;
transform: translate(-50%, 0);
width: calc(100vw - 150px) !important;
max-width: 950px !important;
border-radius: 30px;
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.8);
background-color: rgba(255, 255, 255, 0.6);
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: saturate(180%) blur(20px);
z-index: 900;
}
#plurk-dashboard .dash-group-form .segment-content {
min-height: 62px;
}
.dash-group-form:hover {
z-index: 1100;
}
.plurkForm {
display: flex;
align-items: flex-end;
margin: 0 0 5px 3px;
flex-wrap: wrap;
justify-content: flex-end;
}
.submit_img {
order: 3;
width: auto;
border-radius: 20px;
padding: 0 15px 0 15px;
line-height: 35px;
margin-right: 5px;
}
.input_holder {
order: 1;
flex-grow: 1;
border-radius: 20px;
padding-right: 10px;
min-width: 200px;
}
.icons_holder {
order: 2;
margin-left: 10px;
}
#main_poster .icons_holder {
min-width: 190px;
}
.m_qualifier {
border-radius: 15px;
padding: 3px 11px 4px 10px;
}

/*自介面板*/
.dash-group-left {
position: fixed !important;
top: 70px;
right: 0px;
color: white;
padding: 10px;
width: 350px !important;
background: none;
border-radius: 150px;
max-height: 115px;
transition: max-height 1s, transform 1s, background 0.5s,
border-radius 0.3s 1s;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.6);
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: saturate(180%) blur(20px);
transform: translate(230px, 0);
z-index: 900;
}
#dash-profile {
margin-left: 3px;
}
.dash-group-left:hover {
max-height: 100vh;
transform: translate(0);
border-radius: 7px;
transition: max-height 1s, transform 1s, background 0.5s, border-radius 0.3s;
}
#full_name,
.profile-info {
margin-left: 110px !important;
}
.dash-group-left #dash-additional-info {
width: 320px;
}
/*自介連結顏色*/
#plurk-dashboard #about_me a {
color: #ff574d !important;
}
/*噗幣位置*/
#plurk-dashboard .profile-icons {
display: inline-block;
left: 67px;
bottom: 3px !important;
}
#plurk-dashboard .profile-info {
padding-top: 5px;
position: static !important;
}
/*大頭貼圓角*/
#profile_pic {
border-radius: 50% !important;
}

/*統計面板*/
.dash-group-right {
position: fixed !important;
top: 190px;
right: 0px;
color: white;
padding: 10px;
border-radius: 40px;
max-height: 60px;
width: 700px !important;
transition: max-height 1s, background 0s, transform 1s, border-radius 0.3s 1s;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.6);
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: saturate(180%) blur(20px);
transform: translate(540px, 0);
z-index: 900;
}
.dash-group-right:hover {
max-height: 100vh;
border-radius: 7px;
transition: max-height 1s, background 0s, transform 1s, border-radius 0.3s;
transform: translate(0);
}
.dash-group-left:hover + .dash-group-right {
background: none;
backdrop-filter: none;
-webkit-backdrop-filter: none;
transform: translate(540px, -50px);
pointer-events: none;
}
.dash-segment-stats .segment-content {
height: 100px;
}
#dash-stats-table {
position: absolute;
right: 0px;
width: 400px !important;
}
#dash-stats h2 {
display: none;
}
#plurk-dashboard .dash-segment #dash-stats table td {
color: white;
}
/*按鈕*/
#plurk-dashboard a.friend_man {
border-radius: 15px;
transition: background-color 0.6s ease, color 0.6s ease;
}

/* Karma值 */
.dash-stats-karma {
width: auto !important;
}
@font-face {
font-family: nixie;
src: url("https://chiaki.uk/assets/AkiNixieNumber-Regular.woff2")
format("woff2"),
url("https://chiaki.uk/assets/AkiNixieNumber-Regular.woff") format("woff");
}
@font-face {
font-family: nixie2;
src: url("https://chiaki.uk/assets/AkiNixieNumber-karma.woff2")
format("woff2"),
url("https://chiaki.uk/assets/AkiNixieNumber-karma.woff") format("woff");
}
.karma_hover {
display: flex;
margin: 0;
left: 7px;
text-indent: -300px;
pointer-events: none;
}
#karma_holder {
display: inline-block;
position: relative;
text-indent: 0px;
left: 0px;
}
#karma {
position: relative;
display: inline-block;
text-align: right;
font-family: nixie;
font-size: 35px;
width: 3.5em;
top: -10px;
left: -5px;
padding: 0.2em;
padding-bottom: 0.1em;
color:#99b3ff;
text-shadow: 0px 0px 6px rgba(0, 0, 230, 0.7), 0px 0px 20px #0072E3,
0px 0px 10px rgb(0, 0, 230) !important;
transition: transform 1s, font-size 1s;
}
.dash-stats-karma .help {
display: none;
}
/*背景燈絲*/
#karma::after {
position: absolute;
top: 0.2em;
left: 0.2em;
opacity: 0.4;
color: #0072E3;
content: "$$$$$$";
}
.dash-stats-karma {
margin: 0 !important;
}
.dash-group-right:hover #karma {
transform: translate(20px, 20px);
font-size: 50px;
}

/* 底部設定 */

/*底部連結*/
#footer {
padding: 0;
position: fixed;
bottom: 0px;
right: 10px;
height: 30px;
width: auto;
}
#footer .copyright {
display: none;
}

.emoticon_my+.emoticon_my,
.emoticon_my_wrapper+.emoticon_my,
.emoticon_my+.emoticon_my_wrapper {
margin-left: -4px;
}