Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 1 | @charset "utf-8"; |
2 | @import "util"; | ||||
3 | |||||
Nils Diewald | 652e5f4 | 2015-05-10 18:11:45 +0000 | [diff] [blame] | 4 | /** |
5 | * Media rules for different screen sizes. | ||||
6 | * This will override some basic rules. | ||||
7 | */ | ||||
8 | |||||
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 9 | $standard-margin: 4px; |
10 | |||||
11 | @media (orientation: portrait), (max-width: 42.5em) { | ||||
Nils Diewald | 652e5f4 | 2015-05-10 18:11:45 +0000 | [diff] [blame] | 12 | body, |
13 | #search ol, | ||||
14 | header, | ||||
15 | header input, | ||||
Akron | 179c8ac | 2015-06-30 19:30:50 +0200 | [diff] [blame] | 16 | div#resultinfo, |
Nils Diewald | 652e5f4 | 2015-05-10 18:11:45 +0000 | [diff] [blame] | 17 | #pagination > a { |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 18 | font-size: 9pt; |
19 | } | ||||
Nils Diewald | 652e5f4 | 2015-05-10 18:11:45 +0000 | [diff] [blame] | 20 | |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 21 | header form { |
Nils Diewald | 652e5f4 | 2015-05-10 18:11:45 +0000 | [diff] [blame] | 22 | padding-left: 0; |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 23 | padding-top: 33px; |
24 | } | ||||
Nils Diewald | 652e5f4 | 2015-05-10 18:11:45 +0000 | [diff] [blame] | 25 | |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 26 | .vc { |
27 | font-size: 9pt; | ||||
28 | } | ||||
Nils Diewald | 652e5f4 | 2015-05-10 18:11:45 +0000 | [diff] [blame] | 29 | |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 30 | h1 { |
31 | margin-left: 10px; | ||||
32 | width: 130px; | ||||
33 | height: 40px; | ||||
Nils Diewald | 652e5f4 | 2015-05-10 18:11:45 +0000 | [diff] [blame] | 34 | background: { |
35 | size: 100%; | ||||
36 | position: 50% 0; | ||||
37 | } | ||||
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 38 | z-index: 300; |
39 | } | ||||
40 | |||||
41 | #searchbar { | ||||
42 | padding-right: 30px; | ||||
43 | input { | ||||
44 | font-size: 9pt; | ||||
45 | } | ||||
46 | button[type=submit] { | ||||
47 | right: 0; | ||||
48 | } | ||||
49 | } | ||||
50 | |||||
51 | .level-1 { | ||||
52 | padding-bottom: 2px; | ||||
53 | } | ||||
54 | |||||
55 | .level-2 { | ||||
56 | padding-bottom: 4px; | ||||
57 | } | ||||
58 | |||||
59 | main { | ||||
60 | margin-left: $standard-margin; | ||||
61 | margin-right: $standard-margin; | ||||
62 | } | ||||
63 | |||||
Akron | b917a7c | 2015-07-02 11:02:42 +0200 | [diff] [blame] | 64 | header .button { |
65 | margin-right: $standard-margin; | ||||
66 | } | ||||
67 | |||||
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 68 | #search ol { |
69 | > li:target, > li.active { | ||||
70 | > div > div.snippet { | ||||
71 | margin: 2px 2em 2px 4px; | ||||
72 | } | ||||
73 | } | ||||
74 | > li:not(:target):not(.active) { | ||||
75 | padding: 3pt 0 3pt 0; | ||||
76 | } | ||||
77 | } | ||||
78 | |||||
79 | div.matchinfo { | ||||
80 | font-size: 9pt; | ||||
81 | } | ||||
82 | |||||
83 | div.matchtable tr > * { | ||||
84 | padding: 1pt 3pt; | ||||
85 | } | ||||
86 | |||||
87 | div.matchtree { | ||||
88 | h6 { | ||||
89 | display: block; | ||||
90 | float: none; | ||||
91 | } | ||||
92 | > div { | ||||
93 | margin-left: 2px; | ||||
94 | } | ||||
95 | } | ||||
96 | |||||
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 97 | #logos { |
98 | margin-left: 0; | ||||
99 | margin-right: 0; | ||||
100 | |||||
101 | > div { | ||||
102 | border-top-width: 14px; | ||||
103 | } | ||||
104 | } | ||||
105 | |||||
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 106 | div.intro { |
107 | width: 100%; | ||||
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 108 | } |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 109 | |
Nils Diewald | 7148c6f | 2015-05-04 15:07:53 +0000 | [diff] [blame] | 110 | aside { |
111 | &:not(:focus):not(.active) { | ||||
112 | margin-left: -1 * $logo-left-distance; | ||||
113 | &::after { | ||||
114 | font-size: 12pt; | ||||
115 | width: 10pt; | ||||
116 | height: 11pt; | ||||
117 | } | ||||
118 | } | ||||
119 | ul { | ||||
120 | font-size: 9pt; | ||||
121 | line-height: 1em; | ||||
122 | } | ||||
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 123 | } |
124 | |||||
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 125 | #tutorial { |
126 | border-radius: 0; | ||||
127 | border-width: 0; | ||||
128 | right: 0; | ||||
129 | left: 0; | ||||
130 | bottom: 0; | ||||
131 | top: 0; | ||||
132 | padding: 0; | ||||
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 133 | iframe { |
134 | border-radius: 0; | ||||
135 | } | ||||
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 136 | } |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 137 | |
138 | main.tutorial { | ||||
139 | margin-right: 30px; | ||||
140 | } | ||||
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 141 | } |