summaryrefslogtreecommitdiff
path: root/design/commentaire.css
blob: 5c8bdec15655dd885a99ee92ef90c949dfb7923f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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;
}