Mercurial > defr > DualBlog
comparison css/Brushed.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 Brushed Version */ | |
3 | |
4 #Link, #Link li, dl, dt, dd {display:block; margin:0px;list-style-type:none;} | |
5 | |
6 html {margin:0px;background:#EFEFEF; | |
7 font-family:Tahoma, Verdana, Arial, serif;font-size:11px;} | |
8 | |
9 p {margin:0px;padding:0px;} | |
10 | |
11 #Main {margin:0px;margin-left:-374px;margin-top:-286px;left:50%;top:50%; | |
12 position:absolute;width:768px;height:573px;overflow:hidden; | |
13 padding-top:85px;padding-left:4px;padding-right:9px; | |
14 background:url('./Res_Brushed/Fond_Main.jpg') no-repeat;} | |
15 | |
16 #Adresse {position:absolute;left:512px;top:57px;width:237px;} | |
17 | |
18 #Link {position:absolute;left:484px;top:70px;border:1px #B3A868 solid;width:246px;height:100px; | |
19 background:white url('./Gimp.jpg') 182px 36px no-repeat;overflow:auto;padding:2px;padding-left:6px;padding-right:6px; | |
20 z-index:100;display:none;} | |
21 | |
22 /* Style sur la colonne de gauche ^^; */ | |
23 | |
24 #SideBar {background:#CDCDCD;position:absolute;left:4px;top:83px; | |
25 width:235px;height:485px;overflow:auto;border-right:1px black dashed;} | |
26 | |
27 #SideBar dt, #SideBar dd {margin-left:auto;margin-right:auto; | |
28 padding-left:10px;padding-right:10px;padding-top:4px; | |
29 } | |
30 | |
31 #SideBar dt {background:url('./Res_Brushed/Brush_Title.png') no-repeat;height:17px;width:198px; | |
32 font-weight:bold;color:#575233;margin-top:12px;} | |
33 | |
34 #SideBar dd {background:url('./Res_Brushed/Brush_Side.png') repeat-y;color:#000000;width:198px; | |
35 text-align:left;padding-bottom:4px;border-top:none;} | |
36 | |
37 /* Style sur la partie principale du blog : les posts */ | |
38 | |
39 #Posts {top:83px;left:240px;width:524px;height:485px;overflow:auto; | |
40 position:absolute;background:url('Res_Brushed/Degrade_Post.gif') repeat-y;} | |
41 | |
42 .PostContent h2 { | |
43 margin:-19px auto 5px; | |
44 padding:0px 10px; | |
45 border:1px black dashed;background:#EFEFEF; | |
46 font-size:1.1em;} | |
47 | |
48 .PostContent {margin:10px;margin-top:12px;padding:10px;text-align:justify; | |
49 background:url('./Res_Brushed/Fond_Post.gif');border:1px black solid;} | |
50 | |
51 /* Style appliqués sur les span */ | |
52 | |
53 i, .i, em {font-style:italic;color:#333399;} | |
54 | |
55 .b {font-weight:bold;} | |
56 | |
57 /* Styles sur les liens */ | |
58 a {color:#333399;} | |
59 a:hover {color:#000000;} | |
60 #Link a {text-decoration:none;margin-left:8px;border-bottom:1px black dotted;} | |
61 | |
62 /* Style sur le tagboard ^^ */ | |
63 #TagBoard {width:175px;height:465px;border:none;margin:0px;padding:0px; | |
64 margin-left:auto;margin-right:auto;} | |
65 | |
66 p.center img {width:450px;} |