Nils Diewald | bd56adc | 2014-06-22 18:44:53 +0000 | [diff] [blame] | 1 | /* |
2 | <link rel="stylesheet" media="(max-width: 800px)" href="example.css" /> | ||||
3 | @media tv and (min-width: 700px) and (orientation: landscape) { ... } | ||||
4 | */ | ||||
5 | |||||
6 | html, body { | ||||
7 | font-size: 10pt; | ||||
8 | margin: 0; | ||||
9 | padding: 0; | ||||
10 | } | ||||
11 | |||||
12 | #tutorial { | ||||
13 | border-radius: 0; | ||||
14 | bottom: 0; | ||||
15 | left: 0; | ||||
16 | right: 0; | ||||
17 | top: 0; | ||||
18 | border-width: 0; | ||||
19 | padding: 0; | ||||
Nils Diewald | db03fa9 | 2014-06-23 13:36:55 +0000 | [diff] [blame] | 20 | font-size: 9pt; |
Nils Diewald | 7cad840 | 2014-07-08 17:06:56 +0000 | [diff] [blame^] | 21 | > iframe { |
22 | border-radius: 0; | ||||
23 | } | ||||
Nils Diewald | bd56adc | 2014-06-22 18:44:53 +0000 | [diff] [blame] | 24 | } |
25 | |||||
26 | #top { | ||||
27 | padding: 0 0 0 0; | ||||
28 | height: 80px; | ||||
Nils Diewald | 7cad840 | 2014-07-08 17:06:56 +0000 | [diff] [blame^] | 29 | h1 { |
30 | margin: 5px; | ||||
31 | height: 30px; | ||||
32 | width: 80px; | ||||
33 | background-size: 98% auto; | ||||
34 | } | ||||
35 | /* Temporary */ | ||||
36 | form button { | ||||
37 | display: none; | ||||
38 | } | ||||
Nils Diewald | bd56adc | 2014-06-22 18:44:53 +0000 | [diff] [blame] | 39 | } |
40 | |||||
41 | #sidebar { | ||||
42 | margin-left: -260px; | ||||
43 | } | ||||
44 | |||||
45 | #search { | ||||
Nils Diewald | 7cad840 | 2014-07-08 17:06:56 +0000 | [diff] [blame^] | 46 | margin { |
47 | left: 0; | ||||
48 | right: 0; | ||||
49 | } | ||||
Nils Diewald | bd56adc | 2014-06-22 18:44:53 +0000 | [diff] [blame] | 50 | } |
51 | |||||
52 | form { | ||||
53 | margin-left: 0px; | ||||
54 | } | ||||
55 | |||||
56 | #ql-field { | ||||
57 | margin-top: 10px; | ||||
58 | margin-bottom: 10px; | ||||
59 | margin-left: 100px; | ||||
60 | } | ||||
61 | |||||
62 | #q-field { | ||||
63 | width: 100%; | ||||
64 | } | ||||
65 | |||||
66 | #button-right { | ||||
67 | top: 7px; | ||||
68 | right: 7px; | ||||
69 | } | ||||
70 | |||||
Nils Diewald | db03fa9 | 2014-06-23 13:36:55 +0000 | [diff] [blame] | 71 | #search > ol > li { |
72 | font-size: 9pt; | ||||
Nils Diewald | 7cad840 | 2014-07-08 17:06:56 +0000 | [diff] [blame^] | 73 | &:not(.active) { |
74 | padding: 4pt 0 5pt 0; | ||||
75 | } | ||||
76 | &.active { | ||||
77 | padding: 0 0 0 0; | ||||
78 | } | ||||
Nils Diewald | db03fa9 | 2014-06-23 13:36:55 +0000 | [diff] [blame] | 79 | } |
80 | |||||
81 | code.query.serial { | ||||
82 | font-size: 10pt; | ||||
Nils Diewald | bd56adc | 2014-06-22 18:44:53 +0000 | [diff] [blame] | 83 | } |