look changes
[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: .625em;
22     font-family: Georgia;
23     /*line-height: 1.4em;*/
24 }
25
26
27 a {
28     color: #1199a2; /* #01adba; */
29     text-decoration: none;
30 }
31
32 h1 {
33     font-size: 3.5em;
34     font-weight: normal;
35     margin-top: .4em
36 }
37
38 .left-column {
39     width: 47em;
40     float: left;
41 }
42 .right-column {
43     float:right;
44     width: 47em;
45 }
46 .normal-text {
47     font-size: 1.3em;
48     line-height: 1.3em;
49 }
50
51 h2 {
52     margin: 0;
53     font-size: 1em;
54     font-weight: normal;
55 }
56
57
58 .mono {
59     font-family: "Andale Mono", "Lucida Sans Typewriter", "Courier New";
60     font-weight: bold;
61 }
62
63 .accent1 {
64     color: #191919;
65 }
66
67 .accent2 {
68     color: #242424;
69 }
70
71 .accent3 {
72     color: #575c63;
73 }
74
75
76 .accent4 {
77     color: #707b7a;
78 }
79
80 .contrast {
81     #1199a2;
82 }
83
84 /* #281d1c */
85
86 .clearboth {
87     clear: both;
88 }
89
90 #header-content, div#main-content, div#half-header-content, #footer-content {
91     width: 97.5em;
92     margin: auto;
93 }
94
95
96 .page-desc {
97     margin-left: 1.5em;
98 }
99
100 .inline-tag-lists p span:first-child {
101     color: #281d1c;
102 }
103
104 .inline-tag-lists {
105     font-size: 1.1em;
106 }
107
108 #themes-list-toggle:after {
109     padding-left: 1em;
110     content: "↓";
111     font-family: WL-Nav;
112     vertical-align: middle;
113 }
114 #themes-list-wrapper {
115     position: relative;
116     font-size: 1.1em;
117 }
118 #themes-list {
119     position: absolute;
120     display: none;
121     border: 1px solid #ddd;
122     padding: 1em;
123     background: #fff;
124     -moz-box-shadow: 2px 2px 2px #ddd;
125     -webkit-box-shadow: 2px 2px 2px #ddd;
126     box-shadow: 2px 2px 2px #ddd;
127     z-index: 500;
128 }
129 #themes-list ul {
130     list-style: none;
131     padding: 0;
132     margin: 0;
133     font-size: 1.1em;
134     -moz-column-width: 12em;
135     width: 48em;
136 }
137
138
139 a.cite {
140     display: block;
141     color: black;
142     background: white;
143     padding: 3em 2em .1em 8em;
144 }
145 .cite-body {
146     font-size: 1.8em;
147     line-height: 1.3em;
148 }
149 .cite p {
150     color: #444;
151     font-size: 1.1em;
152     margin-top: 1.6em;
153 }
154
155 .see-also {
156     margin-left: 8em;
157     float: left;
158     width: 14.3em;
159 }
160 .download {
161     margin-left: 2em;
162     float: left;
163 }
164
165 .see-also, .download {
166     margin-top: 2em;
167     margin-bottom: 2em;
168 }
169 .see-also h2, .download h2 {
170     font-size: 1.1em;
171 }
172 .see-also ul, .download ul {
173     list-style: none;
174     padding: 0;
175     margin: 0;
176     font-size: 1.1em;
177 }
178
179
180 #footer {
181     color: #777;
182     eborder-top: 1px solid #ddd;
183     margin-top: 5em;
184     padding-top:3em;
185     background: #fff;
186 }