-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathalist.css
136 lines (126 loc) · 2.74 KB
/
alist.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
/*
created by
TheSmallHanCat
Koyuki
用于文件目录美化以及背景图
*/
body{
background-image:url('http://api.hancat.work/cloud/api.php');//将此处替换为你自己的背景图api地址
background-repeat:no-repeat;
background-size:cover;
background-attachment: fixed;
}
@keyframes gradientBG {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
.fish-container {
margin: 0;
padding: 0;
background-color: transparent;
width: 100%;
height: 200px;
z-index: -1;
position: fixed;
bottom: 0;
left: 0;
opacity: .5;
}
.hope-c-PJLV-igScBhH-css{
background-color: rgba(255, 255, 255, .8) !important;
justify-content: center;
}
.hope-c-PJLV-ijgzmFG-css{
opacity: .8; !important
justify-content: center;
backdrop-filter: blur(5px);
}
.hope-c-PJLV-iigjoxS-css{
opacity: .7;
justify-content: center;
backdrop-filter: blur(5px);
}
.hope-c-PJLV-ikEIIxw-css{
opacity: .7;
justify-content: center;
backdrop-filter: blur(5px);
}
.hope-c-PJLV-iiuDLME-css{
opacity: .7;
justify-content: center;
backdrop-filter: blur(5px);
}
.hope-c-PJLV-ikSuVsl-css
{
opacity: .7;
justify-content: center;
backdrop-filter: blur(5px);
}
.hope-c-PJLV-ikaMhsQ-css{
--hope-colors-background: #ffffff00;}
.hope-c-PJLV-idaeksS-css{
opacity: .6;
backdrop-filter: blur(10px);
border-radius: 7px;
}
.hope-c-PJLV-ifiEvmt-css{
opacity: .7;
backdrop-filter: blur(8px);
}
.hope-c-PJLV-iSMXDf-css{
opacity: .9;
}
.sw-Hennnyano {
width: 224px;
height: 224px;
position: fixed;
left: 0;
z-index: 100;
pointer-events: auto!important;
-webkit-transition: bottom 1.3s cubic-bezier(0,2.06,.56,.78);
transition: bottom 1.3s cubic-bezier(0,2.06,.56,.78);
bottom: -230px
}
@media print,screen and (max-width: 1024px) {
.sw-Hennnyano {
width:25.26042vw;
height: 25.26042vw;
bottom: -25.26042vw
}
}
.sw-Hennnyano.show {
bottom: -60px
}
@media print,screen and (max-width: 1024px) {
.sw-Hennnyano.show {
bottom:-6.25vw
}
}
.sw-Hennnyano .body {
width: 100%;
height: 100%;
position: absolute;
left: 0;
bottom: 0;
background: url(https://cdn.jsdelivr.net/gh/TheSmallHanCat/Better_Alist@main/img/img_hennyano_body.png) left bottom/contain no-repeat
}
.sw-Hennnyano .eyes {
width: 100%;
height: 100%;
position: absolute;
left: 0;
bottom: 0;
background: url(https://cdn.jsdelivr.net/gh/TheSmallHanCat/Better_Alist@main/img/img_hennyano_eyes.png) left bottom/contain no-repeat
}
@media(any-hover: hover) {
.sw-Hennnyano:hover {
cursor:pointer!important
}
}