Projet

Général

Profil

Paste
Télécharger (5,71 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / simplecorp / css / shortcodes / lists.css @ b9383c72

1

    
2
.ticklist ul
3
{
4
        list-style:none!important;
5
        margin-bottom:20px;
6
        margin-left:0;
7
}
8

    
9
.ticklist ul li
10
{
11
        background:transparent url(../../images/shortcodes/lists/ticklist.png) no-repeat center left!important;
12
        padding:2px 2px 2px 20px;
13
}
14

    
15
.crosslist ul
16
{
17
        list-style:none!important;
18
        margin-bottom:20px;
19
        margin-left:0;
20
}
21

    
22
.crosslist ul li
23
{
24
        background:transparent url(../../images/shortcodes/lists/crosslist.png) no-repeat center left!important;
25
        padding:2px 2px 2px 20px;
26
}
27

    
28
.starlist ul
29
{
30
        list-style:none!important;
31
        margin-bottom:20px;
32
        margin-left:0;
33
}
34

    
35
.starlist ul li
36
{
37
        background:transparent url(../../images/shortcodes/lists/starlist.png) no-repeat center left!important;
38
        padding:2px 2px 2px 20px;
39
}
40

    
41
.exclamlist ul
42
{
43
        list-style:none!important;
44
        margin-bottom:20px;
45
        margin-left:0;
46
}
47

    
48
.exclamlist ul li
49
{
50
        background:transparent url(../../images/shortcodes/lists/exclamlist.png) no-repeat center left!important;
51
        padding:2px 2px 2px 20px;
52
}
53

    
54
.addlist ul
55
{
56
        list-style:none!important;
57
        margin-bottom:20px;
58
        margin-left:0;
59
}
60

    
61
.addlist ul li
62
{
63
        background:transparent url(../../images/shortcodes/lists/addlist.png) no-repeat center left!important;
64
        padding:2px 2px 2px 20px;
65
}
66

    
67
.blacklist ul
68
{
69
        list-style:none!important;
70
        margin-bottom:20px;
71
        margin-left:0;
72
}
73

    
74
.blacklist ul li
75
{
76
        background:transparent url(../../images/shortcodes/lists/blacklist.png) no-repeat center left!important;
77
        padding:2px 2px 2px 20px;
78
}
79

    
80
.bluelist ul
81
{
82
        list-style:none!important;
83
        margin-bottom:20px;
84
        margin-left:0;
85
}
86

    
87
.bluelist ul li
88
{
89
        background:transparent url(../../images/shortcodes/lists/bluelist.png) no-repeat center left!important;
90
        padding:2px 2px 2px 20px;
91
}
92

    
93
.starlistsmall ul
94
{
95
        list-style:none!important;
96
        margin-bottom:20px;
97
        margin-left:0;
98
}
99

    
100
.starlistsmall ul li
101
{
102
        background:transparent url(../../images/shortcodes/lists/starlistsmall.png) no-repeat center left!important;
103
        padding:2px 2px 2px 20px;
104
}
105

    
106
.deletelist ul
107
{
108
        list-style:none!important;
109
        margin-bottom:20px;
110
        margin-left:0;
111
}
112

    
113
.deletelist ul li
114
{
115
        background:transparent url(../../images/shortcodes/lists/deletelist.png) no-repeat center left!important;
116
        padding:2px 2px 2px 20px;
117
}
118

    
119
.errorlist ul
120
{
121
        list-style:none!important;
122
        margin-bottom:20px;
123
        margin-left:0;
124
}
125

    
126
.errorlist ul li
127
{
128
        background:transparent url(../../images/shortcodes/lists/errorlist.png) no-repeat center left!important;
129
        padding:2px 2px 2px 20px;
130
}
131

    
132
.feedlist ul
133
{
134
        list-style:none!important;
135
        margin-bottom:20px;
136
        margin-left:0;
137
}
138

    
139
.feedlist ul li
140
{
141
        background:transparent url(../../images/shortcodes/lists/feedlist.png) no-repeat center left!important;
142
        padding:2px 2px 2px 20px;
143
}
144

    
145
.greenlist ul
146
{
147
        list-style:none!important;
148
        margin-bottom:20px;
149
        margin-left:0;
150
}
151

    
152
.greenlist ul li
153
{
154
        background:transparent url(../../images/shortcodes/lists/greenlist.png) no-repeat center left!important;
155
        padding:2px 2px 2px 20px;
156
}
157

    
158
.idealist ul
159
{
160
        list-style:none!important;
161
        margin-bottom:20px;
162
        margin-left:0;
163
}
164

    
165
.idealist ul li
166
{
167
        background:transparent url(../../images/shortcodes/lists/idealist.png) no-repeat center left!important;
168
        padding:2px 2px 2px 20px;
169
}
170

    
171
.keylist ul
172
{
173
        list-style:none!important;
174
        margin-bottom:20px;
175
        margin-left:0;
176
}
177

    
178
.keylist ul li
179
{
180
        background:transparent url(../../images/shortcodes/lists/keylist.png) no-repeat center left!important;
181
        padding:2px 2px 2px 20px;
182
}
183

    
184
.newlist ul
185
{
186
        list-style:none!important;
187
        margin-bottom:20px;
188
        margin-left:0;
189
}
190

    
191
.newlist ul li
192
{
193
        background:transparent url(../../images/shortcodes/lists/newlist.png) no-repeat center left!important;
194
        padding:2px 2px 2px 20px;
195
}
196

    
197
.orangelist ul
198
{
199
        list-style:none!important;
200
        margin-bottom:20px;
201
        margin-left:0;
202
}
203

    
204
.orangelist ul li
205
{
206
        background:transparent url(../../images/shortcodes/lists/orangelist.png) no-repeat center left!important;
207
        padding:2px 2px 2px 20px;
208
}
209

    
210
.pinklist ul
211
{
212
        list-style:none!important;
213
        margin-bottom:20px;
214
        margin-left:0;
215
}
216

    
217
.pinklist ul li
218
{
219
        background:transparent url(../../images/shortcodes/lists/pinklist.png) no-repeat center left!important;
220
        padding:2px 2px 2px 20px;
221
}
222

    
223
.pluslist ul
224
{
225
        list-style:none!important;
226
        margin-bottom:20px;
227
        margin-left:0;
228
}
229

    
230
.pluslist ul li
231
{
232
        background:transparent url(../../images/shortcodes/lists/pluslist.png) no-repeat center left!important;
233
        padding:2px 2px 2px 20px;
234
}
235

    
236
.purplelist ul
237
{
238
        list-style:none!important;
239
        margin-bottom:20px;
240
        margin-left:0;
241
}
242

    
243
.purplelist ul li
244
{
245
        background:transparent url(../../images/shortcodes/lists/purplelist.png) no-repeat center left!important;
246
        padding:2px 2px 2px 20px;
247
}
248

    
249
.redlist ul
250
{
251
        list-style:none!important;
252
        margin-bottom:20px;
253
        margin-left:0;
254
}
255

    
256
.redlist ul li
257
{
258
        background:transparent url(../../images/shortcodes/lists/redlist.png) no-repeat center left!important;
259
        padding:2px 2px 2px 20px;
260
}
261

    
262
.taglist ul
263
{
264
        list-style:none!important;
265
        margin-bottom:20px;
266
        margin-left:0;
267
}
268

    
269
.taglist ul li
270
{
271
        background:transparent url(../../images/shortcodes/lists/taglist.png) no-repeat center left!important;
272
        padding:2px 2px 2px 20px;
273
}
274

    
275
.vcardlist ul
276
{
277
        list-style:none!important;
278
        margin-bottom:20px;
279
        margin-left:0;
280
}
281

    
282
.vcardlist ul li
283
{
284
        background:transparent url(../../images/shortcodes/lists/vcardlist.png) no-repeat center left!important;
285
        padding:2px 2px 2px 20px;
286
}
287

    
288
.yellowlist ul
289
{
290
        list-style:none!important;
291
        margin-bottom:20px;
292
        margin-left:0;
293
}
294

    
295
.yellowlist ul li
296
{
297
        background:transparent url(../../images/shortcodes/lists/yellowlist.png) no-repeat center left!important;
298
        list-style-type:none;
299
        padding:2px 2px 2px 20px;
300
}
301

    
302
.yellowlist li,.vcardlist li,.taglist li,.redlist li,.purplelist li,.pinklist li,.pluslist li,.orangelist li,.newlist li,.keylist li,.idealist li,.greenlist li,.feedlist li,.errorlist li,.deletelist li,.starlistsmall li,.bluelist li,.blacklist li,.addlist li,.exclamlist li,.starlist li,.crosslist li,.ticklist li
303
{
304
        list-style:none!important;
305
}