diff css/comment.css @ 0:629389204276

Import initial
author Franck Deroche <webmaster@defr.org>
date Sat, 20 Oct 2007 14:15:10 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/css/comment.css	Sat Oct 20 14:15:10 2007 +0200
@@ -0,0 +1,33 @@
+    .Infos   {font-style:italic;}
+    #FormCommentaire {margin-top:15px;text-align:left;}
+    #Summary {display:none;}
+
+   input, textarea {background:transparent;font-family:Tahoma, Lucida Sans, 'Luxi Sans', serif;
+									font-size:11px;margin:5px;padding:1px;
+									border:1px black solid;width:95%;}
+									
+	.cal {text-align:center;border-bottom:1px black solid;padding:1em 2em;}
+	
+	.calPrev {float:left;}
+	.calNext {float:right;}
+	
+	.Date {text-transform:capitalize;}
+	
+	.Done {text-decoration:line-through;}
+	
+	.center {text-align:center;}
+	
+	#Adresse, #SideBar dt {cursor:pointer;}
+	
+	p.code code {white-space:pre;overflow:auto;display:block;}
+
+	.PostContent dt {font-weight:bold;}
+	
+	.endComment {clear:left;}
+	
+	.fold .comment {display:none;}
+	.fold:hover .comment {display:inline;}
+
+	.postInfos {clear:both; font-size:0.9em;}
+	.Tags em {font-style:normal;}
+	.Tags a {color:inherit !important;}
\ No newline at end of file