blob: ee5b4fcc77444a2aeff67e5ee42253d179677921 [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 Diewald7cad8402014-07-08 17:06:56 +000021 > iframe {
22 border-radius: 0;
23 }
Nils Diewaldbd56adc2014-06-22 18:44:53 +000024}
25
26#top {
27 padding: 0 0 0 0;
28 height: 80px;
Nils Diewald7cad8402014-07-08 17:06:56 +000029 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 Diewaldbd56adc2014-06-22 18:44:53 +000039}
40
41#sidebar {
42 margin-left: -260px;
43}
44
45#search {
Nils Diewald7cad8402014-07-08 17:06:56 +000046 margin {
47 left: 0;
48 right: 0;
49 }
Nils Diewaldbd56adc2014-06-22 18:44:53 +000050}
51
52form {
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 Diewalddb03fa92014-06-23 13:36:55 +000071#search > ol > li {
72 font-size: 9pt;
Nils Diewald7cad8402014-07-08 17:06:56 +000073 &:not(.active) {
74 padding: 4pt 0 5pt 0;
75 }
76 &.active {
77 padding: 0 0 0 0;
78 }
Nils Diewalddb03fa92014-06-23 13:36:55 +000079}
80
81code.query.serial {
82 font-size: 10pt;
Nils Diewaldbd56adc2014-06-22 18:44:53 +000083}