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, 0 insertions, 47 deletions
diff --git a/design/commentaire.css b/design/commentaire.css
deleted file mode 100755
index 5c8bdec..0000000
--- a/design/commentaire.css
+++ /dev/null
@@ -1,47 +0,0 @@
-#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;
-}