Replace sectors by job terms in profile and search (job and mentoring).
[platal.git] / htdocs / css / jstree.css
1 /*
2 * jsTree default 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-default li,
8 .jstree-default ins { background-image:url("../images/jstree.png"); background-repeat:no-repeat; background-color:transparent; }
9 .jstree-default li { background-position:-90px 0; background-repeat:repeat-y; }
10 .jstree-default li.jstree-last { background:transparent; }
11 .jstree-default .jstree-open > ins { background-position:-72px 0; }
12 .jstree-default .jstree-closed > ins { background-position:-54px 0; }
13 .jstree-default .jstree-leaf > ins { background-position:-36px 0; }
14
15 .jstree-default .jstree-hovered { background:#e7f4f9; border:1px solid #d8f0fa; padding:0 2px 0 1px; }
16 .jstree-default .jstree-clicked { background:#beebff; border:1px solid #99defd; padding:0 2px 0 1px; }
17 .jstree-default a .jstree-icon { background-position:-56px -19px; }
18 .jstree-default a.jstree-loading .jstree-icon { background:url("../images/wait.gif") center center no-repeat !important; }
19
20 .jstree-default .jstree-no-dots li,
21 .jstree-default .jstree-no-dots .jstree-leaf > ins { background:transparent; }
22 .jstree-default .jstree-no-dots .jstree-open > ins { background-position:-18px 0; }
23 .jstree-default .jstree-no-dots .jstree-closed > ins { background-position:0 0; }
24
25 .jstree-default .jstree-no-icons a .jstree-icon { display:none; }
26
27 .jstree-default .jstree-search { font-style:italic; }
28
29 .jstree-default .jstree-no-icons .jstree-checkbox { display:inline-block; }
30 .jstree-default .jstree-no-checkboxes .jstree-checkbox { display:none !important; }
31 .jstree-default .jstree-checked > a > .jstree-checkbox { background-position:-38px -19px; }
32 .jstree-default .jstree-unchecked > a > .jstree-checkbox { background-position:-2px -19px; }
33 .jstree-default .jstree-undetermined > a > .jstree-checkbox { background-position:-20px -19px; }
34 .jstree-default .jstree-checked > a > .jstree-checkbox:hover { background-position:-38px -37px; }
35 .jstree-default .jstree-unchecked > a > .jstree-checkbox:hover { background-position:-2px -37px; }
36 .jstree-default .jstree-undetermined > a > .jstree-checkbox:hover { background-position:-20px -37px; }
37
38 #vakata-dragged.jstree-default ins { background:transparent !important; }
39 #vakata-dragged.jstree-default .jstree-ok { background:url("../images/jstree.png") -2px -53px no-repeat !important; }
40 #vakata-dragged.jstree-default .jstree-invalid { background:url("../images/jstree.png") -18px -53px no-repeat !important; }
41 #jstree-marker.jstree-default { background:url("../images/jstree.png") -41px -57px no-repeat !important; }
42
43 .jstree-default a.jstree-search { color:aqua; }
44
45 #vakata-contextmenu.jstree-default-context,
46 #vakata-contextmenu.jstree-default-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; }
47 #vakata-contextmenu.jstree-default-context li { }
48 #vakata-contextmenu.jstree-default-context a { color:black; }
49 #vakata-contextmenu.jstree-default-context a:hover,
50 #vakata-contextmenu.jstree-default-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; }
51 #vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a,
52 #vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a:hover { color:silver; background:transparent; border:0; padding:1px 4px; }
53 #vakata-contextmenu.jstree-default-context li.vakata-separator { background:white; border-top:1px solid #e0e0e0; margin:0; }
54 #vakata-contextmenu.jstree-default-context li ul { margin-left:-4px; }
55
56 /* IE6 BEGIN */
57 .jstree-default li,
58 .jstree-default ins,
59 #vakata-dragged.jstree-default .jstree-invalid,
60 #vakata-dragged.jstree-default .jstree-ok,
61 #jstree-marker.jstree-default { _background-image:url("d.gif"); }
62 .jstree-default .jstree-open ins { _background-position:-72px 0; }
63 .jstree-default .jstree-closed ins { _background-position:-54px 0; }
64 .jstree-default .jstree-leaf ins { _background-position:-36px 0; }
65 .jstree-default a ins.jstree-icon { _background-position:-56px -19px; }
66 #vakata-contextmenu.jstree-default-context ins { _display:none; }
67 #vakata-contextmenu.jstree-default-context li { _zoom:1; }
68 .jstree-default .jstree-undetermined a .jstree-checkbox { _background-position:-20px -19px; }
69 .jstree-default .jstree-checked a .jstree-checkbox { _background-position:-38px -19px; }
70 .jstree-default .jstree-unchecked a .jstree-checkbox { _background-position:-2px -19px; }
71 /* IE6 END */