-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
122 lines (119 loc) · 2.04 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
body, html, svg {
margin: 0;
padding: 0;
}
#xaxis .domain {
fill:none;
}
body, #myBtn {
font-family: "Roboto Slab", serif;
font-weight: 400;
fill: #E0E0E0;
color: #E0E0E0;
font-size: 12pt;
background: #2B303B;
}
.bold, #blurb .bold a {
font-weight: 900;
}
#title {
font-weight: 900;
font-size: 20pt;
margin-left: 300px;
margin-top: 20px;
}
#blurb {
margin-left: 300px;
margin-right: 300px;
}
.x.axis {
font-size: 10pt;
}
.sub.axis {
font-size: 10pt;
fill: #878787;
font-family: "Roboto";
font-size: 10pt;
font-weight: 300;
}
.axis path {
fill: none;
}
rect {
rx: 3;
ry: 3;
}
.arc {
fill: none;
stroke: #E0E0E0;
opacity: .3;
}
#footer {
text-align: center;
}
#footer i {
font-size: 75%;
}
#footer a, #footer a:hover, #footer a:visited, #footer p, #footer button, #blurb a, #blurb a:hover, #blurb a:visited {
color: #E0E0E0;
font-weight: 900;
}
#footer p, {
font-weight: 300;
}
#myBtn {
fill: none;
background: none;
border: none;
outline: none;
text-decoration: underline;
font-weight:300;
cursor: pointer;
}
#myBtn: hover {
cursor: pointer;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
}
/* Modal Content/Box */
.modal-content {
background: rgba(30,33,43, .9);
margin: 50px auto; /* 15% from the top and centered */
padding: 20px;
width: 500px;
color: #E0E0E0;
}
/* The Close Button */
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
#sourceTable a {
color: #E0E0E0;
}
#sourceTable th {
padding-bottom: 10px;
}
#legend {
position: absolute;
top: 100px;
left: 900px;
font-size: 22px;
}