resync with EarlyBlue
[themes.git] / LCARStrek / global / tree.css
CommitLineData
351107c9 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>
dc8e1207 23 * Joe Hewitt (hewitt@netscape.com)
24 * Dean Tessman (dean_tessman@hotmail.com)
351107c9 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
7aa65558 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
ac1cdf20 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
7aa65558 68/* ::::: tree rows ::::: */
69
01fc5c11 70treechildren::-moz-tree-row {
7aa65558 71 border: 1px solid transparent;
ac1cdf20 72 background-color: transparent;
b1e5c9b1 73 min-height: 18px;
74 height: 1.3em;
7aa65558 75}
76
01fc5c11 77treechildren::-moz-tree-row(selected) {
7aa65558 78 background-color: #008484;
79 color: #FFCF00;
80}
81
01fc5c11 82treechildren::-moz-tree-row(selected, focus) {
7aa65558 83 background-color: #008484;
84 color: #FFCF00;
85}
86
01fc5c11 87treechildren::-moz-tree-row(current, focus) {
dc8e1207 88 border: 1px dotted #FF9F00;
89}
90
01fc5c11 91treechildren::-moz-tree-row(selected, current, focus) {
dc8e1207 92 border: 1px dotted #FF9F00;
7aa65558 93}
94
03f6f39c 95tree[selstyle="primary"] > treechildren::-moz-tree-row {
96 border: none;
97 background-color: transparent;
98}
99
7aa65558 100/* ::::: tree cells ::::: */
101
01fc5c11 102treechildren::-moz-tree-cell {
7aa65558 103 padding: 0px 0px 1px 2px;
104}
105
01fc5c11 106tree[selstyle="primary"] > treechildren::-moz-tree-cell-text,
107treechildren::-moz-tree-cell-text {
7aa65558 108 color: inherit;
03f6f39c 109}
110
111tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary) {
7aa65558 112 border: 2px solid transparent;
03f6f39c 113 padding: 0px 1px 1px 1px;
7aa65558 114}
115
116/*
01fc5c11 117treechildren::-moz-tree-cell-text(selected) {
7aa65558 118 color: #FFFFFF;
119}
120
01fc5c11 121tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected) {
ac1cdf20 122 background-color: #808080;
123 color: #FFFFFF;
124}
125
01fc5c11 126treechildren::-moz-tree-cell-text(selected, focus) {
7aa65558 127 color: #FFFFFF;
128}
ac1cdf20 129
01fc5c11 130tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected, focus) {
ac1cdf20 131 background-color: #336699;
132 color: #FFFFFF;
133}
134
01fc5c11 135tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, current, focus) {
ac1cdf20 136 border: 1px dotted #9999CC;
137}
138
01fc5c11 139tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected, current, focus) {
ac1cdf20 140 border: 1px dotted #666699;
141}
7aa65558 142*/
143
144/* ::::: lines connecting cells ::::: */
145
01fc5c11 146tree[selstyle="primary"] > treechildren::-moz-tree-line,
147treechildren::-moz-tree-line {
7aa65558 148 visibility: hidden;
149}
150
151/*
01fc5c11 152treechildren::-moz-tree-line {
7aa65558 153 border: 1px dotted grey;
154}
155
01fc5c11 156treechildren::-moz-tree-line(selected) {
7aa65558 157 border: 1px dotted black;
158}
159*/
160
161/* ::::: tree separator ::::: */
162
01fc5c11 163treechildren::-moz-tree-separator {
7aa65558 164 border: 1px solid #9C9CFF;
165}
166
167/* ::::: drop feedback ::::: */
168
01fc5c11 169tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, dropOn),
170treechildren::-moz-tree-cell-text(dropOn) {
7aa65558 171 background-color: #008484;
172 color: #FFCF00;
173}
174
01fc5c11 175treechildren::-moz-tree-drop-feedback {
7aa65558 176 background-color: #008484;
177 width: 50px;
178 height: 2px;
179 margin-left: 5px;
180}
181
01fc5c11 182treechildren::-moz-tree-drop-feedback(selected) {
7aa65558 183 background-color: #FFCF00;
184}
185
b1e5c9b1 186/* ::::: tree progress meter ::::: */
187
01fc5c11 188treechildren::-moz-tree-progressmeter {
b1e5c9b1 189 margin: 0px 0px;
190 border: 1px solid #FF9F00;
191 background-color: #000000;
192 color: #008484;
193}
194
01fc5c11 195treechildren::-moz-tree-progressmeter(progressUndetermined) {
b1e5c9b1 196 list-style-image: url("chrome://global/skin/progressmeter/progressmeter-busy.gif");
197 background-color: #008484;
198}
199
01fc5c11 200treechildren::-moz-tree-cell-text(progressmeter) {
b1e5c9b1 201 margin: 2px 4px;
202}
203
7aa65558 204/* ::::: tree columns ::::: */
205
206treecol {
207 -moz-box-align: center;
208 -moz-box-pack: center;
209 border: 1px solid #FF9F00;
210 background-color: #9C9CFF;
211 color: #000000;
212 padding: 1px 4px;
213}
214
215treecolpicker {
216 -moz-box-align: center;
217 -moz-box-pack: center;
218 border: 1px solid transparent;
219 background-color: #000000;
220 padding: 1px 0px;
221}
222
223.treecol-image {
224 padding: 1px;
225}
226
227.treecol-text {
228 margin: 0px !important;
229 padding: 0px !important;
230}
231
cc973dd9 232treecol[hideheader="true"] {
233 border: none;
234 padding: 0;
235}
236
7aa65558 237/* ..... internal box ..... */
238
239treecol:hover:active {
240 border: 1px solid #FFCF00;
241 padding: 2px 3px 0px 5px;
242}
351107c9 243
7aa65558 244treecolpicker:hover {
245 background-color: #FFCF00;
246}
351107c9 247
7aa65558 248treecolpicker:hover:active {
249 border: 1px solid #FFCF00;
250 background-color: #FF9F00;
251}
252
253.treecol-image:hover:active {
254 padding: 2px 0px 0px 2px;
255}
256
257/* ::::: column drag and drop styles ::::: */
258
259treecol[dragging="true"] {
260 border: 1px solid transparent;
261 background-color: #008484;
262 color: #000000;
263}
264
265treecol[insertafter="true"] {
266 border-right: 1px solid #FFCF00;
267}
268
269treecol[insertbefore="true"] {
270 border-left: 1px solid #FFCF00;
271}
272
01fc5c11 273treechildren::-moz-tree-column(insertbefore) {
7aa65558 274 border-left: 1px solid #FFCF00;
275}
276
01fc5c11 277treechildren::-moz-tree-column(insertafter) {
7aa65558 278 border-right: 1px solid #FFCF00;
279}
280
281/* ::::: sort direction indicator ::::: */
282
283.treecol-sortdirection {
284 list-style-image: none;
285}
286
287.sortDirectionIndicator[sortDirection="ascending"] .treecol-sortdirection {
288 list-style-image: url("chrome://global/skin/tree/sort-asc.gif");
289}
290
291.sortDirectionIndicator[sortDirection="descending"] .treecol-sortdirection {
292 list-style-image: url("chrome://global/skin/tree/sort-desc.gif");
293}
294
295/* ::::: column picker ::::: */
296
731b0901 297.tree-columnpicker-icon {
7aa65558 298 list-style-image: url("chrome://global/skin/tree/columnpicker.gif");
299}
300
731b0901 301treecolpicker:hover > .tree-columnpicker-icon,
302treecolpicker:hover:active > .tree-columnpicker-icon {
7aa65558 303 list-style-image: url("chrome://global/skin/tree/columnpicker-hover.gif");
304}
305
306/* ::::: twisty ::::: */
307
01fc5c11 308treechildren::-moz-tree-twisty {
7aa65558 309 padding-right: 2px;
b1e5c9b1 310 padding-top: 1px;
311 width: 11px; /* The image's width is 11 pixels */
7aa65558 312 list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
313}
351107c9 314
01fc5c11 315treechildren::-moz-tree-twisty(open) {
b1e5c9b1 316 width: 11px; /* The image's width is 11 pixels */
7aa65558 317 list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
318}
319
01fc5c11 320treechildren::-moz-tree-indentation {
b1e5c9b1 321 width: 11px;
7aa65558 322}
323
324/* ::::: gridline style ::::: */
325
01fc5c11 326treechildren.gridlines::-moz-tree-cell {
7aa65558 327 border-right: 1px solid green;
328 border-bottom: 1px solid green;
329}
330
01fc5c11 331treechildren.gridlines::-moz-tree-row {
7aa65558 332 border: none;
ac1cdf20 333}