some small updates got to know during LCARStrek work
[themes.git] / EarlyBlue / global / outliner.css
1 /* ***** BEGIN LICENSE BLOCK *****
2  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3  *
4  * The contents of this file are subject to the Mozilla Public License Version
5  * 1.1 (the "License"); you may not use this file except in compliance with
6  * the License. You may obtain a copy of the License at
7  * http://www.mozilla.org/MPL/
8  *
9  * Software distributed under the License is distributed on an "AS IS" basis,
10  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11  * for the specific language governing rights and limitations under the
12  * License.
13  *
14  * The Original Code is "Classic" theme of mozilla.org code.
15  *
16  * The Initial Developer of the Original Code is
17  * the Mozilla Organization.
18  * Portions created by the Initial Developer are Copyright (C) 1998-2001
19  * the Initial Developer. All Rights Reserved.
20  *
21  * Contributor(s):
22  *   Robert Kaiser <KaiRo@KaiRo.at>
23  *
24  * Alternatively, the contents of this file may be used under the terms of
25  * either the GNU General Public License Version 2 or later (the "GPL"), or
26  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27  * in which case the provisions of the GPL or the LGPL are applicable instead
28  * of those above. If you wish to allow use of your version of this file only
29  * under the terms of either the GPL or the LGPL, and not to allow others to
30  * use your version of this file under the terms of the MPL, indicate your
31  * decision by deleting the provisions above and replace them with the notice
32  * and other provisions required by the GPL or the LGPL. If you do not delete
33  * the provisions above, a recipient may use your version of this file under
34  * the terms of any one of the MPL, the GPL or the LGPL.
35  *
36  * ***** END LICENSE BLOCK ***** */
37
38 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
39
40 /* ===== outliner.css ===================================================
41   == Styles used by the XUL outline element.
42   ======================================================================= */
43
44 /* ::::: outliner ::::: */
45
46 outliner {
47   border-spacing: 0px;     
48   border: none;
49   background-color: #FFFFFF;
50   color: #000000;   
51 }
52
53 /* ::::: outliner rows ::::: */
54
55 outlinerchildren:-moz-outliner-row {
56   border: 1px solid transparent;
57   height: 18px;
58 }
59
60 outlinerchildren:-moz-outliner-row(selected) {
61   background-color: #808080;
62 }
63
64 outlinerchildren:-moz-outliner-row(selected, focus) {
65   background-color: #336699;
66 }
67
68 outlinerchildren:-moz-outliner-row(current, focus) {
69   border: 1px dotted #9999CC;
70 }
71
72 /* ::::: outliner cells ::::: */
73
74 outlinerchildren:-moz-outliner-cell {
75   padding: 0px 2px 0px 2px;
76 }
77
78 outlinerchildren:-moz-outliner-cell-text {
79   color: inherit;
80   border: 2px solid transparent;
81 }
82
83 outlinerchildren:-moz-outliner-cell-text(selected) {
84   color: #FFFFFF;
85 }
86
87 outlinerchildren:-moz-outliner-cell-text(selected, focus) {
88   color: #FFFFFF;
89 }
90
91 outlinerchildren:-moz-outliner-cell-text(primary) {
92   border: 2px solid transparent;
93 }
94
95 outlinerchildren:-moz-outliner-cell-text(primary, drop) {
96   background-color: #336699;
97   color: #FFFFFF;
98 }
99
100 outlinerchildren:-moz-outliner-cell-text(primary, dropBefore) {
101   border-top: 2px solid #000000;
102 }
103
104 outlinerchildren:-moz-outliner-cell-text(selected, primary, dropBefore) {
105   border-top: 2px solid #000000;
106 }
107
108 outlinerchildren:-moz-outliner-cell-text(primary, dropAfter) {
109   border-bottom: 2px solid #000000;
110 }
111
112 outlinerchildren:-moz-outliner-cell-text(selected, primary, dropAfter) {
113   border-bottom: 2px solid #000000;
114 }
115
116
117 /* ::::: lines connecting cells ::::: */
118
119 outlinerchildren:-moz-outliner-line {
120   visibility: hidden;
121 }
122
123 /*
124 outlinerchildren:-moz-outliner-line {
125   border: 1px dotted grey;
126 }
127
128 outlinerchildren:-moz-outliner-line(selected, focus) {
129   border: 1px dotted black;
130 }
131 */
132
133 outlinerchildren:-moz-outliner-separator {
134   border: 1px outset #CCD0DD;
135 }
136
137 /* ::::: outliner columns ::::: */
138
139 outlinercol { 
140   -moz-box-align: center;
141   -moz-box-pack: center;
142   border: 1px outset #CCD0DD;
143   background-color: #CCD0DD;
144   color: #000000;
145   padding: 1px 4px;
146 }
147
148 outlinercolpicker { 
149   -moz-box-align: center;
150   -moz-box-pack: center;
151   border: 1px solid transparent;
152   background-color: #CCD0DD;
153   padding: 1px 0px;
154 }
155
156 .outlinercol-image {
157   padding: 1px;
158 }
159   
160 .outlinercol-text {
161   margin: 0px !important;
162   padding: 0px !important;
163 }
164
165 /* ..... internal box ..... */
166
167 outlinercol:hover:active {
168   border: 1px solid #666699;
169   padding: 2px 3px 0px 5px;
170 }
171
172 outlinercolpicker:hover:active {
173   border: 1px solid #666699;
174 }
175
176 .outlinercol-image:hover:active {
177   padding: 2px 0px 0px 2px;
178 }
179
180 /* ::::: column drag and drop styles ::::: */
181
182 outlinercol[dragging="true"] {
183   border: 1px solid transparent;
184   background-color: #336699;
185   color: #000000;
186 }
187
188 outlinercol[insertafter="true"] {
189   border-right: 1px solid #000000;
190 }
191
192 outlinercol[insertbefore="true"] {
193   border-left: 1px solid #000000;
194 }
195
196 outlinerchildren:-moz-outliner-column(insertbefore) {
197   border-left: 1px solid #000000;
198 }
199
200 outlinerchildren:-moz-outliner-column(insertafter) {
201   border-right: 1px solid #000000;
202 }
203
204 /* ::::: sort direction indicator :::::  */
205
206 .outlinercol-sortdirection {
207   list-style-image: none;
208 }
209
210 .sortDirectionIndicator[sortDirection="ascending"] .outlinercol-sortdirection {
211   list-style-image: url("chrome://global/skin/tree/sort-asc.gif");
212 }
213
214 .sortDirectionIndicator[sortDirection="descending"] .outlinercol-sortdirection {
215   list-style-image: url("chrome://global/skin/tree/sort-desc.gif");
216 }
217
218 /* ::::: column picker :::::  */
219
220 .outliner-columnpicker-icon {
221   list-style-image: url("chrome://global/skin/tree/columnpicker.gif");
222 }
223
224 /* ::::: twisty :::::  */
225
226 outlinerchildren:-moz-outliner-twisty {
227   padding-right: 2px;
228   width: 12px; /* The image's width is 12 pixels */
229   list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
230 }
231   
232 outlinerchildren:-moz-outliner-twisty(open) {
233   width: 12px; /* The image's width is 12 pixels */
234   list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
235 }
236
237 outlinerchildren:-moz-outliner-indentation {
238   width: 10px;
239 }