|
1 /* |
|
2 Theme Name: Vivee Portfolio |
|
3 Theme URI: http://vivee.info |
|
4 |
|
5 Author: Vivee.info |
|
6 Author URI: http://vivee.info |
|
7 */ |
|
8 |
|
9 |
|
10 |
|
11 /* Begin Typography & Colors */ |
|
12 * { |
|
13 padding:0; |
|
14 margin:0; |
|
15 } |
|
16 |
|
17 body { |
|
18 text-align:center; /*centrowanie strony dla IE*/ |
|
19 background:url(img/body_bg.jpg) repeat-x top #181818; |
|
20 font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; |
|
21 color:#f7f7f7; |
|
22 } |
|
23 |
|
24 img { |
|
25 border:0; |
|
26 } |
|
27 |
|
28 .end { /* div ten bardzo ladnie zamyka wszystkie otwarte floaty*/ |
|
29 clear:both; |
|
30 } |
|
31 |
|
32 #page { |
|
33 width:900px; |
|
34 text-align:left; |
|
35 margin:0 auto; /*centrowanie zawartosc strony dla wszystkich przegladarek procz IE*/ |
|
36 } |
|
37 |
|
38 #head { |
|
39 height:150px; |
|
40 } |
|
41 |
|
42 #vivee { |
|
43 height:150px; |
|
44 width:293px; |
|
45 float:left; |
|
46 background:url(img/logo.jpg) no-repeat; |
|
47 position:relative; |
|
48 top:0; |
|
49 left:0; |
|
50 } |
|
51 |
|
52 #vivee a { |
|
53 display:block; |
|
54 width:293px; |
|
55 height:150px; |
|
56 position:absolute; |
|
57 top:0; |
|
58 left:0; |
|
59 } |
|
60 |
|
61 #menu { |
|
62 width:607px; |
|
63 float:right; |
|
64 position:relative; |
|
65 top:0; |
|
66 right:0; |
|
67 } |
|
68 |
|
69 #menu ul { |
|
70 list-style-type:none; |
|
71 position:absolute; |
|
72 top:60px; |
|
73 right:0; |
|
74 } |
|
75 |
|
76 #menu ul li { |
|
77 display:inline; |
|
78 margin:0 0 0 10px; |
|
79 } |
|
80 |
|
81 #menu ul li a { |
|
82 display:block; |
|
83 float:left; |
|
84 color:#787878; |
|
85 text-decoration:none; |
|
86 height:33px; |
|
87 font:13px "Trebuchet MS", Arial, Helvetica, sans-serif; |
|
88 } |
|
89 |
|
90 #menu ul li a:hover { |
|
91 color:#fff; |
|
92 background: url(img/li_lewo.jpg) no-repeat; |
|
93 } |
|
94 |
|
95 #menu ul li span { |
|
96 padding:7px 10px 5px 10px; |
|
97 display:block; |
|
98 } |
|
99 |
|
100 #menu ul li a:hover span { |
|
101 background: url(img/li_prawo.jpg) no-repeat 100% 0; |
|
102 } |
|
103 |
|
104 #main { |
|
105 width:900px; |
|
106 padding:20px 0; |
|
107 } |
|
108 |
|
109 .wpis_main { |
|
110 width:900px; |
|
111 border-bottom:1px dashed #424242; |
|
112 padding:10px 0; |
|
113 } |
|
114 |
|
115 .wpis_main .img { |
|
116 width:610px; |
|
117 float:left; |
|
118 } |
|
119 |
|
120 .wpis_main .img img { |
|
121 padding:5px; |
|
122 background:#343434; |
|
123 } |
|
124 |
|
125 .wpis_main .tresc { |
|
126 float:right; |
|
127 width:275px; |
|
128 } |
|
129 |
|
130 .tresc p { |
|
131 margin: 0 0 7px 0; |
|
132 } |
|
133 |
|
134 .tresc h2 { |
|
135 font:22px "Trebuchet MS", Arial, Helvetica, sans-serif; |
|
136 padding:0 0 10px 0; |
|
137 color:#f7f7f7; |
|
138 } |
|
139 |
|
140 .tresc h2 a { |
|
141 text-decoration:none; |
|
142 color:#f7f7f7; |
|
143 } |
|
144 |
|
145 .wpis_main .entry { |
|
146 font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; |
|
147 color:#606060; |
|
148 } |
|
149 |
|
150 h2.more { |
|
151 text-align:right; |
|
152 font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; |
|
153 margin:10px 0 0 0; |
|
154 } |
|
155 |
|
156 h2.more a { |
|
157 padding:3px 5px 3px 15px; |
|
158 background:#c70000; |
|
159 text-decoration:none; |
|
160 color:#fff; |
|
161 } |
|
162 |
|
163 a.more-link { |
|
164 display:block; |
|
165 width:60px; |
|
166 padding:3px 5px 3px 0px; |
|
167 background:#c70000; |
|
168 text-decoration:none; |
|
169 color:#fff; |
|
170 text-align:right; |
|
171 font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; |
|
172 margin:10px 0 0 0; |
|
173 } |
|
174 |
|
175 #footer { |
|
176 text-align:center; |
|
177 background:#1d1d1d; |
|
178 border-top:1px solid #232323; |
|
179 padding:10px 0; |
|
180 } |
|
181 |
|
182 #footer_content { |
|
183 width:900px; |
|
184 text-align:left; |
|
185 margin:0 auto; |
|
186 } |
|
187 |
|
188 #komentarze, #przyjaciele, #archiwum { |
|
189 width:270px; |
|
190 float:left; |
|
191 } |
|
192 |
|
193 #komentarze, #archiwum { |
|
194 margin:0 45px 0 0; |
|
195 } |
|
196 |
|
197 #komentarze h2, #przyjaciele h2, #archiwum h2 { |
|
198 width:270px; |
|
199 height:25px; |
|
200 margin:0 0 10px 0; |
|
201 } |
|
202 |
|
203 #komentarze h2 { |
|
204 background:url(img/h2_komentarze.jpg) no-repeat; |
|
205 } |
|
206 |
|
207 #przyjaciele h2 { |
|
208 background:url(img/h2_przyjaciele.jpg) no-repeat; |
|
209 } |
|
210 |
|
211 #archiwum h2 { |
|
212 background:url(img/h2_archiwum.jpg) no-repeat; |
|
213 } |
|
214 |
|
215 #footer_content ul { |
|
216 list-style-type:none; |
|
217 } |
|
218 |
|
219 #footer_content li { |
|
220 margin:0 0 1px 0; |
|
221 line-height:1px; |
|
222 } |
|
223 |
|
224 #footer_content li a { |
|
225 display:block; |
|
226 background:#242424; |
|
227 border:1px solid #2e2e2e; |
|
228 padding:5px; |
|
229 text-decoration:none; |
|
230 color:#d6d6d6; |
|
231 font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; |
|
232 } |
|
233 |
|
234 #footer_content li a:hover { |
|
235 border:1px solid #494949; |
|
236 text-decoration:none; |
|
237 color:#fff; |
|
238 } |
|
239 |
|
240 h2.rights { |
|
241 text-align:left; |
|
242 float:left; |
|
243 width:600px; |
|
244 color:#9a9a9a; |
|
245 margin:10px 0 0 0; |
|
246 padding:5px 0 0 0; |
|
247 font:11px Arial, Helvetica, sans-serif; |
|
248 } |
|
249 |
|
250 h2.rights a { |
|
251 text-decoration:none; |
|
252 font-weight:bold; |
|
253 color:#9a9a9a; |
|
254 } |
|
255 |
|
256 h2.rights a:hover { |
|
257 color:#bbbbbb; |
|
258 } |
|
259 |
|
260 h2.rss { |
|
261 float:right; |
|
262 margin:10px 0 0 0; |
|
263 width:30px; |
|
264 height:30px; |
|
265 background:url(img/rss.png) no-repeat; |
|
266 position:relative; |
|
267 top:0; |
|
268 right:0; |
|
269 } |
|
270 |
|
271 h2.rss a { |
|
272 position:absolute; |
|
273 width:30px; |
|
274 height:30px; |
|
275 } |
|
276 |
|
277 #sub { |
|
278 width:610px; |
|
279 float:left; |
|
280 } |
|
281 |
|
282 #sub a { |
|
283 text-decoration:none; |
|
284 color:#9e9e9e; |
|
285 } |
|
286 |
|
287 #sidebar { |
|
288 float:right; |
|
289 width:230px; |
|
290 margin:0 0 20px 0; |
|
291 } |
|
292 |
|
293 #sidebar h2 { |
|
294 text-align:right; |
|
295 font:22px "Trebuchet MS", Arial, Helvetica, sans-serif; |
|
296 padding:10px 0; |
|
297 color:#323232; |
|
298 } |
|
299 |
|
300 #sidebar ul { |
|
301 list-style-type:none; |
|
302 width:230px; |
|
303 } |
|
304 |
|
305 #sidebar ul li { |
|
306 display:block; |
|
307 margin:0 0 1px 0; |
|
308 display:block; |
|
309 background:#222222; |
|
310 border:1px solid #2c2c2c; |
|
311 padding:5px; |
|
312 color:# color:#5b5b5b;; |
|
313 } |
|
314 |
|
315 #sidebar ul li a { |
|
316 text-decoration:none; |
|
317 color:#d6d6d6; |
|
318 font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; |
|
319 } |
|
320 |
|
321 #sidebar ul li a:hover { |
|
322 text-decoration:none; |
|
323 color:#fff; |
|
324 } |
|
325 |
|
326 .wpis_sub { |
|
327 width:610px; |
|
328 padding:10px 0; |
|
329 border-bottom:1px dashed #424242; |
|
330 } |
|
331 |
|
332 .wpis_sub .entry { |
|
333 font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; |
|
334 color:#d4d4d4; |
|
335 } |
|
336 |
|
337 .entry a { |
|
338 border-bottom:1px dashed #7b7b7b; |
|
339 color:#e3e3e3; |
|
340 text-decoration:none; |
|
341 } |
|
342 |
|
343 .entry a:hover { |
|
344 border-bottom:1px dashed #d10102; |
|
345 } |
|
346 |
|
347 .wpis_sub .img img { |
|
348 padding:5px; |
|
349 background:#343434; |
|
350 } |
|
351 |
|
352 .wpis_sub .img { |
|
353 margin:10px auto; |
|
354 text-align:center; |
|
355 } |
|
356 |
|
357 .dane { |
|
358 margin:5px 0; |
|
359 color:#5f5f5f; |
|
360 font-weight:bold; |
|
361 } |
|
362 |
|
363 .dane a { |
|
364 font-weight:normal; |
|
365 color:#cdcdcd; |
|
366 text-decoration:none; |
|
367 } |
|
368 |
|
369 #comments, #respond { |
|
370 margin:15px 0 10px 0; |
|
371 font:22px "Trebuchet MS", Arial, Helvetica, sans-serif; |
|
372 color:#505050; |
|
373 } |
|
374 |
|
375 .commentlist { |
|
376 list-style-type:none; |
|
377 } |
|
378 |
|
379 .commentlist li { |
|
380 margin:0 0 10px 0; |
|
381 border-bottom:1px dashed #424242; |
|
382 padding:4px 0; |
|
383 } |
|
384 |
|
385 .autor_dane { |
|
386 width:120px; |
|
387 float:left; |
|
388 text-align:center; |
|
389 } |
|
390 |
|
391 .autor_dane cite, .autor_dane cite a { |
|
392 font-size:12px; |
|
393 color:#cccccc; |
|
394 font-style:normal; |
|
395 font-weight:bold; |
|
396 text-decoration:none; |
|
397 } |
|
398 |
|
399 .autor_dane small { |
|
400 display:block; |
|
401 margin:3px 0; |
|
402 } |
|
403 |
|
404 .autor_dane small a, .komentarze a { |
|
405 color:#484848; |
|
406 text-decoration:none; |
|
407 font-size:11px; |
|
408 } |
|
409 |
|
410 .autor_dane img { |
|
411 border:2px solid #484848; |
|
412 margin:0 0 5px 0; |
|
413 } |
|
414 |
|
415 .autor_text { |
|
416 color:#adadad; |
|
417 } |
|
418 |
|
419 .komentarze { |
|
420 margin:0 0 15px 0; |
|
421 } |
|
422 |
|
423 .komentarze form { |
|
424 margin:10px; |
|
425 } |
|
426 |
|
427 .komentarze form input { |
|
428 width:150px; |
|
429 } |
|
430 |
|
431 .komentarze form input.ok { |
|
432 width:auto; |
|
433 padding:4px 8px; |
|
434 font-weight:bold; |
|
435 } |
|
436 |
|
437 .komentarze form textarea { |
|
438 width:400px; |
|
439 } |
|
440 |
|
441 .komentarze form input, .komentarze form textarea { |
|
442 vertical-align:middle; |
|
443 margin:0 0 4px 0; |
|
444 border:1px dashed #242424; |
|
445 padding:2px; |
|
446 background:#202020; |
|
447 color:#CCCCCC; |
|
448 font:11px Arial, Helvetica, sans-serif; |
|
449 line-height:16px; |
|
450 } |
|
451 |
|
452 .komentarze form small { |
|
453 font-size:11px; |
|
454 color:#d3d3d3; |
|
455 padding:0 0 0 5px; |
|
456 } |
|
457 |
|
458 /*.navigation { |
|
459 margin:10px 0; |
|
460 font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; |
|
461 background:#1d1d1d; |
|
462 border:1px solid #202020; |
|
463 width:180px; |
|
464 text-align:center; |
|
465 padding:5px; |
|
466 } */ |
|
467 |
|
468 .alignleft a { |
|
469 float:left; |
|
470 display:block; |
|
471 width:150px; |
|
472 font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; |
|
473 background:#1d1d1d; |
|
474 border:1px solid #202020; |
|
475 text-align:center; |
|
476 padding:5px; |
|
477 margin:10px 0; |
|
478 list-style-type:none; |
|
479 } |
|
480 |
|
481 .alignright a { |
|
482 float:right; |
|
483 display:block; |
|
484 width:150px; |
|
485 font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; |
|
486 background:#1d1d1d; |
|
487 border:1px solid #202020; |
|
488 text-align:center; |
|
489 padding:5px; |
|
490 margin:10px 0; |
|
491 list-style-type:none; |
|
492 } |
|
493 |
|
494 .alignright a, .alignleft a { |
|
495 color:#636363; |
|
496 text-decoration:none; |
|
497 } |
|
498 |
|
499 ..alignright a:hover, .alignleft a:hover { |
|
500 color:#ababab; |
|
501 } |
|
502 |
|
503 .navigation { |
|
504 width:600px; |
|
505 } |