-
Notifications
You must be signed in to change notification settings - Fork 0
/
trajes.css
330 lines (295 loc) · 5.34 KB
/
trajes.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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
/* Reset styles */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
small,
strong,
sub,
sup,
mark,
abbr,
address,
bdi,
dfn,
i,
time,
var,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
figure,
figcaption,
img,
svg,
audio,
canvas,
iframe,
video,
label,
textarea,
datalist,
fieldset,
legend,
meter,
optgroup,
option,
progress,
button,
details,
summary,
input,
select,
textarea,
menuitem {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
list-style: none;
box-sizing: border-box;
}
* {
box-sizing: border-box;
text-decoration: none;
}
/* Navigation styles */
nav {
display: flex;
justify-content: space-between;
color: #FFF;
}
/* Navigation container styles */
.nav-container {
display: flex;
justify-content: space-between;
position: relative;
top: 0;
left: 0;
width: 100%;
padding: 1.5rem 2rem;
background-color: black;
z-index: 10;
}
/* Mobile styles for navigation container */
@media only screen and (max-width: 768px) {
.nav-container {
padding: 1rem;
}
}
/* Brand styles */
.nav-container .brand {
color: white;
font-size: 2rem;
}
/* Main hover effect styles */
.nav-container:hover {
background-color: #000;
}
/* Navbar styles */
.nav-container-navbar {
display: flex;
align-items: center;
height: 100%;
list-style-type: none;
text-decoration: none;
}
/* List item styles */
.nav-container li {
margin: 5px 10px;
}
/* Anchor styles */
.nav-container li a {
color: white;
font-size: 1rem;
}
/* Mobile styles for icon bars */
.nav-container .fas.fa-bars {
font-size: 2rem;
color: #FFF;
display: none;
}
/* Mobile styles for navigation container */
@media only screen and (max-width: 768px) {
.nav-container .fas.fa-bars {
display: block;
}
}
body {
background: #000;
color: #fff;
font-family: serif;
padding: 1rem;
letter-spacing: 1.5px;
}
main {
margin-top: 2em;
margin-bottom: 2em;
padding: 0 20px;
padding: 2em;
font-size: 2rem;
color: var(--black);
}
/* Navigation styles */
nav {
display: flex;
justify-content: space-between;
color: #A6A6A6;
}
/* Navigation container styles */
.nav-container {
display: flex;
justify-content: space-between;
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 1.5rem 1rem;
background-color: rgb(0, 0, 0);
z-index: 10;
}
/* Mobile styles for navigation container */
@media only screen and (max-width: 768px) {
.nav-container {
padding: 1rem;
}
}
.nav-container .brand {
color: #A6A6A6;
font-size: 2.7rem;
display: flex;
align-items: center;
text-decoration: none;
}
/* Esconde o menu por padrão em telas pequenas */
.nav-container-navbar {
display: flex;
list-style-type: none;
text-decoration: none;
}
@media only screen and (max-width: 768px) {
.nav-container-navbar {
display: none; /* Esconde o menu inicialmente em telas pequenas */
flex-direction: column; /* Empilha os links em uma coluna */
background-color: black;
position: absolute;
top: 70px; /* Ajuste conforme necessário */
width: 100%;
left: 0;
padding: 1rem 0;
z-index: 99;
}
/* Exibe o ícone do menu sanduíche */
#menu-toggle {
display: block;
font-size: 2rem;
color: #FFF;
cursor: pointer;
}
}
/* Exibe o menu quando ativado */
.nav-active {
display: flex; /* Mostra o menu */
}
.container {
max-width: 100%;
margin: 0 auto;
}
.container h1 {
font-size: 3rem;
font-family: serif;
text-align: center;
color: #FFF;
padding-top: 0.3em 0;
margin: 1em;
text-shadow:
-1px -1px 0px #000,
-1px 1px 0px #000,
1px -1px 0px #000,
1px 0px 0px #610101;
/* Extend title-text-shadow styles here */
}
.container h2 {
font-size: 2rem;
font-family: serif;
text-align: center;
color: #FFF;
padding: 2em;
margin: 0.5em;
text-shadow:
-1px -1px 0px #000,
-1px 1px 0px #000,
1px -1px 0px #000,
1px 0px 0px #610101;
/* Extend title-text-shadow styles here */
}
.container p {
font-size: 1.3rem;
font-family: serif;
line-height: 1.5;
color: #FFF;
text-align: justify;
text-shadow:
-1px -1px 0px #000,
/* Extend title-text-shadow styles here */
}
.slider {
display: flex;
background: #000;
}
.slider .slide {
height: 100vh;
position: relative;
z-index: 10;
border: solid #fff;
border-width: 1px;
background-size: cover;
background-position: center center;
opacity: 0.25;
width: 30%;
transition: width 0.8s ease, opacity 0.5s ease;
}
.slider img {
width: 100%;
height: 100%;
object-fit: cover;
}
.slider .slide:hover {
width: 190%;
opacity: 1;
}
@media only screen and (max-width: 768px) {
.slider {
display: block; /* Exibe as imagens em bloco (empilhadas) */
}
.slider .slide {
width: 100%; /* Garante que a imagem ocupe toda a largura */
height: 500px; /* Aumenta a altura das imagens */
margin-bottom: 1rem; /* Espaçamento entre as imagens */
opacity: 1; /* Remove o efeito de opacidade */
transition: none; /* Remove a transição de aumento */
}
.slider .slide:hover {
width: 100%; /* Remove o efeito de expansão ao hover */
opacity: 1; /* Mantém a opacidade sem mudanças */
}
}