compass-jquery-plugin 0.3.0.beta.16 → 0.3.0.beta.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,228 +1,228 @@
1
- // Generated by compass-jquery-plugin/gem-tasks/jstree.rake
2
-
3
- /*
4
- * jsTree default-rtl theme 1.0
5
- * Supported features: dots/no-dots, icons/no-icons, focused, loading
6
- * Supported plugins: ui (hovered, clicked), checkbox, radio, contextmenu, search
7
- */
8
-
9
- .jstree-default-rtl {
10
- li, ins {
11
- background-image: image_url("jquery.ui/jstree.default-rtl/d.png");
12
- background-repeat: no-repeat;
13
- background-color: transparent; }
14
- li {
15
- background-position: -108px 0;
16
- background-repeat: repeat-y;
17
- &.jstree-last {
18
- background: transparent; } }
19
- .jstree-open > ins {
20
- background-position: -72px 0; }
21
- .jstree-closed > ins {
22
- background-position: -54px 0; }
23
- .jstree-leaf > ins {
24
- background-position: -36px 0; }
25
- .jstree-hovered {
26
- background: #e7f4f9;
27
- border: 1px solid #d8f0fa;
28
- padding: 0 2px 0 1px; }
29
- .jstree-clicked {
30
- background: #beebff;
31
- border: 1px solid #99defd;
32
- padding: 0 2px 0 1px; }
33
- a {
34
- .jstree-icon {
35
- background-position: -56px -19px; }
36
- &.jstree-loading .jstree-icon {
37
- background: image_url("jquery.ui/jstree.default-rtl/throbber.gif") center center no-repeat !important; } }
38
- &.jstree-focused {
39
- background: #ffffee; }
40
- .jstree-no-dots {
41
- li, .jstree-leaf > ins {
42
- background: transparent; }
43
- .jstree-open > ins {
44
- background-position: -18px 0; }
45
- .jstree-closed > ins {
46
- background-position: 0 0; } }
47
- .jstree-no-icons a .jstree-icon {
48
- display: none; }
49
- .jstree-search {
50
- font-style: italic; }
51
- .jstree-no-icons .jstree-checkbox {
52
- display: inline-block; }
53
- .jstree-no-checkboxes .jstree-checkbox {
54
- display: none !important; }
55
- .jstree-checked > a > .jstree-checkbox {
56
- background-position: -38px -19px; }
57
- .jstree-unchecked > a > .jstree-checkbox {
58
- background-position: -2px -19px; }
59
- .jstree-undetermined > a > .jstree-checkbox {
60
- background-position: -20px -19px; }
61
- .jstree-checked > a > .jstree-checkbox:hover {
62
- background-position: -38px -37px; }
63
- .jstree-unchecked > a > .jstree-checkbox:hover {
64
- background-position: -2px -37px; }
65
- .jstree-undetermined > a > .jstree-checkbox:hover {
66
- background-position: -20px -37px; } }
67
-
68
- .jstree-defefault-rtl {
69
- .jstree-no-icons .jstree-radio {
70
- display: inline-block; }
71
- .jstree-no-radios .jstree-radio {
72
- display: none !important; }
73
- .jstree-checked > a > .jstree-radio {
74
- background-position: -38px -55px; }
75
- .jstree-unchecked > a > .jstree-radio {
76
- background-position: -2px -55px; }
77
- .jstree-undetermined > a > .jstree-radio {
78
- background-position: -20px -55px; }
79
- .jstree-checked > a > .jstree-radio:hover {
80
- background-position: -38px -73px; }
81
- .jstree-unchecked > a > .jstree-radio:hover {
82
- background-position: -2px -73px; }
83
- .jstree-undetermined > a > .jstree-radio:hover {
84
- background-position: -20px -73px; } }
85
-
86
- #vakata-dragged.jstree-default-rtl {
87
- ins {
88
- background: transparent !important; }
89
- .jstree-ok {
90
- background: image_url("jquery.ui/jstree.default-rtl/d.png") -56px -53px no-repeat !important; }
91
- .jstree-invalid {
92
- background: image_url("jquery.ui/jstree.default-rtl/d.png") -72px -53px no-repeat !important; } }
93
-
94
- #jstree-marker.jstree-default-rtl {
95
- background: image_url("jquery.ui/jstree.default-rtl/d.png") -95px -57px no-repeat !important; }
96
-
97
- .jstree-default-rtl a.jstree-search {
98
- color: defefault-rtl; }
99
-
100
- #vakata-contextmenu.jstree-default-rtl-context {
101
- background: #f0f0f0;
102
- border: 1px solid #979797;
103
- -moz-box-shadow: 1px 1px 2px #999;
104
- -webkit-box-shadow: 1px 1px 2px #999;
105
- box-shadow: 1px 1px 2px #999;
106
- li ul {
107
- background: #f0f0f0;
108
- border: 1px solid #979797;
109
- -moz-box-shadow: 1px 1px 2px #999;
110
- -webkit-box-shadow: 1px 1px 2px #999;
111
- box-shadow: 1px 1px 2px #999; }
112
- a {
113
- color: black;
114
- &:hover {
115
- padding: 0 5px;
116
- background: #e8eff7;
117
- border: 1px solid #aecff7;
118
- color: black;
119
- -moz-border-radius: 2px;
120
- -webkit-border-radius: 2px;
121
- border-radius: 2px; } }
122
- .vakata-hover > a {
123
- padding: 0 5px;
124
- background: #e8eff7;
125
- border: 1px solid #aecff7;
126
- color: black;
127
- -moz-border-radius: 2px;
128
- -webkit-border-radius: 2px;
129
- border-radius: 2px; }
130
- li {
131
- &.jstree-contextmenu-disabled a {
132
- color: silver;
133
- background: transparent;
134
- border: 0;
135
- padding: 1px 4px;
136
- &:hover {
137
- color: silver;
138
- background: transparent;
139
- border: 0;
140
- padding: 1px 4px; } }
141
- &.vakata-separator {
142
- background: white;
143
- border-top: 1px solid #e0e0e0;
144
- margin: 0; }
145
- ul {
146
- margin-left: -4px; } } }
147
-
148
- /* IE6 BEGIN */
149
-
150
- .jstree-default-rtl {
151
- li, ins {
152
- _background-image: image_url("jquery.ui/jstree.default-rtl/d.gif"); } }
153
-
154
- #vakata-dragged.jstree-default-rtl {
155
- .jstree-invalid, .jstree-ok {
156
- _background-image: image_url("jquery.ui/jstree.default-rtl/d.gif"); } }
157
-
158
- #jstree-marker.jstree-default-rtl {
159
- _background-image: image_url("jquery.ui/jstree.default-rtl/d.gif"); }
160
-
161
- .jstree-default-rtl {
162
- .jstree-open ins {
163
- _background-position: -72px 0; }
164
- .jstree-closed ins {
165
- _background-position: -54px 0; }
166
- .jstree-leaf ins {
167
- _background-position: -36px 0; }
168
- a ins.jstree-icon {
169
- _background-position: -56px -19px; } }
170
-
171
- #vakata-contextmenu.jstree-default-rtl-context {
172
- ins {
173
- _display: none; }
174
- li {
175
- _zoom: 1; } }
176
-
177
- .jstree-default-rtl {
178
- .jstree-undetermined a .jstree-checkbox {
179
- _background-position: -18px -19px; }
180
- .jstree-checked a .jstree-checkbox {
181
- _background-position: -36px -19px; }
182
- .jstree-unchecked a .jstree-checkbox {
183
- _background-position: 0px -19px; }
184
- .jstree-undetermined a .jstree-radio {
185
- _background-position: -18px -57px; }
186
- .jstree-checked a .jstree-radio {
187
- _background-position: -36px -57px; }
188
- .jstree-unchecked a .jstree-radio {
189
- _background-position: 0px -57px; }
190
- .jstree-hovered, .jstree-clicked {
191
- padding: 0 1px 0 2px; }
192
- li {
193
- background-image: image_url("jquery.ui/jstree.default-rtl/dots.gif");
194
- background-position: 100% 0px; }
195
- .jstree-checked > a > .jstree-checkbox {
196
- background-position: -36px -19px;
197
- margin-left: 2px; }
198
- .jstree-unchecked > a > .jstree-checkbox {
199
- background-position: 0px -19px;
200
- margin-left: 2px; }
201
- .jstree-undetermined > a > .jstree-checkbox {
202
- background-position: -18px -19px;
203
- margin-left: 2px; }
204
- .jstree-checked > a > .jstree-checkbox:hover {
205
- background-position: -36px -37px; }
206
- .jstree-unchecked > a > .jstree-checkbox:hover {
207
- background-position: 0px -37px; }
208
- .jstree-undetermined > a > .jstree-checkbox:hover {
209
- background-position: -18px -37px; }
210
- .jstree-checked > a > .jstree-radio {
211
- background-position: -36px -57px;
212
- margin-left: 2px; }
213
- .jstree-unchecked > a > .jstree-radio {
214
- background-position: 0px -57px;
215
- margin-left: 2px; }
216
- .jstree-undetermined > a > .jstree-radio {
217
- background-position: -18px -57px;
218
- margin-left: 2px; }
219
- .jstree-checked > a > .jstree-radio:hover {
220
- background-position: -36px -75px; }
221
- .jstree-unchecked > a > .jstree-radio:hover {
222
- background-position: 0px -75px; }
223
- .jstree-undetermined > a > .jstree-radio:hover {
224
- background-position: -18px -75px; } }
225
-
226
- /* IE6 END */
227
-
228
- /* RTL part */
1
+ // Generated by compass-jquery-plugin/gem-tasks/jstree.rake
2
+
3
+ /*
4
+ * jsTree default-rtl theme 1.0
5
+ * Supported features: dots/no-dots, icons/no-icons, focused, loading
6
+ * Supported plugins: ui (hovered, clicked), checkbox, radio, contextmenu, search
7
+ */
8
+
9
+ .jstree-default-rtl {
10
+ li, ins {
11
+ background-image: image_url("jquery.ui/jstree.default-rtl/d.png");
12
+ background-repeat: no-repeat;
13
+ background-color: transparent; }
14
+ li {
15
+ background-position: -108px 0;
16
+ background-repeat: repeat-y;
17
+ &.jstree-last {
18
+ background: transparent; } }
19
+ .jstree-open > ins {
20
+ background-position: -72px 0; }
21
+ .jstree-closed > ins {
22
+ background-position: -54px 0; }
23
+ .jstree-leaf > ins {
24
+ background-position: -36px 0; }
25
+ .jstree-hovered {
26
+ background: #e7f4f9;
27
+ border: 1px solid #d8f0fa;
28
+ padding: 0 2px 0 1px; }
29
+ .jstree-clicked {
30
+ background: #beebff;
31
+ border: 1px solid #99defd;
32
+ padding: 0 2px 0 1px; }
33
+ a {
34
+ .jstree-icon {
35
+ background-position: -56px -19px; }
36
+ &.jstree-loading .jstree-icon {
37
+ background: image_url("jquery.ui/jstree.default-rtl/throbber.gif") center center no-repeat !important; } }
38
+ &.jstree-focused {
39
+ background: #ffffee; }
40
+ .jstree-no-dots {
41
+ li, .jstree-leaf > ins {
42
+ background: transparent; }
43
+ .jstree-open > ins {
44
+ background-position: -18px 0; }
45
+ .jstree-closed > ins {
46
+ background-position: 0 0; } }
47
+ .jstree-no-icons a .jstree-icon {
48
+ display: none; }
49
+ .jstree-search {
50
+ font-style: italic; }
51
+ .jstree-no-icons .jstree-checkbox {
52
+ display: inline-block; }
53
+ .jstree-no-checkboxes .jstree-checkbox {
54
+ display: none !important; }
55
+ .jstree-checked > a > .jstree-checkbox {
56
+ background-position: -38px -19px; }
57
+ .jstree-unchecked > a > .jstree-checkbox {
58
+ background-position: -2px -19px; }
59
+ .jstree-undetermined > a > .jstree-checkbox {
60
+ background-position: -20px -19px; }
61
+ .jstree-checked > a > .jstree-checkbox:hover {
62
+ background-position: -38px -37px; }
63
+ .jstree-unchecked > a > .jstree-checkbox:hover {
64
+ background-position: -2px -37px; }
65
+ .jstree-undetermined > a > .jstree-checkbox:hover {
66
+ background-position: -20px -37px; } }
67
+
68
+ .jstree-defefault-rtl {
69
+ .jstree-no-icons .jstree-radio {
70
+ display: inline-block; }
71
+ .jstree-no-radios .jstree-radio {
72
+ display: none !important; }
73
+ .jstree-checked > a > .jstree-radio {
74
+ background-position: -38px -55px; }
75
+ .jstree-unchecked > a > .jstree-radio {
76
+ background-position: -2px -55px; }
77
+ .jstree-undetermined > a > .jstree-radio {
78
+ background-position: -20px -55px; }
79
+ .jstree-checked > a > .jstree-radio:hover {
80
+ background-position: -38px -73px; }
81
+ .jstree-unchecked > a > .jstree-radio:hover {
82
+ background-position: -2px -73px; }
83
+ .jstree-undetermined > a > .jstree-radio:hover {
84
+ background-position: -20px -73px; } }
85
+
86
+ #vakata-dragged.jstree-default-rtl {
87
+ ins {
88
+ background: transparent !important; }
89
+ .jstree-ok {
90
+ background: image_url("jquery.ui/jstree.default-rtl/d.png") -56px -53px no-repeat !important; }
91
+ .jstree-invalid {
92
+ background: image_url("jquery.ui/jstree.default-rtl/d.png") -72px -53px no-repeat !important; } }
93
+
94
+ #jstree-marker.jstree-default-rtl {
95
+ background: image_url("jquery.ui/jstree.default-rtl/d.png") -95px -57px no-repeat !important; }
96
+
97
+ .jstree-default-rtl a.jstree-search {
98
+ color: defefault-rtl; }
99
+
100
+ #vakata-contextmenu.jstree-default-rtl-context {
101
+ background: #f0f0f0;
102
+ border: 1px solid #979797;
103
+ -moz-box-shadow: 1px 1px 2px #999;
104
+ -webkit-box-shadow: 1px 1px 2px #999;
105
+ box-shadow: 1px 1px 2px #999;
106
+ li ul {
107
+ background: #f0f0f0;
108
+ border: 1px solid #979797;
109
+ -moz-box-shadow: 1px 1px 2px #999;
110
+ -webkit-box-shadow: 1px 1px 2px #999;
111
+ box-shadow: 1px 1px 2px #999; }
112
+ a {
113
+ color: black;
114
+ &:hover {
115
+ padding: 0 5px;
116
+ background: #e8eff7;
117
+ border: 1px solid #aecff7;
118
+ color: black;
119
+ -moz-border-radius: 2px;
120
+ -webkit-border-radius: 2px;
121
+ border-radius: 2px; } }
122
+ .vakata-hover > a {
123
+ padding: 0 5px;
124
+ background: #e8eff7;
125
+ border: 1px solid #aecff7;
126
+ color: black;
127
+ -moz-border-radius: 2px;
128
+ -webkit-border-radius: 2px;
129
+ border-radius: 2px; }
130
+ li {
131
+ &.jstree-contextmenu-disabled a {
132
+ color: silver;
133
+ background: transparent;
134
+ border: 0;
135
+ padding: 1px 4px;
136
+ &:hover {
137
+ color: silver;
138
+ background: transparent;
139
+ border: 0;
140
+ padding: 1px 4px; } }
141
+ &.vakata-separator {
142
+ background: white;
143
+ border-top: 1px solid #e0e0e0;
144
+ margin: 0; }
145
+ ul {
146
+ margin-left: -4px; } } }
147
+
148
+ /* IE6 BEGIN */
149
+
150
+ .jstree-default-rtl {
151
+ li, ins {
152
+ _background-image: image_url("jquery.ui/jstree.default-rtl/d.gif"); } }
153
+
154
+ #vakata-dragged.jstree-default-rtl {
155
+ .jstree-invalid, .jstree-ok {
156
+ _background-image: image_url("jquery.ui/jstree.default-rtl/d.gif"); } }
157
+
158
+ #jstree-marker.jstree-default-rtl {
159
+ _background-image: image_url("jquery.ui/jstree.default-rtl/d.gif"); }
160
+
161
+ .jstree-default-rtl {
162
+ .jstree-open ins {
163
+ _background-position: -72px 0; }
164
+ .jstree-closed ins {
165
+ _background-position: -54px 0; }
166
+ .jstree-leaf ins {
167
+ _background-position: -36px 0; }
168
+ a ins.jstree-icon {
169
+ _background-position: -56px -19px; } }
170
+
171
+ #vakata-contextmenu.jstree-default-rtl-context {
172
+ ins {
173
+ _display: none; }
174
+ li {
175
+ _zoom: 1; } }
176
+
177
+ .jstree-default-rtl {
178
+ .jstree-undetermined a .jstree-checkbox {
179
+ _background-position: -18px -19px; }
180
+ .jstree-checked a .jstree-checkbox {
181
+ _background-position: -36px -19px; }
182
+ .jstree-unchecked a .jstree-checkbox {
183
+ _background-position: 0px -19px; }
184
+ .jstree-undetermined a .jstree-radio {
185
+ _background-position: -18px -57px; }
186
+ .jstree-checked a .jstree-radio {
187
+ _background-position: -36px -57px; }
188
+ .jstree-unchecked a .jstree-radio {
189
+ _background-position: 0px -57px; }
190
+ .jstree-hovered, .jstree-clicked {
191
+ padding: 0 1px 0 2px; }
192
+ li {
193
+ background-image: image_url("jquery.ui/jstree.default-rtl/dots.gif");
194
+ background-position: 100% 0px; }
195
+ .jstree-checked > a > .jstree-checkbox {
196
+ background-position: -36px -19px;
197
+ margin-left: 2px; }
198
+ .jstree-unchecked > a > .jstree-checkbox {
199
+ background-position: 0px -19px;
200
+ margin-left: 2px; }
201
+ .jstree-undetermined > a > .jstree-checkbox {
202
+ background-position: -18px -19px;
203
+ margin-left: 2px; }
204
+ .jstree-checked > a > .jstree-checkbox:hover {
205
+ background-position: -36px -37px; }
206
+ .jstree-unchecked > a > .jstree-checkbox:hover {
207
+ background-position: 0px -37px; }
208
+ .jstree-undetermined > a > .jstree-checkbox:hover {
209
+ background-position: -18px -37px; }
210
+ .jstree-checked > a > .jstree-radio {
211
+ background-position: -36px -57px;
212
+ margin-left: 2px; }
213
+ .jstree-unchecked > a > .jstree-radio {
214
+ background-position: 0px -57px;
215
+ margin-left: 2px; }
216
+ .jstree-undetermined > a > .jstree-radio {
217
+ background-position: -18px -57px;
218
+ margin-left: 2px; }
219
+ .jstree-checked > a > .jstree-radio:hover {
220
+ background-position: -36px -75px; }
221
+ .jstree-unchecked > a > .jstree-radio:hover {
222
+ background-position: 0px -75px; }
223
+ .jstree-undetermined > a > .jstree-radio:hover {
224
+ background-position: -18px -75px; } }
225
+
226
+ /* IE6 END */
227
+
228
+ /* RTL part */