-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathparallel.css
More file actions
179 lines (166 loc) · 3.67 KB
/
parallel.css
File metadata and controls
179 lines (166 loc) · 3.67 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
svg {
font: 10px Times;
}
.background path {
fill: none;
stroke: #ddd;
shape-rendering: crispEdges;
}
.foreground path {
fill: none;
}
.brush .extent {
fill-opacity: .3;
stroke: #fff;
shape-rendering: crispEdges;
}
.axises line,
.axises path {
fill: none;
/*stroke: #000;*/
shape-rendering: crispEdges;
}
/*.axises text {*/
/*font-size: 10px;*/
/*!*stroke: black;*!*/
/*font-family: Times;*/
/*font-weight: lighter;*/
/*text-shadow: 0 1px 0 darkblue, 1px 0 0 #fff, 0 -1px 0 darkblue, -1px 0 0 #fff;*/
/*cursor: move;*/
/*}*/
.header {
font-family: 'Open Sans', sans-serif;
color: #555;
text-decoration: none;
text-transform: uppercase;
font-size: 30px;
font-weight: 800;
letter-spacing: -3px;
line-height: 1;
text-shadow: lightblue 3px 2px 0;
position: absolute;
top: 0;
left: 1px;
width:1400px;
height:40px;
text-align: center;
background-image: -webkit-linear-gradient(left top, transparent 0%, transparent 25%, #555 25%, #555 50%, transparent 50%, transparent 75%, #555 75%);
background-size: 10px 10px;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
z-index: -5;
display: block;
text-shadow: none;
}
.header{
background-color: black;
}
#chart-area{
float: left;
border: 1px solid black;
position:absolute;
width:705px;
height:400px;
}
.filter{
top:40px;
width:700px;
height:80px;
}
#theGraph{
float: left;
border: 1px solid black;
position:absolute;
left:713px;
width:630px;
height:400px;
}
/*Slider style*/
input[type="radio"] {
background-color: #ddd;
background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%),
-webkit-linear-gradient(90deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%);
border-radius: 10px;
box-shadow: inset 0 1px 1px hsla(0,0%,100%,.8),
0 0 0 1px hsla(0,0%,0%,.6),
0 2px 3px hsla(0,0%,0%,.6),
0 4px 3px hsla(0,0%,0%,.4),
0 6px 6px hsla(0,0%,0%,.2),
0 10px 6px hsla(0,0%,0%,.2);
cursor: pointer;
display: inline-block;
height: 10px;
margin-right: 10px;
position: relative;
width: 10px;
-webkit-appearance: none;
}
input[type="radio"]:after {
background-color: lightgray;
border-radius: 25px;
box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
0 1px 1px hsla(0,0%,100%,.8);
content: '';
display: block;
height: 7px;
left: 2px;
position: relative;
top: 2px;
width: 7px;
}
input[type="radio"]:checked:after {
background-color: green;
box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
inset 0 2px 2px hsla(0,0%,100%,.4),
0 1px 1px hsla(0,0%,100%,.8),
0 0 2px 2px hsla(0,70%,70%,.4);
}
input[type=submit] {padding:5px 15px; background:#ccc; border:0 none;
top: 5px;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px; }
h1 {
font-family: 'Dancing Script', cursive;
font-size: 20px;
text-align: center;
}
h2 {
font-family: 'Dancing Script', cursive;
font-size: 20px;
text-align: center;
}
#slider-time{
position: relative;
width: 200px;
height: 100px;
}
.col-sm-1{
position: relative;
width: 200px;
height: 100px;
}
#slider{
position: relative;
width:250px;
height:100px;
}
#legend-chart {
position: absolute;
top: 50px;
left: 300px;
}
div.tooltip {
position: absolute;
top: 205px;
left:1220px;
text-align: left;
width: 120px;
height: 130px;
padding: 2px;
font: 12px sans-serif;
background: lightsteelblue;
border: 0px;
border-radius: 8px;
pointer-events: none;
}