5f94941cc698a6cacbe5c3787b25774afb9999c4
[themes.git] / LCARStrek / communicator / skin / xpinstall / xpinstall.css
1 /* 
2  * The contents of this file are subject to the Netscape Public
3  * License Version 1.1 (the "License"); you may not use this file
4  * except in compliance with the License. You may obtain a copy of
5  * the License at http://www.mozilla.org/NPL/
6  *  
7  * Software distributed under the License is distributed on an "AS
8  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9  * implied. See the License for the specific language governing
10  * rights and limitations under the License.
11  *  
12  * The Original Code is Mozilla Communicator client code.
13  * 
14  * The Initial Developer of the Original Code is Netscape
15  * Communications Corporation. Portions created by Netscape are
16  * Copyright (C) 1998-1999 Netscape Communications Corporation. All
17  * Rights Reserved.
18  * 
19  * Contributor(s): 
20  *   Don Bragg (dbragg@netscape.com) 12/08/1999
21  *   Blake Ross (BlakeR1234@aol.com)  6/12/2000
22  */
23
24 @import url(chrome://global/skin);
25
26
27 div.label {
28   margin                    : 3px;
29 }
30
31 div#tree-housing {
32   height                    : 3em;
33 }
34
35 box#mainBox{
36   margin                    : 5px;
37 }
38
39 box#okcancelBox{
40   margin-left               : 22em;
41   margin-top                : 3px;
42   margin-bottom             : 3px;
43 }
44
45
46 box#treeBox{
47   height                    : 18ex;
48   margin                    : 0em;
49 }
50
51 box#statusMessages{
52   width                     : 36em;
53 }
54
55
56 /*
57 div#table-housing {
58   height                    : 100%;
59 }
60 */
61
62 tree#modulesTree {
63   background-color          : transparent ! important;
64   height                    : 16ex;
65   width                     : 32em;
66 /*  margin-left               : 5px;
67   margin-right              : 3px; */
68   border                    : 1px solid #FFCF00;
69   -moz-border-radius        : 5px;
70 }
71
72 treecell#moduleName {
73   width                     : 50%
74 }
75
76 treecell#moduleSource {
77   width                     : 50%;
78 }
79 tree > treechildren {
80 /*  background-color          : window ! important; */
81 }
82
83 tree#modulesTree > treehead > treerow > treecell {
84   padding-left              : 1px;
85   padding-right             : 1px;
86   border-left               : none;
87   border-top                : none;
88   border-right              : none;
89   background-color          : transparent ! important;
90   color                     : windowtext;
91 }
92
93 spring#verticalSmallSpacer {
94   height                    : 1ex;
95 }
96
97 spring#verticalLargeSpacer {
98   height                    : 6ex;
99 }
100
101 spring#verticalMediumSpacer {
102   height                    : 3ex;
103 }
104
105 spring#horizontalSmallSpacer {
106   width                     : 1em;
107 }
108
109 spring#horizontalLargeSpacer {
110   width                     : 10em;
111 }
112
113 .headline {
114   font-size                 : 2em;
115   margin                    : 4px;
116   font-weight               : bold;
117 }