~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/launchpad/icing/sprite.css.in

  • Committer: Curtis Hovey
  • Date: 2011-03-18 22:47:24 UTC
  • mto: This revision was merged to the branch mainline in revision 12638.
  • Revision ID: curtis.hovey@canonical.com-20110318224724-z91juvxjclemzso5
Extracted sprite css to sprite.css.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* =========================
 
2
   Universal presentation
 
3
   Sprites
 
4
 
 
5
   Sprites are generated by sprite-util. After it makes the images it
 
6
   builds sprite.css using sprite.css.in as a template.
 
7
*/
 
8
.add {
 
9
    background-image: url(/@@/add.png); /* sprite-ref: icon-sprites */
 
10
    background-repeat: no-repeat;
 
11
    }
 
12
.edit {
 
13
    background-image: url(/@@/edit.png); /* sprite-ref: icon-sprites */
 
14
    background-repeat: no-repeat;
 
15
    }
 
16
.remove {
 
17
    background-image: url(/@@/remove.png); /* sprite-ref: icon-sprites */
 
18
    background-repeat: no-repeat;
 
19
    }
 
20
.info {
 
21
    background-image: url(/@@/info.png); /* sprite-ref: icon-sprites */
 
22
    background-repeat: no-repeat;
 
23
    }
 
24
.question {
 
25
    background-image: url(/@@/question.png); /* sprite-ref: icon-sprites */
 
26
    background-repeat: no-repeat;
 
27
    }
 
28
.download-icon {
 
29
    background-image: url(/@@/download.png); /* sprite-ref: icon-sprites */
 
30
    background-repeat: no-repeat;
 
31
    }
 
32
.download {
 
33
    background-image: url(/@@/download.png); /* sprite-ref: icon-sprites */
 
34
    background-repeat: no-repeat;
 
35
    }
 
36
.search-icon {
 
37
    background-image: url(/@@/search.png); /* sprite-ref: icon-sprites */
 
38
    background-repeat: no-repeat;
 
39
    }
 
40
.no {
 
41
    background-image: url(/@@/no.png); /* sprite-ref: icon-sprites */
 
42
    background-repeat: no-repeat;
 
43
    }
 
44
.yes {
 
45
    background-image: url(/@@/yes.png); /* sprite-ref: icon-sprites */
 
46
    background-repeat: no-repeat;
 
47
    }
 
48
.crowd {
 
49
    background-image: url(/@@/crowd.png); /* sprite-ref: icon-sprites */
 
50
    background-repeat: no-repeat;
 
51
    }
 
52
.person {
 
53
    background-image: url(/@@/person.png); /* sprite-ref: icon-sprites */
 
54
    background-repeat: no-repeat;
 
55
    }
 
56
.person-badge {
 
57
    background-image: url(/@@/person-badge.png); /* sprite-ref: icon-sprites */
 
58
    background-repeat: no-repeat;
 
59
    }
 
60
.team {
 
61
    background-image: url(/@@/team.png); /* sprite-ref: icon-sprites */
 
62
    background-repeat: no-repeat;
 
63
    }
 
64
.team-badge {
 
65
    background-image: url(/@@/team-badge.png); /* sprite-ref: icon-sprites */
 
66
    background-repeat: no-repeat;
 
67
    }
 
68
.arrowRight {
 
69
    background-image: url(/@@/arrowRight.png); /* sprite-ref: icon-sprites */
 
70
    background-repeat: no-repeat;
 
71
    }
 
72
.treeCollapsed {
 
73
    background-image: url(/@@/treeCollapsed.png); /* sprite-ref: icon-sprites */
 
74
    background-repeat: no-repeat;
 
75
    }
 
76
.treeExpanded {
 
77
    background-image: url(/@@/treeExpanded.png); /* sprite-ref: icon-sprites */
 
78
    background-repeat: no-repeat;
 
79
    }
 
80
.branch {
 
81
    background-image: url(/@@/branch.png); /* sprite-ref: icon-sprites */
 
82
    background-repeat: no-repeat;
 
83
    }
 
84
.distribution {
 
85
    background-image: url(/@@/distribution.png); /* sprite-ref: icon-sprites */
 
86
    background-repeat: no-repeat;
 
87
    }
 
88
.package-source {
 
89
    background-image: url(/@@/package-source.png); /* sprite-ref: icon-sprites */
 
90
    background-repeat: no-repeat;
 
91
    }
 
92
.milestone {
 
93
    background-image: url(/@@/milestone.png); /* sprite-ref: icon-sprites */
 
94
    background-repeat: no-repeat;
 
95
    }
 
96
.language {
 
97
    background-image: url(/@@/language.png); /* sprite-ref: icon-sprites */
 
98
    background-repeat: no-repeat;
 
99
    }
 
100
.external-link {
 
101
    background-image: url(/@@/link.png); /* sprite-ref: icon-sprites */
 
102
    background-repeat: no-repeat;
 
103
    }
 
104
.mail {
 
105
    background-image: url(/@@/mail.png); /* sprite-ref: icon-sprites */
 
106
    background-repeat: no-repeat;
 
107
    }
 
108
.cve {
 
109
    background-image: url(/@@/cve.png); /* sprite-ref: icon-sprites */
 
110
    background-repeat: no-repeat;
 
111
    }
 
112
.bug {
 
113
    background-image: url(/@@/bug.png); /* sprite-ref: icon-sprites */
 
114
    background-repeat: no-repeat;
 
115
    }
 
116
.bug-critical {
 
117
    background-image: url(/@@/bug-critical.png); /* sprite-ref: icon-sprites */
 
118
    background-repeat: no-repeat;
 
119
    }
 
120
.bug-high {
 
121
    background-image: url(/@@/bug-high.png); /* sprite-ref: icon-sprites */
 
122
    background-repeat: no-repeat;
 
123
    }
 
124
.bug-medium {
 
125
    background-image: url(/@@/bug-medium.png); /* sprite-ref: icon-sprites */
 
126
    background-repeat: no-repeat;
 
127
    }
 
128
.bug-low {
 
129
    background-image: url(/@@/bug-low.png); /* sprite-ref: icon-sprites */
 
130
    background-repeat: no-repeat;
 
131
    }
 
132
.bug-wishlist {
 
133
    background-image: url(/@@/bug-wishlist.png); /* sprite-ref: icon-sprites */
 
134
    background-repeat: no-repeat;
 
135
    }
 
136
.blueprint {
 
137
    background-image: url(/@@/blueprint.png); /* sprite-ref: icon-sprites */
 
138
    background-repeat: no-repeat;
 
139
    }
 
140
.blueprint-essential {
 
141
    background-image: url(/@@/blueprint-essential.png); /* sprite-ref: icon-sprites */
 
142
    background-repeat: no-repeat;
 
143
    }
 
144
.blueprint-high {
 
145
    background-image: url(/@@/blueprint-high.png); /* sprite-ref: icon-sprites */
 
146
    background-repeat: no-repeat;
 
147
    }
 
148
.blueprint-medium {
 
149
    background-image: url(/@@/blueprint-medium.png); /* sprite-ref: icon-sprites */
 
150
    background-repeat: no-repeat;
 
151
    }
 
152
.blueprint-low {
 
153
    background-image: url(/@@/blueprint-low.png); /* sprite-ref: icon-sprites */
 
154
    background-repeat: no-repeat;
 
155
    }
 
156
.blueprint-undefined {
 
157
    background-image: url(/@@/blueprint-undefined.png); /* sprite-ref: icon-sprites */
 
158
    background-repeat: no-repeat;
 
159
    }
 
160
.blueprint-not {
 
161
    background-image: url(/@@/blueprint-not.png); /* sprite-ref: icon-sprites */
 
162
    background-repeat: no-repeat;
 
163
    }
 
164
.rss {
 
165
    background-image: url(/@@/rss.png); /* sprite-ref: icon-sprites */
 
166
    background-repeat: no-repeat;
 
167
    }
 
168
 
 
169
.ubuntu-logo {
 
170
    background-image: url(/@@/ubuntu-icon.png); /* sprite-ref: icon-sprites */
 
171
    background-repeat: no-repeat;
 
172
    }
 
173
.person-inactive {
 
174
    background-image: url(/@@/person-inactive.png); /* sprite-ref: icon-sprites */
 
175
    background-repeat: no-repeat;
 
176
    }
 
177
.person-inactive-badge {
 
178
    background-image: url(/@@/person-inactive-badge.png); /* sprite-ref: icon-sprites */
 
179
    background-repeat: no-repeat;
 
180
    }
 
181
.undecided {
 
182
    background-image: url(/@@/maybe.png); /* sprite-ref: icon-sprites */
 
183
    background-repeat: no-repeat;
 
184
    }
 
185
.maybe {
 
186
    background-image: url(/@@/maybe.png); /* sprite-ref: icon-sprites */
 
187
    background-repeat: no-repeat;
 
188
    }
 
189
.error-icon {
 
190
    background-image: url(/@@/error.png); /* sprite-ref: icon-sprites */
 
191
    background-repeat: no-repeat;
 
192
    }
 
193
.cancel {
 
194
    background-image: url(/@@/cancel.png); /* sprite-ref: icon-sprites */
 
195
    background-repeat: no-repeat;
 
196
    }
 
197
.confirm {
 
198
    background-image: url(/@@/confirm.png); /* sprite-ref: icon-sprites */
 
199
    background-repeat: no-repeat;
 
200
    }
 
201
.flame {
 
202
    background-image: url(/@@/flame-icon.png); /* sprite-ref: icon-sprites */
 
203
    background-repeat: no-repeat;
 
204
    }
 
205
.bug-undecided {
 
206
    background-image: url(/@@/bug-undecided.png); /* sprite-ref: icon-sprites */
 
207
    background-repeat: no-repeat;
 
208
    }
 
209
.bug-remote {
 
210
    background-image: url(/@@/bug-remote.png); /* sprite-ref: icon-sprites */
 
211
    background-repeat: no-repeat;
 
212
    }
 
213
.bug-unknown {
 
214
    background-image: url(/@@/bug-unknown.png); /* sprite-ref: icon-sprites */
 
215
    background-repeat: no-repeat;
 
216
    }
 
217
.bug-dupe {
 
218
    background-image: url(/@@/bug-dupe-icon.png); /* sprite-ref: icon-sprites */
 
219
    background-repeat: no-repeat;
 
220
    }
 
221
.bug-tracker {
 
222
    background-image: url(/@@/bugtracker-icon.png); /* sprite-ref: icon-sprites */
 
223
    background-repeat: no-repeat;
 
224
    }
 
225
.package-binary {
 
226
    background-image: url(/@@/package-binary.png); /* sprite-ref: icon-sprites */
 
227
    background-repeat: no-repeat;
 
228
    }
 
229
.retry {
 
230
    background-image: url(/@@/retry.png); /* sprite-ref: icon-sprites */
 
231
    background-repeat: no-repeat;
 
232
    }
 
233
.distribution-badge {
 
234
    background-image: url(/@@/distribution-badge.png); /* sprite-ref: icon-sprites */
 
235
    background-repeat: no-repeat;
 
236
    }
 
237
.project-badge {
 
238
    background-image: url(/@@/project-badge.png); /* sprite-ref: icon-sprites */
 
239
    background-repeat: no-repeat;
 
240
    }
 
241
.project {
 
242
    background-image: url(/@@/project.png); /* sprite-ref: icon-sprites */
 
243
    background-repeat: no-repeat;
 
244
    }
 
245
.product-badge {
 
246
    background-image: url(/@@/product-badge.png); /* sprite-ref: icon-sprites */
 
247
    background-repeat: no-repeat;
 
248
    }
 
249
.product {
 
250
    background-image: url(/@@/product.png); /* sprite-ref: icon-sprites */
 
251
    background-repeat: no-repeat;
 
252
    }
 
253
.read-only {
 
254
    background-image: url(/@@/read-only.png); /* sprite-ref: icon-sprites */
 
255
    background-repeat: no-repeat;
 
256
    }
 
257
.warning-icon, .security {
 
258
    background-image: url(/@@/warning.png); /* sprite-ref: icon-sprites */
 
259
    background-repeat: no-repeat;
 
260
    }
 
261
.private {
 
262
    background-image: url(/@@/private.png); /* sprite-ref: icon-sprites */
 
263
    background-repeat: no-repeat;
 
264
    }
 
265
.meeting {
 
266
    background-image: url(/@@/meeting.png); /* sprite-ref: icon-sprites */
 
267
    background-repeat: no-repeat;
 
268
    }
 
269
.translate-icon {
 
270
    background-image: url(/@@/translation.png); /* sprite-ref: icon-sprites */
 
271
    background-repeat: no-repeat;
 
272
    }
 
273
.translation-file {
 
274
    background-image: url(/@@/translation-file.png); /* sprite-ref: icon-sprites */
 
275
    background-repeat: no-repeat;
 
276
    }
 
277
.translation-template {
 
278
    background-image: url(/@@/translation-template.png); /* sprite-ref: icon-sprites */
 
279
    background-repeat: no-repeat;
 
280
    }
 
281
.trash-icon {
 
282
    background-image: url(/@@/trash-icon.png); /* sprite-ref: icon-sprites */
 
283
    background-repeat: no-repeat;
 
284
    }
 
285
.stop {
 
286
    background-image: url(/@@/stop.png); /* sprite-ref: icon-sprites */
 
287
    background-repeat: no-repeat;
 
288
    }
 
289
.list {
 
290
    background-image: url(/@@/list.png); /* sprite-ref: icon-sprites */
 
291
    background-repeat: no-repeat;
 
292
    }
 
293
.bullet {
 
294
    background-image: url(/@@/bullet.png); /* sprite-ref: icon-sprites */
 
295
    background-repeat: no-repeat;
 
296
    }
 
297
.zoom-in {
 
298
    background-image: url(/@@/zoom-in.png); /* sprite-ref: icon-sprites */
 
299
    background-repeat: no-repeat;
 
300
    }
 
301
.zoom-out {
 
302
    background-image: url(/@@/zoom-out.png); /* sprite-ref: icon-sprites */
 
303
    background-repeat: no-repeat;
 
304
    }
 
305
.architecture {
 
306
    background-image: url(/@@/architecture.png); /* sprite-ref: icon-sprites */
 
307
    background-repeat: no-repeat;
 
308
    }
 
309
.ppa-icon {
 
310
    background-image: url(/@@/ppa-icon.png); /* sprite-ref: icon-sprites */
 
311
    background-repeat: no-repeat;
 
312
    }
 
313
.ppa-icon-inactive {
 
314
    background-image: url(/@@/ppa-icon-inactive.png); /* sprite-ref: icon-sprites */
 
315
    background-repeat: no-repeat;
 
316
    }
 
317
.source-package-recipe {
 
318
    background-image: url(/@@/source-package-recipe.png); /* sprite-ref: icon-sprites */
 
319
    background-repeat: no-repeat;
 
320
    }
 
321
.bug-status-expand {
 
322
    background-image: url(/@@/bug-status-expand.png); /* sprite-ref: icon-sprites */
 
323
    background-repeat: no-repeat;
 
324
    }
 
325
.merge-proposal {
 
326
    background-image: url(/@@/merge-proposal-icon.png); /* sprite-ref: icon-sprites */
 
327
    background-repeat: no-repeat;
 
328
    padding-left: 22px
 
329
    }
 
330
.build-superseded {
 
331
    background-image: url(/@@/build-superseded.png); /* sprite-ref: icon-sprites */
 
332
    background-repeat: no-repeat;
 
333
    }
 
334
.build-success {
 
335
    background-image: url(/@@/build-success.png); /* sprite-ref: icon-sprites */
 
336
    background-repeat: no-repeat;
 
337
    }
 
338
.build-needed {
 
339
    background-image: url(/@@/build-needed.png); /* sprite-ref: icon-sprites */
 
340
    background-repeat: no-repeat;
 
341
    }
 
342
.build-failure {
 
343
    background-image: url(/@@/build-failure.png); /* sprite-ref: icon-sprites */
 
344
    background-repeat: no-repeat;
 
345
    }
 
346
.build-depwait {
 
347
    background-image: url(/@@/build-depwait.png); /* sprite-ref: icon-sprites */
 
348
    background-repeat: no-repeat;
 
349
    }
 
350
.arrowUp {
 
351
    background-image: url(/@@/arrowUp.png); /* sprite-ref: icon-sprites */
 
352
    background-repeat: no-repeat;
 
353
    }
 
354
.arrowDown {
 
355
    background-image: url(/@@/arrowDown.png); /* sprite-ref: icon-sprites */
 
356
    background-repeat: no-repeat;
 
357
    }
 
358
.arrowStart {
 
359
    background-image: url(/@@/arrowStart.png); /* sprite-ref: icon-sprites */
 
360
    background-repeat: no-repeat;
 
361
    }
 
362
.arrowEnd {
 
363
    background-image: url(/@@/arrowEnd.png); /* sprite-ref: icon-sprites */
 
364
    background-repeat: no-repeat;
 
365
    }
 
366
.arrowTop {
 
367
    background-image: url(/@@/arrowTop.png); /* sprite-ref: icon-sprites */
 
368
    background-repeat: no-repeat;
 
369
    }
 
370
.arrowBottom {
 
371
    background-image: url(/@@/arrowBottom.png); /* sprite-ref: icon-sprites */
 
372
    background-repeat: no-repeat;
 
373
    }
 
374
.arrowLeft {
 
375
    background-image: url(/@@/arrowLeft.png); /* sprite-ref: icon-sprites */
 
376
    background-repeat: no-repeat;
 
377
    }
 
378
.bluebar {
 
379
    background-image: url(/@@/blue-bar.png); /* sprite-ref: icon-sprites */
 
380
    background-repeat: repeat-x;
 
381
    }
 
382
.greenbar {
 
383
    background-image: url(/@@/green-bar.png); /* sprite-ref: icon-sprites */
 
384
    background-repeat: repeat-x;
 
385
    }
 
386
.purplebar {
 
387
    background-image: url(/@@/purple-bar.png); /* sprite-ref: icon-sprites */
 
388
    background-repeat: repeat-x;
 
389
    }
 
390
.redbar {
 
391
    background-image: url(/@@/red-bar.png); /* sprite-ref: icon-sprites */
 
392
    background-repeat: repeat-x;
 
393
    }
 
394
.favorite-yes {
 
395
    background-image: url(/@@/news.png); /* sprite-ref: icon-sprites */
 
396
    background-repeat: no-repeat;
 
397
    }
 
398
.haspatch-icon {
 
399
    background-image: url(/@@/haspatch-icon.png); /* sprite-ref: icon-sprites */
 
400
    background-repeat: no-repeat;
 
401
    }
 
402
.tour {
 
403
    background-image: url(/@@/tour-icon); /* sprite-ref: icon-sprites */
 
404
    background-repeat: no-repeat;
 
405
    }
 
406
.large-branch {
 
407
    background-image: url(/@@/branch-large.png); /* sprite-ref: icon-sprites */
 
408
    background-repeat: no-repeat;
 
409
    }
 
410
.large-warning {
 
411
    background-image: url(/@@/warning-large.png); /* sprite-ref: icon-sprites */
 
412
    background-repeat: no-repeat;
 
413
    }
 
414
.large-crowd {
 
415
    background-image: url(/@@/crowd-large.png); /* sprite-ref: icon-sprites */
 
416
    background-repeat: no-repeat;
 
417
    }
 
418
.large-download {
 
419
    background-image: url(/@@/download-large.png); /* sprite-ref: icon-sprites */
 
420
    background-repeat: no-repeat;
 
421
    }
 
422
.large-error {
 
423
    background-image: url(/@@/error-large.png); /* sprite-ref: icon-sprites */
 
424
    background-repeat: no-repeat;
 
425
    }
 
426
.large-flame {
 
427
    background-image: url(/@@/flame-large.png); /* sprite-ref: icon-sprites */
 
428
    background-repeat: no-repeat;
 
429
    }
 
430
.large-download {
 
431
    background-image: url(/@@/download-large.png); /* sprite-ref: icon-sprites */
 
432
    background-repeat: no-repeat;
 
433
    }
 
434
.large-info {
 
435
    background-image: url(/@@/info-large.png); /* sprite-ref: icon-sprites */
 
436
    background-repeat: no-repeat;
 
437
    }
 
438
.large-launchpad {
 
439
    background-image: url(/@@/launchpad-large.png); /* sprite-ref: icon-sprites */
 
440
    background-repeat: no-repeat;
 
441
    }
 
442
.large-proposal {
 
443
    background-image: url(/@@/merge-proposal-large.png); /* sprite-ref: icon-sprites */
 
444
    background-repeat: no-repeat;
 
445
    }
 
446
.large-trash {
 
447
    background-image: url(/@@/trash-large.png); /* sprite-ref: icon-sprites */
 
448
    background-repeat: no-repeat;
 
449
    }
 
450
.large-private {
 
451
    background-image: url(/@@/private-large.png); /* sprite-ref: icon-sprites */
 
452
    background-repeat: no-repeat;
 
453
    }
 
454
.logo-launchpad {
 
455
    background-image: url(/@@/launchpad-logo.png); /* sprite-ref: icon-sprites */
 
456
    background-repeat: no-repeat;
 
457
    }
 
458
.logo-distribution {
 
459
    background-image: url(/@@/distribution-logo.png); /* sprite-ref: icon-sprites */
 
460
    background-repeat: no-repeat;
 
461
    }
 
462
.logo-project {
 
463
    background-image: url(/@@/project-logo.png); /* sprite-ref: icon-sprites */
 
464
    background-repeat: no-repeat;
 
465
    }
 
466
.logo-product {
 
467
    background-image: url(/@@/product-logo.png); /* sprite-ref: icon-sprites */
 
468
    background-repeat: no-repeat;
 
469
    }
 
470
.logo-person {
 
471
    background-image: url(/@@/person-logo.png); /* sprite-ref: icon-sprites */
 
472
    background-repeat: no-repeat;
 
473
    }
 
474
 
 
475
.logo-inactive {
 
476
    background-image: url(/@@/person-inactive-logo.png); /* sprite-ref: icon-sprites */
 
477
    background-repeat: no-repeat;
 
478
    }
 
479
.logo-team {
 
480
    background-image: url(/@@/team-logo.png); /* sprite-ref: icon-sprites */
 
481
    background-repeat: no-repeat;
 
482
    }
 
483
.logo-meeting {
 
484
    background-image: url(/@@/meeting-logo.png); /* sprite-ref: icon-sprites */
 
485
    background-repeat: no-repeat;
 
486
    }
 
487
.logo-flame {
 
488
    background-image: url(/@@/flame-logo.png); /* sprite-ref: icon-sprites */
 
489
    background-repeat: no-repeat;
 
490
    }
 
491
.logo-trash {
 
492
    background-image: url(/@@/trash-logo.png); /* sprite-ref: icon-sprites */
 
493
    background-repeat: no-repeat;
 
494
    }