forked from CIDARLAB/3DuF
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.css
More file actions
50 lines (43 loc) · 698 Bytes
/
demo.css
File metadata and controls
50 lines (43 loc) · 698 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
43
44
45
46
47
48
49
50
#canvas_block {
position: fixed;
padding: 0px;
}
#c {
width:100%;
height:100%;
}
#button_block {
display: block;
position: fixed;
left: 0;
width: 250px;
height: 100%;
background: #EEE;
top: 0;
}
#param-slider-container {
padding: 15;
}
hr {
border: 0;
border-bottom: 1px dashed #ccc;
background: #999;
}
.slider-container {
margin-bottom: 10;
}
.btn-label:first-of-type { margin-top: 0; }
.btn-label { width: 100%;
display: block;
background-color: #1c2b44;
height: auto;
padding: 10px;
font-size: 14px;
margin: 1em 0 1em 0;
color: #EEE;
text-shadow: 0 -1px 0 #000;
letter-spacing: 0.1em;
text-transform: uppercase;
font-weight: normal;
box-shadow: 0 2px 0px #CCC;
}