jstree-jQuery-Plugin hinzugefĆ¼gt
[kivitendo-erp.git] / js / themes / classic / style.css
1 /*
2  * jsTree classic theme 1.0
3  * Supported features: dots/no-dots, icons/no-icons, focused, loading
4  * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
5  */
6
7 .jstree-classic li, 
8 .jstree-classic ins { background-image:url("d.png"); background-repeat:no-repeat; background-color:transparent; }
9 .jstree-classic li { background-position:-90px 0; background-repeat:repeat-y;  }
10 .jstree-classic li.jstree-last { background:transparent; }
11 .jstree-classic .jstree-open > ins { background-position:-72px 0; }
12 .jstree-classic .jstree-closed > ins { background-position:-54px 0; }
13 .jstree-classic .jstree-leaf > ins { background-position:-36px 0; }
14
15 .jstree-classic .jstree-hovered { background:#e7f4f9; border:1px solid #e7f4f9; padding:0 2px 0 1px; }
16 .jstree-classic .jstree-clicked { background:navy; border:1px solid navy; padding:0 2px 0 1px; color:white; }
17 .jstree-classic a .jstree-icon { background-position:-56px -19px; }
18 .jstree-classic .jstree-open > a .jstree-icon { background-position:-56px -36px; }
19 .jstree-classic a.jstree-loading .jstree-icon { background:url("throbber.gif") center center no-repeat !important; }
20
21 .jstree-classic.jstree-focused { background:white; }
22
23 .jstree-classic .jstree-no-dots li, 
24 .jstree-classic .jstree-no-dots .jstree-leaf > ins { background:transparent; }
25 .jstree-classic .jstree-no-dots .jstree-open > ins { background-position:-18px 0; }
26 .jstree-classic .jstree-no-dots .jstree-closed > ins { background-position:0 0; }
27
28 .jstree-classic .jstree-no-icons a .jstree-icon { display:none; }
29
30 .jstree-classic .jstree-search { font-style:italic; }
31
32 .jstree-classic .jstree-no-icons .jstree-checkbox { display:inline-block; }
33 .jstree-classic .jstree-no-checkboxes .jstree-checkbox { display:none !important; }
34 .jstree-classic .jstree-checked > a > .jstree-checkbox { background-position:-38px -19px; }
35 .jstree-classic .jstree-unchecked > a > .jstree-checkbox { background-position:-2px -19px; }
36 .jstree-classic .jstree-undetermined > a > .jstree-checkbox { background-position:-20px -19px; }
37 .jstree-classic .jstree-checked > a > .jstree-checkbox:hover { background-position:-38px -37px; }
38 .jstree-classic .jstree-unchecked > a > .jstree-checkbox:hover { background-position:-2px -37px; }
39 .jstree-classic .jstree-undetermined > a > .jstree-checkbox:hover { background-position:-20px -37px; }
40
41 #vakata-dragged.jstree-classic ins { background:transparent !important; }
42 #vakata-dragged.jstree-classic .jstree-ok { background:url("d.png") -2px -53px no-repeat !important; }
43 #vakata-dragged.jstree-classic .jstree-invalid { background:url("d.png") -18px -53px no-repeat !important; }
44 #jstree-marker.jstree-classic { background:url("d.png") -41px -57px no-repeat !important; text-indent:-100px; }
45
46 .jstree-classic a.jstree-search { color:aqua; }
47 .jstree-classic .jstree-locked a { color:silver; cursor:default; }
48
49 #vakata-contextmenu.jstree-classic-context, 
50 #vakata-contextmenu.jstree-classic-context li ul { background:#f0f0f0; border:1px solid #979797; -moz-box-shadow: 1px 1px 2px #999; -webkit-box-shadow: 1px 1px 2px #999; box-shadow: 1px 1px 2px #999; }
51 #vakata-contextmenu.jstree-classic-context li { }
52 #vakata-contextmenu.jstree-classic-context a { color:black; }
53 #vakata-contextmenu.jstree-classic-context a:hover, 
54 #vakata-contextmenu.jstree-classic-context .vakata-hover > a { padding:0 5px; background:#e8eff7; border:1px solid #aecff7; color:black; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
55 #vakata-contextmenu.jstree-classic-context li.jstree-contextmenu-disabled a, 
56 #vakata-contextmenu.jstree-classic-context li.jstree-contextmenu-disabled a:hover { color:silver; background:transparent; border:0; padding:1px 4px; }
57 #vakata-contextmenu.jstree-classic-context li.vakata-separator { background:white; border-top:1px solid #e0e0e0; margin:0; }
58 #vakata-contextmenu.jstree-classic-context li ul { margin-left:-4px; }
59
60 /* IE6 BEGIN */
61 .jstree-classic li, 
62 .jstree-classic ins,
63 #vakata-dragged.jstree-classic .jstree-invalid, 
64 #vakata-dragged.jstree-classic .jstree-ok, 
65 #jstree-marker.jstree-classic { _background-image:url("d.gif"); }
66 .jstree-classic .jstree-open ins { _background-position:-72px 0; }
67 .jstree-classic .jstree-closed ins { _background-position:-54px 0; }
68 .jstree-classic .jstree-leaf ins { _background-position:-36px 0; }
69 .jstree-classic .jstree-open a ins.jstree-icon { _background-position:-56px -36px; }
70 .jstree-classic .jstree-closed a ins.jstree-icon { _background-position:-56px -19px; }
71 .jstree-classic .jstree-leaf a ins.jstree-icon { _background-position:-56px -19px; }
72 #vakata-contextmenu.jstree-classic-context ins { _display:none; }
73 #vakata-contextmenu.jstree-classic-context li { _zoom:1; }
74 .jstree-classic .jstree-undetermined a .jstree-checkbox { _background-position:-20px -19px; }
75 .jstree-classic .jstree-checked a .jstree-checkbox { _background-position:-38px -19px; }
76 .jstree-classic .jstree-unchecked a .jstree-checkbox { _background-position:-2px -19px; }
77 /* IE6 END */