-
Notifications
You must be signed in to change notification settings - Fork 0
/
estilo.css
747 lines (570 loc) · 14.5 KB
/
estilo.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
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
:root {
--background-image: linear-gradient(rgb(40, 170, 40),rgb(221, 221, 43), rgb(44, 44, 245));
}
body {
background-color: rgb(238, 250, 187);
/*background-color: rgb(234, 243, 195);*/
/*background-color: rgb(243, 243, 163);*/
margin: 1px 10px 0px 10px;
/*margin: 0;*/
}
/*Onde está o header, ul, li, a, título, imagem do título...*/
.gradiente {
height: auto;
margin-top:1px;
padding-top: 1px;
padding-bottom: 1px;
background-image: var(--background-image);
/*background-image: linear-gradient(rgb(40, 170, 40),rgb(221, 221, 43), rgb(44, 44, 245));
/*background-image: linear-gradient(green, yellow);*/
border-radius: 5px;
box-shadow: 2px 2px 2px 2px #363636;
}
.menu ul{
text-align: center;
/*margin-right: 4px;*/
margin-top: 2px;
margin-bottom: 2px;
}
/*Nome de cada Seção*/
.menu li {
color: yellow;
display: block;
display: inline-block;
margin-top: auto;
gap: .6rem;
font-size: 1rem;
font-family:'Times New Roman', Times, serif;
border: solid 2px;
padding: .15em 0; /*esse 0 fez com que o verde preenchesse tudo*/
/*padding: .15em 1em;*/
border-radius: 15px;
background-color: #cccccc;
margin-top: 0.2rem;
}
/*selecionando a div dentro da classe menu pra deixar a ul fixada*/
/*.menu div {
position: fixed;
top: 10px;
text-align: center; }*/
/*Link pra cada seção*/
.menu a {
color: black;
/*display: block;*/
text-decoration: none;
padding: .15em 1em;
border-radius: 15px;
}
/*Animação pra quando o usuário passar o mouse sobre o nome de cada seção do menu*/
.menu ul a:hover {
/*background-color: rgb(63, 182, 63);*/
background-color: color-mix(in srgb, rgb(40, 170, 40), white);
}
/*Div dentro do header*/
.header {
/*display: flex;*/
text-align: center;
}
/*Imagem do header, do topo da página*/
.imagem_pobreza {
border: 2px solid green;
border-radius: 10px;
box-shadow: 2px 2px #363636;
/*margin-left: 10px;*/
width: 200px;
height: 150px;
display: inline-block;
}
/*Titulo: Erradicação da Pobreza, no header*/
h1 {
text-align: center;
margin-bottom: auto;
margin-top: auto;
font-size: 3.0rem;
/*display: inline-block;*/
}
/*Parágrafo embaixo do título, no header*/
.titleparágrafo {
font-family: Comic Sans MS;
color:black;
gap: 1px;
text-align: center;
margin-top: auto;
margin-bottom: 10px;
/*display:inline-flexbox;*/
/*background-color: rgb(238, 238, 131);*/
}
/*Parágrafo embaixo da foto do título, no header*/
.titleparágrafo2 {
font-family: Comic Sans MS;
color:black;
gap: 1px;
text-align: center;
margin-top: auto;
margin-bottom: 10px;
opacity: .6;
}
/*Cada seção do trabalho: home, objetivos, curiosidade...*/
h2 {
color: black;
font-family: Comic Sans MS;
font-size: 20px;
font-style: normal;
text-align: left;
letter-spacing: 1px;
margin-left: 1.5rem;
margin-top: 2rem;
}
/*Seção Home*/
.corpo_da_home {
text-align: center;
/*display: flex;*/
/*justify-content: center;*/
justify-content: space-around; /*Define o alinhamento ao longo do eixo ao redor*/
max-width: 100%;
}
/*Bloco inteiro com as 6 caixinhas/containers*/
.section_bloco_inteiro {
margin-top: 2rem;
margin-bottom: 2rem;
margin-left: 3px;
margin-right: 3px;
margin: auto;
/*max-width: fit-content;*/ /*como estava antes*/
max-width: 90%;
display: flex; /*fica lado a lado*/
/*display: flexbox;*/
text-align: center;
gap: 1rem; /*espaço entre as caixinhas da foto*/
justify-content: center;
}
/*Cada container/caixa*/
.container {
/*display: flexbox;*/
border: 3px solid rgb(53, 214, 53);
border-radius: 15px;
margin-left: .1rem;
margin-right: .1rem;
margin-bottom: 1rem;
/*width: center;*/
width: fit-content; /*pra se ajustar automático de acordo com o conteúdo dentro*/
/*max-width: auto;*/
text-align: center;
gap: 2rem;
}
/*Título dentro de cada container, título dentro das seções curiosidade e combate*/
h3 {
color: black;
font-size: 1.1rem;
font-family:'Times New Roman', Times, serif;
text-align: center;
letter-spacing: 1px;
}
/*Cada link no botão de cada container*/
.btn {
color: black;
background-color: #ccc;
font-size: .9rem;
border-radius: 4px;
text-decoration: none;
padding: 0.40em 1em;
/*display: inline-block;*/
}
/*Link de cada botão dos containers*/
.btn a {
text-align: center;
}
/*Parágrafo dentro de cada container*/
.descrição {
font-size: .8rem;
font-family:'Times New Roman', Times, serif;
color: black;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.container img {
/*display: block;
/*margin-left: 20px;
margin-right: auto;*/
width: 300px;
height: 150px;
margin-left: 2rem;
margin-right: 2rem;
border: 3px solid green;
border-radius: 5px;
box-shadow: 2px 2px #363636;
text-align: center;
}
.vídeo {
border: 3px solid green;
border-radius: 5px;
box-shadow: 2px 2px #363636;
}
/*Fonte/Referência embaixo das fotos e vídeos*/
.fonte {
font-size: 10px;
}
/*Seção Objetivos*/
.objetivos_ods {
background-image: linear-gradient(rgb(100, 236, 100), rgb(72, 72, 245));
/*background-image: linear-gradient(rgb(72, 72, 245), rgb(100, 236, 100));*/
border: 3px solid rgb(53, 214, 53);
border-radius: 5px;
margin-top: 2rem;
margin-bottom: 2rem;
}
/*Descrição dos objetivos*/
.article_objetivos p{
display: flexbox;
text-align: left;
/*margin-left: 1rem;
margin-right: 1rem;*/
margin: 1rem 1.5rem 1rem 1.5rem;
color: black;
}
/*details {
color: red;
margin-bottom: 1em;
padding: .5em;*/
/*details summary {
cursor: pointer;*/
/*Abaixo, seletor por atributo*/
/*details[open] {
background-color: rgb(169, 248, 169);
margin-bottom: auto;
color: black;*/
/*Seção Curiosidade*/
.mercosul {
background-image: var( --background-image);
border: 3px solid rgb(53, 214, 53);
border-radius: 5px;
margin-top: 2rem;
margin-bottom: 2rem;
text-align: center;
}
/*Título h1 da seção Curiosidade*/
.title_mercosul {
font-family:'Times New Roman', Times, serif;
text-align: left;
margin-bottom: auto;
margin-top: auto;
font-size: 20px;
text-align: center;
margin-top: 2rem;
}
.imagem_mercosul {
border: 2px solid green;
border-radius: 10px;
box-shadow: 2px 2px #363636;
/*margin-left: 10px;*/
margin-top: 4px;
margin-bottom: 4px;
/*margin-left: 3px;*/
width: 300px;
height: 150px;
/*display: inline-block;*/
}
/*Saiba/Leia mais do Combate e Curiosidade*/
.saiba_mais {
color: blue;
/*color: blue;*/
text-decoration: none;
font-size: 1.1rem;
}
/*Seção Combate*/
.governo_no_combate {
background-image: var( --background-image);
border: 3px solid rgb(53, 214, 53);
border-radius: 5px;
margin-top: 2rem;
margin-bottom: 2rem;
text-align: center;
}
/*Article da seção Combate*/
.texto_gov {
display: flexbox;
}
/*Título h3 do Combate: Bolsa família...*/
.title_gov {
font-family:'Times New Roman', Times, serif;
text-align: left;
margin-bottom: auto;
margin-top: auto;
font-size: 20px;
text-align: center;
margin-top: 2rem;
}
.imagem_gov {
border: 2px solid green;
border-radius: 10px;
box-shadow: 2px 2px #363636;
/*margin-left: 10px;*/
margin-top: 4px;
margin-bottom: 4px;
/*margin-left: 3px;*/
width: 300px;
height: 150px;
/*display: inline-block;*/
}
/*Seção do formulário*/
.section_form {
align-items: center;
justify-content: center;
display: flex;
margin-bottom: 3rem;
max-width: auto;
}
/*Formulário*/
.form {
/*display: flex;*/
/*justify-content: center;
align-items: center;
/*text-align: left;*/
border-radius: 5px;
box-shadow: 3px 3px 3px 3px green; /* pra dar uma pequena sombra ao redor*/
border: none; /*pra tirar a borda do form*/
/*largura da borda*/
/*width: 40%;*/
background-color: rgba(233, 241, 117, 0.486);
/*background-color: rgba(229, 255, 0, 0.164);*/
max-width: auto;
}
.form fieldset {
/*text-align: justify;
width: 50%;*/
border: none;
padding: auto;
/*margin: .7rem 1rem .2rem 1rem;*/
}
/*Título: entre em contato*/
.form legend {
font-weight: bold;
font-size: 1.2rem;
font-family:'Times New Roman', Times, serif;
color: rgb(30, 201, 30);
/*margin-bottom: .8rem;*/
/*text-align: center;*/
/*align-items: center;*/
/*margin: 1.2rem 1.rem .2rem 1.rem;*/
margin-top: 1rem;
margin-bottom: 1rem;
align-items: center;
padding-top: 16px;
}
/*Descrição de cada input*/
.form label {
font-weight: bold;
font-size: 1.em;
font-family:'Times New Roman', Times, serif;
color: rgb(30, 201, 30);
margin-bottom: .25em;
}
/*Input= entrada de dados do usuário*/
.form input {
padding: .7em;
border: 5px;
border-radius: 5px;
margin-top: 4px;
margin-bottom: 1.em;
border: 1px solid rgb(35, 238, 35);
font-size: 1.em;
width: 70%;
flex-grow: 1;
outline: none;
}
/*Animação no contorno de cada input quando usuário clicar*/
.form input:focus {
outline: 2px solid rgb(0, 68, 255); /*form input:focus = quando clicar no campo ficar amarelo*/
}
/*Caixa de texto*/
.form textarea {
resize: none; /*para o usuário nao aumentar a caixa de msgm*/
border-radius: 5px;
margin-bottom: .1rem;
border: 1px solid rgb(35, 238, 35);
outline: none;
flex-wrap: wrap; /*quebra a linha*/
}
/*Animação no contorno da caixa de texto quando usuário clicar*/
.form textarea:focus {
outline: 2px solid rgb(0, 68, 255);
}
/*Botão enviar do form*/
.btn2 {
background-color: rgba(0, 128, 0, 0.822);
color: yellow;
font-weight: bold; /*negrito*/
cursor: pointer;
max-width: 25%;
margin-bottom: .1rem;
/*letter-spacing: 1px;*/
}
/*Botão enviar do form*/
.btn2:hover { /*hover= mudar de cor ao passar com o mouse*/
background-color: yellow;
color:black
}
/*Referência*/
.article__ref {
border: 3px solid rgb(53, 214, 53);
border-radius: 5px;
margin-top: 2rem;
margin-bottom: 2rem;
text-align: left;
}
.article__ref a{
display: flexbox;
text-align: left;
color: blue;
/*margin-left: 1rem;
margin-right: 1rem;*/
margin: 1rem 1.5rem 1rem 1.5rem;
}
.details__ref {
color: green;
margin-bottom: 1em;
padding: .5em;
cursor: pointer;
}
/*Abaixo, seletor por atributo*/
.details__ref[open] {
background-color: rgb(203, 240, 203);
/*background-color: rgb(144, 241, 144);*/
margin-bottom: auto;
color: red;
}
/*UP pro usuário subir pro topo da página*/
.subir {
font-family:'Times New Roman', Times, serif;
font-weight: bold;
color: red;
text-decoration: none;
border-radius: 6px;
background-color: #cccccc6e;
font-size: .9rem;
text-decoration: none;
padding: 6px;
align-items: center;
justify-content: center;
margin: 1rem 1.5rem 1rem .7rem;
text-align: center;
}
/*Sobre a autora*/
.article_autora {
background-color: rgb(233, 241, 117);
/*background-color: rgba(233, 247, 50, 0.438);*/
text-align: left;
letter-spacing: 1px;
/*margin: 1rem 1.5rem 1rem .7rem;*/
font-size: .99rem;
font-family:'Times New Roman', Times, serif;
color: black;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: .1rem;
}
.autora {
text-align: center;
letter-spacing: 1px;
/*margin: 1rem 1.5rem 1rem .7rem;*/
font-size: .99rem;
font-family:'Times New Roman', Times, serif;
color: black;
}
/*Configurando os ícones do linkedin e github*/
.fa-brands {
font-size: 2.5rem;
color:rgba(0, 128, 0, 0.664);
/*gap: 5rem;*/
letter-spacing: 50%;
}
.fa-brands:hover {
color: blue;
}
footer {
color: black;
background-color: #c0bebeaf;
text-align: center;
padding-bottom: 3px;
padding-top: 0;
text-shadow: 2px 2px 2px black;
letter-spacing: 2px; /*para distanciar as letras*/
margin-top: 0;
margin-bottom: 0;
font-size: 11px;
}
/*RESPONSIVIDADE*/
@media screen and (max-width: 800px) {
/*Titulo: Erradicação da Pobreza, no header*/
h1 {
text-align: center;
margin-bottom: auto;
margin-top: auto;
font-size: 1.5rem;
/*display: inline-block;*/
}
/*Parágrafo embaixo do título, no header*/
.titleparágrafo {
font-family: Comic Sans MS;
color:black;
gap: 1px;
text-align: center;
margin-top: auto;
margin-bottom: 10px;
font-size: .8rem;
}
/*Parágrafo embaixo da foto do título, no header*/
.titleparágrafo2 {
font-family: Comic Sans MS;
color:black;
gap: 1px;
text-align: center;
margin-top: auto;
margin-bottom: 10px;
opacity: .6;
font-size: .7rem;
}
.section_bloco_inteiro {
/*width: 100%;*/
flex-direction: column; /*vai transformar cada container em coluna quando a tela for <= 800px */
align-items: center;
}
.container img {
width: 250px;
height: 150px;
margin-left: 2rem;
margin-right: 2rem;
border: 3px solid green;
border-radius: 5px;
box-shadow: 2px 2px #363636;
text-align: center;
}
.vídeo {
border: 3px solid green;
border-radius: 5px;
box-shadow: 2px 2px #363636;
width: 250px;
height: 150px;
}
/*Seção do formulário*/
.section_form {
align-items: center;
justify-content: center;
display: flex;
margin-bottom: 3rem;
max-width: auto;
width: 90%;
}
/*Caixa de mensagem*/
.form textarea {
resize: none; /*para o usuário nao aumentar a caixa de msgm*/
border-radius: 5px;
margin-bottom: .1rem;
border: 1px solid rgb(35, 238, 35);
outline: none;
flex-wrap: wrap; /*quebra a linha*/
width: 80%;
}
}