-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
92 lines (84 loc) · 1.54 KB
/
Copy pathstyles.css
File metadata and controls
92 lines (84 loc) · 1.54 KB
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
* { padding: 0; margin: 0; }
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
#wrapper {
margin: 0 auto;
width: 922px;
}
#faux {
background: url(faux-21-2-col.gif);
margin: 10px 0px;
overflow: auto;
width: 100%
}
#leftcolumn {
margin:10px;
padding: 10px;
width: 416px;
float: left;
display: inline;
}
.left-subcolumn {
width: 300px; /* Adjust the width as needed */
float: left;
margin-right: 10px;
}
#rightcolumn {
float: right;
color: #333;
margin:10px;
padding: 10px;
width: 416px;
display: inline;
position: relative;
}
.right-subcolumn {
width: 300px; /* Adjust the width as needed */
float: left;
margin-right: 10px;
}
h5 {
color: dodgerblue;
}
.next-button {
background-color: dodgerblue;
color: white;
font-size: 20px;
font-family: Arial;
border-radius: 10px;
padding: 10px 20px;
border: none;
cursor: pointer;
width: 6em;
}
.clear { clear: both; }
.axis-label {
font-size: 12px;
}
.legend-text {
font-size: 12px;
}
.tooltip {
position: absolute;
pointer-events: none;
opacity: 0;
background-color: orange;
border: solid 1px;
border-radius: 5px;
padding: 10px;
font-size: 10px;
}
#my_dataviz svg {
background-color: #F0F8FF; /* Change this color to the desired very light blue */
}
.data-label {
font-size: 10px; /* Adjust the font size as needed */
fill: orange;
}
.slider {
width: 250px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}