merge search into pretty branch
[wolnelektury.git] / wolnelektury / static / css / base.css
1 /* Logo font */
2 @font-face {
3     /* IE version */
4     font-family: WL-Logo;
5     src: url(/static/fonts/WL.eot);
6 }
7 @font-face {
8   font-family: WL-Nav;
9   src: url(/static/fonts/WL-Nav.ttf) format("truetype");
10 }
11
12
13 html {
14     margin: 0;
15     padding: 0;
16 }
17
18 body {
19     margin: 0;
20     background: #f7f7f7;
21     font-size: .9em;
22     line-height: 1.4em;
23 }
24
25
26 a {
27     color: #02adb7;
28     text-decoration: none;
29 }
30
31 h2 {
32     margin: 0;
33     font-size: 1em;
34     font-weight: normal;
35 }
36
37
38 .grid-line {
39     height: 2.6em;
40     padding-top: 1.4em;
41     padding-bottom: 0;
42 }
43
44 .mono, .mono-small {
45     font-family: "Lucida Sans Typewriter", courier;
46     font-size: .9em;
47 }
48
49
50 .clearboth {
51     clear: both;
52 }
53
54 #header-content, div#main-content, div#half-header-content {
55     width: 75em;
56     margin: auto;
57 }
58
59
60
61
62 #footer {
63     font-size: .75em;
64     color: #777;
65     border-top: 1px solid #ddd;
66     margin-top: 2.5em;
67 }