update both themes for global winstripe changes up to 2010-12-30
[themes.git] / LCARStrek / mozapps / extensions / about.css
1 #genericAbout {
2   padding: 0px;
3   min-height: 200px;
4   max-height: 400px;
5   width: 30em;
6 }
7
8 #clientBox {
9   background-color: #000000;
10   color: #FF9F00;
11 }
12
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
36 #extensionName {
37   font-size: large;
38   font-weight: bold;
39 }
40
41 #extensionVersion {
42   font-weight: bold;
43   color: #9C9CFF;
44 }
45
46 #extensionDescription {
47   margin-top: 4px;
48 }
49
50 #groove {
51   margin-top: 0px;
52 }
53
54 .boxIndent {
55   -moz-margin-start: 6px;
56 }
57
58 #extensionCreator, .contributor {
59   margin: 0px;
60 }
61
62 .sectionTitle {
63   border-top: 2px groove #008484;
64   padding: 3px 0px;
65   margin-top: 3px;
66   font-weight: bold;
67 }
68