summaryrefslogtreecommitdiff
path: root/design/commentaire.css
diff options
context:
space:
mode:
authorAche <ache@ache.one>2016-08-07 20:21:53 +0200
committerAche <ache@ache.one>2016-08-07 20:21:53 +0200
commitdfb7ec15b5f20ea7a5c47f625fb731ce148b184d (patch)
tree4f33e4d032fb4ffdb1db26ec969a062d138932d6 /design/commentaire.css
Init commit
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;
+}