-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
73 lines (62 loc) · 1.01 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
.center_plot {
margin: auto;
text-align: center;
}
.divider {
margin: auto;
padding: 50px;
}
.axis {
font: 16px sans-serif;
text-decoration: underline;
}
.plot_title {
font: 24px sans-serif;
text-decoration: underline;
}
.plot_bg {
fill: lightskyblue;
fill-opacity: 5%;
}
.legend {
font: 16px sans-serif;
}
.plot1_dots {
fill: lightseagreen;
fill-opacity: 50%;
}
.plot2_bars {
fill: lightseagreen;
}
#plot3Button {
top: 60px;
left: 45%;
margin-left:-500px;
padding: 5px;
position: relative;
font: 16px sans-serif;
}
#plot4Button {
top: 60px;
left: 55%;
margin-left:-500px;
padding: 5px;
position: relative;
font: 16px sans-serif;
}
.tooltip {
background-color: whitesmoke;
width: auto;
height: auto;
border-radius: 10px;
position: fixed;
padding: 5px;
}
.plot_response {
margin: auto;
width: fit-content;
max-width: 40%;
text-align: left;
padding: 10px;
font-size: 24px;
}