dark mode and websockets
[kismet-logviewer.git] / logviewer / static / css / text.css
1 /*
2         960 Grid System ~ Text CSS.
3         Learn more ~ http://960.gs/
4
5         Licensed under GPL and MIT.
6 */
7
8 /* =Basic HTML
9 --------------------------------------------------------------------------------*/
10
11 body
12 {
13         xfont: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
14 }
15
16 a:focus
17 {
18         outline: 1px dotted invert;
19 }
20
21 hr
22 {
23         border-color: #ccc;
24         border-style: solid;
25         border-width: 1px 0 0;
26         clear: both;
27         height: 0;
28 }
29
30 /* =Headings
31 --------------------------------------------------------------------------------*/
32
33 h1
34 {
35         font-size: 25px;
36 }
37
38 h2
39 {
40         font-size: 23px;
41 }
42
43 h3
44 {
45         font-size: 21px;
46 }
47
48 h4
49 {
50         font-size: 19px;
51 }
52
53 h5
54 {
55         font-size: 17px;
56 }
57
58 h6
59 {
60         font-size: 15px;
61 }
62
63 /* =Spacing
64 --------------------------------------------------------------------------------*/
65
66 ol
67 {
68         list-style: decimal;
69 }
70
71 ul
72 {
73         list-style: square;
74 }
75
76 li
77 {
78         margin-left: 30px;
79 }
80
81 p,
82 dl,
83 hr,
84 h1,
85 h2,
86 h3,
87 h4,
88 h5,
89 h6,
90 ol,
91 ul,
92 pre,
93 table,
94 address,
95 fieldset
96 {
97         margin-bottom: 20px;
98 }