forked from grompe/Drawception-ANBT
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcompact.css
73 lines (72 loc) · 1.13 KB
/
compact.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
/* "Compact" style, Warning: ugly hack */
@media screen and (max-width: 999px) and (min-width: 800px) {
body {
overflow-x: hidden;
}
#bl {
width: 410px;
}
#toolpane {
width: 180px;
height: 500px;
position: absolute;
margin-left: -200px;
}
#toolpane:after {
display: none;
}
#infopane {
width: 1px;
height: 500px;
position: absolute;
margin: 0 0 0 600px;
top: 0;
}
.submit {
position: absolute;
top: 500px;
left: -776px;
width: 156px;
height: 50px;
}
#timer {
width: 176px;
float: left;
-margin-top: 50px;
}
#colors {
width: 100px;
margin-left: 0px;
float: left;
}
#primary, #secondary {
width: 50px;
}
#tools {
width: 68px;
}
#tools button {
margin: 3px 0;
}
#gamemode {
position: absolute;
left: -790px;
top: -100px;
}
#gamebuttons {
width: 300px;
position: absolute;
margin-left: 0;
left: -600px;
top: -100px;
padding: 2px;
}
.sandbox #gamebuttons {
width: 350px;
left: -660px;
top: -62px;
}
.guidelines, #options {
display: none;
}
}