Fix one typo and link problem in English version of site.
[fripost-web.git] / default.css
blob156113bb2974d1f806a8d808ba832147fd4c2ad8
1 /*#############################################################
2 Name: Summer Breeze
3 Date: 2006-07-04
4 Author: Viktor Persson
5 Edited by Gustav Eek and Stefan Kangas
6 URL: http://arcsin.se
8 Feel free to use and modify but please provide credits.
9 #############################################################*/
11 /* standard elements */
12 * {
13 font: normal 1em "Lucida Sans Unicode",sans-serif;
14 margin: 0; padding: 0;
16 a {
17 color: #362;
19 a:hover, .footer a:hover
21 color: #111;
23 body
25 background: #769359 url(img/bg.jpg) repeat-y center top;
26 color: #443;
27 font-size: 100%;
28 margin: 0;
29 text-align: center;
31 p,cite,code,ul
33 font-size: 0.8em;
34 margin-bottom: 1.7em;
35 line-height: 1.7em;
36 text-align: justify;
40 font-style: italic;
44 font-style: bold;
48 font: normal 1.2em "Lucida Sans Unicode",sans-serif;
52 margin-left: 1em;
56 list-style: url(img/li.gif);
57 line-height: 1.7em;
58 margin-left: 18px;
59 margin-bottom: 0.5em;
61 table
63 margin-left: 1.8em;
67 font-size: 0.8em;
68 padding-right: 0.5em;
70 div.square
72 background: url(img/bgcode.gif);
73 border: 1px dotted #AAA;
74 color: #444;
75 display: float;
76 float: right;
77 width: 30%;
78 font: normal 1em "Lucida Sans Unicode",serif;
79 margin-left: 2em;
80 margin-bottom: 1em;
81 padding: 8px 10px;
84 code {
85 background: url(img/bgcode.gif);
86 border: 1px dotted #AAA;
87 color: #444;
88 display: block;
89 font: normal 1em "Lucida Sans Unicode",serif;
90 margin-bottom: 12px;
91 padding: 8px 10px;
92 white-space: pre;
95 cite {
96 display: block;
97 background: url(img/quote.gif) no-repeat;
98 color: #663;
99 font: normal 1.1em "Lucida Sans Unicode",serif;
100 padding-left: 28px;
103 /* misc */
104 .divider {
105 background: url(img/divider.gif) no-repeat;
106 height: 24px;
107 margin: 16px 0;
109 .clearer {
110 clear: both;
113 /* structure */
114 p.incitement
116 text-align: center;
119 .container {
120 font-size: 1em;
121 margin: 0 auto;
122 width: 590px;
125 /* header */
126 .header
128 background: #597F93 url(img/header.jpg) no-repeat center top;
129 border-bottom: 1px solid #CCC;
130 height: 180px;
131 text-align: center;
133 .header h1
135 color: #FFF;
136 font: normal 50px "Trebuchet MS",sans-serif;
137 line-height: 180px;
139 /* navigation */
140 .navigation
142 text-align: left;
143 height: 36px;
144 margin: 0 auto;
145 /* width: 632px; */
146 width: 600px;
148 .navigation a
150 background: url(img/navigation.jpg) no-repeat;
151 color: #FFF;
152 float: left;
153 font: bold 16px serif;
154 height: 31px;
155 letter-spacing: 1px;
156 line-height: 31px;
157 text-align: center;
158 text-decoration: none;
159 width: 120px;
161 .navigation a:hover
163 color: #FFF;
164 background-position: left bottom;
166 /* content */
167 .content
169 padding: 18px 0;
170 text-align: left;
172 .content h1
174 color: #553;
175 font-size: 1.4em;
176 margin-bottom: 1em;
177 text-align: center;
179 .content h2 /* equivalent to h1 above */
181 color: #553;
182 font-size: 1.4em;
183 margin-bottom: 1em;
184 text-align: center;
186 .content h3
188 font: normal 1em "Lucida Sans Unicode",sans-serif;
189 margin-top: 1.5em;
190 margin-bottom: 1em;
193 /* special styles */
194 .square h1
196 font: bold 0.8em "Lucida Sans Unicode",sans-serif;
197 margin-bottom: 0.2em;
199 .square p
201 border-top: dotted 1px black;
202 padding-top: 5px;
203 text-align: left;
204 margin-bottom: 0em;
206 .header a.translate
208 color: #FFF;
209 font-size: 0.8em;
210 position: absolute;
211 top: 10px;
212 left: 27.5%;
214 .header a.translate:hover
216 color: #00F;
218 /* footer */
219 .footer
221 color: #886;
222 font-size: 0.65em;
223 padding-left: 4em;
224 padding-right: 4em;
225 padding-bottom: 12px;
226 text-align: center;
228 .footer a {
229 color: #664;