Projet

Général

Profil

Paste
Télécharger (1,03 ko) Statistiques
| Branche: | Révision:

root / drupal7 / modules / forum / forum.css @ 01dfd3b5

1
/**
2
 * @file
3
 * Styling for the Forum module.
4
 */
5

    
6
#forum .description {
7
  font-size: 0.9em;
8
  margin: 0.5em;
9
}
10
#forum td.created,
11
#forum td.posts,
12
#forum td.topics,
13
#forum td.last-reply,
14
#forum td.replies,
15
#forum td.pager {
16
  white-space: nowrap;
17
}
18

    
19
#forum td.forum .icon {
20
  background-image: url(../../misc/forum-icons.png);
21
  background-repeat: no-repeat;
22
  float: left; /* LTR */
23
  height: 24px;
24
  margin: 0 9px 0 0; /* LTR */
25
  width: 24px;
26
}
27
#forum td.forum .forum-status-new {
28
  background-position: -24px 0;
29
}
30

    
31
#forum div.indent {
32
  margin-left: 20px; /* LTR */
33
}
34
#forum .icon div {
35
  background-image: url(../../misc/forum-icons.png);
36
  background-repeat: no-repeat;
37
  width: 24px;
38
  height: 24px;
39
}
40
#forum .icon .topic-status-new {
41
  background-position: -24px 0;
42
}
43
#forum .icon .topic-status-hot {
44
  background-position: -48px 0;
45
}
46
#forum .icon .topic-status-hot-new {
47
  background-position: -72px 0;
48
}
49
#forum .icon .topic-status-sticky {
50
  background-position: -96px 0;
51
}
52
#forum .icon .topic-status-closed {
53
  background-position: -120px 0;
54
}