Projet

Général

Profil

Paste
Télécharger (2,87 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / advanced_forum / styles / naked / advanced-forum.naked.images.css @ c169e7c4

1
/* FORUM LIST ICONS *********************************************************/
2
td.forum-list-icon {
3
  vertical-align: middle;
4
  text-align: center;
5
  width: 70px;
6
}
7

    
8
.forum-list-icon-wrapper span {
9
  text-indent: -9999px;
10
  width: 50px;
11
  height: 50px;
12
  display: block;
13
}
14

    
15
tr.even td.forum-list-icon-default .forum-list-icon-wrapper span,
16
tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span {
17
  background: transparent url(images/forum_list_default.png) no-repeat center center;
18
}
19

    
20
tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span,
21
tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span {
22
  background: transparent url(images/forum_list_new_posts.png) no-repeat center center;
23
}
24

    
25
/* FORUM LIST ICON LEGEND ***************************************************/
26
.forum-list-icon-legend .forum-list-icon-default {
27
  background: transparent url(images/forum_list_default.png) no-repeat center center;
28
}
29

    
30
.forum-list-icon-legend .forum-list-icon-new-posts {
31
  background: transparent url(images/forum_list_new_posts.png) no-repeat center center;
32
}
33

    
34
/* TOPIC LIST ICONS *********************************************************/
35
span.topic-icon {
36
  width: 24px;
37
  height: 24px;
38
  text-indent: -9999px;
39
}
40

    
41
.topic-icon-default {
42
  background: transparent url(images/topic_list_default.png) no-repeat center center;
43
}
44

    
45
.topic-icon-new {
46
  background: transparent url(images/topic_list_new.png) no-repeat center center;
47
}
48

    
49
.topic-icon-hot {
50
  background: transparent url(images/topic_list_hot.png) no-repeat center center;
51
}
52

    
53
.topic-icon-hot-new {
54
  background: transparent url(images/topic_list_hot_new.png) no-repeat center center;
55
}
56

    
57
.topic-icon-sticky {
58
  background: transparent url(images/topic_list_sticky.png) no-repeat center center;
59
}
60

    
61
.topic-icon-closed {
62
  background: transparent url(images/topic_list_closed.png) no-repeat center center;
63
}
64

    
65
/* TOPIC LIST ICON LEGEND ***************************************************/
66
.topic-icon-default {
67
  background: transparent url(images/topic_list_default.png) no-repeat top left;
68
}
69

    
70
.topic-icon-new {
71
  background: transparent url(images/topic_list_new.png) no-repeat top left;
72
}
73

    
74
.topic-icon-hot {
75
  background: transparent url(images/topic_list_hot.png) no-repeat top left;
76
}
77

    
78
.topic-icon-hot-new {
79
  background: transparent url(images/topic_list_hot_new.png) no-repeat top left;
80
}
81

    
82
.topic-icon-sticky {
83
  background: transparent url(images/topic_list_sticky.png) no-repeat top left;
84
}
85

    
86
.topic-icon-closed {
87
  background: transparent url(images/topic_list_closed.png) no-repeat top left;
88
}
89

    
90
span.forum-collapsible {
91
  width: 9px;
92
  height: 100%;
93
  text-indent: -9999px;
94
  display: block;
95
  margin-left: 10px;
96
  margin-right: 10px;
97
  float: right;
98
  background: transparent url(images/container_collapse.png) no-repeat center center;
99

    
100
}
101

    
102
span.container-collapsed {
103
  background: transparent url(images/container_expand.png) no-repeat center center;
104
}