-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
68 lines (63 loc) · 900 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
60
61
62
63
64
65
66
67
68
body{
margin: 0 auto;
overflow: hidden;
}
#myCanvas{
background: #fdf6e3;
position: absolute;
z-index: 0;
}
#gui{
margin: 2px;
/*width:15%;*/
float: left;
display:inline;
text-align:center;
position: absolute;
top:8px;
left:8px;
z-index: 2;
background: #eee8d5;
color: #657b83;
border: 1px solid #1a1a1a;
textShadow: 1px 1px 0 #222;
}
#infoBox{
margin:10px;
width:18%;
position: absolute;
right:0;
z-index: 2;
color: #268bd2;
}
.buttonBox{
float: left;
margin-left: 5px
}
.textAreaBox{
text-align:center;
}
.menutitle{
margin:0.2em;
padding:0.2em;
text-align:center;
}
.menutext{
margin-top: 0.8em;
margin-bottom: 0.1em;
color: #999999;
}
.menubox{
margin-left: 3px;
text-align:center;
border-radius: 5px;
float:left;
clear:both;
overflow:hidden;
white-space:nowrap;
display:inline-block;
width:100%;
}
input[type="number"] {
width:40px;
}