-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapp.css
More file actions
53 lines (45 loc) · 727 Bytes
/
app.css
File metadata and controls
53 lines (45 loc) · 727 Bytes
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
body {
margin: 0;
font-size: 12px;
}
.headbut {
background-color: #CCC;
outline: none;
text-decoration: none;
font-size: 8;
padding: 5px;
height: 16px;
margin-left: 0;
}
.headbut:hover { background-color: #04F; color: FFF }
.slidsetting {
position: absolute;
left: 100px;
}
.slid_container {
margin-top: 5px;
}
.setting_container {
overflow-y: auto;
overflow-x: hidden;
width: 480px;
height: 125px;
margin-top: 2px;
margin-left: 4px;
}
.opt_container {
background-color: #CCCCCC;
height: 20px;
}
.body_container {
width: 484px;
height: 640px;
background-color: #AAAAAA;
margin: 0;
padding: -5px
}
#voxelscreen {
width: 480px;
height: 480px;
border: 2px inset;
}