summaryrefslogtreecommitdiff
path: root/design/commentaire.css
diff options
context:
space:
mode:
Diffstat (limited to 'design/commentaire.css')
-rwxr-xr-xdesign/commentaire.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/design/commentaire.css b/design/commentaire.css
new file mode 100755
index 0000000..5c8bdec
--- /dev/null
+++ b/design/commentaire.css
@@ -0,0 +1,47 @@
+#commentaires
+{
+ background-color: #c9cbce;
+ -moz-border-radius: 10px;
+ -webkit-border-radius: 10px;
+ border-radius: 10px;
+ width: 90%; height: auto;
+ margin: auto;
+ padding-bottom: 10px;
+}
+#c_intro
+{
+ font-style: oblique;
+ padding-top: 10px;
+ line-height: 250%;
+ padding-left: 25px;
+ text-indent: 10px;
+ font-size: 0.95em;
+ color: #944040;
+}
+#c_contenu
+{
+ text-indent: 100px;
+ font-size: 0.67em;
+ width: 70%; height: auto;
+ padding-left: 15px;
+}
+#c_contenu:after
+{
+ color: #FFF;
+ content: "_______________";
+}
+#c_post
+{
+ width: 70%; height: auto;
+ padding-left: 15px;
+}
+#c_post p
+{
+ font-size: 0.7em;
+ padding-left: 25px;
+
+}
+#c_titre
+{
+ color: #6b633e;
+}