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