Projet

Général

Profil

Paste
Télécharger (6,91 ko) Statistiques
| Branche: | Révision:

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

1
/* FORUM LIST ICONS *********************************************************/
2

    
3
.forum-list-icon-wrapper {
4
  font-family: Helvetica, Arial, Sans-Serif;
5
  text-decoration: none;
6
  vertical-align: middle;
7
  margin: 10px;
8
  width: 50px;
9
  height: 50px;
10
  display: block;
11
}
12

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

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

    
25
/* TOPIC LIST ICONS *********************************************************/
26
span.topic-icon {
27
  width: 24px;
28
  height: 24px;
29
  text-indent: -9999px;
30
}
31

    
32
.topic-icon-default {
33
  background: transparent url(images/topic_list_default.png) no-repeat center center;
34
}
35

    
36
.topic-icon-new {
37
  background: transparent url(images/topic_list_new.png) no-repeat center center;
38
}
39

    
40
.topic-icon-hot {
41
  background: transparent url(images/topic_list_hot.png) no-repeat center center;
42
}
43

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

    
48
.topic-icon-sticky {
49
  background: transparent url(images/topic_list_sticky.png) no-repeat center center;
50
}
51

    
52
.topic-icon-closed {
53
  background: transparent url(images/topic_list_closed.png) no-repeat center center;
54
}
55

    
56
/* TOPIC LIST ICON LEGEND ***************************************************/
57
.topic-icon-default {
58
  background: transparent url(images/topic_list_default.png) no-repeat top left;
59
}
60

    
61
.topic-icon-new {
62
  background: transparent url(images/topic_list_new.png) no-repeat top left;
63
}
64

    
65
.topic-icon-hot {
66
  background: transparent url(images/topic_list_hot.png) no-repeat top left;
67
}
68

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

    
73
.topic-icon-sticky {
74
  background: transparent url(images/topic_list_sticky.png) no-repeat top left;
75
}
76

    
77
.topic-icon-closed {
78
  background: transparent url(images/topic_list_closed.png) no-repeat top left;
79
}
80

    
81
/* AUTHOR PANE **************************************************************/
82

    
83
.forum-post-panel-sub .author-online {
84
  background: transparent url(images/ap_user_online.png) no-repeat;
85
  padding-left: 20px;
86
  height: 20px;
87
  width: 125px;
88
  display: block;
89
}
90

    
91
.forum-post-panel-sub .author-offline {
92
  background: transparent url(images/ap_user_offline.png) no-repeat;
93
  padding-left: 20px;
94
  height: 20px;
95
  width: 125px;
96
  display: block;
97
}
98

    
99
/* BUTTONIZED LINKS - GENERAL ***********************************************/
100
/* Based on http://css-tricks.com/examples/ButtonMaker */
101

    
102
a.af-button-large,
103
a.af-button-large:link,
104
a.af-button-large:visited,
105
a.af-button-small,
106
a.af-button-small:link,
107
a.af-button-small:visited,
108
a.author-pane-link,
109
a.author-pane-link:link,
110
a.author-pane-link:visited {
111
  color: #FFFFFF;
112
  text-decoration: none;
113
}
114

    
115
.af-button-large,
116
.af-button-small,
117
.author-pane-link {
118
  display: block;
119
  border-top: 1px solid #1659AC;
120
  background: #2587C4;
121
  background: -webkit-gradient(linear, left top, left bottom, from(#2587C4), to(#58B3ED));
122
  background: -moz-linear-gradient(top, #2587C4, #58B3ED);
123
  color: #FFFFFF;
124
  -webkit-border-radius: 5px;
125
  -moz-border-radius: 5px;
126
  border-radius: 5px;
127
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
128
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
129
  box-shadow: rgba(0,0,0,1) 0 1px 0;
130
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
131
  color: #333333;
132
  font-family: Helvetica, Arial, Sans-Serif;
133
  text-decoration: none;
134
  vertical-align: middle;
135
}
136

    
137
a.af-button-large:hover,
138
a.af-button-small:hover,
139
a.author-pane-link:hover {
140
  background: #2587C4;
141
  color: #333333;
142
  border-top-color: #EFEFEF;
143
}
144

    
145
a.af-button-large:active,
146
a.af-button-small:active,
147
a.author-pane-link:active {
148
  background: #2587C4;
149
  color: #333333;
150
  border-top-color: #EFEFEF;
151
}
152

    
153
.af-button-large span {
154
  font-size: 14px;
155
  padding: 2px 2px 2px 25px; /* Last number controls width for image */
156
  line-height: 30px; /* Approximate height of button */
157
  margin: 0 7px 0 7px; /* Left and right space outside text & image */
158
}
159

    
160
.af-button-small span {
161
  font-size: 12px;
162
  padding: 2px 2px 2px 20px; /* Last number controls width for image */
163
  line-height: 25px; /* Approximate height of button */
164
  margin: 0 7px 0 7px; /* Left and right space outside text & image */
165
}
166

    
167
.author-pane-link span {
168
  font-size: 12px;
169
  padding: 0 0 0 22px; /* Last number controls width for image */
170
  line-height: 22px; /* Approximate height of button */
171
  margin: 0 7px 0 7px; /* Left and right space outside text & image */
172
}
173

    
174
/* BUTTONIZED LINKS - INDIVIDUAL BUTTONS ************************************/
175

    
176
.forum-add-forum .af-button-large span {
177
  background: url(images/add_topic.png) no-repeat;
178
}
179

    
180
.forum-add-poll .af-button-large span {
181
  background: url(images/add_poll.png) no-repeat;
182
}
183

    
184
/*** Reply/Locked at the top and bottom of individual topics. ***/
185

    
186
/* Reply link */
187
.topic-reply-allowed .af-button-large span {
188
  background: url(images/topic_reply.png) no-repeat;
189
}
190

    
191
/* Locked topic (not a link so an extra span is used instead of the "a". */
192
.topic-reply-locked .af-button-large span {
193
  background: url(images/topic_locked.png) no-repeat;
194
}
195

    
196
/* Last post */
197
.last-post-link .af-button-large span {
198
  background: url(images/topic_last_post.png) no-repeat;
199
}
200

    
201
/* First unread */
202
.topic-new-post-link .af-button-large span {
203
  background: url(images/topic_first_unread_post.png) no-repeat;
204
}
205

    
206

    
207
/*** Links on the individual posts (nodes and comments). ***/
208

    
209
/* General */
210
.forum-post-links .af-button-small span {
211
}
212

    
213
/* Reply */
214
.comment-add .af-button-small span,
215
.comment-reply .af-button-small span {
216
  background: url(images/post_reply.png) no-repeat;
217
}
218

    
219
/* Quote */
220
.quote .af-button-small span {
221
  background: url(images/post_quote.png) no-repeat;
222
}
223

    
224
/* Edit */
225
.comment-edit .af-button-small span,
226
.post-edit .af-button-small span {
227
  background: url(images/post_edit.png) no-repeat;
228
}
229

    
230
/* Delete */
231
.comment-delete .af-button-small span,
232
.post-delete .af-button-small span {
233
  background: url(images/post_delete.png) no-repeat;
234
}
235

    
236
/* Jump to top */
237
.forum-jump-links .af-button-small span {
238
  background: url(images/topic_top.png) no-repeat;
239
}
240

    
241
/*** AUTHOR PANE ***/
242

    
243
.forum-post-panel-sub .author-contact .author-pane-link span {
244
  background: transparent url(images/ap_email.png) no-repeat;
245
}
246

    
247
.forum-post-panel-sub .author-privatemsg .author-pane-link span {
248
  background: transparent url(images/ap_private_message.png) no-repeat;
249
}
250

    
251
.forum-post-panel-sub .author-relationship-add-icon.author-pane-link span {
252
  background: transparent url(images/ap_contact_add.png) no-repeat;
253
}
254

    
255
.forum-post-panel-sub .author-relationship-remove-icon.author-pane-link {
256
  background: transparent url(images/ap_contact_remove.png) no-repeat;
257
}