forked from ShartyThemes/party-pal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
306 lines (258 loc) · 5.39 KB
/
style.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
/* Thank you for using Party Pal v1.0 */
/* Created by Sharty Themes https://github.com/ShartyThemes */
/* CSS-V1-CHECK (Note:if you are adding this code manually, do not remove this comment or else any existing css will be overwritten) */
@font-face {
font-family: W95;
src: url('https://sharty-themes.b-cdn.net/party-pal/fonts/W95FA.otf');
}
@font-face {
font-family: VGA;
src: url('https://sharty-themes.b-cdn.net/party-pal/fonts/vga.woff2') format("woff2");
}
#boot-screen {
background: #000;
font-family: VGA, monospace;
font-size: 22px;
justify-content: center;
overflow: hidden;
margin: 0;
z-index: 9999;
position: fixed;
top: 50%; left: 50%; transform: translate(-50%, -50%);
width: 100%; height: 100%;
}
#boot-screen p {
margin-left: 20px;
color: #cccccc;
}
#pal-boardlist p {
cursor: pointer;
}
#pal-boardlist p:hover {
color: #ff0000 !important;
}
#pal-box {
width: inherit;
background: #ffffff;
color: #000000;
border: 1px solid #000000;
display: flex;
flex-direction: row;
margin-bottom: 20px;
}
#pal-box-left {
background-image: url('https://sharty-themes.b-cdn.net/party-pal/images/banner.png');
height: 150px;
width: 50%;
background-size: 400px;
background-repeat: no-repeat;
background-position: -45px -45px;
}
#pal-box-right h2 {
padding: 3px 7px;
text-align: left;
background-color: #2f8eff;
color: #ffffff;
margin-bottom: 15px;
}
#eye-container {
display: inline-block;
width: 40px;
height: 40px;
position: relative;
left: 10px;
top: 15px;
border: 3px solid rgb(136, 136, 136);
border-radius: 50px;
overflow: hidden;
}
#eye {
background-color: red;
border: none;
border-radius: 50px;
width: 100%; height: 100%;
}
#pupil {
position: absolute;
top: 50%; left: 50%; transform: translate(-50%, -50%);
pointer-events: none;
}
.hidden {
display: none !important;
}
.popup-styles {
position: fixed;
background-color: #ffffcc;
padding: 10px;
border: 1.5px solid #000000;
z-index: 9996;
border-radius: 8px;
font-family: W95;
user-select: none;
color: black;
}
.popup-styles::after {
content: '';
position: absolute;
border-style: solid;
border-width: 0 15px 15px 0;
border-color: transparent #ffffcc transparent transparent;
bottom: -12.5px;
right: 10px;
z-index: -1;
}
.popup-styles::before {
content: '';
position: absolute;
border-style: solid;
border-width: 0 16px 16px 0;
border-color: transparent #000000 transparent transparent;
bottom: -16px;
right: 8.5px;
z-index: -2;
}
.popup-styles p::after {
content: url('https://sharty-themes.b-cdn.net/party-pal/images/pal.png');
position: fixed;
zoom: 17%;
left: 105%;
top: 90%;
}
.dance::after {
animation: dance 1.15s infinite linear forwards;
content: url('https://sharty-themes.b-cdn.net/party-pal/images/pal-headphones.png') !important;
}
@keyframes dance {
0% {
transform: rotate(0) scale(1);
transform-origin: bottom;
}
12.5% {
transform: rotate(3deg) scale(.9, 1.15);
transform-origin: bottom;
}
25% {
transform: rotate(6deg) scale(1);
transform-origin: bottom;
}
37.5% {
transform: rotate(3deg) scale(.9, 1.15);
transform-origin: bottom;
}
50% {
transform: rotate(0) scale(1);
transform-origin: bottom;
}
62.5% {
transform: rotate(-3deg) scale(.9, 1.15);
transform-origin: bottom;
}
75% {
transform: rotate(-6deg) scale(1);
transform-origin: bottom;
}
87.5% {
transform: rotate(-3deg) scale(.9, 1.15);
transform-origin: bottom;
}
100% {
transform: rotate(0) scale(1);
transform-origin: bottom;
}
}
.spin {
animation: spin 5s ease-out forwards;
}
@keyframes spin {
from {transform: rotate(0);}
to {transform: rotate(360deg)}
}
#popup {
top: 50%; left: 50%; transform: translate(-50%, -50%);
width: 150px;
animation: pulsate 0.1s ease-in-out forwards;
}
@keyframes pulsate {
0% { transform: scale(1); }
30% { transform: scale(1.1); }
100% { transform: scale(1); }
}
#popup p {
margin-top: 0;
}
.popup-btn-container {
display: block;
text-align: center;
}
#popup button, #options-popup button {
background-color: #ffffcc;
padding: 3px 14px;
border: none;
box-shadow: 0 0 0 1px silver;
cursor: pointer;
border-radius: 5px;
font-family: W95;
font-size: 14px;
margin: 5px;
color: black;
}
#popup img {
border-radius: 8px;
margin: auto;
margin-bottom: 15px;
max-width: 60px;
display: block;
pointer-events: none;
}
#popup button:hover {
box-shadow: 0 0 0 1.5px silver;
}
#no-btn {
float: right;
}
.music-btns {
box-shadow: 0 0 0 1px black !important;
}
.music-btns:hover {
scale: 102%;
}
.music-btns:active {
scale: 100%;
}
.selected-text {
overflow: hidden;
text-overflow: ellipsis;
}
.selected-text:hover {
overflow: visible;
}
.options-background {
position: fixed;
width: 100%;
height: 100%;
background-color:rgba(0, 0, 0, 0.5);
top: 0;
left: 0;
z-index: 9997;
}
#options-popup {
top: 50%; left: 50%; transform: translate(-50%, -50%);
max-width: fit-content;
z-index: 9998;
padding: 0 20px 10px 20px;
font-size: 14px;
text-align: center;
display: flex;
flex-direction: column;
}
#options-popup iframe {
border-radius: 8px;
margin-bottom: 12px;
margin-top: 15px;
border: 1.5px solid black;
display: block;
pointer-events: all;
}
#options-popup button:hover {
box-shadow: 0 0 0 1.5px silver;
}