-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayout.css
139 lines (115 loc) · 1.57 KB
/
layout.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
#logo {
position: fixed;
z-index: 9;
right: -20px;
bottom: -20px;
width: 180px;
}
#container {
width: 992px;
margin: 0 auto;
height: 870px;
padding: 20px;
}
#play {
position: relative;
height: 576px;
}
#playground, #playreport {
position: absolute;
left: 0;
top: 0;
}
#playground {
z-index: 0;
}
#playreport, #playwelcome {
z-index: 1;
visibility: hidden;
width: 992px;
height: 576px;
}
#playreport {
display: table;
}
#playreport span {
display: table-cell;
vertical-align: middle;
}
#playwelcome p {
padding: 6px 25px;
line-height: 30px;
}
#playwelcome p:first-child {
padding-top: 25px;
}
#menu {
height: 235px;
margin: 10px 0;
}
#menucontrol, #menuinfo, #menusettings {
width: 324px;
float: left;
height: 100%;
}
#menucontrol input {
width: 100%;
height: 72px;
margin-bottom: 8px;
border: 0px;
}
#menuinfo {
position: relative;
margin: 0 10px;
}
#menuinfo h2 {
margin-top: 20px;
}
#menuinfo h3 {
margin-top: 10px;
}
#meuinfo .right {
width: 49%;
}
#menuinfo .left {
width: 49%;
float: right;
}
#menusettings table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
margin-top: 10px;
}
#menusettings table tr>td {
width: 100%;
padding-left: 10px;
}
#menusettings input {
width: 90px;
border: 0;
padding: 0;
}
#footer {
padding: 10px;
}
#controls {
display: table;
width: 100%;
margin-top: 15px;
}
#controls div {
display: table-cell;
vertical-align: bottom;
text-align: center;
}
#controls img {
height: 100px;
}
#controls img.half {
height: 50px;
}
#controls figcaption {
margin-top: 10px;
font-size: 18px;
}