some image updates snd slight corrections for add-on manager
[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 80/*** global warnings ***/
a67d7bb0 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 208 background-color: transparent;
a67d7bb0 209 color: #FF9F00;
72a6fd39
RK
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] {
a0885fa2
RK
230 border-top: 0;
231 border-bottom: 0;
72a6fd39 232 height: 0;
4c18c82c
RK
233 opacity: 0;
234 -moz-transition-property: height, opacity;
235 -moz-transition-duration: 1s, 0.8s;
e10e7add
RK
236}
237
4c18c82c
RK
238.category:not([disabled]) {
239 height: 52px;
240 -moz-transition-property: height, opacity;
241 -moz-transition-duration: 1s, 0.8s;
e10e7add
RK
242}
243
4c18c82c 244.category[selected] {
a67d7bb0
RK
245 background-color: #008484;
246 color: #FFCF00;
706c344c 247 border-color: #9C9CFF;
1e140ad9
RK
248}
249
4c18c82c
RK
250.category-name {
251 font-size: 150%;
e10e7add
RK
252}
253
72a6fd39
RK
254/* Maximize the size of the viewport when the window is small */
255@media all and (max-width: 800px) {
256 .category-name {
257 display: none;
258 }
259}
260
4c18c82c
RK
261.category-badge {
262 background-color: #E7ADE7;
263 padding: 2px 8px;
72a6fd39 264 margin: 6px 0;
569543b3 265 border-radius: 10000px;
4c18c82c
RK
266 color: #000000;
267 font-weight: bold;
268 text-align: center;
e10e7add
RK
269}
270
4c18c82c
RK
271.category-badge[value="0"] {
272 visibility: hidden;
e10e7add
RK
273}
274
4c18c82c
RK
275.category-icon {
276 width: 32px;
277 height: 32px;
278 -moz-margin-start: 6px;
e10e7add
RK
279}
280
4c18c82c
RK
281#category-search > .category-icon {
282 list-style-image: url("chrome://mozapps/skin/extensions/category-search.png");
283}
284#category-discover > .category-icon {
285 list-style-image: url("chrome://mozapps/skin/extensions/category-discover.png");
286}
287#category-languages > .category-icon {
288 list-style-image: url("chrome://mozapps/skin/extensions/category-languages.png");
289}
290#category-searchengines > .category-icon {
291 list-style-image: url("chrome://mozapps/skin/extensions/category-searchengines.png");
292}
293#category-extensions > .category-icon {
294 list-style-image: url("chrome://mozapps/skin/extensions/category-extensions.png");
295}
296#category-themes > .category-icon {
297 list-style-image: url("chrome://mozapps/skin/extensions/category-themes.png");
298}
299#category-plugins > .category-icon {
300 list-style-image: url("chrome://mozapps/skin/extensions/category-plugins.png");
e10e7add 301}
0de07750
RK
302#category-availableUpdates > .category-icon {
303 list-style-image: url("chrome://mozapps/skin/extensions/category-available.png");
304}
305#category-recentUpdates > .category-icon {
306 list-style-image: url("chrome://mozapps/skin/extensions/category-recent.png");
307}
e10e7add 308
4c18c82c
RK
309
310/*** header ***/
311
312#header {
72a6fd39 313 margin-bottom: 18px;
706c344c 314 height: 2em;
e10e7add
RK
315}
316
72a6fd39
RK
317#header-search {
318 color: #E7ADE7;
319 border: 1px solid #9C9CFF;
320 border-radius: 4px;
321 padding: 3px;
322 background-color: #000000;
323 margin: 0;
4c18c82c
RK
324}
325
72a6fd39
RK
326#header-search .textbox-input:-moz-placeholder {
327 color: #8050B0;
4c18c82c
RK
328}
329
72a6fd39
RK
330#header-search[focused="true"] {
331 border-color: #008484;
3327253e
RK
332}
333
0de07750
RK
334#header-utils-btn {
335 min-width: 4.5em;
336 list-style-image: url("chrome://mozapps/skin/extensions/utilities.png");
72a6fd39 337 -moz-margin-end: 18px;
0de07750
RK
338}
339
ae19a7b3
RK
340#header-utils-btn:hover,
341#header-utils-btn:hover:active,
342#header-utils-btn[open="true"] {
343 list-style-image: url("chrome://mozapps/skin/extensions/utilities-hover.png");
344}
345
ae19a7b3
RK
346#header-utils-btn > .button-box > .button-menu-dropmarker {
347 border: none;
348 background: transparent;
349}
350
351#header-utils-btn:hover > .button-box > .button-menu-dropmarker {
352 list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
353}
354
4c18c82c 355.view-header {
a67d7bb0
RK
356 background-color: #9C9CFF;
357 color: #000000;
569543b3 358 border-radius: 8px;
ae19a7b3 359 padding: 0px 1em;
4c18c82c 360 margin: 3px;
72a6fd39 361 min-height: 31px;
e10e7add
RK
362}
363
4c18c82c
RK
364
365/*** sorters ***/
366
367.sort-controls {
368 -moz-appearance: none;
ae19a7b3 369 border-right: 3px solid #000000;
4c18c82c
RK
370}
371
372.sorter {
373 -moz-appearance: none;
374 border: none;
375 border-left: 3px solid #000000;
4c18c82c 376 background-color: transparent;
ae19a7b3 377 color: #8050B0;
569543b3 378 border-radius: 0;
72a6fd39 379 padding: 0 6px;
ae19a7b3
RK
380 -moz-padding-start: 6px;
381 -moz-padding-end: 3px;
72a6fd39 382 margin: 0;
4c18c82c
RK
383 min-width: 12px !important;
384 -moz-box-direction: reverse;
385}
ae19a7b3
RK
386.sorter:hover {
387 background-color: #FFCF00;
388 color: #000000;
389}
4c18c82c 390
72a6fd39
RK
391.sorter .button-box {
392 padding-top: 0;
393 padding-bottom: 0;
394}
395
4c18c82c
RK
396.sorter[checkState="1"],
397.sorter[checkState="2"] {
e10e7add
RK
398 background-color: #008484;
399 color: #FFCF00;
400}
401
4c18c82c
RK
402.sorter[checkState="1"] {
403 list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
e10e7add
RK
404}
405
4c18c82c
RK
406.sorter[checkState="2"] {
407 list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
e10e7add
RK
408}
409
4c18c82c
RK
410.sorter .button-icon {
411 -moz-margin-start: 4px;
e10e7add
RK
412}
413
4c18c82c 414
1169dad4
RK
415/*** discover view ***/
416
417.discover-spacer-before,
418.discover-spacer-after {
419 -moz-box-flex: 1;
420}
421
422#discover-error .alert {
423 max-width: 45em;
424 -moz-box-flex: 1;
425}
426
427.discover-logo {
428 list-style-image: url("chrome://mozapps/skin/extensions/discover-logo.png");
429 -moz-margin-end: 15px;
430}
431
432.discover-title {
433 font-weight: bold;
434 font-size: 24px;
435 /* font-family: MetaWebPro-Book, "Trebuchet MS", sans-serif; */
436 margin: 0 0 15px 0;
437}
438
439.discover-description {
440 text-align: justify;
441 margin: 0 0 15px 0;
442}
443
444.discover-footer {
445 text-align: justify;
446}
447
448
4c18c82c
RK
449/*** list ***/
450
451.list {
72a6fd39 452 margin: 0;
4c18c82c 453 border: none;
706c344c 454 background-color: transparent;
4c18c82c
RK
455}
456
706c344c
RK
457.addon {
458 border-bottom: 1px solid #9C9CFF;
459 padding: 5px;
72a6fd39 460 background-origin: border-box;
e10e7add
RK
461}
462
706c344c 463.details {
4c18c82c 464 cursor: pointer;
706c344c
RK
465 margin: 0;
466 -moz-margin-start: 10px;
e10e7add
RK
467}
468
706c344c
RK
469.icon-container {
470 width: 48px;
471 height: 48px;
a0885fa2 472 margin: 3px 7px;
e10e7add
RK
473}
474
706c344c 475.icon {
d15f39a1 476 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
706c344c
RK
477 max-width: 48px;
478 max-height: 48px;
e10e7add
RK
479}
480
72a6fd39
RK
481.addon[active="false"] .icon {
482/* filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale"); */
483}
484
569543b3 485.addon-view[type="theme"] .icon {
4c18c82c 486 list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
e10e7add
RK
487}
488
569543b3 489.addon-view[type="locale"] .icon {
d15f39a1
RK
490 list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
491}
492
569543b3 493.addon-view[type="plugin"] .icon {
4c18c82c 494 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
e10e7add
RK
495}
496
8a933f1e 497.name-container {
4c18c82c 498 font-size: 150%;
72a6fd39 499 font-weight: bold;
a67d7bb0 500 color: #9C9CFF;
72a6fd39
RK
501 margin-bottom: 0;
502}
503
504.creator {
505 font-weight: bold;
506}
507
508.creator .text-link {
509 /* color: #0066CC; */
4c18c82c
RK
510}
511
706c344c 512.description-container {
4c18c82c 513 margin-top: 8px;
e10e7add 514 -moz-margin-start: 6px;
e10e7add
RK
515}
516
706c344c
RK
517.description {
518 margin: 0;
519}
520
72a6fd39
RK
521.warning,
522.pending,
523.error,
524.info {
706c344c 525 -moz-margin-start: 48px;
72a6fd39 526 font-weight: bold;
706c344c
RK
527}
528
72a6fd39 529.addon-view .warning {
706c344c
RK
530 color: #FFCF00;
531}
532
72a6fd39 533.addon-view .error {
4c18c82c 534 color: #FF0000;
706c344c
RK
535}
536
72a6fd39 537.addon-view .pending {
706c344c 538 color: #008484;
e10e7add
RK
539}
540
72a6fd39
RK
541.addon-view[pending="disable"] .pending,
542.addon-view[pending="uninstall"] .pending {
543 color: #FF9C00;
e10e7add
RK
544}
545
0de07750
RK
546.addon .relnotes-container {
547 -moz-box-align: start;
72a6fd39
RK
548 -moz-margin-start: 6px;
549 height: 0;
0de07750
RK
550 overflow: hidden;
551 opacity: 0;
552 -moz-transition-property: height, opacity;
553 -moz-transition-duration: 0.5s, 0.5s;
554}
555
556.addon[show-relnotes] .relnotes-container {
557 opacity: 1;
558 -moz-transition-property: height, opacity;
559 -moz-transition-duration: 0.5s, 0.5s;
560}
561
562.addon .relnotes-header {
563 font-weight: bold;
72a6fd39 564 margin: 10px 0;
0de07750
RK
565}
566
567.addon .relnotes-toggle {
568 border: none;
569 background: transparent;
570 font-weight: bold;
571 -moz-box-direction: reverse;
572 cursor: pointer;
573 list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
574}
575
576.addon .relnotes-toggle > .button-box > .button-icon {
577 -moz-padding-start: 4px;
578}
579
580.addon[show-relnotes] .relnotes-toggle {
581 list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
582}
583
72a6fd39
RK
584.addon[active="false"] {
585 /* background-color: rgba(135, 135, 135, 0.1); */
586}
587
588.addon-view[active="false"],
589.addon-view[active="false"] .name-container {
590 color: #E7ADE7;
591}
592
593.addon-view[notification="warning"] {
594 background-color : #FFCF00;
595 color: #000000;
596}
597
598.addon-view[notification="warning"] .warning {
599 color: #000000;
600}
601
a67d7bb0
RK
602.addon-view[notification="warning"] .name-container {
603 color: #000000;
604}
605
72a6fd39
RK
606.addon-view[notification="error"] {
607 background-color: #FF0000;
608 color: #000000;
609}
610
611.addon-view[notification="error"] .error {
612 color: #000000;
613}
614
615.addon-view[notification="info"] {
616 background-color: #9C9CFF;
617 color: #000000;
618}
619
620.addon-view[pending="enable"],
621.addon-view[pending="upgrade"],
622.addon-view[pending="install"] {
623 background-color: #008484;
624}
625
626.addon-view[pending="disable"],
627.addon-view[pending="uninstall"] {
628 color: #8050B0;
629}
630
0de07750 631
4c18c82c
RK
632/*** item - uninstalled ***/
633
634.addon[status="uninstalled"] {
635 border: none;
e10e7add
RK
636}
637
4c18c82c
RK
638.addon[status="uninstalled"] > .container {
639 -moz-box-align: center;
640 padding: 4px 20px;
641 background-color: #8050B0;
569543b3 642 border-radius: 8px;
4c18c82c 643 font-size: 120%;
e10e7add
RK
644}
645
4c18c82c
RK
646.addon[status="uninstalled"][selected] {
647 background-color: transparent;
e10e7add
RK
648}
649
72a6fd39
RK
650.addon[selected] {
651 background-color: #008484;
a67d7bb0 652 color: #FF9F00;
72a6fd39
RK
653}
654
655.addon[selected] .name-container {
a67d7bb0
RK
656 color: #FFCF00;
657}
658
659.addon[active="false"][selected] {
660 color: #E7ADE7;
72a6fd39
RK
661}
662
663.addon[active="false"][selected] .name-container {
a67d7bb0 664 color: #E7ADE7;
72a6fd39
RK
665}
666
4c18c82c 667
4c18c82c
RK
668/*** search view ***/
669
706c344c
RK
670#search-filter {
671 padding: 5px 20px;
4c18c82c
RK
672 -moz-box-align: center;
673 background-color: #000000;
674 font-size: 120%;
72a6fd39
RK
675 border-bottom: 1px solid #9C9CFF;
676 overflow-x: hidden;
e10e7add
RK
677}
678
706c344c
RK
679#search-filter-label {
680 font-weight: bold;
681 color: #FFCF00;
682}
683
684.search-filter-radio {
72a6fd39
RK
685 padding: 0 6px;
686 margin: 0 3px;
569543b3 687 border-radius: 10000px;
706c344c
RK
688}
689
690.search-filter-radio[selected] {
691 background-color: #008484;
692 color: #000000;
693}
694
695.search-filter-radio .radio-check-box1 {
696 display: none;
697}
698
699.search-filter-radio .radio-icon {
700 display: none;
701}
4c18c82c 702
0de07750
RK
703#search-allresults-link {
704 margin-top: 1em;
705 margin-bottom: 2em;
706}
707
4c18c82c
RK
708/*** detail view ***/
709
569543b3 710#detail-view .loading {
4c18c82c 711 opacity: 0;
e10e7add
RK
712}
713
569543b3 714#detail-view[loading-extended] .loading {
4c18c82c
RK
715 opacity: 1;
716 -moz-transition-property: opacity;
717 -moz-transition-duration: 1s;
e10e7add
RK
718}
719
4c18c82c 720.detail-view-container {
72a6fd39 721 padding: 0 2em 2em 2em;
569543b3 722 font-size: 110%;
e10e7add
RK
723}
724
569543b3 725#detail-notifications {
72a6fd39 726 margin-top: 1em;
569543b3 727 margin-bottom: 2em;
e10e7add
RK
728}
729
569543b3
RK
730#detail-notifications .warning,
731#detail-notifications .pending,
72a6fd39 732#detail-notifications .error {
569543b3 733 -moz-margin-start: 0;
e10e7add
RK
734}
735
4c18c82c 736#detail-icon {
4c18c82c 737 -moz-margin-end: 10px;
72a6fd39
RK
738 margin-top: 6px;
739 max-width: 64px;
740 max-height: 64px;
e10e7add
RK
741}
742
569543b3
RK
743#detail-summary {
744 margin-bottom: 2em;
e10e7add
RK
745}
746
569543b3
RK
747#detail-name-container {
748 font-size: 200%;
d15f39a1
RK
749}
750
569543b3
RK
751#detail-screenshot {
752 -moz-margin-end: 2em;
6831f2a0
RK
753 max-width: 300px;
754 max-height: 300px;
18f5421a
RK
755}
756
569543b3
RK
757#detail-desc-container {
758 margin-bottom: 2em;
e10e7add
RK
759}
760
8a933f1e 761#detail-desc, #detail-fulldesc {
569543b3
RK
762 -moz-margin-start: 6px;
763 white-space: pre-wrap;
9162a092
RK
764 /* This is necessary to fix layout issues with multi-line descriptions, see
765 bug 592712*/
766 outline: solid transparent;
72a6fd39 767 min-width: 8em;
569543b3
RK
768}
769
8a933f1e
RK
770#detail-fulldesc {
771 margin-top: 1em;
772}
773
569543b3
RK
774#detail-contributions {
775 border-radius: 5px;
776 border: 1px solid #9C9CFF;
777 margin-bottom: 2em;
778 padding: 1em;
72a6fd39 779 background-color: #FFCF00;
4c18c82c
RK
780}
781
569543b3
RK
782#detail-contrib-description {
783 font-style: italic;
784 margin-bottom: 1em;
72a6fd39 785 color: #000000;
4c18c82c
RK
786}
787
569543b3 788#detail-contrib-suggested {
72a6fd39
RK
789 color: #8050B0;
790 font-weight: bold;
4c18c82c
RK
791}
792
72a6fd39 793#detail-contrib-btn {
569543b3
RK
794 list-style-image: url("chrome://mozapps/skin/extensions/heart.png");
795}
796
72a6fd39 797#detail-contrib-btn .button-icon {
569543b3
RK
798 -moz-margin-end: 3px;
799}
800
801#detail-grid {
802 margin-bottom: 2em;
803}
804
9162a092
RK
805.detail-row[first-row="true"],
806.detail-row-complex[first-row="true"] {
807 border-top: none;
808}
809
569543b3
RK
810.detail-row,
811.detail-row-complex {
9162a092 812 border-top: 1px solid #9C9CFF;
4c18c82c 813 -moz-box-align: center;
569543b3
RK
814}
815
816.detail-row-value {
817 -moz-margin-start: 0;
e10e7add
RK
818}
819
72a6fd39
RK
820#detail-controls {
821 margin-bottom: 1em;
822}
823
824#detail-view[active="false"]:not([pending]):not([notification]) {
825 /* background-color: foo; */
826}
4c18c82c
RK
827
828/*** creator ***/
829
830.creator > label {
72a6fd39 831 -moz-margin-end: 0;
e10e7add
RK
832}
833
4c18c82c
RK
834.creator > .text-link {
835 margin-top: 1px;
836 margin-bottom: 1px;
e10e7add
RK
837}
838
4c18c82c
RK
839
840/*** rating ***/
841
842.meta-rating {
72a6fd39
RK
843 -moz-margin-start: 0;
844 -moz-margin-end: 0;
845 padding-top: 2px;
e10e7add
RK
846}
847
72a6fd39 848.meta-rating > .star {
4c18c82c 849 list-style-image: url("chrome://mozapps/skin/extensions/rating-not-won.png");
72a6fd39 850 padding: 0 1px;
e10e7add
RK
851}
852
72a6fd39 853.meta-rating > .star[on="true"] {
4c18c82c 854 list-style-image: url("chrome://mozapps/skin/extensions/rating-won.png");
e10e7add
RK
855}
856
4c18c82c
RK
857
858/*** download progress ***/
859
860.download-progress {
861 background-color: #000000;
569543b3 862 border-radius: 10000px;
4c18c82c
RK
863 border: 1px solid #FF9F00;
864 width: 200px;
72a6fd39
RK
865 height: 21px;
866 margin: 0 8px;
e10e7add
RK
867}
868
e1313d59
RK
869.download-progress[mode="undetermined"] .status-container {
870 padding: 0 2px;
871}
872
4c18c82c
RK
873.download-progress .start-cap,
874.download-progress[complete] .end-cap,
e1313d59 875.download-progress[mode="undetermined"] .end-cap,
4c18c82c
RK
876.download-progress .progress .progress-bar {
877 background-color: #008484;
e10e7add
RK
878}
879
e1313d59
RK
880.download-progress .progress .progress-bar {
881 border-left-width: 0;
882 border-right-width: 0;
883 min-height: 21px;
884}
885
4c18c82c
RK
886.download-progress .progress {
887 background-color: transparent;
72a6fd39
RK
888 padding: 0;
889 margin: 0;
890 border: none;
e10e7add
RK
891}
892
4c18c82c
RK
893.download-progress .start-cap, .download-progress .end-cap {
894 width: 12px;
e10e7add
RK
895}
896
941d657f
RK
897.download-progress .start-cap:-moz-locale-dir(ltr),
898.download-progress .end-cap:-moz-locale-dir(rtl) {
72a6fd39 899 border-radius: 3px 0 0 3px;
e10e7add
RK
900}
901
941d657f
RK
902.download-progress .end-cap:-moz-locale-dir(ltr),
903.download-progress .start-cap:-moz-locale-dir(rtl) {
72a6fd39 904 border-radius: 0 3px 3px 0;
e10e7add
RK
905}
906
72a6fd39 907.download-progress .cancel {
4c18c82c 908 -moz-appearance: none;
72a6fd39
RK
909 background-color: #8050B0;
910 border: 1px solid #9C9CFF;
911 padding: 3px;
912 border-radius: 3px;
913 min-width: 0;
914 margin: 3px;
915}
916
72a6fd39
RK
917.download-progress .cancel .button-box {
918 padding: 0;
4c18c82c 919 border: none;
e10e7add
RK
920}
921
72a6fd39
RK
922.download-progress .cancel .button-text {
923 display: none;
924}
925
72a6fd39
RK
926.download-progress .cancel .button-icon {
927 -moz-margin-start: 0;
e10e7add
RK
928}
929
d15f39a1
RK
930.download-progress .cancel {
931 list-style-image: url('chrome://mozapps/skin/extensions/cancel.png');
932}
933
4c18c82c
RK
934.download-progress .status-container {
935 -moz-box-align: center;
936}
937
72a6fd39
RK
938.download-progress .status {
939/* text-shadow: #FFF 0 0 2px; */
940}
4c18c82c
RK
941
942/*** install status ***/
943
944.install-status {
945 -moz-box-align: center;
e10e7add
RK
946}
947
4c18c82c
RK
948
949/*** check for updates ***/
950
951#updates-container {
952 -moz-box-align: center;
e10e7add
RK
953}
954
72a6fd39
RK
955#updates-container .button-link {
956 font-weight: bold;
957}
958
959#updates-installed,
960#updates-downloaded {
4c18c82c
RK
961 color: #008484;
962 font-weight: bold;
e10e7add
RK
963}
964
569543b3
RK
965#update-selected {
966 margin: 12px;
e10e7add
RK
967}
968
569543b3 969/*** buttons ***/
4c18c82c 970
0de07750
RK
971.addon-control[disabled="true"] {
972 display: none;
973}
974
4c18c82c
RK
975.button-link {
976 background: transparent;
977 border: none;
978 text-decoration: underline;
979 color: blue;
980 cursor: pointer;
981 min-width: 0;
706c344c 982 margin: 0 6px;
e10e7add 983}