-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
362 lines (322 loc) · 9.12 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
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
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
@media (max-width: 1281px) {
body {
margin-left: 2px;
margin-right:2px;
}
header {
display: flex;
align-items: center;
box-sizing: border-box;
height: 70px;
padding: 1rem;
justify-content: space-between;
width: 100%;
max-width: 980px;
}
#logo { /*Logo Vitor Oliveira*/
margin-top:20px;
font-weight: bold;
font: 400 30px/1.6 "Source Sans Pro",sans-serif;
}
#borda { /*Borda na imagem principal*/
height: 611px;
width: 612px;
align-items: center;
display: block;
margin-left: auto;
margin-right: auto;
border-width:5px;
border-style:solid;
border-color:#fff;
border-radius:50%;
}
body ul { /*Lista*/
margin: 0 auto;
padding: 0 auto;
}
a { /*Links menu*/
color: white;
text-decoration: none;
font: 370 18px/1.6 "Source Sans Pro",sans-serif;
}
a:hover { /*cor ao tocar nos links*/
background:rgba(0, 0, 0, .09);
background-color: #100a1c;
radial-gradient(50% 30% ellipse at center top, #201e40 0%, rgba(0,0,0,0) 100%),
radial-gradient(60% 50% ellipse at center bottom, #261226 0%, #100a1c 100%);
}
p { /*parafrafos em geral*/
text-align: justify;
margin-left: 20px;
margin-right: 20px;
padding: 0 auto;
color:#fff;
font: 300 200%/1.6 "Source Sans Pro",sans-serif;
}
iframe { /*yt videos*/
border-radius:10px;
width: 960px;
height: 415px;
}
#img-dev2 {
display: block;
margin-left: 0 auto;
margin-right: 0 auto ;
width: 450px;
height: 100px;
}
h2 { /*titulo imagem dev*/
align-items: center;
text-align: center;
color:#fff;
font: 300 50px/1.6 "Source Sans Pro",sans-serif;
}
/*estilo da imagem dev */
#menu {
display: flex;
height: 8px;
width: 90%;
max-width: 980px;
list-style: none;
gap: .7rem;/*Coloca um espaçamento e separa os itens*/
}
#dev2 {
height: 25px;
width: 25px;
}
#programador {
display: block;
margin-left: 100px;
width: 780px;
height: 610px;
}
#menu a {
width: 100%;
max-width: 980px;
display: block;
padding-right: 70px;
font: 400 100%/1.6 "Source Sans Pro",sans-serif;
}
/*escondendo o botão*/
#btn-mobile {
background: #100a1c;
radial-gradient(50% 30% ellipse at center top, #201e40 0%, rgba(0,0,0,0) 100%),
radial-gradient(60% 50% ellipse at center bottom, #261226 0%, #100a1c 100%);
outline: none;
border:none;
}
.btn-up {
color: #100a1c;
radial-gradient(50% 30% ellipse at center top, #201e40 0%, rgba(0,0,0,0) 100%),
radial-gradient(60% 50% ellipse at center bottom, #261226 0%, #100a1c 100%);
}
#up-up { /*botão cima icone*/
height: 50px;
width: 50px;
float: right;
margin-top: 31px;
margin-right: 1px;
}
#git-img { /*github icone*/
height: 60px;
width: 58px;
float: left;
margin-top: 27px;
margin-right: 1px;
}
h3 { /*palavras do Rodapé*/
font: 400 30px/1.6 "Source Sans Pro",sans-serif;
color: black;
padding: 0px;
margin: 0px;
margin-right: 32px;
padding-top: 4px;
padding-right: 10px;
}
footer { /*Rodapé*/
margin-left: 0;
padding-bottom: 20px;
background-color: #fff;
width: 100%;
height: 2%;
}
}
/*Menu para Versão Mobile*/
@media (max-width: 600px) {
body {
margin-left: 2px;
margin-right:8px;
}
#logo {
margin-top:5px;
font-weight: bold;
font: 300 35px/1.6 "Source Sans Pro",sans-serif;
}
#menu {
display: block;
position: absolute;
width: 100%;
top: 70px;
right: 0px;
margin-right: 28px;
border-radius: 15px;
background: linear-gradient(to bottom right, #9F00C5 ,#9370DB);
transition: .6s;
z-index: 1000;
visibility: hidden;
overflow-y: hidden;
}
#dev2 {
height: 150px;
width: 130px ;
margin-top: 150px;
margin-left: 20px;
}
#menu a {
padding: 1rem 0;
margin: 0 1rem;
border-bottom: 3px solid white ;
}
#nav.active #menu {
height: calc(100vh - 70px);
visibility: visible;
overflow-y: auto;
}
/*botão hamburguer*/
#btn-mobile {
width: 100%;
max-width: 980px;
height: 40px;
outline:none;
margin-top:15px;
display: flex;
padding: .5rem 1rem;
font-size: 1rem;
gap: .5rem;
border-radius: 20px;
border: none;
background: none;
}
#pao {
width: 30px;
height: 3px;
border-top: 3px solid;
color:white;
}
#pao::after {
content: '';
display: block;
width: 30px;
height: 3px;
background: white;
margin-top: 5px;
transition: .3s;
position:relative;
background:currentColor;
}
#pao::before {
content: '';
display: block;
width: 30px;
height: 3px;
background: white;
margin-top: 5px;
transition: .2s;
position:relative;
background:currentColor;
}
#nav.active #pao {
border-top-color: transparent;
}
#nav.active #pao::before {
transform: rotate(135deg);
}
#nav.active #pao::after {
transform: rotate(-135deg);
top: -8px;
}
#img-eu {
height: 300px;
width: 300px;
align-items: center;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 20px;
}
#borda {
height: 300px;
width: 300px;
align-items: center;
display: block;
margin-left: auto;
margin-right: auto;
border-width:4px;
border-style:solid;
border-color:#fff;
border-radius:50%;
}
p {
text-align: justify;
margin-left: 20px;
margin-right: 20px;
padding: 0 auto;
color:#fff;
font: 300 20px/1.6 "Source Sans Pro",sans-serif;
}
iframe { /*yt videos*/
border-radius:10px;
width: 360px;
height: 215px;
}
h2 {
align-items: center;
text-align: center;
color:#fff;
font: 300 28px/1.6 "Source Sans Pro",sans-serif;
}
/*estilo da imagem programador */
#programador {
display: block;
margin-left: 0px ;
margin-right: 0 auto ;
width: 400px;
height: 309px;
}
/*Estilo do botão up*/
.btn-up {
color: #100a1c;
radial-gradient(50% 30% ellipse at center top, #201e40 0%, rgba(0,0,0,0) 100%),
radial-gradient(60% 50% ellipse at center bottom, #261226 0%, #100a1c 100%);
}
#up-up { /*botão cima icone*/
height: 30px;
width: 30px;
float: right;
margin-top: 31px;
margin-right: 1px;
}
#git-img { /*github icone*/
height: 38px;
width: 38px;
float: left;
margin-top: 27px;
margin-right: 1px;
}
h3 { /*palavras do Rodapé*/
font: 300 19px/1.6 "Source Sans Pro",sans-serif;
color: black;
padding: 0px;
margin: 0px;
margin-right: 32px;
padding-top: 4px;
padding-right: 10px;
}
footer { /*Rodapé*/
margin-left: 0;
padding-bottom: 20px;
background-color: #fff;
width: 100%;
height: 2%;
}
}