some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / 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
e10e7add
RK
8#clientBox {
9 background-color: #000000;
10 color: #FF9F00;
11}
12
e1313d59
RK
13.basic-info {
14 padding: 10px;
15}
16
17#extensionIcon {
7729765c 18 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.svg");
e1313d59
RK
19 max-width: 64px;
20 max-height: 64px;
dae45075 21 margin-inline-end: 6px;
e1313d59
RK
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
1e29db46
RK
36#genericAbout[addontype="dictionary"] #extensionIcon {
37 list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
38}
39
e10e7add
RK
40#extensionName {
41 font-size: large;
42 font-weight: bold;
43}
44
45#extensionVersion {
46 font-weight: bold;
47 color: #9C9CFF;
48}
49
e1313d59
RK
50#extensionDescription {
51 margin-top: 4px;
e10e7add
RK
52}
53
54#groove {
55 margin-top: 0px;
56}
57
e10e7add 58.boxIndent {
dae45075 59 margin-inline-start: 6px;
e10e7add
RK
60}
61
62#extensionCreator, .contributor {
63 margin: 0px;
64}
65
66.sectionTitle {
67 border-top: 2px groove #008484;
68 padding: 3px 0px;
69 margin-top: 3px;
70 font-weight: bold;
71}
72