-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles (obsolet).css
298 lines (264 loc) · 5.96 KB
/
styles (obsolet).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
ul {
list-style: none;
}
ul li {
list-style: none;
}
li {
margin-bottom: 5px;
}
#checkboxContainer label {
display: none;
}
.loader {
background: #000;
background: radial-gradient(#222, #000);
bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
z-index: 99999;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
#loader-text1 {
color: #e60000;
margin-bottom: 40px;
font-size: 50px;
font-family: monospace;
text-align: center;
bottom: 0;
width: 100%;
}
#loader-text2 {
color: #555555;
margin-bottom: 40px;
font-size: 16px;
font-family: Phantomsans, sans-serif;
text-align: center;
position: absolute;
bottom: 0;
width: 100%;
}
.loader-inner {
bottom: 0;
height: 60px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 100px;
}
.loader-line-wrap {
animation:
spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite
;
box-sizing: border-box;
height: 50px;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
transform-origin: 50% 100%;
width: 100px;
}
.loader-line {
border: 4px solid transparent;
border-radius: 100%;
box-sizing: border-box;
height: 100px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
top: 0;
width: 100px;
}
.loader-line-wrap:nth-child(1) { animation-delay: -50ms; }
.loader-line-wrap:nth-child(2) { animation-delay: -100ms; }
.loader-line-wrap:nth-child(3) { animation-delay: -150ms; }
.loader-line-wrap:nth-child(4) { animation-delay: -200ms; }
.loader-line-wrap:nth-child(5) { animation-delay: -250ms; }
.loader-line-wrap:nth-child(1) .loader-line {
border-color: #ff91ff;
height: 90px;
width: 90px;
top: 7px;
}
.loader-line-wrap:nth-child(2) .loader-line {
border-color: #ff7300;
height: 76px;
width: 76px;
top: 14px;
}
.loader-line-wrap:nth-child(3) .loader-line {
border-color: #00ffff;
height: 62px;
width: 62px;
top: 21px;
}
.loader-line-wrap:nth-child(4) .loader-line {
border-color: #fff;
height: 48px;
width: 48px;
top: 28px;
}
.loader-line-wrap:nth-child(5) .loader-line {
border-color: #d30505;
height: 34px;
width: 34px;
top: 35px;
}
@keyframes spin {
0%, 15% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
body {
margin: 0;
padding: 0;
background-color: #FF91FF; /* Color de fons de la pàgina */
margin-top: 30px; /* Ajusta la marge superior per afegir píxels del color de fons a dalt */
}
header {
background: url("./assets/bubbles.png") repeat; /* Utilitza la textura com a fons i repeteix-la */
background-size: 119px 119px; /* Amplada i alçada de la textura */
background-color: #d30505; /* Color de la franja a dalt */
padding: 10px;
color: #fff; /* Color del text a la franja */
display: flex; /* Afegeix flexbox per alineació dels elements dins del header */
justify-content: space-between; /* Espai entre els elements a l'esquerra i a la dreta */
align-items: center; /* Centra verticalment els elements dins del header */
height: 100px;
}
.peixet{
margin-right: 150px;
width: 90px;
height: 90px;
vertical-align: top;
}
.rimador {
width: 480px; /* Ajusta l'amplada de la imatge segons la teva preferència */
height: auto; /* Manté l'altura proporcional a l'amplada */
margin-left: 70px;
}
main {
padding: 20px;
text-align: center;
}
.container {
background-color: #00ffff;
padding: 20px;
text-align: left;
margin: 40px;
border-radius: 10px;
display: block;
justify-content: flex-start;
align-items: center;
position: sticky;
top: 5px;
font-weight: bold;
}
.search-container {
display: inline-flex;
align-items: center;
width: 100%;
margin-bottom: 15px;
}
#paraulaCercada {
margin-right: 15px;
height: 38px;
width: 100%;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
border-radius: 5px;
background-color: #f2f2f2;
border: 2px solid #3498db;
font-family: 'Arial', sans-serif;
color: #333;
transition: border-color 0.3s ease-in-out;
padding-left: 12px;
}
#paraulaCercada:focus {
border-color: #d975d9;
outline: none;
}
.boto {
flex-shrink: 0;
align-items: center;
background-image: linear-gradient(144deg, #ff0000, #ff7300 11.11%, #fffb00 22.22%, #48ff00 33.33%, #00ffd5 44.44%, #002bff 55.55%, #7a00ff 66.66%, #ff00c8 77.77%, #ff0000);
border: 0;
border-radius: 8px;
box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
box-sizing: border-box;
color: #FFFFFF;
display: flex;
font-family: Phantomsans, sans-serif;
font-size: 20px;
justify-content: center;
line-height: 1em;
padding: 3px;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
white-space: nowrap;
cursor: pointer;
min-width: 120px;
}
.boto span {
background-color: rgb(5, 6, 45);
padding: 10px 16px;
border-radius: 6px;
width: 100%;
height: 100%;
transition: 150ms;
}
.boto:hover span {
background: none;
color: rgb(5, 6, 45);
font-family: 'Comic Sans MS';
font-weight: bold;
}
.impressio{
display: none;
align-items: flex-start;
}
#checkboxContainer {
background-color: #d30505;
padding: 10px;
text-align: left;
margin: 40px;
border-radius: 10px;
align-items: center;
position: sticky;
top: 160px;
}
.column-container {
column-count: 5;
column-width: 247px;
column-gap: 20px;
}
.column-container p {
margin-bottom: 10px;
}
.dropdown-container {
display: flex;
flex-wrap: wrap;
gap: 11px;
}
.dropdown-container label {
flex: 1 1 150px;
margin-right: 0px;
}
.dropdown-container select {
flex: 1 1 200px;
max-width: 100%;
}