toolkit/themes/windows/mozapps/extensions/about.css

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:59e083c59b19
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 #genericAbout {
6 padding: 0px;
7 min-height: 200px;
8 max-height: 400px;
9 width: 30em;
10 }
11
12 #clientBox {
13 background-color: -moz-Dialog;
14 color: -moz-DialogText;
15 }
16
17 @media (-moz-windows-compositor) {
18 #genericAbout {
19 -moz-appearance: -moz-win-glass;
20 background: transparent;
21 }
22
23 #clientBox {
24 -moz-appearance: -moz-win-exclude-glass;
25 }
26 }
27
28
29 .basic-info {
30 padding: 10px;
31 }
32
33 #extensionIcon {
34 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
35 max-width: 64px;
36 max-height: 64px;
37 -moz-margin-end: 6px;
38 }
39
40 #genericAbout[addontype="theme"] #extensionIcon {
41 list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
42 }
43
44 #genericAbout[addontype="locale"] #extensionIcon {
45 list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
46 }
47
48 #genericAbout[addontype="plugin"] #extensionIcon {
49 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
50 }
51
52 #genericAbout[addontype="dictionary"] #extensionIcon {
53 list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
54 }
55
56 #extensionName {
57 font-size: 200%;
58 font-weight: bolder;
59 }
60
61 #extensionVersion {
62 font-weight: bold;
63 }
64
65 #extensionDescription {
66 margin-top: 4px;
67 }
68
69 #groove {
70 margin-top: 8px;
71 }
72
73 #extensionDetailsBox {
74 overflow: auto;
75 min-height: 100px;
76 }
77
78 .boxIndent {
79 -moz-margin-start: 18px;
80 }
81
82 #extensionCreator, .contributor {
83 margin: 0px;
84 }
85
86 .sectionTitle {
87 padding: 2px 0px 3px 0px;
88 margin-top: 3px;
89 font-weight: bold;
90 }
91

mercurial