Dodanie strony 1procent i bannera 1procent na górze każdej strony w katalogu.
[wolnelektury.git] / wolnelektury / 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         font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
13 }
14
15 a:focus {
16         outline: 1px dotted;
17 }
18
19 hr {
20         border: 0 #ccc solid;
21         border-top-width: 1px;
22         clear: both;
23         height: 0;
24 }
25
26 /* `Headings
27 ----------------------------------------------------------------------------------------------------*/
28
29 h1 {
30         font-size: 25px;
31 }
32
33 h2 {
34         font-size: 23px;
35 }
36
37 h3 {
38         font-size: 21px;
39 }
40
41 h4 {
42         font-size: 19px;
43 }
44
45 h5 {
46         font-size: 17px;
47 }
48
49 h6 {
50         font-size: 15px;
51 }
52
53 /* `Spacing
54 ----------------------------------------------------------------------------------------------------*/
55
56 ol {
57         list-style: decimal;
58 }
59
60 ul {
61         list-style: disc;
62 }
63
64 li {
65         margin-left: 30px;
66 }
67
68 p,
69 dl,
70 hr,
71 h1,
72 h2,
73 h3,
74 h4,
75 h5,
76 h6,
77 ol,
78 ul,
79 pre,
80 table,
81 address,
82 fieldset {
83         margin-bottom: 20px;
84 }