-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
111 lines (97 loc) · 1.52 KB
/
styles.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
/* Resetting some defaults so we can define things manually */
body,
h1,
p {
margin: 0;
}
h1{
line-height: 70px;
}
body{
background-color: black;
}
/* Styling our header */
header {
background-color: #5c2d2d;
text-align: center;
color: #fbeec1;
height: 70px;
font-family: Copperplate, Copperplate Gothic Light, fantasy;
}
#svg{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
margin-bottom: 50px;
}
g{
fill: #cb4335;
}
table{
margin-left: auto;
margin-right: auto;
text-align: center;
margin-bottom: 20px;
}
#table1{
font-size:20px;
color: white;
td, th{
padding: 15px 20px;
color: black;
}
th{
background-color:#de8e75;
}
td{
background-color: #c5e3f6;
}
caption{
font-size: 25px;
padding-bottom: 20px;
}
padding-bottom: 40px;
margin-top: 100px;
}
#table2{
font-size:10px;
td, th{
padding: 8px 6px;
}
color: white;
td, th{
background-color: black;
}
th{
border-bottom: #b92b2b solid 1px;
}
td{
border-top: #b92b2b solid 1px;
}
caption{
font-size: 18px;
padding-bottom: 10px;
}
}
rect{
stroke-width: 1px;
}
.pie-label{
font-size: 25px;
font-weight: bold;
fill: black;
text-anchor: middle;
font-family:fantasy;
}
caption{
font-weight: bold;
font-family: Copperplate, Copperplate Gothic Light, fantasy;
}
.inner-title{
font-weight: bold;
font-family: Copperplate, Copperplate Gothic Light, fantasy;
text-align: center;
margin-top: 50px;
margin-bottom: 50px;
}