Mercurial > defr > DualBlog
comparison css/icons/Somatic.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, Somatic Edition */ | |
2 | |
3 html, body {margin:0px;padding:0px; background:#EEE; font-family:"Lucida Grande", Tahoma, Verdana, Arial, sans serif;font-size:12px;} | |
4 | |
5 #Link, #Link li, dl, dt, dd {display:block; margin:0px;list-style-type:none;} | |
6 | |
7 #Main {width:798px; margin:5px auto; background:white; border:1px #333 solid;/*padding-top:181px;*/} | |
8 | |
9 h1 { | |
10 margin:0px; | |
11 margin-bottom:150px; | |
12 padding:5px; | |
13 width:786px; | |
14 height:21px; | |
15 text-align:center; | |
16 border-bottom:1px #333 solid; | |
17 font-size:17px; | |
18 background-image:url('bg_test.png'); | |
19 } | |
20 | |
21 #Adresse, .SideTitle { | |
22 /*float:left;*/ | |
23 position:absolute; | |
24 top:38px; | |
25 left:50%; | |
26 display:block; | |
27 width:132px; | |
28 padding-top:135px; | |
29 background:no-repeat 2px 5px; | |
30 text-align:center; | |
31 border-bottom:1px #333 solid; | |
32 border-right:1px #333 solid; | |
33 font-size:0.9em; | |
34 } | |
35 | |
36 /* Let's give some 8-bits pngs to IE... */ | |
37 * html #Adresse {background-image:url('icons/fav_8bit.png') !important;} | |
38 * html #About {background-image:url('icons/connect_8bit.png') !important;} | |
39 * html #Profile {background-image:url('icons/profile_8bit.png') !important;} | |
40 * html #Like {background-image:url('icons/like_8bit.png') !important;} | |
41 * html #Geekness {background-image:url('icons/geek_8bit.png') !important;} | |
42 * html #Archives {background-image:url('icons/Hank_8bit.gif') !important;} | |
43 * html #ToDo {background-image:url('icons/todo_8bit.png') !important;} | |
44 #Adresse { | |
45 margin-left:-398px; | |
46 background-image:url('icons/fav.png'); | |
47 } | |
48 | |
49 #About { | |
50 margin-left:-265px; | |
51 background-image:url('icons/connect.png'); | |
52 } | |
53 | |
54 #Profile { | |
55 margin-left:-132px; | |
56 background-image:url('icons/profile.png'); | |
57 } | |
58 | |
59 #Like { | |
60 margin-left:1px; | |
61 background-image:url('icons/like.png'); | |
62 } | |
63 | |
64 #Geekness { | |
65 margin-left:134px; | |
66 background-image:url('icons/geek.png'); | |
67 } | |
68 | |
69 #Archives { | |
70 margin-left:134px; | |
71 background-image:url('icons/Hank.png'); | |
72 } | |
73 | |
74 #ToDo { | |
75 margin-left:267px; | |
76 border-right:0px; | |
77 background-image:url('icons/todo.png'); | |
78 } | |
79 | |
80 .SideTitle:hover, #Adresse:hover {background-color:#dec;} | |
81 | |
82 .Actif {background-color:#eee !important;} | |
83 | |
84 #SideBar p, #Posts {margin:5px 0px; padding:0px;text-align:justify;} | |
85 | |
86 #Link, .SideContent { | |
87 font-size:0.9em; | |
88 border-bottom:1px #333 solid; | |
89 padding:5px 10px; | |
90 background-image:url('Res_Somatic/bg_test.png'); | |
91 max-height:180px; | |
92 overflow:auto; | |
93 } | |
94 | |
95 #Link {display:none;} | |
96 | |
97 .PostContent { | |
98 padding:10px; | |
99 text-align:justify; | |
100 border-bottom: 1px #333 solid; | |
101 } | |
102 | |
103 .PostTitle { | |
104 font-weight:bold; | |
105 text-align:center; | |
106 border:1px #666 solid; | |
107 margin:0px 15px; | |
108 background:url('Res_Somatic/bg_titre.png'); | |
109 } | |
110 | |
111 #SideBar a, #Link a {text-decoration:none;color:#666;font-style:italic;} | |
112 #Link a {margin-left:10px;} | |
113 #SideBar a:hover, #Link a:hover, #Posts a:hover {border-bottom:1px black dashed;} | |
114 #SideBar ul {list-style-type:none;} | |
115 | |
116 a img {padding:10px;border:1px solid #795;background-image:url('Res_Somatic/bg_test.png');} | |
117 | |
118 i, .i {color:#67B;} | |
119 #Posts a {color:#795;text-decoration:none;} |