-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.css
53 lines (45 loc) · 863 Bytes
/
site.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
/* CSS for Boid test site */
#options {
display: inline-block;
width: 20%;
height: 700px;
vertical-align: top;
background-color: #dddddd;
}
#options .options_header {
text-decoration: underline;
text-align: center;
font-size: 1.15em;
}
#options .section_header {
padding-left: 0.25em;
margin-top: 0em;
margin-bottom: 0em;
font-style: italic;
font-size: 1.1em;
}
#options .opt_section {
padding-left: 0.5em;
margin-bottom: 1.5em;
}
#options label {
display: inline-block;
min-width: 12em;
padding-top: 0.25em;
text-align: right;
}
#options .opt_warning {
color: #ff3333;
margin-top: 0.25em;
margin-bottom: 0.25em;
}
.opt_section #canvas_opt_submit {
margin-top: 0.15em;
margin-left: 2em;
display: block;
}
.opt_section #opt_boid_count_submit {
margin-top: 0.15em;
margin-left: 2em;
display: block;
}