start working on new version of Firefox LCARStrek theme by moving old theming to...
[themes.git] / LCARStrek / mozapps / extensions / extensions.css
CommitLineData
4c18c82c
RK
1/* ***** BEGIN LICENSE BLOCK *****
2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3 *
4 * The contents of this file are subject to the Mozilla Public License Version
5 * 1.1 (the "License"); you may not use this file except in compliance with
6 * the License. You may obtain a copy of the License at
7 * http://www.mozilla.org/MPL/
8 *
9 * Software distributed under the License is distributed on an "AS IS" basis,
10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 * for the specific language governing rights and limitations under the
12 * License.
13 *
14 * The Original Code is the Extension Manager UI.
15 *
16 * The Initial Developer of the Original Code is
17 * the Mozilla Foundation.
18 * Portions created by the Initial Developer are Copyright (C) 2010
19 * the Initial Developer. All Rights Reserved.
20 *
21 * Contributor(s):
22 * Blair McBride <bmcbride@mozilla.com>
23 *
24 * Alternatively, the contents of this file may be used under the terms of
25 * either the GNU General Public License Version 2 or later (the "GPL"), or
26 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27 * in which case the provisions of the GPL or the LGPL are applicable instead
28 * of those above. If you wish to allow use of your version of this file only
29 * under the terms of either the GPL or the LGPL, and not to allow others to
30 * use your version of this file under the terms of the MPL, indicate your
31 * decision by deleting the provisions above and replace them with the notice
32 * and other provisions required by the GPL or the LGPL. If you do not delete
33 * the provisions above, a recipient may use your version of this file under
34 * the terms of any one of the MPL, the GPL or the LGPL.
35 *
36 * ***** END LICENSE BLOCK ***** */
37
706c344c
RK
38#addons-page {
39 background-color: #000000;
72a6fd39 40 color: #FF9F00;
706c344c 41 margin: 20px;
e10e7add
RK
42}
43
9162a092
RK
44#view-port-container {
45 /* Needed to allow the radius to clip the inner content, see bug 595656 */
46 overflow: hidden;
706c344c 47 border: 1px solid #9C9CFF;
569543b3 48 border-radius: 5px;
4c18c82c
RK
49}
50
0de07750
RK
51.nav-button {
52 list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
53 min-width: 0;
72a6fd39
RK
54}
55
56#forward-btn {
57 -moz-border-start: none;
0de07750
RK
58}
59
60#back-btn:-moz-locale-dir(ltr),
61#forward-btn:-moz-locale-dir(rtl) {
62 -moz-image-region: rect(42px 25px 63px 0px);
63}
64
65#back-btn[disabled="true"]:-moz-locale-dir(ltr),
66#forward-btn[disabled="true"]:-moz-locale-dir(rtl) {
67 -moz-image-region: rect(42px 50px 63px 25px);
68}
69
70#back-btn:-moz-locale-dir(rtl),
71#forward-btn:-moz-locale-dir(ltr) {
72 -moz-image-region: rect(63px 25px 84px 0px);
73}
74
75#back-btn[disabled="true"]:-moz-locale-dir(rtl),
76#forward-btn[disabled="true"]:-moz-locale-dir(ltr) {
77 -moz-image-region: rect(63px 50px 84px 25px);
78}
79
569543b3
RK
80/*** global warnings ***/
81
72a6fd39
RK
82.global-warning-container {
83 overflow-x: hidden;
84}
85
569543b3
RK
86.global-warning {
87 -moz-box-align: center;
88 padding: 0 8px;
89 color: #000000;
90 font-weight: bold;
91}
92
93#addons-page[warning] .global-warning-container {
94 background-color: #FFCF00;
95}
96
97#detail-view .global-warning {
98 padding: 4px 12px;
99 border-bottom: 3px solid #000000;
100}
101
72a6fd39
RK
102@media all and (max-width: 600px) {
103 .global-warning-text {
104 display: none;
105 }
106
107 .global-warning .warning-icon {
108 /* background-color: #FFF;
109 box-shadow: 0px 0px 2px 5px #FFF;
110 border-radius: 10px; */
111 }
112}
113
e1313d59
RK
114/* Plugins aren't yet disabled by safemode (bug 342333),
115 so don't show that warning when viewing plugins. */
116#addons-page[warning="safemode"] .view-pane[type="plugin"] .global-warning-container,
117#addons-page[warning="safemode"] #detail-view[loading="true"] .global-warning-container {
118 background-color: inherit;
119 background-image: none;
120}
121
122
569543b3
RK
123/*** notification icons ***/
124
125.warning-icon {
126 list-style-image: url("chrome://global/skin/icons/warning-16.png");
127 width: 16px;
128 height: 16px;
ae19a7b3 129 margin: 1px 0;
569543b3
RK
130}
131
132.error-icon {
133 list-style-image: url("chrome://global/skin/icons/error-16.png");
134 width: 16px;
135 height: 16px;
ae19a7b3 136 margin: 1px 0;
569543b3
RK
137}
138
139.pending-icon,
140.info-icon {
141 list-style-image: url("chrome://global/skin/icons/information-16.png");
142 width: 16px;
143 height: 16px;
ae19a7b3 144 margin: 1px 0;
569543b3 145}
4c18c82c 146
72a6fd39
RK
147.addon-view[pending="disable"] .pending-icon,
148.addon-view[pending="uninstall"] .pending-icon {
149 list-style-image: url("chrome://global/skin/icons/warning-16.png");
150 width: 16px;
151 height: 15px;
152 margin: 3px 0;
153}
154
155
156/*** view alert boxes ***/
157
158.alert-container {
159 -moz-box-align: center;
160}
161
162.alert-spacer-before {
163 -moz-box-flex: 1;
164}
165
166.alert-spacer-after {
167 -moz-box-flex: 3;
168}
169
170.alert {
171 -moz-box-align: center;
172 padding: 10px;
173 color: #FF9F00;
174 border: 1px solid #9C9CFF;
175 border-radius: 8px;
176 background-color: #000000;
177}
178
179.alert .alert-title {
180 font-weight: bold;
181 font-size: 200%;
182 margin-bottom: 15px;
183}
184
185.alert .addon-control {
186 margin: 1em 2em;
187}
188
189.loading {
190 list-style-image: url("chrome://global/skin/icons/loading.gif");
191 padding-left: 20px;
192 padding-right: 20px;
193}
194
195
4c18c82c
RK
196/*** category selector ***/
197
198#categories {
26a52ec5 199 -moz-appearance: none;
4c18c82c 200 border: none;
706c344c
RK
201 -moz-margin-end: -1px;
202 background-color: transparent;
203 position: relative;
72a6fd39 204 margin-top: 31px;
e10e7add
RK
205}
206
4c18c82c 207.category {
72a6fd39
RK
208 background-color: transparent;
209 color: #000000;
210 min-height: 0;
211 padding: 10px 4px;
706c344c 212 border-width: 1px;
706c344c
RK
213 border-style: solid;
214 border-color: transparent;
4c18c82c
RK
215 -moz-box-align: center;
216 overflow: hidden;
e10e7add
RK
217}
218
706c344c 219.category:-moz-locale-dir(ltr) {
569543b3
RK
220 border-top-left-radius: 5px;
221 border-bottom-left-radius: 5px;
706c344c
RK
222}
223
224.category:-moz-locale-dir(rtl) {
569543b3
RK
225 border-top-right-radius: 5px;
226 border-bottom-right-radius: 5px;
706c344c
RK
227}
228
4c18c82c 229.category[disabled] {
72a6fd39 230 height: 0;
4c18c82c
RK
231 opacity: 0;
232 -moz-transition-property: height, opacity;
233 -moz-transition-duration: 1s, 0.8s;
e10e7add
RK
234}
235
4c18c82c
RK
236.category:not([disabled]) {
237 height: 52px;
238 -moz-transition-property: height, opacity;
239 -moz-transition-duration: 1s, 0.8s;
e10e7add
RK
240}
241
4c18c82c 242.category[selected] {
706c344c 243 color: FFCF00;
72a6fd39 244 font-weight: bold;
706c344c 245 border-color: #9C9CFF;
1e140ad9
RK
246}
247
4c18c82c
RK
248.category-name {
249 font-size: 150%;
e10e7add
RK
250}
251
72a6fd39
RK
252/* Maximize the size of the viewport when the window is small */
253@media all and (max-width: 800px) {
254 .category-name {
255 display: none;
256 }
257}
258
4c18c82c
RK
259.category-badge {
260 background-color: #E7ADE7;
261 padding: 2px 8px;
72a6fd39 262 margin: 6px 0;
569543b3 263 border-radius: 10000px;
4c18c82c
RK
264 color: #000000;
265 font-weight: bold;
266 text-align: center;
e10e7add
RK
267}
268
4c18c82c
RK
269.category-badge[value="0"] {
270 visibility: hidden;
e10e7add
RK
271}
272
4c18c82c
RK
273.category-icon {
274 width: 32px;
275 height: 32px;
276 -moz-margin-start: 6px;
e10e7add
RK
277}
278
4c18c82c
RK
279#category-search > .category-icon {
280 list-style-image: url("chrome://mozapps/skin/extensions/category-search.png");
281}
282#category-discover > .category-icon {
283 list-style-image: url("chrome://mozapps/skin/extensions/category-discover.png");
284}
285#category-languages > .category-icon {
286 list-style-image: url("chrome://mozapps/skin/extensions/category-languages.png");
287}
288#category-searchengines > .category-icon {
289 list-style-image: url("chrome://mozapps/skin/extensions/category-searchengines.png");
290}
291#category-extensions > .category-icon {
292 list-style-image: url("chrome://mozapps/skin/extensions/category-extensions.png");
293}
294#category-themes > .category-icon {
295 list-style-image: url("chrome://mozapps/skin/extensions/category-themes.png");
296}
297#category-plugins > .category-icon {
298 list-style-image: url("chrome://mozapps/skin/extensions/category-plugins.png");
e10e7add 299}
0de07750
RK
300#category-availableUpdates > .category-icon {
301 list-style-image: url("chrome://mozapps/skin/extensions/category-available.png");
302}
303#category-recentUpdates > .category-icon {
304 list-style-image: url("chrome://mozapps/skin/extensions/category-recent.png");
305}
e10e7add 306
4c18c82c
RK
307
308/*** header ***/
309
310#header {
72a6fd39 311 margin-bottom: 18px;
706c344c 312 height: 2em;
e10e7add
RK
313}
314
72a6fd39
RK
315#header-search {
316 color: #E7ADE7;
317 border: 1px solid #9C9CFF;
318 border-radius: 4px;
319 padding: 3px;
320 background-color: #000000;
321 margin: 0;
4c18c82c
RK
322}
323
72a6fd39
RK
324#header-search .textbox-input:-moz-placeholder {
325 color: #8050B0;
4c18c82c
RK
326}
327
72a6fd39
RK
328#header-search[focused="true"] {
329 border-color: #008484;
3327253e
RK
330}
331
0de07750
RK
332#header-utils-btn {
333 min-width: 4.5em;
334 list-style-image: url("chrome://mozapps/skin/extensions/utilities.png");
72a6fd39 335 -moz-margin-end: 18px;
0de07750
RK
336}
337
ae19a7b3
RK
338#header-utils-btn:hover,
339#header-utils-btn:hover:active,
340#header-utils-btn[open="true"] {
341 list-style-image: url("chrome://mozapps/skin/extensions/utilities-hover.png");
342}
343
ae19a7b3
RK
344#header-utils-btn > .button-box > .button-menu-dropmarker {
345 border: none;
346 background: transparent;
347}
348
349#header-utils-btn:hover > .button-box > .button-menu-dropmarker {
350 list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
351}
352
4c18c82c 353.view-header {
72a6fd39 354 background-color: #000000;
569543b3 355 border-radius: 8px;
ae19a7b3 356 padding: 0px 1em;
4c18c82c 357 margin: 3px;
72a6fd39 358 min-height: 31px;
e10e7add
RK
359}
360
4c18c82c
RK
361
362/*** sorters ***/
363
364.sort-controls {
365 -moz-appearance: none;
ae19a7b3 366 border-right: 3px solid #000000;
4c18c82c
RK
367}
368
369.sorter {
370 -moz-appearance: none;
371 border: none;
372 border-left: 3px solid #000000;
4c18c82c 373 background-color: transparent;
ae19a7b3 374 color: #8050B0;
569543b3 375 border-radius: 0;
72a6fd39 376 padding: 0 6px;
ae19a7b3
RK
377 -moz-padding-start: 6px;
378 -moz-padding-end: 3px;
72a6fd39 379 margin: 0;
4c18c82c
RK
380 min-width: 12px !important;
381 -moz-box-direction: reverse;
382}
ae19a7b3
RK
383.sorter:hover {
384 background-color: #FFCF00;
385 color: #000000;
386}
4c18c82c 387
72a6fd39
RK
388.sorter .button-box {
389 padding-top: 0;
390 padding-bottom: 0;
391}
392
4c18c82c
RK
393.sorter[checkState="1"],
394.sorter[checkState="2"] {
e10e7add
RK
395 background-color: #008484;
396 color: #FFCF00;
397}
398
4c18c82c
RK
399.sorter[checkState="1"] {
400 list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
e10e7add
RK
401}
402
4c18c82c
RK
403.sorter[checkState="2"] {
404 list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
e10e7add
RK
405}
406
4c18c82c
RK
407.sorter .button-icon {
408 -moz-margin-start: 4px;
e10e7add
RK
409}
410
4c18c82c 411
4c18c82c
RK
412/*** list ***/
413
414.list {
72a6fd39 415 margin: 0;
4c18c82c 416 border: none;
706c344c 417 background-color: transparent;
4c18c82c
RK
418}
419
706c344c
RK
420.addon {
421 border-bottom: 1px solid #9C9CFF;
422 padding: 5px;
72a6fd39 423 background-origin: border-box;
e10e7add
RK
424}
425
4c18c82c
RK
426.addon[status="installing"] {
427 -moz-box-align: center;
e10e7add
RK
428}
429
706c344c 430.details {
4c18c82c 431 cursor: pointer;
706c344c
RK
432 margin: 0;
433 -moz-margin-start: 10px;
e10e7add
RK
434}
435
706c344c
RK
436.icon-container {
437 width: 48px;
438 height: 48px;
72a6fd39 439 margin: 22px 7px 7px 7px;
e10e7add
RK
440}
441
706c344c 442.icon {
d15f39a1 443 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
706c344c
RK
444 max-width: 48px;
445 max-height: 48px;
e10e7add
RK
446}
447
72a6fd39
RK
448.addon[active="false"] .icon {
449/* filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale"); */
450}
451
569543b3 452.addon-view[type="theme"] .icon {
4c18c82c 453 list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
e10e7add
RK
454}
455
569543b3 456.addon-view[type="locale"] .icon {
d15f39a1
RK
457 list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
458}
459
569543b3 460.addon-view[type="plugin"] .icon {
4c18c82c 461 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
e10e7add
RK
462}
463
72a6fd39
RK
464.name-container,
465.addon[status="installing"] .name {
4c18c82c 466 font-size: 150%;
72a6fd39
RK
467 font-weight: bold;
468 color: #E7ADE7;
469 margin-bottom: 0;
470}
471
472.creator {
473 font-weight: bold;
474}
475
476.creator .text-link {
477 /* color: #0066CC; */
4c18c82c
RK
478}
479
706c344c 480.description-container {
4c18c82c 481 margin-top: 8px;
e10e7add 482 -moz-margin-start: 6px;
e10e7add
RK
483}
484
706c344c
RK
485.description {
486 margin: 0;
487}
488
72a6fd39
RK
489.warning,
490.pending,
491.error,
492.info {
706c344c 493 -moz-margin-start: 48px;
72a6fd39 494 font-weight: bold;
706c344c
RK
495}
496
72a6fd39 497.addon-view .warning {
706c344c
RK
498 color: #FFCF00;
499}
500
72a6fd39 501.addon-view .error {
4c18c82c 502 color: #FF0000;
706c344c
RK
503}
504
72a6fd39 505.addon-view .pending {
706c344c 506 color: #008484;
e10e7add
RK
507}
508
72a6fd39
RK
509.addon-view[pending="disable"] .pending,
510.addon-view[pending="uninstall"] .pending {
511 color: #FF9C00;
e10e7add
RK
512}
513
0de07750
RK
514.addon .relnotes-container {
515 -moz-box-align: start;
72a6fd39
RK
516 -moz-margin-start: 6px;
517 height: 0;
0de07750
RK
518 overflow: hidden;
519 opacity: 0;
520 -moz-transition-property: height, opacity;
521 -moz-transition-duration: 0.5s, 0.5s;
522}
523
524.addon[show-relnotes] .relnotes-container {
525 opacity: 1;
526 -moz-transition-property: height, opacity;
527 -moz-transition-duration: 0.5s, 0.5s;
528}
529
530.addon .relnotes-header {
531 font-weight: bold;
72a6fd39 532 margin: 10px 0;
0de07750
RK
533}
534
535.addon .relnotes-toggle {
536 border: none;
537 background: transparent;
538 font-weight: bold;
539 -moz-box-direction: reverse;
540 cursor: pointer;
541 list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
542}
543
544.addon .relnotes-toggle > .button-box > .button-icon {
545 -moz-padding-start: 4px;
546}
547
548.addon[show-relnotes] .relnotes-toggle {
549 list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
550}
551
72a6fd39
RK
552.addon[active="false"] {
553 /* background-color: rgba(135, 135, 135, 0.1); */
554}
555
556.addon-view[active="false"],
557.addon-view[active="false"] .name-container {
558 color: #E7ADE7;
559}
560
561.addon-view[notification="warning"] {
562 background-color : #FFCF00;
563 color: #000000;
564}
565
566.addon-view[notification="warning"] .warning {
567 color: #000000;
568}
569
570.addon-view[notification="error"] {
571 background-color: #FF0000;
572 color: #000000;
573}
574
575.addon-view[notification="error"] .error {
576 color: #000000;
577}
578
579.addon-view[notification="info"] {
580 background-color: #9C9CFF;
581 color: #000000;
582}
583
584.addon-view[pending="enable"],
585.addon-view[pending="upgrade"],
586.addon-view[pending="install"] {
587 background-color: #008484;
588}
589
590.addon-view[pending="disable"],
591.addon-view[pending="uninstall"] {
592 color: #8050B0;
593}
594
0de07750 595
4c18c82c
RK
596/*** item - uninstalled ***/
597
598.addon[status="uninstalled"] {
599 border: none;
e10e7add
RK
600}
601
4c18c82c
RK
602.addon[status="uninstalled"] > .container {
603 -moz-box-align: center;
604 padding: 4px 20px;
605 background-color: #8050B0;
569543b3 606 border-radius: 8px;
4c18c82c 607 font-size: 120%;
e10e7add
RK
608}
609
4c18c82c
RK
610.addon[status="uninstalled"][selected] {
611 background-color: transparent;
e10e7add
RK
612}
613
72a6fd39
RK
614.addon[selected] {
615 background-color: #008484;
616 color: #FFCF00;
617}
618
619.addon[selected] .name-container {
620 /* text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7); */
621}
622
623.addon[active="false"][selected] .name-container {
624 /* color: #; */
625}
626
4c18c82c 627
4c18c82c
RK
628/*** search view ***/
629
706c344c
RK
630#search-filter {
631 padding: 5px 20px;
4c18c82c
RK
632 -moz-box-align: center;
633 background-color: #000000;
634 font-size: 120%;
72a6fd39
RK
635 border-bottom: 1px solid #9C9CFF;
636 overflow-x: hidden;
e10e7add
RK
637}
638
706c344c
RK
639#search-filter-label {
640 font-weight: bold;
641 color: #FFCF00;
642}
643
644.search-filter-radio {
72a6fd39
RK
645 padding: 0 6px;
646 margin: 0 3px;
569543b3 647 border-radius: 10000px;
706c344c
RK
648}
649
650.search-filter-radio[selected] {
651 background-color: #008484;
652 color: #000000;
653}
654
655.search-filter-radio .radio-check-box1 {
656 display: none;
657}
658
659.search-filter-radio .radio-icon {
660 display: none;
661}
4c18c82c 662
0de07750
RK
663#search-allresults-link {
664 margin-top: 1em;
665 margin-bottom: 2em;
666}
667
4c18c82c
RK
668/*** detail view ***/
669
569543b3 670#detail-view .loading {
4c18c82c 671 opacity: 0;
e10e7add
RK
672}
673
72a6fd39 674#detail-view:not([loading]) .alert-container {
4c18c82c 675 visibility: collapse;
e10e7add
RK
676}
677
569543b3 678#detail-view[loading-extended] .loading {
4c18c82c
RK
679 opacity: 1;
680 -moz-transition-property: opacity;
681 -moz-transition-duration: 1s;
e10e7add
RK
682}
683
4c18c82c 684.detail-view-container {
72a6fd39 685 padding: 0 2em 2em 2em;
569543b3 686 font-size: 110%;
e10e7add
RK
687}
688
569543b3 689#detail-notifications {
72a6fd39 690 margin-top: 1em;
569543b3 691 margin-bottom: 2em;
e10e7add
RK
692}
693
569543b3
RK
694#detail-notifications .warning,
695#detail-notifications .pending,
72a6fd39 696#detail-notifications .error {
569543b3 697 -moz-margin-start: 0;
e10e7add
RK
698}
699
4c18c82c 700#detail-icon {
4c18c82c 701 -moz-margin-end: 10px;
72a6fd39
RK
702 margin-top: 6px;
703 max-width: 64px;
704 max-height: 64px;
e10e7add
RK
705}
706
569543b3
RK
707#detail-summary {
708 margin-bottom: 2em;
e10e7add
RK
709}
710
569543b3
RK
711#detail-name-container {
712 font-size: 200%;
d15f39a1
RK
713}
714
569543b3
RK
715#detail-screenshot {
716 -moz-margin-end: 2em;
6831f2a0
RK
717 max-width: 300px;
718 max-height: 300px;
18f5421a
RK
719}
720
569543b3
RK
721#detail-desc-container {
722 margin-bottom: 2em;
e10e7add
RK
723}
724
569543b3
RK
725#detail-desc {
726 -moz-margin-start: 6px;
727 white-space: pre-wrap;
9162a092
RK
728 /* This is necessary to fix layout issues with multi-line descriptions, see
729 bug 592712*/
730 outline: solid transparent;
72a6fd39 731 min-width: 8em;
569543b3
RK
732}
733
734#detail-contributions {
735 border-radius: 5px;
736 border: 1px solid #9C9CFF;
737 margin-bottom: 2em;
738 padding: 1em;
72a6fd39 739 background-color: #FFCF00;
4c18c82c
RK
740}
741
569543b3
RK
742#detail-contrib-description {
743 font-style: italic;
744 margin-bottom: 1em;
72a6fd39 745 color: #000000;
4c18c82c
RK
746}
747
569543b3 748#detail-contrib-suggested {
72a6fd39
RK
749 color: #8050B0;
750 font-weight: bold;
4c18c82c
RK
751}
752
72a6fd39 753#detail-contrib-btn {
569543b3
RK
754 list-style-image: url("chrome://mozapps/skin/extensions/heart.png");
755}
756
72a6fd39 757#detail-contrib-btn .button-icon {
569543b3
RK
758 -moz-margin-end: 3px;
759}
760
761#detail-grid {
762 margin-bottom: 2em;
763}
764
9162a092
RK
765.detail-row[first-row="true"],
766.detail-row-complex[first-row="true"] {
767 border-top: none;
768}
769
569543b3
RK
770.detail-row,
771.detail-row-complex {
9162a092 772 border-top: 1px solid #9C9CFF;
4c18c82c 773 -moz-box-align: center;
569543b3
RK
774}
775
776.detail-row-value {
777 -moz-margin-start: 0;
e10e7add
RK
778}
779
72a6fd39
RK
780#detail-controls {
781 margin-bottom: 1em;
782}
783
784#detail-view[active="false"]:not([pending]):not([notification]) {
785 /* background-color: foo; */
786}
4c18c82c
RK
787
788/*** creator ***/
789
790.creator > label {
72a6fd39
RK
791 -moz-margin-start: 0;
792 -moz-margin-end: 0;
e10e7add
RK
793}
794
4c18c82c
RK
795.creator > .text-link {
796 margin-top: 1px;
797 margin-bottom: 1px;
e10e7add
RK
798}
799
4c18c82c
RK
800
801/*** rating ***/
802
803.meta-rating {
72a6fd39
RK
804 -moz-margin-start: 0;
805 -moz-margin-end: 0;
806 padding-top: 2px;
e10e7add
RK
807}
808
72a6fd39 809.meta-rating > .star {
4c18c82c 810 list-style-image: url("chrome://mozapps/skin/extensions/rating-not-won.png");
72a6fd39 811 padding: 0 1px;
e10e7add
RK
812}
813
72a6fd39 814.meta-rating > .star[on="true"] {
4c18c82c 815 list-style-image: url("chrome://mozapps/skin/extensions/rating-won.png");
e10e7add
RK
816}
817
4c18c82c
RK
818
819/*** download progress ***/
820
821.download-progress {
822 background-color: #000000;
569543b3 823 border-radius: 10000px;
4c18c82c
RK
824 border: 1px solid #FF9F00;
825 width: 200px;
72a6fd39
RK
826 height: 21px;
827 margin: 0 8px;
e10e7add
RK
828}
829
e1313d59
RK
830.download-progress[mode="undetermined"] .status-container {
831 padding: 0 2px;
832}
833
4c18c82c
RK
834.download-progress .start-cap,
835.download-progress[complete] .end-cap,
e1313d59 836.download-progress[mode="undetermined"] .end-cap,
4c18c82c
RK
837.download-progress .progress .progress-bar {
838 background-color: #008484;
e10e7add
RK
839}
840
e1313d59
RK
841.download-progress .progress .progress-bar {
842 border-left-width: 0;
843 border-right-width: 0;
844 min-height: 21px;
845}
846
4c18c82c
RK
847.download-progress .progress {
848 background-color: transparent;
72a6fd39
RK
849 padding: 0;
850 margin: 0;
851 border: none;
e10e7add
RK
852}
853
4c18c82c
RK
854.download-progress .start-cap, .download-progress .end-cap {
855 width: 12px;
e10e7add
RK
856}
857
941d657f
RK
858.download-progress .start-cap:-moz-locale-dir(ltr),
859.download-progress .end-cap:-moz-locale-dir(rtl) {
72a6fd39 860 border-radius: 3px 0 0 3px;
e10e7add
RK
861}
862
941d657f
RK
863.download-progress .end-cap:-moz-locale-dir(ltr),
864.download-progress .start-cap:-moz-locale-dir(rtl) {
72a6fd39 865 border-radius: 0 3px 3px 0;
e10e7add
RK
866}
867
72a6fd39
RK
868.download-progress .pause,
869.download-progress .cancel {
4c18c82c 870 -moz-appearance: none;
72a6fd39
RK
871 background-color: #8050B0;
872 border: 1px solid #9C9CFF;
873 padding: 3px;
874 border-radius: 3px;
875 min-width: 0;
876 margin: 3px;
877}
878
879.download-progress .pause .button-box,
880.download-progress .cancel .button-box {
881 padding: 0;
4c18c82c 882 border: none;
e10e7add
RK
883}
884
72a6fd39
RK
885.download-progress .pause .button-text,
886.download-progress .cancel .button-text {
887 display: none;
888}
889
890.download-progress .pause .button-icon,
891.download-progress .cancel .button-icon {
892 -moz-margin-start: 0;
e10e7add
RK
893}
894
d15f39a1
RK
895.download-progress .pause {
896 list-style-image: url('chrome://mozapps/skin/extensions/pause.png');
897}
898
899.download-progress .cancel {
900 list-style-image: url('chrome://mozapps/skin/extensions/cancel.png');
901}
902
4c18c82c
RK
903.download-progress .status-container {
904 -moz-box-align: center;
905}
906
72a6fd39
RK
907.download-progress .status {
908/* text-shadow: #FFF 0 0 2px; */
909}
4c18c82c
RK
910
911/*** install status ***/
912
913.install-status {
914 -moz-box-align: center;
e10e7add
RK
915}
916
4c18c82c
RK
917
918/*** check for updates ***/
919
920#updates-container {
921 -moz-box-align: center;
e10e7add
RK
922}
923
72a6fd39
RK
924#updates-container .button-link {
925 font-weight: bold;
926}
927
928#updates-installed,
929#updates-downloaded {
4c18c82c
RK
930 color: #008484;
931 font-weight: bold;
e10e7add
RK
932}
933
569543b3
RK
934#update-selected {
935 margin: 12px;
e10e7add
RK
936}
937
569543b3 938/*** buttons ***/
4c18c82c 939
0de07750
RK
940.addon-control[disabled="true"] {
941 display: none;
942}
943
4c18c82c
RK
944.button-link {
945 background: transparent;
946 border: none;
947 text-decoration: underline;
948 color: blue;
949 cursor: pointer;
950 min-width: 0;
706c344c 951 margin: 0 6px;
e10e7add 952}