update with classic theme development, keep about:plugins compatible for 1.7 release...
[themes.git] / LCARStrek / global / tree.css
... / ...
CommitLineData
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 * Joe Hewitt (hewitt@netscape.com)
24 * Dean Tessman (dean_tessman@hotmail.com)
25 *
26 * Alternatively, the contents of this file may be used under the terms of
27 * either the GNU General Public License Version 2 or later (the "GPL"), or
28 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29 * in which case the provisions of the GPL or the LGPL are applicable instead
30 * of those above. If you wish to allow use of your version of this file only
31 * under the terms of either the GPL or the LGPL, and not to allow others to
32 * use your version of this file under the terms of the MPL, indicate your
33 * decision by deleting the provisions above and replace them with the notice
34 * and other provisions required by the GPL or the LGPL. If you do not delete
35 * the provisions above, a recipient may use your version of this file under
36 * the terms of any one of the MPL, the GPL or the LGPL.
37 *
38 * ***** END LICENSE BLOCK ***** */
39
40@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
41
42/* ===== tree.css =======================================================
43 == Styles used by the XUL tree element.
44 ======================================================================= */
45
46/* ::::: tree ::::: */
47
48tree {
49 -moz-border-radius: 5px;
50 border-spacing: 0px;
51 border: 1px solid #9C9CFF;
52 background-color: #000000;
53 color: #FF9F00;
54}
55
56/* ::::: tree focusring ::::: */
57
58/* deactivated, looks too bad for me in LCARStrek
59.focusring > .tree-rows > .tree-bodybox {
60 border: 1px solid transparent;
61}
62
63.focusring:focus > .tree-rows > .tree-bodybox {
64 border-color: #FFCF00;
65}
66*/
67
68/* ::::: tree rows ::::: */
69
70treechildren::-moz-tree-row {
71 border: 1px solid transparent;
72 background-color: transparent;
73 min-height: 18px;
74 height: 1.3em;
75}
76
77treechildren::-moz-tree-row(selected) {
78 background-color: #008484;
79 color: #FFCF00;
80}
81
82treechildren::-moz-tree-row(selected, focus) {
83 background-color: #008484;
84 color: #FFCF00;
85}
86
87treechildren::-moz-tree-row(current, focus) {
88 border: 1px dotted #FF9F00;
89}
90
91treechildren::-moz-tree-row(selected, current, focus) {
92 border: 1px dotted #FF9F00;
93}
94
95tree[selstyle="primary"] > treechildren::-moz-tree-row {
96 border: none;
97 background-color: transparent;
98}
99
100/* ::::: tree cells ::::: */
101
102treechildren::-moz-tree-cell {
103 padding: 0px 0px 1px 2px;
104}
105
106tree[selstyle="primary"] > treechildren::-moz-tree-cell-text,
107treechildren::-moz-tree-cell-text {
108 color: inherit;
109}
110
111tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary) {
112 border: 1px solid transparent;
113 padding: 0px 1px 1px 1px;
114}
115
116treechildren::-moz-tree-cell-text(selected) {
117 color: #FFCF00;
118}
119
120tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected) {
121 background-color: #008484;
122 color: #FFCF00;
123}
124
125treechildren::-moz-tree-cell-text(selected, focus) {
126 color: #FFCF00;
127}
128
129tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected, focus) {
130 background-color: #008484;
131 color: #FFCF00;
132}
133
134tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, current, focus) {
135 border: 1px dotted #FF9F00;
136}
137
138tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected, current, focus) {
139 border: 1px dotted #FF9F00;
140}
141
142/* ::::: lines connecting cells ::::: */
143
144tree[selstyle="primary"] > treechildren::-moz-tree-line,
145treechildren::-moz-tree-line {
146 visibility: hidden;
147}
148
149/*
150treechildren::-moz-tree-line {
151 border: 1px dotted grey;
152}
153
154treechildren::-moz-tree-line(selected) {
155 border: 1px dotted black;
156}
157*/
158
159/* ::::: tree separator ::::: */
160
161treechildren::-moz-tree-separator {
162 margin-top: 1px;
163 border: 1px solid #9C9CFF;
164 height: 2px;
165}
166
167/* ::::: drop feedback ::::: */
168
169tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, dropOn),
170treechildren::-moz-tree-cell-text(dropOn) {
171 background-color: #008484;
172 color: #FFCF00;
173}
174
175treechildren::-moz-tree-drop-feedback {
176 background-color: #008484;
177 width: 50px;
178 height: 2px;
179 margin-left: 5px;
180}
181
182treechildren::-moz-tree-drop-feedback(selected) {
183 background-color: #FFCF00;
184}
185
186/* ::::: tree checkbox ::::: */
187
188treechildren::-moz-tree-checkbox {
189 list-style-image: url("chrome://global/skin/tree/checkbox.gif");
190}
191
192treechildren::-moz-tree-checkbox(checked) {
193 list-style-image: url("chrome://global/skin/tree/checkbox-checked.gif");
194}
195
196/* ::::: tree progress meter ::::: */
197
198treechildren::-moz-tree-progressmeter {
199 margin: 0px 0px;
200 border: 1px solid #FF9F00;
201 background-color: #000000;
202 color: #008484;
203}
204
205treechildren::-moz-tree-progressmeter(progressUndetermined) {
206 list-style-image: url("chrome://global/skin/progressmeter/progressmeter-busy.gif");
207 background-color: #008484;
208}
209
210treechildren::-moz-tree-cell-text(progressmeter) {
211 margin: 2px 4px;
212}
213
214/* ::::: tree columns ::::: */
215
216treecol {
217 -moz-box-align: center;
218 -moz-box-pack: center;
219 border: 1px solid #FF9F00;
220 background-color: #9C9CFF;
221 color: #000000;
222 padding: 1px 4px;
223}
224
225treecolpicker {
226 -moz-box-align: center;
227 -moz-box-pack: center;
228 border: 1px solid transparent;
229 background-color: #000000;
230 padding: 1px 0px;
231}
232
233.treecol-image {
234 padding: 1px;
235}
236
237.treecol-text {
238 margin: 0px !important;
239 padding: 0px !important;
240}
241
242treecol[hideheader="true"] {
243 border: none;
244 padding: 0;
245}
246
247/* ..... internal box ..... */
248
249treecol:hover:active {
250 border: 1px solid #FFCF00;
251 padding: 2px 3px 0px 5px;
252}
253
254treecolpicker:hover {
255 background-color: #FFCF00;
256}
257
258treecolpicker:hover:active {
259 border: 1px solid #FFCF00;
260 background-color: #FF9F00;
261}
262
263.treecol-image:hover:active {
264 padding: 2px 0px 0px 2px;
265}
266
267/* ::::: column drag and drop styles ::::: */
268
269treecol[dragging="true"] {
270 border: 1px solid transparent;
271 background-color: #008484;
272 color: #000000;
273}
274
275treecol[insertafter="true"] {
276 border-right: 1px solid #FFCF00;
277}
278
279treecol[insertbefore="true"] {
280 border-left: 1px solid #FFCF00;
281}
282
283treechildren::-moz-tree-column(insertbefore) {
284 border-left: 1px solid #FFCF00;
285}
286
287treechildren::-moz-tree-column(insertafter) {
288 border-right: 1px solid #FFCF00;
289}
290
291/* ::::: sort direction indicator ::::: */
292
293.treecol-sortdirection {
294 list-style-image: none;
295 width: 8px; /* The image's width is 7 pixels */
296}
297
298.sortDirectionIndicator[sortDirection="ascending"] .treecol-sortdirection {
299 list-style-image: url("chrome://global/skin/tree/sort-asc.gif");
300}
301
302.sortDirectionIndicator[sortDirection="descending"] .treecol-sortdirection {
303 list-style-image: url("chrome://global/skin/tree/sort-desc.gif");
304}
305
306/* ::::: column picker ::::: */
307
308.tree-columnpicker-icon {
309 list-style-image: url("chrome://global/skin/tree/columnpicker.gif");
310}
311
312treecolpicker:hover > .tree-columnpicker-icon,
313treecolpicker:hover:active > .tree-columnpicker-icon {
314 list-style-image: url("chrome://global/skin/tree/columnpicker-hover.gif");
315}
316
317/* ::::: twisty ::::: */
318
319treechildren::-moz-tree-twisty {
320 padding-right: 2px;
321 padding-top: 1px;
322 width: 11px; /* The image's width is 11 pixels */
323 list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
324}
325
326treechildren::-moz-tree-twisty(open) {
327 width: 11px; /* The image's width is 11 pixels */
328 list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
329}
330
331treechildren::-moz-tree-indentation {
332 width: 11px;
333}
334
335/* ::::: gridline style ::::: */
336
337treechildren.gridlines::-moz-tree-cell {
338 border-right: 1px solid green;
339 border-bottom: 1px solid green;
340}
341
342treechildren.gridlines::-moz-tree-row {
343 border: none;
344}
345
346/* ::::: alternating background ::::: */
347
348treechildren[alternatingbackground="true"]::-moz-tree-row(odd) {
349 background-color: #6000CF;
350}
351
352treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected) {
353 background-color: #E7ADE7;
354}
355
356treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected, focus) {
357 background-color: #E7ADE7;
358}