-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
71 lines (57 loc) · 830 Bytes
/
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
.headers {
color: red;
background-image: url("league-of-legends-logo1.jpg");
height: 350px;
width: 750px;
margin-left: auto;
margin-right: auto;
}
.topmenu{
display: inline;
}
.user-input p {
font-size: 20px;
font-weight: bold;
}
.bar {
fill: steelblue;
}
.axis text {
font: 12px sans-serif;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.d3-tip {
line-height: 1;
font-weight: bold;
padding: 12px;
background: rgba(0, 0, 0, 0.8);
color: #fff;
border-radius: 2px;
}
table{
border-collapse: collapse;
}
table, th, td {
border: 1px solid black;
}
.p1{
background: steelblue;
}
.p2{
background: #FF9933;
}
.hide{
display: none;
}
.line{
fill: none;
stroke: steelblue;
}
.line.regression{
stroke: red;
}