-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
295 lines (251 loc) · 5.82 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
body, html {
padding: 0px;
margin: 0px;
height: 100%;
width: 100%;
}
.header {
width: 100%;
height: 100%;
background-image: url('1topo.jpg');
min-height: 100%;
/** Tornando o fundo responsivo **/
background-size: cover;
background-position: center;
background-repeat: no repeat;
}
.menu {
display: flex;
flex-direction: row;
width: 95%;
align-items: center;
justify-content: space-between;
padding: 15px;
}
.linkmenu {
font-family: 'Readex Pro', sans-serif;
font-size: 20px;
color: white;
}
.logomenu {
font-family: 'Old Standard TT', serif;
font-size: 35px;
color: white;
}
a:link {
text-decoration: none;
}
.logoprincipal {
font-family: 'Readex Pro', sans-serif;
color: white;
/** Coloca a logo no centro **/
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 99%;
height: 90%;
}
.logo {
font-family: 'Old Standard TT', serif;
font-size: 85px;
color: white;
display: inline-block;
opacity: 0.6;
}
.logoprincipal > hr {
width: 40%;
color: white;
}
.header > h2 {
color: white;
}
/** Usando o CSS Grid para montar o layout restante do site **/
/** Eu devia ter usado pra montar o site todo!! **/
.content {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: repeat(5, 1fr);
gap: 2px;
border: 2px;
max-width: 100%;
}
.image {
max-width: 100%;
max-height: auto;
}
.description {
background-color: #f5eedf;
color: #21130d;
max-width: 100%;
height: auto;
padding: 1rem;
font-family: 'IM Fell Double Pica', serif;
font-style: italic;
text-align: justify;
}
/** Tive que declarar OUTRA classe pro subtítulo **/
.subtitulo {
font-family: 'Readex Pro', sans-serif;
font-style: normal;
}
.button {
background-color: transparent;
border: 2px solid #a37b5d;
color: #a37b5d;
font-family: 'Reader Pro', sans-serif;
font-weight: bold;
font-style: normal;
padding: 15px 37px;
width: 3rem;
text-align: center;
display: inline-block;
margin-top: 20px;
margin-left: 0px;
}
.button:hover {
background-color: #a37b5d;
color:white;
border: 2px solid white;
}
.oneday {
/** Fazendo com que essa célula ocupe toda a linha **/
grid-column-start: 1;
grid-column-end: 3;
/** Usando display grid pra colocar a imagem em cima do fundo branco e sobre os cartões.
Farei isso criando um grid com 2 linhas, assim poderei distribuir as classes usando o grid-row
**/
display: grid;
grid-template-columns: 100%;
grid-template-rows: repeat(2, 1fr);
}
.onedaycima {
background: url("onedayfundo.jpg");
background-size: cover;
background-position: center;
height: 100%;
width: 100%;
grid-row: 1 / 2;
text-align: center;
}
.onedaybaixo {
background-color: white;
height: 100%;
width: 100%;
grid-row: 2 / 3;
}
#onedaysubtitulo {
font-family: 'Readex Pro', sans-serif;
color: white;
font-size: 40px;
}
.card-row {
/** Colocando os cards pra flutuar **/
position: relative;
left: 5%;
/** Colocando a margem negativa pra fazer os cartões subirem e se sobreporem ao fundo em cima**/
top: -50%;
/** Usando o z-index pra colocar os cartões na frente de todos os outros elementos**/
z-index: 20;
/** Criando uma linha flex pros cartões **/
display: flex;
flex-direction: row;
justify-content: space-between;
width: 90%;
}
.card {
background-color: #ece7cc;
font-family: 'IM Fell Double Pica', serif;
color: black;
width: 250px;
height: 300px;
padding: 1rem;
/** Empilhando os elementos no card verticalmente **/
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
.cardtitulo {
font-family: 'Readex Pro', sans-serif;
font-size: 30px;
}
.joinus {
background-color: white;
background-image: url("footer-fundo.jpg");
background-position: bottom;
background-size: cover;
height: 100%;
padding: 1rem;
/** Indicando que essa parte ocupa toda a linha **/
grid-column: 1 / 3;
}
.joinus > p {
width: 40%;
font-family: 'IM Fell Double Pica', serif;
font-style: italic;
text-align: justify;
}
.footer {
max-width: 100%;
height: 10%;
background-color: #21130d;
color: white;
font-family: 'Readex Pro', sans-serif;
font-size: 15px;
display: flex;
flex-direction: column;
align-items: center;
padding-top: 40px;
line-height: 25px;
}
/** Mudando as cores dos links das redes sociais **/
a .fab {
color: white;
}
/** Responsividade: telefone. Iniciando o media query **/
@media only screen and (max-width:800px) {
/** Modifica a altura do header para o fundo poder envolver o subtítulo **/
.header {
height: 800px;
}
/** deixa o menu vertical **/
.menu {
display: flex;
flex-direction: column;
}
/** Deixa os links do menu um pouquinho separados, pq estavam mto juntos quando fica um em cima do outro **/
.linkmenu {
padding: 5px;
}
/** Some com a logo **/
.logomenu{
display: none;
}
/** Diminui o tamanho da letra da logomarca **/
.logo {
font-size: 45px;
}
.header > h2 {
display: none;
}
/** Empilha as imagens e descrições do content ***/
.content {
display: flex;
flex-direction: column;
}
/** Empilha os cards **/
.card-row {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 2px;
}
/** Deixa o tamanho dos cards mais responsivos **/
.card {
width: 90%;
}
.footer {
flex-direction: column;
}
}