-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflor2.css
96 lines (81 loc) · 1.24 KB
/
flor2.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
body {
background-color: black;
}
h1 {
text-align: center;
color: silver;
font-size: 80px;
}
.texto {
font-family: Constantia;
text-align: center;
color: darkgrey;
font-size: 70px;
margin: 0px;
}
.tela {
position: relative;
margin-left: auto;
margin-right: auto;
width: 2100px;
height: 2100px;
/* border: 1px solid grey;
background: black; */
}
.doenca {
fill: #CAD5D9;
stroke-width: 2px;
stroke: black;
}
.outras {
fill: #877777;
stroke-width: 2px;
stroke: black;
}
.guerra {
fill: #E7BBB8;
stroke-width: 2px;
stroke: black;
}
.doenca2 {
fill: #CAD5D9;
stroke-width: 2px;
stroke: black;
}
.outras2 {
fill: #877777;
stroke-width: 2px;
stroke: black;
}
.guerra2 {
fill: #E7BBB8;
stroke-width: 2px;
stroke: black;
}
.ano1:hover {
opacity: 0;
transition: 0.2s;
}
.tabela {
border-width: 15px;
background-color: black;
font-size: 70px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
#legenda {
color: grey;
}
#azul {
background-color: #CAD5D9;
color: #CAD5D9;
}
#rosa {
background-color: #E7BBB8;
color: #E7BBB8;
}
#cinza {
background-color: #877777;
color: #877777;
}