Projet

Général

Profil

Paste
Télécharger (982 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / corolla / css / comments.css @ 87dbc3bf

1
/* Comments */
2
#comments > h2.title {
3
  margin-bottom: .5em;
4
}
5
.comment {
6
  border-bottom: 1px solid #ccc;
7
  margin: 20px 0;
8
  padding: 0 0 16px;
9
}
10
.comment .indented {
11
  margin-left: 60px;
12
}
13
h3.comment-title {
14
  border: none;
15
  line-height: 1;
16
  margin: 0 0 5px;
17
  padding: 0;
18
}
19
.comment-title a:link,
20
.comment-title a:visited,
21
.comment-title a:active {
22
  text-decoration: none;
23
  border-bottom: none;
24
}
25
.comment-title a:hover,
26
.comment-title a:focus {
27
  text-decoration: underline;
28
}
29
.comment-title .new {
30
  color: #ff8000;
31
}
32
.comment .user-picture {
33
  float: right;
34
  margin: 6px 0 10px 10px;
35
}
36
.comment .user-picture img {
37
  background-color: #fcfcfc;
38
  border: 1px solid #ccc;
39
  padding: 2px;
40
  width: 28px;
41
}
42
.comment-submitted {
43
  margin: 1px 0 0;
44
  color: #696969;
45
  line-height: 1;
46
  margin-top: 3px;
47
}
48
.comment ul.links {
49
  display: block;
50
  text-align: left;
51
  padding: 0;
52
}
53
.comment ul.links li {
54
  padding: 0;
55
}
56
.comment ul.links li a {
57
  text-transform: capitalize;
58
}