update both themes for global winstripe changes up to 2010-12-30
[themes.git] / EarlyBlue / mozapps / extensions / about.css
CommitLineData
e1313d59
RK
1#genericAbout {
2 padding: 0px;
3 min-height: 200px;
4 max-height: 400px;
5 width: 30em;
6}
7
49037d9b
RK
8#clientBox {
9 background-color: #FFFFFF;
10 color: #000000;
11}
12
e1313d59
RK
13.basic-info {
14 padding: 10px;
15}
16
17#extensionIcon {
18 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
19 max-width: 64px;
20 max-height: 64px;
21 -moz-margin-end: 6px;
22}
23
24#genericAbout[addontype="theme"] #extensionIcon {
25 list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
26}
27
28#genericAbout[addontype="locale"] #extensionIcon {
29 list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
30}
31
32#genericAbout[addontype="plugin"] #extensionIcon {
33 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
34}
35
49037d9b
RK
36#extensionName {
37 font-size: large;
38 font-weight: bold;
39}
40
41#extensionVersion {
42 font-weight: bold;
43 color: #808080;
44}
45
e1313d59
RK
46#extensionDescription {
47 margin-top: 4px;
49037d9b
RK
48}
49
50#groove {
51 margin-top: 0px;
52}
53
e1313d59
RK
54#extensionDetailsBox {
55 overflow: auto;
56 min-height: 100px;
49037d9b
RK
57}
58
ecb2fda9 59.boxIndent {
49037d9b
RK
60 -moz-margin-start: 6px;
61}
62
63#extensionCreator, .contributor {
64 margin: 0px;
65}
66
67.sectionTitle {
68 border-top: 2px groove #CCD0DD;
69 padding: 3px 0px;
70 margin-top: 3px;
71 font-weight: bold;
72}
73