-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
110 lines (91 loc) · 1.69 KB
/
stylesheet.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
body {
font-family: veranda, sans-serif;
font-size: 12px;
background-color: white;
margin: 0;
padding: 0;
block-size: 97vh;
color: #606060;
}
#title{
display: flex;
font-size: 20px;
padding-left: 10px;
padding-top: 5px;
/* line-height: 0;*/
letter-spacing: 0.1em;
}
#gbTitle{
margin-left: 10px;
margin-bottom: 10px;
line-height: 0;
margin-bottom: 2px;
}
#titleDiv{
display: flex;
width: 100%;
justify-content: center;
line-height: 0;
}
#chartTitle{
font-size: 19px;
line-height: 0;
}
.info-icon{
margin-left: 70%;
border-radius: 50%;
width: 9px;
height: 9px;
padding: 3px;
background: #fff;
border: 1.5px solid #606060;
color: #606060;
text-align: center;
font-size: 9px;
font-weight: 550;
}
#infoTip{
display: none;
}
.info-icon:hover + #infoTip{
display: block;
width: 240px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
font-size: 11px;
margin-left: 80%;
overflow-x: visible;
}
#menuBar{
display: flex;
width: 100%;
justify-content: center;
}
#requests{
margin-left: 10px;
}
/* max-inline-size used to be 100%*/
canvas {
max-inline-size: 90% !important;
block-size: 90% !important;
margin-left: 5%;
}
#requestDiv {
padding-inline: 10px;
}
.site-more {
background: transparent;
border: none;
cursor: pointer;
}
.site-more-rotated {
transform: rotate(90deg);
}
.list-sections {
display: none;
}