Mercurial > defr > DualBlog
comparison css/Lite_nv.css @ 0:629389204276
Import initial
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Sat, 20 Oct 2007 14:15:10 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:629389204276 |
---|---|
1 /* Dual Blog v10 : OS Edition | |
2 Lite Version */ | |
3 | |
4 #Link, #Link li, dl, dt, dd {display:block; margin:0px;list-style-type:none;} | |
5 | |
6 body {margin:20px;padding:0px;font-family:Tahoma, Verdana, Arial, serif;font-size:11px;} | |
7 | |
8 p {margin:0px;padding:0px;} | |
9 | |
10 #Main {margin:10px;border:1px black solid;direction:rtl;margin-top:0px;} | |
11 | |
12 #Adresse {display:none;} | |
13 | |
14 #Link {height:70px;position:absolute;background:white url('Res_OliveVerde/Gimp.jpg') no-repeat; | |
15 overflow:auto;margin:0px;padding:2px;padding-left:6px;padding-right:6px; | |
16 z-index:100;display:none;top:40px;left:265px;} | |
17 | |
18 /* Style sur la colonne de gauche ^^; */ | |
19 | |
20 #SideBar {width:230px;margin:3px;position:absolute;right:30px;top:70px;} | |
21 | |
22 #SideBar dt, #SideBar dd { | |
23 margin:0px auto; | |
24 padding:4px 10px; | |
25 direction:ltr; | |
26 } | |
27 | |
28 #SideBar dt {height:17px;width:180px;background:#DDDDDD;border:black 1px solid; | |
29 border-bottom:dotted 1px; font-weight:bold;color:#575233;margin-top:12px;} | |
30 #SideBar dt:hover {background:#F3F3F3;} | |
31 | |
32 #SideBar dd {background:#F3F3F3;color:#000000;width:180px;border:1px black solid; | |
33 text-align:left;padding-bottom:4px;border-top:none;} | |
34 | |
35 /* Style sur la partie principale du blog : les posts */ | |
36 | |
37 #Posts {margin-right:234px;direction:ltr;border-right:1px black dashed;padding-top:0px;} | |
38 | |
39 .PostContent {margin:10px;margin-top:25px;padding:10px;text-align:justify; | |
40 border:1px black solid;background:url('Res_OliveVerde/Gimp_grayscale.jpg') bottom right no-repeat;} | |
41 | |
42 .PostContent h2 { | |
43 margin:-19px auto 5px; | |
44 padding:0px 10px; | |
45 border:1px black dashed;background:#F3F3F3;} | |
46 | |
47 /* Style appliqués sur les span */ | |
48 | |
49 .i {font-style:italic;color:#333399;} | |
50 | |
51 .b {font-weight:bold;} | |
52 | |
53 /* Styles sur les liens */ | |
54 a {color:#333399;} | |
55 a:hover {color:#000000;} | |
56 #Link a {text-decoration:none;margin-left:8px;border-bottom:1px black dotted;} | |
57 | |
58 /* Style sur le tagboard ^^ */ | |
59 #TagBoard {width:180px;height:472px;border:none;margin:0px;padding:0px; | |
60 margin-left:auto;margin-right:auto;} | |
61 | |
62 a img {padding:10px;margin:0px 10px 10px;border:1px #999 solid;background:#EEE;} | |
63 |