forked from CSE512-15S/fp-tdurham-ajh24-chiasson-ningli30
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
230 lines (201 loc) · 4.12 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
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
#divIntro {
float: left;
width: 30%;
height: 15%;
}
#divControls {
float: left;
width: 30%;
height: 30%;
}
/* Styling for 3D view */
#divplot {
width: 95%;
height: 40%;
}
/* Styling for lineage tree */
.lineage_tree {
width: 95%;
margin-left: auto;
margin-right: auto;
}
.lineage_tree svg{
width: 100%;
}
.node {
cursor: pointer;
}
.node text {
font: 10px sans-serif;
color: black;
}
.link {
fill: none;
stroke: #ccc;
stroke-width: 1.5px;
}
/* Styling for slider */
input[type=range] {
-webkit-appearance: none;
margin: 10px 0;
width: 300px;
}
input[type=range]:focus {
outline: 0;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 12.8px;
cursor: pointer;
animate: 0.2s;
box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
background: #C0C0C0;
border-radius: 25px;
border: 0px solid #000101;
}
input[type=range]::-webkit-slider-thumb {
box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
border: 0px solid #000000;
height: 20px;
width: 20px;
border-radius: 20px;
background: #2394F5;
cursor: pointer;
-webkit-appearance: none;
margin-top: -3.6px;
}
input[type=range]::-moz-range-track {
width: 100%;
height: 12.8px;
cursor: pointer;
animate: 0.2s;
box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
background: #C0C0C0;
border-radius: 25px;
border: 0px solid #000101;
}
input[type=range]::-moz-range-thumb {
box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
border: 0px solid #000000;
height: 20px;
width: 20px;
border-radius: 20px;
background: #2394F5;
cursor: pointer;
}
/* Additional styling for the distortion slider */
input[id=distortion_slider]::-webkit-slider-thumb {
width: 100px;
height: 25px;
margin-top: -5px;
border-radius: 5px;
background: #2394F5;
opacity: 0.9;
}
input[id=distortion_slider]::-moz-range-thumb {
width: 100px;
height: 25px;
margin-top: -5px;
border-radius: 5px;
background: #2394F5;
opacity: 0.9;
}
input[id=distortion_slider]{
width: 100%;
}
#reset-button {
margin-bottom: 0px;
display: block;
width: 150px;
}
#playpause {
margin-bottom: 10px;
}
/* Styling for buttons */
#playpause, input[type="button"] {
background-color: #2394F5;
-moz-border-radius:28px;
-webkit-border-radius:28px;
border-radius:28px;
border:1px solid #2394F5;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:12px;
width:60px;
padding:10px 10px;
text-decoration:none;
text-shadow:0px 1px 0px #2f6627;
margin-right: 10px;
outline: 0;
}
#playpause:hover, input[type="button"]:hover {
opacity: 0.9;
}
#playpause:active, input[type="button"]:active {
position:relative;
top:1px;
}
/* Overriding styling for certain buttons */
input[class="add-highlight"], input[class="removehi"] {
width: 30px;
padding: 0;
font-size: 20px;
}
input[id="showhide-highlight"] {
width: 150px;
font-size: 12px;
padding: 3px 3px;
}
.chosen-single .chosen-default {
background-color: orange;
}
/* Styling for color picker input box */
input[type="text"] {
background-color: #edf0f3;
padding: 10px 10px 10px 10px;
border-radius: 6px;
border: 2px solid white;
margin-right: 10px;
}
input[type="text"]:focus,
input[type="text"].focus {
border: 2px solid #E6E6E6;
outline: 0;
}
/* Styling for color picker selector */
input[type="color"] {
border-radius: 5px;
background-color: #FFFFFF;
width: 40px;
border: 1px solid #E6E6E6;
}
input[type="color"]:focus {
outline: 0;
}
/* Styling for playback speed buttons */
.select-style {
text-align:center;
border: 1px solid #ccc;
margin: 0 auto;
position: relative;
top: 10px;
width: 100px;
border-radius: 3px;
display: inline-block;
overflow: hidden;
background: #fafafa url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 90% 50%;
}
.select-style select {
padding: 8px;
width: 130%;
border: none;
box-shadow: none;
background: transparent;
background-image: none;
-webkit-appearance: none;
}
.select-style select:focus {
outline: none;
}