-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrabbit3.css
More file actions
148 lines (125 loc) · 3.06 KB
/
rabbit3.css
File metadata and controls
148 lines (125 loc) · 3.06 KB
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
/*
made by TheSmallHanCat
尤其是御坂,要是再偷憨憨东西,一年没鱼吃,还要喂憨憨鱼
未经允许不可偷代码!
看到这行字表示同意,不许装没看到
TheSmallHanCat6666
TheSmallHanCat6666
TheSmallHanCat6666
Koyuki6666
Koyuki6666
Koyuki6666
Koyuki6666
https://t.mwm.moe/mp/
*/
:root {
--app-color: rgb(60, 20, 20);
}
@media only screen and (max-width: 1024px) {
body {
background-image: url("https://t.alcy.cc/mp/");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
}
@media only screen and (min-width: 1024px) {
body {
background-image: url("https://t.alcy.cc/pc/");
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%;
}
}
.var-elevation--1 {
background-color: rgba(255, 255, 255, 0.1);
justify-content: center;
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(3px);
}
.var-card__floater {
background-color: rgba(255, 255, 255, 0.1);
justify-content: center !important ;
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(3px);
}
.var-elevation--4 {
background-color: rgba(85, 134, 238, 0.422);
justify-content: center;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}
.var-bottom-navigation {
background-color: rgba(255, 255, 255, 0.1);
justify-content: center;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}
.var-bottom-navigation-item--active {
background-color: rgba(0, 0, 0, 0.2);
justify-content: center;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}
.var-elevation--3 {
background: #4e9dde;
background-color: rgba(85, 134, 238, 0.422);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}
.var-app-bar {
background-color: rgba(78, 157, 222, 0.422) !important;
justify-content: center;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}
.var-chip {
background-color: rgba(78, 157, 222, 0.422) !important;
justify-content: center;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}
.var-tabs {
background-color: rgba(78, 157, 222, 0.422) !important;
justify-content: center;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}
.var-button {
background-color: rgba(78, 157, 222, 0.422) !important;
justify-content: center;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}
.var-app-bar__right {
display: none;
}
.var-select__controller {
display: none;
}
.var-chip--small {
display: none;
}
.var-select__line {
display: none;
}
p {
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
vi {
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.tip-content {
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}