generated from ICEI-PUC-Minas-PMV-SInt/WebApplicationProjectE1-Template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathjantarlogado.css
267 lines (255 loc) · 5.44 KB
/
jantarlogado.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
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Open Sans", sans-serif;
}
ul{
list-style: none;
}
a{
text-decoration: none;
}
img{
max-width: 100%;
}
a, a:visited, a:hover, a:active {
color: inherit; /* Mantém a cor do texto ao invés de usar a cor padrão do link */
text-decoration: none; /* Remove o sublinhado */
font-size: inherit; /* Mantém o tamanho da fonte */
}
.container_header{
display: grid;
grid-template-columns: 65% 30%;
justify-content: space-between;
padding: 10px 5%;
grid-template-areas:
"header header"
;
}
header{
grid-area: header;
display: grid;
grid-template-columns: 20% 50% 30%;
grid-template-areas:
"logo search nav--right"
"nav nav nav"
;
align-items: center;
}
.logo{
grid-area: logo;
padding: 0 5%;
cursor: pointer;
}
.search{
grid-area: search;
padding-right: 5%;
margin-left: 30%;
}
.search input[type='search']{
display: inline-block;
width: 70%;
height: 50px;
border-radius: 7px 0px 0px 7px;
margin-right: -4px;
font-size: 18px;
padding: 0 7px;
}
.search button{
display: inline-block;
height: 50px;
padding: 8px;
border-radius: 0 7px 7px 0;
background: black;
border: black;
vertical-align: top;
cursor: pointer;
}
.nav--right{
grid-area: nav--right;
text-align: center;
}
.nav--right ul li{
display: inline-block;
margin: 0 10px;
}
.nav--right img{
cursor: pointer;
}
#Entrar{
font-size: 18px;
font-weight: 500;
float: right;
display: flex;
width: 100px;
padding-top: 20px;
}
.foto_usuario{
width: 70px;
float: right;
}
.barra_central{
margin: 5%;
background-color: #2f2f2f;
color: white;
font-size: 15px;
text-transform: uppercase;
margin-top: 30px;
margin-bottom: 30px;
height: 30px;
padding-left: 20%;
align-content: center;
}
.nav--right li svg{
margin-top: 10px;
display: flex;
float: right;
margin-right: -120px;
cursor: pointer;
}
nav{
grid-area: nav;
display: flex;
justify-content: space-around;
background-color: #ffe987;
padding: 0px;
border-radius: 4px;
margin-bottom: 20px;
}
nav li{
font-weight: 500;
font-size: 19px;
margin: 0 40px;
display: inline-block;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
padding: 7px;
cursor: pointer;
}
.sobremesa{
text-decoration: none;
}
.breadcrumbs ul svg{
width: 20px;
vertical-align: middle;
}
.breadcrumbs{
font-family: "Roboto", sans-serif;
padding: 10px 48px;
box-shadow: 0 4px 30px -10px rgba(0, 0, 0, 0.2);
width: fit-content;
margin-bottom: 20px;
margin-left: 5%;
}
.breadcrumbs ul{
display: flex;
list-style: none;
align-items: center;
padding: 0;
margin: 0;
gap: 8px;
}
.breadcrumbs ul li a{
text-decoration: none;
color: black;
font-family: "Roboto", sans-serif;
display: flex;
text-align: center;
padding-top: 4px;
}
.breadcrumbs ul li a:hover{
color: #0984e3;
}
.breadcrumbs ul li:last-child a{
font-weight: bold;
}
.breadcrumbs ul li.arrow svg{
width: 18px;
}
.jantar{
border: 2px solid black;
border-radius: 3px;
}
main{
display: grid;
grid-template-columns: 30% 30% 30%;
justify-content: space-between;
padding: 3px 5% 70px;
grid-template-areas:
"coluna1 coluna2 coluna3"
;
}
.coluna1{
grid-area: coluna1;
display: flex;
flex-direction: column;
}
.coluna2{
grid-area: coluna2;
}
.coluna3{
grid-area: coluna3;
}
.recomendadas h1{
width: 100%;
font-family: "Open Sans";
font-size: 26px;
font-weight: 500;
color: #171717;
text-align: center;
margin-bottom: 12%;
}
.imagem_aside img{
border-radius: 20px;
}
.icones_inferior{
display: grid;
grid-template-columns: 20% 60% 20%;
grid-template-areas:
"bolinha_aside texto_bolinha_aside icone_coments"
;
}
.bolinha_aside{
grid-area: bolinha_aside;
}
.bolinha_aside img{
width: 60%;
padding: 0;
margin-left: 20%;
margin-top: 5%;
}
.texto_bolinha_aside{
grid-area: texto_bolinha_aside;
font-size: 15px;
justify-content: center;
width: 80%;
align-content: center;
}
.texto_bolinha_aside ul{
font-family: "Open Sans";
}
.icone_coments{
grid-area: icone_coments;
justify-content: center;
align-content: center;
}
.icone_coments img{
width: 40%;
margin-left: 10%;
margin-top: 5%;
}
.receitas img{
cursor: pointer;
}
.receita1, .receita2, .receita3, .receita4, .receita5, .receita6 {
margin-top: 30px;
}
.sair{
font-size: 15px;
padding: 10px;
margin: auto;
width: auto;
margin-left: 300px;
}
/* Dispositivos com largura máxima de 768px (tablets) */
@media screen and (max-width: 768px){}