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