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