Add new logo to website
[fripost-web.git] / site / default.css
blob15b5e44159ffb737f484f76af6d67d2ee5fd04ed
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 */
14 font: normal 1em "Lucida Sans Unicode",sans-serif;
15 margin: 0; padding: 0;
19 color: #362;
21 a:hover, .footer a:hover
23 color: #111;
25 body
27 background: #769359 url(img/bg.jpg) repeat-y center top;
28 color: #443;
29 font-size: 100%;
30 margin: 0;
31 text-align: center;
33 p,cite,code,ul
35 font-size: 0.8em;
36 margin-bottom: 1.7em;
37 line-height: 1.7em;
38 text-align: left;
42 font-style: italic;
46 font-style: bold;
50 font: normal 1.2em "Lucida Sans Unicode",sans-serif;
54 margin-left: 1em;
58 list-style: url(img/li.gif);
59 line-height: 1.7em;
60 margin-left: 18px;
61 margin-bottom: 0.5em;
63 table
65 margin-left: 1.8em;
69 font-size: 0.8em;
70 padding-right: 0.5em;
72 div.square
74 background: url(img/bgcode.gif);
75 border: 1px dotted #AAA;
76 color: #444;
77 display: float;
78 float: right;
79 width: 30%;
80 font: normal 1em "Lucida Sans Unicode",serif;
81 margin-left: 2em;
82 margin-bottom: 1em;
83 padding: 8px 10px;
86 code {
87 background: url(img/bgcode.gif);
88 border: 1px dotted #AAA;
89 color: #444;
90 display: block;
91 font: normal 1em "Lucida Sans Unicode",serif;
92 margin-bottom: 12px;
93 padding: 8px 10px;
94 white-space: pre;
97 cite {
98 display: block;
99 background: url(img/quote.gif) no-repeat;
100 color: #663;
101 font: normal 1.1em "Lucida Sans Unicode",serif;
102 padding-left: 28px;
105 /* misc */
106 .divider {
107 background: url(img/divider.gif) no-repeat;
108 height: 24px;
109 margin: 16px 0;
111 .clearer {
112 clear: both;
115 /* structure */
116 p.incitement
118 text-align: center;
121 .container {
122 font-size: 1em;
123 margin: 0 auto;
124 width: 590px;
127 /* header */
128 .header
130 background: #597F93 url(img/header.jpg) no-repeat center top;
131 border-bottom: 1px solid #CCC;
132 height: 180px;
133 text-align: center;
135 .header h1
137 color: #FFF;
138 font: normal 50px "Trebuchet MS",sans-serif;
139 line-height: 180px;
142 .header h1 img
144 margin-left: 300px;
145 margin-top: 120px;
148 /* navigation */
149 .navigation
151 text-align: left;
152 height: 36px;
153 margin: 0 auto;
154 /* width: 632px; */
155 width: 600px;
157 .navigation a
159 background: url(img/navigation.jpg) no-repeat;
160 color: #FFF;
161 float: left;
162 font: bold 16px serif;
163 height: 31px;
164 letter-spacing: 1px;
165 line-height: 31px;
166 text-align: center;
167 text-decoration: none;
168 width: 120px;
170 .navigation a:hover
172 color: #FFF;
173 background-position: left bottom;
175 /* content */
176 .content
178 padding: 18px 0;
179 text-align: left;
181 .content h1
183 color: #553;
184 font-size: 1.4em;
185 margin-bottom: 1em;
186 text-align: center;
188 .content h2 /* equivalent to h1 above */
190 color: #553;
191 font-size: 1.4em;
192 margin-bottom: 1em;
193 text-align: center;
195 .content h3
197 font: normal 1em "Lucida Sans Unicode",sans-serif;
198 margin-top: 1.5em;
199 margin-bottom: 1em;
202 /* special styles */
203 .square h1
205 font: bold 0.8em "Lucida Sans Unicode",sans-serif;
206 margin-bottom: 0.2em;
208 .square p
210 border-top: dotted 1px black;
211 padding-top: 5px;
212 text-align: left;
213 margin-bottom: 0em;
215 .header a.translate
217 color: #FFF;
218 font-size: 0.8em;
219 position: relative;
220 top: -200px;
221 left: -235px;
223 .header a.translate:hover
225 color: #00F;
227 /* footer */
228 .footer
230 color: #886;
231 font-size: 0.65em;
232 padding-left: 4em;
233 padding-right: 4em;
234 padding-bottom: 12px;
235 text-align: center;
237 .footer a
239 color: #664;