Mercurial > defr > DualBlog
comparison css/Lite.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:0px;font-family:Tahoma, Verdana, Arial, serif;font-size:11px;} | |
7 | |
8 p {margin:0px;padding:0px;} | |
9 | |
10 #Main {margin:0px;margin-left:-374px;margin-top:-286px;left:50%;top:50%; | |
11 position:absolute;width:745px;height:486px;overflow:hidden; border:1px black solid;} | |
12 | |
13 #Adresse {display:none;} | |
14 | |
15 #Link {width:320px;height:70px;position:absolute;/*left:470px;*/top:10px;right:3px; | |
16 background:white url('./Gimp.jpg') 250px 6px no-repeat;overflow:auto;padding:2px;padding-left:6px;padding-right:6px; | |
17 z-index:100;display:block;} | |
18 | |
19 /* Style sur la colonne de gauche ^^; */ | |
20 | |
21 #SideBar {width:230px;height:480px;overflow:auto;border-right:1px black dashed;} | |
22 | |
23 #SideBar dt, #SideBar dd {margin-left:auto;margin-right:auto; | |
24 padding-left:10px;padding-right:10px;padding-top:4px; | |
25 } | |
26 | |
27 #SideBar dt {height:17px;width:180px;background:#DDDDDD;border:black 1px solid; | |
28 border-bottom:dotted 1px; font-weight:bold;color:#575233;margin-top:12px;} | |
29 #SideBar dt:hover {background:#F3F3F3;} | |
30 | |
31 #SideBar dd {background:#F3F3F3;color:#000000;width:180px;border:1px black solid; | |
32 text-align:left;padding-bottom:4px;border-top:none;} | |
33 | |
34 /* Style sur la partie principale du blog : les posts */ | |
35 | |
36 #Posts {width:516px;height:384px;overflow:auto;position:absolute;left:226px;top:100px;} | |
37 | |
38 .PostContent {margin:10px;margin-top:12px;padding:10px;text-align:justify; | |
39 border:1px black solid;background:url('./Gimp_grayscale.jpg') bottom right no-repeat;} | |
40 | |
41 .PostContent h2 { | |
42 margin:-19px auto 5px; | |
43 padding:0px 10px; | |
44 border:1px black dashed;background:#F3F3F3;} | |
45 | |
46 /* Style appliqués sur les span */ | |
47 | |
48 .i {font-style:italic;color:#333399;} | |
49 | |
50 .b {font-weight:bold;} | |
51 | |
52 /* Styles sur les liens */ | |
53 a {color:#333399;} | |
54 a:hover {color:#000000;} | |
55 #Link a {text-decoration:none;margin-left:8px;border-bottom:1px black dotted;} | |
56 | |
57 /* Style sur le tagboard ^^ */ | |
58 #TagBoard {width:180px;height:472px;border:none;margin:0px;padding:0px; | |
59 margin-left:auto;margin-right:auto;} | |
60 |