Mercurial > defr > DualBlog
comparison css/comment.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 .Infos {font-style:italic;} | |
2 #FormCommentaire {margin-top:15px;text-align:left;} | |
3 #Summary {display:none;} | |
4 | |
5 input, textarea {background:transparent;font-family:Tahoma, Lucida Sans, 'Luxi Sans', serif; | |
6 font-size:11px;margin:5px;padding:1px; | |
7 border:1px black solid;width:95%;} | |
8 | |
9 .cal {text-align:center;border-bottom:1px black solid;padding:1em 2em;} | |
10 | |
11 .calPrev {float:left;} | |
12 .calNext {float:right;} | |
13 | |
14 .Date {text-transform:capitalize;} | |
15 | |
16 .Done {text-decoration:line-through;} | |
17 | |
18 .center {text-align:center;} | |
19 | |
20 #Adresse, #SideBar dt {cursor:pointer;} | |
21 | |
22 p.code code {white-space:pre;overflow:auto;display:block;} | |
23 | |
24 .PostContent dt {font-weight:bold;} | |
25 | |
26 .endComment {clear:left;} | |
27 | |
28 .fold .comment {display:none;} | |
29 .fold:hover .comment {display:inline;} | |
30 | |
31 .postInfos {clear:both; font-size:0.9em;} | |
32 .Tags em {font-style:normal;} | |
33 .Tags a {color:inherit !important;} |