-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
59 lines (53 loc) · 897 Bytes
/
style.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
body {
font-family: "Arial";
font-size: 16px;
margin-top: 0;
margin-left: 0;
margin-right: 0;
}
.control-panel {
padding: 10px;
width: 100%;
align: center;
}
.desc {
color: slategrey;
font-size: 14px;
vertical-align: bottom;
}
div.params{
background-color: gainsboro;
margin: 5px;
padding: 10px;
text-align: center;
border-left: 5px solid white;
border-radius: 10px;
display: table-cell;
}
button {
width: 100px;
padding: 3px;
text-align: center;
font-size: 15px;
margin: 5px;
}
span.title {
font-size: 28px;
text-align: center;
display: block;
color: darkslateblue;
margin-right: 50px;
margin-left: 50px;
margin-bottom: 20px;
}
input, label, select {
margin: 3px;
}
select {
margin-left: 13px;
width: 79px;
padding: 1px;
}
#canvas {
padding: 10px;
}