-
Notifications
You must be signed in to change notification settings - Fork 5
/
style.css
109 lines (92 loc) · 2.49 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
@font-face{
font-family: "ProximaNovaCondReg";
src: url("chartfont/ProximaNovaCondReg.otf")
}
@font-face{
font-family: "ProximaNovaCondBold";
src: url("chartfont/ProximaNovaCondBold.otf")
}
@font-face{
font-family: "ProximaNovaCondSBold";
src: url("chartfont/ProximaNovaCondSbold.otf")
}
body{font-family: "ProximaNovaCondReg","Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;}
svg{position: absolute;top: 44px;background: rgb(245,245,245);}
text {font-size: 10px;fill: rgb(89,89,89);}
#buffer{
margin: 11px;
}
.datalabels{
font-size: 20px;
fill: rgb(89,89,89);
}
.label{
font-family: "ProximaNovaCondSbold","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
font-size: 20px;
fill: rgb(89,89,89);
}
.axis path,
.axis line {fill: none;stroke: rgb(89,89,89);shape-rendering: crispEdges;}
button{
position: absolute;
width: 190px;
}
#titletext {
position:absolute;
background-color: rgb(54,72,106);
height: 36px;
width: 416px;
text-align: center;
font-family: "ProximaNovaCondSbold","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
vertical-align: middle;
line-height: 36px;
font-size: 27px;
color: rgb(255,255,255);
}
#introtext {
position:absolute;
background-color: rgb(89,89,89);
left: 435px;
top: 56px;
height: 32px;
width: 190px;
text-align: center;
vertical-align: middle;
line-height: 32px;
font-size: 25px;
color: rgb(255,255,255);
}
#calculator{
font-family: "ProximaNovaCondReg","Franklin Gothic", "ITC Franklin Gothic", Arial, sans- serif;
position:absolute;
left: 435px;
top: 101px;
font-size: 18px;
color: rgb(30,30,30);
}
input {
font-family: "ProximaNovaCondBold","Franklin Gothic", "ITC Franklin Gothic", Arial, sans- serif;
font-size: 21px;
border:rgb(120,120,120) solid 1px;
width: 187px;
height: 24px;
}
#counts {
position:absolute;
top:175px;
left: 435px;
width: 180px;
background: rgb(245,245,245);
padding: 0 5px 0 8px;
}
#usetitle{
font-family: "ProximaNovaCondSbold","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
}
#blackcount{
font-family: "ProximaNovaCondBold","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
font-size: 18px;
}
#whitecount{
font-family: "ProximaNovaCondBold","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
font-size: 18px;
}