blob: 65096d319a7db69e2ae50595e4b4bf10bb5dcaf7 [file] [log] [blame]
Nils Diewaldbd56adc2014-06-22 18:44:53 +00001/*
2<link rel="stylesheet" media="(max-width: 800px)" href="example.css" />
3@media tv and (min-width: 700px) and (orientation: landscape) { ... }
4*/
5
6html, 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 Diewalddb03fa92014-06-23 13:36:55 +000020 font-size: 9pt;
Nils Diewaldbd56adc2014-06-22 18:44:53 +000021}
22
23#tutorial > iframe {
24 border-radius: 0;
25}
26
27#top {
28 padding: 0 0 0 0;
29 height: 80px;
30}
31
32#top h1 {
33 margin: 5px;
34 height: 30px;
35 width: 80px;
36 background-size: 98% auto;
37}
38
39#sidebar {
40 margin-left: -260px;
41}
42
43#search {
44 margin-left: 0;
45 margin-right: 0;
46}
47
48form {
49 margin-left: 0px;
50}
51
52#ql-field {
53 margin-top: 10px;
54 margin-bottom: 10px;
55 margin-left: 100px;
56}
57
58#q-field {
59 width: 100%;
60}
61
62#button-right {
63 top: 7px;
64 right: 7px;
65}
66
67/* Temporary */
68#top form button {
69 display: none;
70}
71
Nils Diewalddb03fa92014-06-23 13:36:55 +000072#search > ol > li {
73 font-size: 9pt;
74}
75
76#search > ol > li:not(.active) {
77 padding: 4pt 0 5pt 0;
78}
79
80#search > ol > li.active {
81 padding: 0 0 0 0;
82}
83
84code.query.serial {
85 font-size: 10pt;
Nils Diewaldbd56adc2014-06-22 18:44:53 +000086}