-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
316 lines (272 loc) · 5.53 KB
/
Copy pathstyle.css
File metadata and controls
316 lines (272 loc) · 5.53 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
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
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@500&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: "digital-7";
src: url("/fonts/digital-7\ \(mono\).ttf");
}
body{
background: linear-gradient(243.29deg, #444444 0.17%, #171717 99.51%);
min-height: 100vh;
display: flex;
align-items: center;
flex-direction: column;
font-family: sans-serif;
}
/* Header */
header{
display: flex;
align-items: center;
flex-direction: column;
height: 200px;
justify-content: center;
user-select: none;
}
h1{
color: #FFF;
font-family: 'Anton', sans-serif;
letter-spacing: 5px;
font-size: 3em;
}
/* Scoreboard */
.div-scoreboard{
width: 50%;
min-width: 350px;
display: flex;
justify-content: space-between;
}
.scoreboard{
text-transform: uppercase;
padding: 1%;
height: 3em;
width: 9em;
background-color: #212121;
color: #fff;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
font-size: 1em;
border-radius: 5px;
}
.scoreboard p:nth-child(2){
margin: 3px;
font-family: "digital-7", sans-serif;
color: green;
background-color: rgba(0,0,0,.2);
padding: 1px 5px;
user-select: none;
}
/* Card */
#board{
display: flex;
justify-content: space-evenly;
flex-direction: row-reverse;
}
section{
margin: 5%;
width: 80%;
}
.heafer-page img{
width: 170px;
height: 60px;
}
.type{
height: 30px;
}
.card{
width: 350px;
min-width: 240px;
height: 500px;
border: 5px solid #000;
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.header-card, .footer-card{
height: 50px;
background: #1A374D;
display: flex;
flex-direction: row;
padding: 10px;
justify-content: space-between;
align-items: center;
z-index: -1;
}
.header-card h3{
color: #FFF;
font-family: "Readex Pro", sans-serif;
left: -50%;
position: relative;
transform: translateX(50%);
}
.main-card{
padding: 10px 20px;
height: 100%;
width: 100%;
}
.person{
box-shadow: 0 3px 6px 0px #000;
width: 100%;
height: 240px;
border-radius: 10px;
}
/* Type */
.bug{
background: linear-gradient(180deg, #CFFFB8 17.03%, #B7FF42 67.6%, #18A800 100%);
}
.fire{
background: linear-gradient(180deg, #FCA204 38.36%, #FB7604 83.12%, #BA0B04 100%);
}
.water{
background: linear-gradient(180deg, #B8FFF9 17.03%, #42C2FF 67.6%, #0072A8 100%);
}
.ground{
background: linear-gradient(180deg, #EEC373 38.36%, #CA965C 83.12%, #876445 100%);
}
.grass{
background: linear-gradient(180deg, #ACFFAD 17.03%, #1aa953 67.6%, #009c17 100%);
}
.black{
background: linear-gradient(180deg, #AD00FF 17.03%, #8724C5 67.6%, #080038 100%);
}
.normal{
background: linear-gradient(180deg, #ffffff 17.03%, #c5c5c5 67.6%, #444444 100%);
}
.electric{
background: linear-gradient(180deg, #F7FD04 17.03%, #ffc62a 67.6%, #F98404 100%);
}
.flying{
background: linear-gradient(180deg, #9bd7ff 17.6%, #7bf0ff 67.03%, #31b8b8 100%);
}
.ice{
background: linear-gradient(180deg, #eff8ff 17.6%, #a0dde5 67.03%, #3184b8 100%);
}
.psyc{
background: linear-gradient(180deg, #ff9be9 17.6%, #df49f9 67.03%, #b8314e 100%);
}
.ghost{
background: linear-gradient(180deg, #260045 17.6%, #34064b 75.03%, #4a15ad 100%);
}
.legend{
background: linear-gradient(45deg,#fca204, #fffbf4);
background-clip: text;
-webkit-background-clip: text;
color: transparent !important;
animation: move 4s linear infinite;
}
ul{
list-style: none;
color: #FFF;
font-family: sans-serif;
font-weight: 700;
}
li{
border-radius: 5px;
display: flex;
align-items: center;
margin: 5% 0;
user-select: none;
padding: 2px 5px;
}
li span{
position: relative;
margin-left: auto;
}
.footer-card span{
padding: 5px 10px;
background: #FFF;
border-radius: 5px;
box-shadow: inset -2px -2px 2px rgb(0 0 0 / 40%);
}
input{
margin-right: 5px;
cursor: pointer;
}
li:hover{
background: rgba(0,0,0,.2);
}
/* Bottom */
legend{
position: absolute;
margin-left: 35px;
color: #FFF;
font-size: .8em;
}
button{
width: 17em; height: 4em;
border-radius: 25px; border: 3px solid #F638DC;
margin-top: 20px;
color: #F638DC;
background: rgba(0,0,0,.2);
transition: .4s;
cursor: pointer;
}
button:hover{
background: #301D39;
border-radius: 20px;
}
h2{
border-left: 5px solid #FFF;
color: #FFF;
padding: 0 5px;
}
.listUse{
margin-top: 50px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(332px, 1fr));
justify-items: center;
row-gap: 25px;
pointer-events: none;
}
.msg{
max-width: 26%;
color: #FFF;
text-align: center;
background: rgba(0,0,0,.5);
padding: 10px;
display: none;
}
small{
display: none;
margin-bottom: 15px;
}
/* Footer */
#footer{
width: 100%;
height: 10vh;
background:#444444;
border-top: 2px solid #FFF;
margin-top: 5%;
display: flex;
justify-content: center;
align-items: center;
}
.social-icon{
width: 30px;
height: 30px;
}
#footer div{
width: 8%;
display: flex;
justify-content: space-between;
}
a{
text-decoration: none;
color: #FFF
}
/* Animations */
@keyframes piscar {
to{
opacity: 0;
}
}
@keyframes move {
to{
background-position-x: 600px;
}
}