From dfb7ec15b5f20ea7a5c47f625fb731ce148b184d Mon Sep 17 00:00:00 2001 From: Ache Date: Sun, 7 Aug 2016 20:21:53 +0200 Subject: Init commit --- design/commentaire.css | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100755 design/commentaire.css (limited to 'design/commentaire.css') 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; +} -- cgit v1.2.3-54-g00ecf