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 | |||||
64 | #search ol { | ||||
65 | > li:target, > li.active { | ||||
66 | > div > div.snippet { | ||||
67 | margin: 2px 2em 2px 4px; | ||||
68 | } | ||||
69 | } | ||||
70 | > li:not(:target):not(.active) { | ||||
71 | padding: 3pt 0 3pt 0; | ||||
72 | } | ||||
73 | } | ||||
74 | |||||
75 | div.matchinfo { | ||||
76 | font-size: 9pt; | ||||
77 | } | ||||
78 | |||||
79 | div.matchtable tr > * { | ||||
80 | padding: 1pt 3pt; | ||||
81 | } | ||||
82 | |||||
83 | div.matchtree { | ||||
84 | h6 { | ||||
85 | display: block; | ||||
86 | float: none; | ||||
87 | } | ||||
88 | > div { | ||||
89 | margin-left: 2px; | ||||
90 | } | ||||
91 | } | ||||
92 | |||||
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 93 | #logos { |
94 | margin-left: 0; | ||||
95 | margin-right: 0; | ||||
96 | |||||
97 | > div { | ||||
98 | border-top-width: 14px; | ||||
99 | } | ||||
100 | } | ||||
101 | |||||
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 102 | div.intro { |
103 | width: 100%; | ||||
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 104 | } |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 105 | |
Nils Diewald | 7148c6f | 2015-05-04 15:07:53 +0000 | [diff] [blame] | 106 | aside { |
107 | &:not(:focus):not(.active) { | ||||
108 | margin-left: -1 * $logo-left-distance; | ||||
109 | &::after { | ||||
110 | font-size: 12pt; | ||||
111 | width: 10pt; | ||||
112 | height: 11pt; | ||||
113 | } | ||||
114 | } | ||||
115 | ul { | ||||
116 | font-size: 9pt; | ||||
117 | line-height: 1em; | ||||
118 | } | ||||
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 119 | } |
120 | |||||
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 121 | #tutorial { |
122 | border-radius: 0; | ||||
123 | border-width: 0; | ||||
124 | right: 0; | ||||
125 | left: 0; | ||||
126 | bottom: 0; | ||||
127 | top: 0; | ||||
128 | padding: 0; | ||||
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 129 | iframe { |
130 | border-radius: 0; | ||||
131 | } | ||||
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 132 | } |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 133 | |
134 | main.tutorial { | ||||
135 | margin-right: 30px; | ||||
136 | } | ||||
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 137 | } |