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