blob: 3964bbb5de445dda5450ba1e167bf4d186592ff3 [file] [log] [blame]
Nils Diewald5d1ffb42014-05-21 17:45:34 +00001@charset "utf-8";
Nils Diewald1eba6572014-06-17 19:49:53 +00002
Nils Diewald5d1ffb42014-05-21 17:45:34 +00003body, html {
4 color: #666;
5 font-family: verdana, tahoma, arial;
6 text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
Nils Diewald02df9912014-06-03 16:08:07 +00007 margin: 0;
Nils Diewald5d1ffb42014-05-21 17:45:34 +00008}
9
Nils Diewald4af3f0b2014-06-25 01:43:17 +000010a {
11 color: inherit;
12}
13
Nils Diewald02df9912014-06-03 16:08:07 +000014#top {
15 background-color: #7ba400;
Nils Diewald1eba6572014-06-17 19:49:53 +000016 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
17 -moz-box-sizing: border-box; /* Firefox, other Gecko */
18 box-sizing: border-box; /* Opera/IE 8+ */
Nils Diewald33e15552014-06-13 19:38:37 +000019 padding: 0pt;
Nils Diewald1eba6572014-06-17 19:49:53 +000020 padding-top: 5px;
Nils Diewald02df9912014-06-03 16:08:07 +000021 position: relative;
Nils Diewald33e15552014-06-13 19:38:37 +000022 height: 70px;
23 padding-left: 30px;
Nils Diewald02df9912014-06-03 16:08:07 +000024}
25
Nils Diewaldbd56adc2014-06-22 18:44:53 +000026#q-field {
27 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
28 -moz-box-sizing: border-box; /* Firefox, other Gecko */
29 box-sizing: border-box; /* Opera/IE 8+ */
30}
31
Nils Diewald02df9912014-06-03 16:08:07 +000032#button-right {
33 position: absolute;
34 right: 15px;
35 top: 15px;
36}
37
38input, button {
39 border: 2px solid white;
40 padding: 3px;
41 font-size: 11pt;
42}
43
44form {
45 margin-left: 235px;
Nils Diewald1eba6572014-06-17 19:49:53 +000046 margin-top:0px
Nils Diewald5d1ffb42014-05-21 17:45:34 +000047}
48
49form input[type=search] {
50 width: 50%;
51}
52
53a {
54 text-decoration: none;
55}
56
Nils Diewald02df9912014-06-03 16:08:07 +000057p.found {
Nils Diewald5d1ffb42014-05-21 17:45:34 +000058 font-size: 10pt;
59 padding: 0;
60 margin: 0;
61}
62
63p.found {
64 text-align: right;
65}
66
Nils Diewald02df9912014-06-03 16:08:07 +000067#pagination {
68 position: fixed;
69 right: 20px;
70 bottom: 10px;
71 z-index: 800;
72}
73
74#pagination span {
75 display: inline-block;
76 background-color: #ddd;
77 margin: 2pt;
78 height: 1.5em;
79 padding-left: .5em;
80 padding-right: .5em;
81 line-height: 1.5em;
82 text-align: center;
83 border-width: 2px;
84 border-style: solid;
85 border-color: #999;
86 box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
87}
88
89#pagination a {
90 text-shadow: 1px 1px rgba(255, 255, 255, 0.9);
91}
92
93#pagination a[rel=self] span {
94 border-color: #ffa500;
95 background-color: #f4eebb;
96 color: #ff8000;
97}
98
99#pagination a[href] {
100 color: #7ba400;
101}
102
103#pagination a[href] span:hover {
104 background-color: #7ba400;
105 border-color: #496000;
106 color: #496000;
107 text-shadow: none;
Nils Diewald5d1ffb42014-05-21 17:45:34 +0000108}
109
110#total-results {
111 color: #c1002b;
112}
113
Nils Diewald2329e1d2014-06-12 16:07:57 +0000114code.query {
Nils Diewald5d1ffb42014-05-21 17:45:34 +0000115 background-color: #f4eebb;
116 display: block;
117 border-style: solid;
118 border-color: #ffa500;
Nils Diewald02df9912014-06-03 16:08:07 +0000119 font-size: 12pt;
120 padding: 2pt;
121 color: #ff8000;
122 text-shadow: 1px 1px rgba(255, 255, 255, 0.9);
Nils Diewald5d1ffb42014-05-21 17:45:34 +0000123 border-width: 2px;
Nils Diewald02df9912014-06-03 16:08:07 +0000124 margin: 0;
Nils Diewald2329e1d2014-06-12 16:07:57 +0000125 margin-bottom: 5pt;
Nils Diewald5d1ffb42014-05-21 17:45:34 +0000126 cursor: pointer;
127}
128
Nils Diewald2329e1d2014-06-12 16:07:57 +0000129code.query.serial:not(.active) span {
Nils Diewald5d1ffb42014-05-21 17:45:34 +0000130 padding: 2pt;
131}
132
Nils Diewald2329e1d2014-06-12 16:07:57 +0000133code.query pre {
Nils Diewald5d1ffb42014-05-21 17:45:34 +0000134 display: block;
Nils Diewald2329e1d2014-06-12 16:07:57 +0000135 padding: 2px 5px;
136 margin: 0;
Nils Diewald5d1ffb42014-05-21 17:45:34 +0000137}
138
Nils Diewald2329e1d2014-06-12 16:07:57 +0000139code.query.serial:not(.active) pre {
Nils Diewald5d1ffb42014-05-21 17:45:34 +0000140 display: none;
Nils Diewald02df9912014-06-03 16:08:07 +0000141}
142
Nils Diewald2329e1d2014-06-12 16:07:57 +0000143code.query.serial.active span {
144 display: none;
145}
Nils Diewald02df9912014-06-03 16:08:07 +0000146
147#sidebar.active {
148 margin-left: 0px;
149 left: 0;
150 top: 0;
151}
152
153#sidebar {
154 color: #fff;
155 text-shadow: none;
156 transition: all .3s ease-in-out;
157 position: fixed;
158 z-index: 500;
159 height: 100%;
160 background-color: #496000;
161 width: 260px;
162 margin-left: -245px;
163 left: 0;
164 top: 0;
165}
166
Nils Diewald2329e1d2014-06-12 16:07:57 +0000167#sidebar > * {
168 opacity: 0;
169 transition-property: opacity;
170 transition-duration: .3s;
171}
172
Nils Diewalddb03fa92014-06-23 13:36:55 +0000173#sidebar:not(.active) > i.fa-bars {
174 opacity: 1;
Nils Diewalddd9d8d72014-06-23 15:09:37 +0000175 cursor: pointer;
Nils Diewalddb03fa92014-06-23 13:36:55 +0000176 background-color: #496000;
177 position: fixed;
Nils Diewald4af3f0b2014-06-25 01:43:17 +0000178 font-size: 16pt;
179 width: 16pt;
180 height: 17pt;
181 padding: 6pt;
Nils Diewalddb03fa92014-06-23 13:36:55 +0000182 bottom: 0;
183 left: 0;
184 border-top-right-radius: 5pt;
185}
186
Nils Diewald2329e1d2014-06-12 16:07:57 +0000187#sidebar.active > * {
188 opacity: 1;
189}
190
Nils Diewalddb03fa92014-06-23 13:36:55 +0000191#sidebar.active > i.fa-bars {
192 opacity: 0;
193}
194
Nils Diewald2329e1d2014-06-12 16:07:57 +0000195#sidebar h2 {
196 font-size: 100%;
197 font-weight: bold;
198 text-align: center;
199 padding: 0;
200 margin: 0 0 5pt 0;
201}
202
203#sidebar ul {
204 list-style-type: none;
205 margin: 0;
206 font-size: 10pt;
207 text-indent: 0;
208 padding: 0;
209}
210
211#sidebar ul li {
212 padding: 4pt 10pt;
213}
214
215#sidebar ul li h3 {
216 font-weight: bold;
217 font-size: 100%;
218 padding: 0;
219 margin: 0;
220}
221
222#sidebar ul li.active h3 {
223 margin-bottom: 2pt;
224 padding-bottom: 2pt;
225 border-bottom: 1px solid black;
226}
227
228#sidebar ul li.active {
229 background-color: #7ba400;
230 text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
231}
232
233dl.info {
234 font-size: 9pt;
235 padding: 0 10pt;
236}
237
238dl.info dt {
239 font-weight: bold;
240 float: left;
241}
242
243dl.info dd {
244 text-align: right;
245}
246
Nils Diewald2329e1d2014-06-12 16:07:57 +0000247#tutorial {
248 position: fixed;
Nils Diewalddb03fa92014-06-23 13:36:55 +0000249 display: block;
Nils Diewald2329e1d2014-06-12 16:07:57 +0000250 z-index: 9999;
Nils Diewalddb03fa92014-06-23 13:36:55 +0000251 background-color: #496000;
252 border-radius: 15px;
253 padding: 5px;
Nils Diewald2329e1d2014-06-12 16:07:57 +0000254 top: 2%;
255 bottom: 2%;
256 left: 5%;
257 right: 5%;
Nils Diewalddb03fa92014-06-23 13:36:55 +0000258}
259
260#tutorial:not(.active) {
261 display: none;
262}
263
264#tutorial.active {
265 display: block;
Nils Diewald2329e1d2014-06-12 16:07:57 +0000266}
267
Nils Diewaldb22abdf2014-06-18 22:57:50 +0000268#tutorial > i,
269#tutorial > a > i {
Nils Diewald2329e1d2014-06-12 16:07:57 +0000270 font-size: 20pt;
271 color: #496000;
272 position: absolute;
273 z-index: 100;
274 top: 10pt;
275 right: 20pt;
276 cursor: pointer;
277}
278
Nils Diewaldb22abdf2014-06-18 22:57:50 +0000279#tutorial > a > i {
280 right: 40pt;
281}
282
Nils Diewald2329e1d2014-06-12 16:07:57 +0000283#tutorial iframe {
284 width: 100%;
285 min-height: 100%;
286 border-width: 0;
287 border-radius: 10px;
Nils Diewald33e15552014-06-13 19:38:37 +0000288 background-image: url('img/crab.svg');
289 background-size: 10%;
Nils Diewald2329e1d2014-06-12 16:07:57 +0000290 background-repeat: no-repeat;
291 background-position: center center;
292 background-color: white;
Nils Diewald33e15552014-06-13 19:38:37 +0000293}
294
295h1 {
296 margin: 0;
297 left: 0;
298 top: 0;
299 background-image: url('/img/korap-logo-solo.svg');
300 position: absolute;
301 width: 260px; /* like sidebars*/
Nils Diewald1eba6572014-06-17 19:49:53 +0000302 height: 68px; /* like #top */
Nils Diewald33e15552014-06-13 19:38:37 +0000303 z-index: 999;
304 background-repeat: no-repeat;
305 background-position: center center;
306 background-size: 65%;
307}
308
309h1 span {
Nils Diewald4af3f0b2014-06-25 01:43:17 +0000310 margin-left: -3000px;
311}
312
313#search {
314 margin-bottom: 44px;
315}
316
317#search.match {
318 margin-top: 14pt;
Nils Diewald1eba6572014-06-17 19:49:53 +0000319}
Nils Diewaldbd56adc2014-06-22 18:44:53 +0000320
321main {
Nils Diewald4af3f0b2014-06-25 01:43:17 +0000322 margin-left: 30px;
323 margin-right: 14px;
324}
325
326main.embedded {
327 margin-left: 14px;
328 margin-right: 14px;
Nils Diewaldbd56adc2014-06-22 18:44:53 +0000329}