~ubuntu-branches/ubuntu/raring/speeddial/raring

« back to all changes in this revision

Viewing changes to skin/classic/speeddial/window.css

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Veri, Andrea Veri, Vikram Dhillon
  • Date: 2009-10-11 12:10:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091011121035-0ysv7mrfd2by5yot
Tags: 0.9.1.1-0ubuntu1

[ Andrea Veri ]

* New upstream release. FFe granted. (LP: #430155)
* debian/control:
  - added missing xpi:enhances, xpi:provides, xpi:recommends
    fields.
  - set depends on misc:depends
  - removed ant B-D, no more needed
  - added Vcs-Browser field.
  - added homepage field.
* debian/rules:
  - cleaned a bit removing useless comments
  - removed MOZ_EXTENSION_PKG field, it's deprecated atm.
  - MOZ_XPI_BUILD_COMMAND is not set to $(null), nothing needs
    to be built manually. 

[ Vikram Dhillon ]

* Updated Standards-Version to 3.8.3
* Updated mozilla-devscripts to 0.16~

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#speeddialTabbox {
2
 
  overflow: hidden;
3
 
}
4
 
 
5
 
.speeddialThumb {
6
 
  margin: 5px 5px 5px 5px;
7
 
  -moz-binding: url('chrome://speeddial/content/speeddial.xml#thumb');
8
 
  width: 0px;
9
 
  height: 0px;
10
 
  min-width: 0px;
11
 
  min-height: 0px;
12
 
  -moz-box-flex: 1;
13
 
}
14
 
 
15
 
/* Thumbnail box */
16
 
.thumbnail {
17
 
  cursor: pointer;
18
 
}
19
 
 
20
 
.thumbnailCanvas {
21
 
}
22
 
 
23
 
.speeddialThumb[speeddial="1"] .speeddial-container[assigned="f"] { background-image: url(1.png); }
24
 
.speeddialThumb[speeddial="2"] .speeddial-container[assigned="f"] { background-image: url(2.png); }
25
 
.speeddialThumb[speeddial="3"] .speeddial-container[assigned="f"] { background-image: url(3.png); }
26
 
.speeddialThumb[speeddial="4"] .speeddial-container[assigned="f"] { background-image: url(4.png); }
27
 
.speeddialThumb[speeddial="5"] .speeddial-container[assigned="f"] { background-image: url(5.png); }
28
 
.speeddialThumb[speeddial="6"] .speeddial-container[assigned="f"] { background-image: url(6.png); }
29
 
.speeddialThumb[speeddial="7"] .speeddial-container[assigned="f"] { background-image: url(7.png); }
30
 
.speeddialThumb[speeddial="8"] .speeddial-container[assigned="f"] { background-image: url(8.png); }
31
 
.speeddialThumb[speeddial="9"] .speeddial-container[assigned="f"] { background-image: url(9.png); }
32
 
 
33
 
.speeddial-top-middle {
34
 
        padding: 4px 0 2px 0;
35
 
        background-image: url('chrome://speeddial/skin/background/top-middle-bkgnd.png');
36
 
        background-repeat: repeat-x;
37
 
        background-position: top left;
38
 
}
39
 
 
40
 
#speeddialTabbox[hideThumbIcons="true"] .thumbnail image.bookmark-item {
41
 
  display: none;
42
 
}
43
 
 
44
 
#speeddialTabbox[hideThumbButtons="true"] .thumbnail toolbarbutton {
45
 
  display: none;
46
 
}
47
 
 
48
 
#speeddialTabbox[hideThumbButtons="true"] .thumbnail:hover toolbarbutton[hidden="false"] {
49
 
  display: block !important;
50
 
}
51
 
 
52
 
.thumbnail[selectedtab="true"] .speeddial-top-middle
53
 
{
54
 
        background-image: url('chrome://speeddial/skin/background/top-middle.png') !important;
55
 
}
56
 
 
57
 
.thumbnail:hover .speeddial-top-middle {
58
 
        background-image: url('chrome://speeddial/skin/background/top-middle-hover.png');
59
 
}
60
 
 
61
 
.speeddial-top-left {
62
 
        width: 8px;
63
 
        background-image: url('chrome://speeddial/skin/background/top-left-bkgnd.png');
64
 
        background-position: top left;
65
 
        background-repeat: no-repeat;
66
 
}
67
 
 
68
 
.thumbnail[selectedtab="true"] .speeddial-top-left
69
 
{
70
 
        background-image: url('chrome://speeddial/skin/background/top-left.png') !important;
71
 
}
72
 
 
73
 
.thumbnail:hover .speeddial-top-left {
74
 
        background-image: url('chrome://speeddial/skin/background/top-left-hover.png');
75
 
}
76
 
 
77
 
.speeddial-top-right {
78
 
        width: 8px;
79
 
        background-image: url('chrome://speeddial/skin/background/top-right-bkgnd.png');
80
 
        background-position: top right;
81
 
        background-repeat: no-repeat;
82
 
}
83
 
 
84
 
.thumbnail[selectedtab="true"] .speeddial-top-right {
85
 
        background-image: url('chrome://speeddial/skin/background/top-right.png') !important;
86
 
}
87
 
 
88
 
.thumbnail:hover .speeddial-top-right {
89
 
        background-image: url('chrome://speeddial/skin/background/top-right-hover.png');
90
 
}
91
 
 
92
 
.speeddial-bottom-middle {
93
 
        height: 24px;
94
 
        background-image: url('chrome://speeddial/skin/background/bottom-middle-bkgnd.png');
95
 
        background-repeat: repeat-x;
96
 
        background-position: bottom left;
97
 
}
98
 
 
99
 
.thumbnail[selectedtab="true"] .speeddial-bottom-middle {
100
 
        background-image: url('chrome://speeddial/skin/background/bottom-middle.png') !important;
101
 
}
102
 
 
103
 
.thumbnail:hover .speeddial-bottom-middle {
104
 
        background-image: url('chrome://speeddial/skin/background/bottom-middle-hover.png');
105
 
}
106
 
 
107
 
.speeddial-bottom-left {
108
 
        width: 8px;
109
 
        background-image: url('chrome://speeddial/skin/background/bottom-left-bkgnd.png');
110
 
        background-position: bottom left;
111
 
        background-repeat: no-repeat;
112
 
}
113
 
 
114
 
.thumbnail[selectedtab="true"] .speeddial-bottom-left {
115
 
        background-image: url('chrome://speeddial/skin/background/bottom-left.png') !important;
116
 
}
117
 
 
118
 
.thumbnail:hover .speeddial-bottom-left {
119
 
        background-image: url('chrome://speeddial/skin/background/bottom-left-hover.png');
120
 
}
121
 
 
122
 
.speeddial-bottom-right {
123
 
        width: 8px;
124
 
        background-image: url('chrome://speeddial/skin/background/bottom-right-bkgnd.png');
125
 
        background-position: bottom right;
126
 
        background-repeat: no-repeat;
127
 
}
128
 
 
129
 
.thumbnail[selectedtab="true"] .speeddial-bottom-right {
130
 
        background-image: url('chrome://speeddial/skin/background/bottom-right.png') !important;
131
 
}
132
 
 
133
 
.thumbnail:hover .speeddial-bottom-right {
134
 
        background-image: url('chrome://speeddial/skin/background/bottom-right-hover.png');
135
 
}
136
 
 
137
 
.speeddial-middle-middle {
138
 
        background-image: url('chrome://speeddial/skin/background/middle-middle-bkgnd.png');
139
 
        background-repeat: repeat;
140
 
}
141
 
 
142
 
.thumbnail[selectedtab="true"] .speeddial-middle-middle {
143
 
        background-image: url('chrome://speeddial/skin/background/middle-middle.png') !important;
144
 
}
145
 
 
146
 
.thumbnail:hover .speeddial-middle-middle {
147
 
        background-image: url('chrome://speeddial/skin/background/middle-middle-hover.png');
148
 
}
149
 
 
150
 
.speeddial-middle-left {
151
 
        width: 8px;
152
 
        background-image: url('chrome://speeddial/skin/background/middle-left-bkgnd.png');
153
 
        background-position: left;
154
 
        background-repeat: repeat-y;
155
 
}
156
 
 
157
 
.thumbnail[selectedtab="true"] .speeddial-middle-left {
158
 
        background-image: url('chrome://speeddial/skin/background/middle-left.png') !important;
159
 
}
160
 
 
161
 
.thumbnail:hover .speeddial-middle-left {
162
 
        background-image: url('chrome://speeddial/skin/background/middle-left-hover.png');
163
 
}
164
 
 
165
 
.speeddial-middle-right {
166
 
        width: 8px;
167
 
        background-image: url('chrome://speeddial/skin/background/middle-right-bkgnd.png');
168
 
        background-position: right;
169
 
        background-repeat: repeat-y;
170
 
}
171
 
 
172
 
.thumbnail[selectedtab="true"] .speeddial-middle-right {
173
 
        background-image: url('chrome://speeddial/skin/background/middle-right.png') !important;
174
 
}
175
 
 
176
 
.thumbnail:hover .speeddial-middle-right {
177
 
        background-image: url('chrome://speeddial/skin/background/middle-right-hover.png');
178
 
}
179
 
 
180
 
.speeddial-container {
181
 
  margin: 0 4px 5px 4px;
182
 
  border-style: outset;
183
 
  border-width: 1px;
184
 
  border-style: solid;
185
 
  border-color: black;
186
 
  min-width: 0px;
187
 
  min-height: 0px;
188
 
  overflow: hidden;
189
 
  background-color: #fff;
190
 
  background-repeat: no-repeat;
191
 
  background-position: center center;
192
 
}
193
 
 
194
 
.speeddialThumb[loading="true"] .bookmark-item {
195
 
  list-style-image: url("chrome://speeddial/skin/Throbber-small.gif") !important;
196
 
  opacity: 0.5;
197
 
}
198
 
 
199
 
.bookmark-item {
200
 
  width: 16px;
201
 
  height: 16px;
202
 
  margin-top: 1px;
203
 
}
204
 
 
205
 
.thumbnail-title {
206
 
  min-width: 0px;
207
 
  width: 0px;
208
 
}
209
 
 
210
 
/* close button */
211
 
 
212
 
.speeddial-close-button > .toolbarbutton-icon {
213
 
  margin: 0;
214
 
  padding: 0;
215
 
  min-width: 16px;
216
 
  min-height: 16px;
217
 
}
218
 
 
219
 
.speeddial-close-button {
220
 
  -moz-appearance: none;
221
 
  -moz-image-region: rect(0px, 64px, 16px, 48px);
222
 
  height: 16px;
223
 
  border: none !important;
224
 
  padding: 0px;
225
 
  -moz-margin-start: 3px !important;
226
 
  cursor: default;
227
 
  list-style-image: url("close.png");
228
 
}
229
 
 
230
 
.thumbnail:hover .speeddial-close-button {
231
 
  -moz-image-region: rect(0px, 16px, 16px, 0px);
232
 
}
233
 
 
234
 
.speeddial-close-button:hover {
235
 
  -moz-image-region: rect(0px, 32px, 16px, 16px) !important;
236
 
  opacity: 1.0;
237
 
}
238
 
 
239
 
.speeddial-close-button:hover:active {
240
 
  -moz-image-region: rect(0px, 48px, 16px, 32px);
241
 
  opacity: 1.0;
242
 
}
243
 
 
244
 
.speeddial-close-button:focus {
245
 
  outline: none !important;
246
 
}
247
 
 
248
 
/* reload button */
249
 
 
250
 
.speeddial-reload-button > .toolbarbutton-icon {
251
 
  padding: 0;
252
 
  margin: 0;
253
 
  min-width: 16px;
254
 
  min-height: 16px;
255
 
}
256
 
 
257
 
.speeddial-reload-button {
258
 
  -moz-appearance: none;
259
 
  -moz-image-region: rect(0px, 64px, 16px, 48px);
260
 
  height: 16px;
261
 
  border: none !important;
262
 
  padding: 0px;
263
 
  -moz-margin-start: 3px !important;
264
 
  cursor: default;
265
 
  list-style-image: url("reload.png");
266
 
}
267
 
 
268
 
.thumbnail:hover .speeddial-reload-button {
269
 
  -moz-image-region: rect(0px, 16px, 16px, 0px);
270
 
}
271
 
 
272
 
.speeddial-reload-button:hover {
273
 
  -moz-image-region: rect(0px, 32px, 16px, 16px) !important;
274
 
  opacity: 1.0;
275
 
}
276
 
 
277
 
.speeddial-reload-button:hover:active {
278
 
  -moz-image-region: rect(0px, 48px, 16px, 32px);
279
 
  opacity: 1.0;
280
 
}
281
 
 
282
 
.speeddial-reload-button:focus {
283
 
  outline: none !important;
284
 
}
285
 
 
286
 
/* new tab button */
287
 
 
288
 
.speeddial-newtab-button > .toolbarbutton-icon {
289
 
  margin: 0;
290
 
  padding: 0;
291
 
  min-width: 16px;
292
 
  min-height: 16px;
293
 
}
294
 
 
295
 
.speeddial-newtab-button {
296
 
  -moz-appearance: none;
297
 
  -moz-image-region: rect(0px, 64px, 16px, 48px);
298
 
  height: 16px;
299
 
  border: none !important;
300
 
  padding: 0px;
301
 
  -moz-margin-start: 3px !important;
302
 
  cursor: default;
303
 
  list-style-image: url("newtab.png");
304
 
}
305
 
 
306
 
.thumbnail:hover .speeddial-newtab-button {
307
 
  -moz-image-region: rect(0px, 16px, 16px, 0px);
308
 
}
309
 
 
310
 
.speeddial-newtab-button:hover {
311
 
  -moz-image-region: rect(0px, 32px, 16px, 16px) !important;
312
 
  opacity: 1.0;
313
 
}
314
 
 
315
 
.speeddial-newtab-button:hover:active {
316
 
  -moz-image-region: rect(0px, 48px, 16px, 32px);
317
 
  opacity: 1.0;
318
 
}
319
 
 
320
 
.speeddial-newtab-button:focus {
321
 
  outline: none !important;
322
 
}
323
 
 
324
 
/* new window button */
325
 
 
326
 
.speeddial-newwindow-button > .toolbarbutton-icon {
327
 
  margin: 0;
328
 
  padding: 0;
329
 
  min-width: 16px;
330
 
  min-height: 16px;
331
 
}
332
 
 
333
 
.speeddial-newwindow-button {
334
 
  -moz-appearance: none;
335
 
  -moz-image-region: rect(0px, 64px, 16px, 48px);
336
 
  height: 16px;
337
 
  border: none !important;
338
 
  padding: 0px;
339
 
  -moz-margin-start: 3px !important;
340
 
  cursor: default;
341
 
  list-style-image: url("newwindow.png");
342
 
}
343
 
 
344
 
.thumbnail:hover .speeddial-newwindow-button {
345
 
  -moz-image-region: rect(0px, 16px, 16px, 0px);
346
 
}
347
 
 
348
 
.speeddial-newwindow-button:hover {
349
 
  -moz-image-region: rect(0px, 32px, 16px, 16px) !important;
350
 
  opacity: 1.0;
351
 
}
352
 
 
353
 
.speeddial-newwindow-button:hover:active {
354
 
  -moz-image-region: rect(0px, 48px, 16px, 32px);
355
 
  opacity: 1.0;
356
 
}
357
 
 
358
 
.speeddial-newwindow-button:focus {
359
 
  outline: none !important;
360
 
}
361
 
 
362
 
/* background tab button */
363
 
 
364
 
.speeddial-backgroundtab-button > .toolbarbutton-icon {
365
 
  margin: 0;
366
 
  padding: 0;
367
 
  min-width: 16px;
368
 
  min-height: 16px;
369
 
}
370
 
 
371
 
.speeddial-backgroundtab-button {
372
 
  -moz-appearance: none;
373
 
  -moz-image-region: rect(0px, 64px, 16px, 48px);
374
 
  height: 16px;
375
 
  border: none !important;
376
 
  padding: 0px;
377
 
  -moz-margin-start: 3px !important;
378
 
  cursor: default;
379
 
  list-style-image: url("newtab.png");
380
 
}
381
 
 
382
 
.thumbnail:hover .speeddial-backgroundtab-button {
383
 
  -moz-image-region: rect(0px, 16px, 16px, 0px);
384
 
}
385
 
 
386
 
.speeddial-backgroundtab-button:hover {
387
 
  -moz-image-region: rect(0px, 32px, 16px, 16px) !important;
388
 
  opacity: 1.0;
389
 
}
390
 
 
391
 
.speeddial-backgroundtab-button:hover:active {
392
 
  -moz-image-region: rect(0px, 48px, 16px, 32px);
393
 
  opacity: 1.0;
394
 
}
395
 
 
396
 
.speeddial-backgroundtab-button:focus {
397
 
  outline: none !important;
398
 
}
399
 
 
400
 
/* open button */
401
 
 
402
 
.speeddial-open-button > .toolbarbutton-icon {
403
 
  margin: 0;
404
 
  padding: 0;
405
 
  min-width: 16px;
406
 
  min-height: 16px;
407
 
}
408
 
 
409
 
.speeddial-open-button {
410
 
  -moz-appearance: none;
411
 
  -moz-image-region: rect(0px, 64px, 16px, 48px);
412
 
  height: 16px;
413
 
  border: none !important;
414
 
  padding: 0px;
415
 
  cursor: default;
416
 
  list-style-image: url("open.png");
417
 
}
418
 
 
419
 
.thumbnail:hover .speeddial-open-button {
420
 
  -moz-image-region: rect(0px, 16px, 16px, 0px);
421
 
}
422
 
 
423
 
.speeddial-open-button:hover {
424
 
  -moz-image-region: rect(0px, 32px, 16px, 16px) !important;
425
 
  opacity: 1.0;
426
 
}
427
 
 
428
 
.speeddial-open-button:hover:active {
429
 
  -moz-image-region: rect(0px, 48px, 16px, 32px);
430
 
  opacity: 1.0;
431
 
}
432
 
 
433
 
.speeddial-open-button:focus {
434
 
  outline: none !important;
435
 
}
436
 
 
437
 
/* edit button */
438
 
 
439
 
.speeddial-edit-button > .toolbarbutton-icon {
440
 
  margin: 0;
441
 
  padding: 0;
442
 
  min-width: 16px;
443
 
  min-height: 16px;
444
 
}
445
 
 
446
 
.speeddial-edit-button {
447
 
  -moz-appearance: none;
448
 
  -moz-image-region: rect(0px, 64px, 16px, 48px);
449
 
  height: 16px;
450
 
  border: none !important;
451
 
  padding: 0px;
452
 
  -moz-margin-start: 3px !important;
453
 
  cursor: default;
454
 
  list-style-image: url("edit.png");
455
 
}
456
 
 
457
 
.thumbnail:hover .speeddial-edit-button {
458
 
  -moz-image-region: rect(0px, 16px, 16px, 0px);
459
 
}
460
 
 
461
 
.speeddial-edit-button:hover {
462
 
  -moz-image-region: rect(0px, 32px, 16px, 16px) !important;
463
 
  opacity: 1.0;
464
 
}
465
 
 
466
 
.speeddial-edit-button:hover:active {
467
 
  -moz-image-region: rect(0px, 48px, 16px, 32px);
468
 
  opacity: 1.0;
469
 
}
470
 
 
471
 
.speeddial-edit-button:focus {
472
 
  outline: none !important;
473
 
}
474
 
 
475
 
.speeddialThumb:not([thumbnailURL]) .speeddial-close-button,
476
 
.speeddialThumb:not([thumbnailURL]) .speeddial-reload-button,
477
 
.speeddialThumb:not([thumbnailURL]) .speeddial-newtab-button,
478
 
.speeddialThumb:not([thumbnailURL]) .speeddial-newwindow-button,
479
 
.speeddialThumb:not([thumbnailURL]) .speeddial-backgroundtab-button,
480
 
.speeddialThumb:not([thumbnailURL]) .speeddial-open-button
481
 
{
482
 
 list-style-image: url("nothing.gif") !important;
483
 
}
484
 
 
485
 
tabpanels {
486
 
  margin: 0 !important;
487
 
  padding: 0 !important;
488
 
  border: 0 !important;
489
 
}
 
 
b'\\ No newline at end of file'