diff options
Diffstat (limited to '')
-rw-r--r-- | js/lost.css | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/js/lost.css b/js/lost.css new file mode 100644 index 0000000..7c51760 --- /dev/null +++ b/js/lost.css | |||
@@ -0,0 +1,46 @@ | |||
1 | @media (orientation: portrait) { | ||
2 | } | ||
3 | |||
4 | @media (orientation: landscape) { | ||
5 | #maze-box { | ||
6 | display:inline-block; | ||
7 | vertical-align: middle; | ||
8 | } | ||
9 | #button-box { | ||
10 | display: inline-block; | ||
11 | vertical-align: middle; | ||
12 | } | ||
13 | #floor-box { | ||
14 | display: block; | ||
15 | vertical-align: top; | ||
16 | } | ||
17 | #sidebar { | ||
18 | display: inline-block; | ||
19 | vertical-align: top; | ||
20 | } | ||
21 | #ui-box { | ||
22 | text-align: center; | ||
23 | vertical-align: top; | ||
24 | } | ||
25 | } | ||
26 | |||
27 | #maze-box { | ||
28 | text-align: center; | ||
29 | } | ||
30 | |||
31 | #button-box { | ||
32 | text-align: center; | ||
33 | } | ||
34 | |||
35 | #button-box table { | ||
36 | margin-left: auto; | ||
37 | margin-right: auto; | ||
38 | } | ||
39 | |||
40 | .float-clear { | ||
41 | clear: both; | ||
42 | } | ||
43 | |||
44 | #floor-box { | ||
45 | text-align: center; | ||
46 | } | ||