This repository was archived by the owner on Sep 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
72 lines (55 loc) · 1.18 KB
/
style.css
File metadata and controls
72 lines (55 loc) · 1.18 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
@charset "utf-8";
html, body{
padding: 0; margin: 0; background-color: #ddd;
}
#top {
top: 0px; width: calc(100% - 150px); height: 75px; position: absolute;
text-align: center; margin: auto; left: 0; right: 0;
}
#main {
left: 0; right: 0; top: 0; bottom: 0; margin: auto; position: absolute;
width: calc(100% - 150px); height: calc(100% - 150px); background-color: #fff;
}
#bottom {
bottom: 0px; width: 100%; height: 50px; text-align: center; position: absolute;
}
#webclDeviceSelector {
text-align: right; margin-top: 10px;
}
.upperOptions {
padding-top: 10px;
}
.lowerOptions {
}
#topCenter {
display: inline-block;
}
#leftOptions {
float: left; margin-right: 70px; text-align: right;
}
#typeWebAudio {
margin-right: 25px;
}
#rightOptions {
float: left;
}
#startStop {
margin-top: 15px; width: 75px;
}
#inputParticleCount {
margin-left: 5px;
margin-right: 5px;
margin-top: 15px;
text-align: right;
width: 100px;
}
#tinRoof {
position: absolute; width: 200px; height: 300px; right: 300px; top: 200px;
background-color: darkcyan;
}
#glPoints {
width: 100%; height: 100%; position: absolute;
}
#boid {
width: 100%; height: 100%; position: absolute;
}