update both themes for toolkit winstripe changes between 2009-05-01 and 2009-06-05
[themes.git] / EarlyBlue / mozapps / extensions / extensions.css
... / ...
CommitLineData
1#extensionsBox {
2 margin: 10px 10px 0px;
3 min-width: 1px;
4}
5
6#extensionsView {
7 -moz-appearance: none;
8 border: 1px inset #CCD0DD;
9 margin: 0;
10 min-width: 245px;
11}
12
13#resizerBox {
14 margin-top: -12px;
15 visibility: hidden;
16}
17
18#resizerBox > resizer {
19 height: 10px;
20 max-height: 10px;
21 visibility: visible;
22}
23
24.notification-inner {
25 border: none;
26 border-bottom: 1px solid #9999CC;
27}
28
29#searchfield {
30 -moz-margin-start: 0;
31}
32
33/* Command Bar */
34#commandBarBottom {
35 margin-top: 5px;
36 margin-bottom: 10px;
37 -moz-margin-start: 10px;
38 -moz-margin-end: 5px;
39 min-width: 1px;
40}
41
42#commandBarBottom button {
43 margin: 0;
44 -moz-margin-end: 5px;
45}
46
47/* List Items */
48richlistitem {
49 padding-top: 6px;
50 padding-bottom: 6px;
51 -moz-padding-start: 7px;
52 -moz-padding-end: 7px;
53 min-height: 25px;
54 border-bottom: 1px dotted #666699;
55}
56
57richlistitem[isDisabled="true"] .addonIcon {
58 opacity: 0.3;
59}
60
61richlistitem[isDisabled="true"] {
62 color: #808080;
63}
64
65richlistitem[newAddon="true"] {
66 background-color: #FFFFCC;
67 color: #000000;
68}
69
70richlistitem[selected="true"] {
71 background-color: #CCD0DD;
72 color: #000000;
73}
74
75richlistitem[selected="true"] .text-link {
76 color: inherit;
77}
78
79#extensionsView:focus > richlistitem[selected="true"] {
80 background-color: #336699;
81 color: #FFFFFF;
82}
83
84#extensionsView:focus > richlistitem[selected="true"][isDisabled="true"] {
85 background-color: #666699;
86 color: #FFFFFF;
87}
88
89.descriptionWrap {
90 margin-bottom: 2px;
91}
92
93richlistitem[selected="true"]:not([opType]) .descriptionCrop {
94 display: none;
95}
96
97.addonName {
98 font-weight: bold;
99}
100
101.previewText {
102 font-size: larger;
103 font-weight: bold;
104 color: #000000;
105 text-align: center;
106}
107
108#themePreviewArea {
109 border: 1px inset #CCD0DD;
110 background-color: #FFFFFF;
111 color: #000000;
112 min-width: 65px;
113 overflow: auto;
114}
115
116#previewImageDeck {
117 min-width: 220px;
118}
119
120#themeSplitter {
121 border-width: 0;
122}
123
124.addonIcon {
125 -moz-margin-end: 2px;
126 width: 32px;
127 height: 32px;
128}
129
130.addonIcon > image {
131 max-width: 32px;
132 max-height: 32px;
133}
134
135.updateBadge,
136.notifyBadge {
137 width: 16px;
138 height: 16px;
139 margin-bottom: -3px;
140 list-style-image: url("chrome://mozapps/skin/extensions/notifyBadges.png");
141}
142
143richlistitem .updateBadge {
144 -moz-margin-end: -2px;
145}
146
147richlistitem .notifyBadge {
148 -moz-margin-start: -2px;
149}
150
151.updateBadge,
152.updateAvailableBox,
153.notifyBadge {
154 display: none;
155}
156
157richlistitem[availableUpdateURL][updateable="true"] .updateBadge,
158richlistitem[availableUpdateURL][updateable="true"] .updateAvailableBox,
159richlistitem[compatible="false"] .notifyBadge,
160richlistitem[providesUpdatesSecurely="false"] .notifyBadge,
161richlistitem[blocklisted="true"] .notifyBadge,
162richlistitem[blocklistedsoft="true"] .notifyBadge,
163richlistitem[satisfiesDependencies="false"] .notifyBadge {
164 display: -moz-box;
165}
166
167
168/* Selected Add-on buttons
169 See content/extensions.css to hide / display buttons */
170.selectedButtons {
171 margin-top: 4px;
172 min-height: 2.1em;
173}
174
175.selectedButtons > button {
176 margin-top: 0;
177 margin-bottom: 0;
178}
179
180.enableButton,
181.disableButton,
182.optionsButton,
183.useThemeButton {
184 -moz-margin-end: 0;
185}
186
187.enableButton, .disableButton,
188.uninstallButton, .cancelUninstallButton {
189 -moz-margin-start: 5px;
190}
191
192/* Selected Add-on status messages and images */
193richlistitem[compatible="true"] .incompatibleBox,
194richlistitem[providesUpdatesSecurely="true"] .insecureUpdateBox,
195richlistitem[satisfiesDependencies="true"] .needsDependenciesBox,
196richlistitem:not([blocklisted="true"]):not([blocklistedsoft="true"]) .blocklistedBox,
197richlistitem[blocklistedsoft="false"]:not([selected="true"]) .blocklistedBox,
198richlistitem[blocklisted="false"] .blocklistedLabel,
199richlistitem[blocklistedsoft="false"] .softBlocklistedLabel,
200richlistitem[opType="needs-uninstall"] .blocklistedBox,
201richlistitem[opType="needs-uninstall"] .incompatibleBox,
202richlistitem[opType="needs-uninstall"] .needsDependenciesBox,
203richlistitem[opType="needs-uninstall"] .blocklistedBox {
204 display: none;
205}
206
207richlistitem[loading="true"] .updateBadge {
208 display: -moz-box;
209 width: 16px;
210 height: 16px;
211 margin-bottom: -3px;
212 -moz-margin-end: -2px;
213 list-style-image: url("chrome://global/skin/icons/loading.gif");
214 -moz-image-region: auto;
215}
216
217.addonThrobber {
218 -moz-margin-start: 5px;
219 width: 16px;
220 height: 16px;
221 list-style-image: url("chrome://global/skin/icons/loading.gif");
222}
223
224.selectedStatusMsgs > hbox {
225 margin-top: 2px;
226 margin-bottom: 2px;
227}
228
229.selectedStatusMsgs label {
230 font-weight: bold;
231}
232
233.selectedStatusMsgs label.text-link {
234 font-weight: normal;
235 border: none;
236}
237
238richlistitem[opType="needs-uninstall"] .notifyBadge {
239 display: none;
240}
241
242.addon-search-details {
243 margin-top: 5px;
244 margin-bottom: 5px;
245 -moz-margin-start: 6px;
246 -moz-margin-end: 0;
247}
248
249.addonThumbnailContainer {
250 background-color: #CCD0DD;
251 padding: 5px;
252 border: 1px solid #9999CC;
253 width: 135px;
254 min-height: 104px;
255 -moz-margin-end: 5px;
256}
257
258.addonMissingThumbnail {
259 color: GrayText;
260 font-size: larger;
261 font-weight: bold;
262}
263
264.addonFailure {
265 width: 16px;
266 height: 16px;
267 list-style-image: url("chrome://mozapps/skin/extensions/notifyBadges.png");
268}
269
270.addonRating {
271 display: none;
272}
273
274.addonLearnMore {
275 margin-top: 4px;
276 margin-bottom: 4px;
277}
278
279.addonRating[rating] {
280 display: -moz-box;
281 width: 68px;
282 height: 12px;
283 list-style-image: url("chrome://mozapps/skin/extensions/ratings.png");
284}
285
286.addonRating[rating="0"] {
287 -moz-image-region: rect(0px 68px 12px 0px);
288}
289
290.addonRating[rating="1"] {
291 -moz-image-region: rect(12px 68px 24px 0px);
292}
293
294.addonRating[rating="2"] {
295 -moz-image-region: rect(24px 68px 36px 0px);
296}
297
298.addonRating[rating="3"] {
299 -moz-image-region: rect(36px 68px 48px 0px);
300}
301
302.addonRating[rating="4"] {
303 -moz-image-region: rect(48px 68px 60px 0px);
304}
305
306.addonRating[rating="5"] {
307 -moz-image-region: rect(60px 68px 72px 0px);
308}
309
310.addonType image {
311 -moz-margin-start: 6px;
312 list-style-image: url("chrome://mozapps/skin/extensions/extensionIcons.png");
313 width: 16px;
314 height: 16px;
315}
316
317.addonTypeExtension image {
318 -moz-image-region: rect(0px 16px 16px 0px);
319}
320
321.addonTypeTheme image {
322 -moz-image-region: rect(0px 32px 16px 16px);
323}
324
325vbox[typeName="status"][type="search-failure"],
326vbox[typeName="status"][type="recommended-failure"],
327vbox[typeName="status"][type="message-norecommended"],
328vbox[typeName="status"][type="message-nosearchresults"],
329vbox[typeName="status"][type="retrieve-search"],
330vbox[typeName="status"][type="retrieve-recommended"] {
331 margin-top: 2em;
332}
333
334vbox[typeName="status"][type="footer-recommended"],
335vbox[typeName="status"][type="footer-search"] {
336 margin-top: 1em;
337}
338
339vbox[typeName="status"][type="header-recommended"] {
340 font-size: 150%;
341 background: #CCD0DD;
342}
343
344#searchbox {
345 padding: 0;
346}
347
348#progressBox {
349 padding: 5px;
350}
351
352#progressBox > hbox {
353 -moz-box-align: center;
354}
355
356/* View buttons */
357.viewSelector {
358 border-bottom: 1px solid #9999CC;
359 margin: 0px;
360 -moz-padding-start: 10px;
361 background-color: #CCD0DD;
362 color: #000000;
363}
364
365#viewGroup radio {
366 margin: 0px;
367 padding: 1px 3px;
368 min-width: 4.5em;
369 list-style-image: url("chrome://mozapps/skin/extensions/viewButtons.png");
370 border: 1px solid transparent;
371}
372
373#viewGroup radio:hover {
374 border: 1px outset #CCD0DD;
375}
376
377#viewGroup radio[selected="true"] {
378 border: 1px inset #CCD0DD;
379 background-color: #DDDDDD;
380}
381
382.viewButtonIcon {
383 width: 32px;
384 height: 32px;
385}
386
387radio#extensions-view {
388 -moz-image-region: rect(0px, 32px, 32px, 0px)
389}
390
391radio#themes-view {
392 -moz-image-region: rect(0px, 64px, 32px, 32px)
393}
394
395radio#locales-view {
396 -moz-image-region: rect(0px, 96px, 32px, 64px)
397}
398
399radio#plugins-view {
400 -moz-image-region: rect(0px, 128px, 32px, 96px)
401}
402
403radio#updates-view {
404 -moz-image-region: rect(0px, 160px, 32px, 128px)
405}
406
407radio#installs-view {
408 -moz-image-region: rect(0px, 192px, 32px, 160px)
409}
410
411radio#search-view {
412 -moz-image-region: rect(0px, 224px, 32px, 192px)
413}
414
415/* Update view checkbox */
416.includeUpdate {
417 -moz-user-focus: none;
418}
419
420richlistitem[selected="true"] .includeUpdate {
421 -moz-user-focus: normal;
422}
423
424#infoDisplay {
425 overflow-y: auto;
426}
427
428#infoDisplay body {
429 padding: 5px;
430}
431
432#infoDisplay h1,
433#infoDisplay h2,
434#infoDisplay h3 {
435 text-align: left;
436 font-weight: bold;
437 margin: 0 0 0.7em;
438}
439
440#infoDisplay h1 {
441 font-size: 150%;
442}
443
444#infoDisplay h2 {
445 font-size: 125%;
446}
447
448#infoDisplay h3 {
449 font-size: 100%;
450}
451
452#infoDisplay ol,
453#infoDisplay ul {
454 margin: 0 0 0.7em;
455}
456
457#infoDisplay li {
458 text-align: left;
459}
460
461#infoDisplay p {
462 text-align: justify;
463 margin: 0 0 0.7em;
464}