-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (38 loc) · 958 Bytes
/
style.css
File metadata and controls
42 lines (38 loc) · 958 Bytes
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
div.tooltip {
max-width: 200px;
position: absolute;
text-align: center;
color: white;
padding: 4px;
font: 9px sans-serif white;
background: #000000;
border: 0px;
border-radius: 8px;
pointer-events: none;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
div.info {
max-width: 200px;
position: absolute;
text-align: center;
color: black;
padding: 4px;
font: 12px sans-serif;
font-weight: bold;
/* background: #000000; */
border: 0px;
pointer-events: none;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.legend {
width: auto;
padding: 0 10px;
border-bottom: none;
margin-left: 5px;
}
.sentiment {
font-style: bold;
}
.text {
font: 5px sans-serif white;
}