##// END OF EJS Templates
Initial work to add Wijmo based menu.
Brian Granger -
Show More
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
@@ -1,2312 +1,2352 b''
1 /*
1 /*
2 *
2 *
3 * Wijmo Rocket Theme
3 * Wijmo Rocket Theme
4 * http://wijmo.com/
4 * http://wijmo.com/
5 *
5 *
6 * Copyright(c) ComponentOne, LLC. All rights reserved.
6 * Copyright(c) ComponentOne, LLC. All rights reserved.
7 *
7 *
8 * Dual licensed under the MIT or GPL Version 2 licenses.
8 * Dual licensed under the MIT or GPL Version 2 licenses.
9 * licensing@wijmo.com
9 * licensing@wijmo.com
10 * http://wijmo.com/license
10 * http://wijmo.com/license
11 *
11 *
12 *
12 *
13 */
13 */
14
14
15 /* Layout helpers
15 /* Layout helpers
16 ----------------------------------*/
16 ----------------------------------*/
17 .ui-helper-hidden
17 .ui-helper-hidden
18 {
18 {
19 display: none;
19 display: none;
20 }
20 }
21 .ui-helper-hidden-accessible
21 .ui-helper-hidden-accessible
22 {
22 {
23 position: absolute !important;
23 position: absolute !important;
24 clip: rect(1px 1px 1px 1px);
24 clip: rect(1px 1px 1px 1px);
25 clip: rect(1px,1px,1px,1px);
25 clip: rect(1px,1px,1px,1px);
26 }
26 }
27 .ui-helper-reset
27 .ui-helper-reset
28 {
28 {
29 margin: 0;
29 margin: 0;
30 padding: 0;
30 padding: 0;
31 border: 0;
31 border: 0;
32 outline: 0;
32 outline: 0;
33 line-height: 1.3;
33 line-height: 1.3;
34 text-decoration: none;
34 text-decoration: none;
35 font-size: 100%;
35 font-size: 100%;
36 list-style: none;
36 list-style: none;
37 }
37 }
38 .ui-helper-clearfix:after
38 .ui-helper-clearfix:after
39 {
39 {
40 content: ".";
40 content: ".";
41 display: block;
41 display: block;
42 height: 0;
42 height: 0;
43 clear: both;
43 clear: both;
44 visibility: hidden;
44 visibility: hidden;
45 }
45 }
46 .ui-helper-clearfix
46 .ui-helper-clearfix
47 {
47 {
48 display: inline-block;
48 display: inline-block;
49 }
49 }
50 /* required comment for clearfix to work in Opera \*/
50 /* required comment for clearfix to work in Opera \*/
51 * html .ui-helper-clearfix
51 * html .ui-helper-clearfix
52 {
52 {
53 height: 1%;
53 height: 1%;
54 }
54 }
55 .ui-helper-clearfix
55 .ui-helper-clearfix
56 {
56 {
57 display: block;
57 display: block;
58 }
58 }
59 /* end clearfix */
59 /* end clearfix */
60 .ui-helper-zfix
60 .ui-helper-zfix
61 {
61 {
62 width: 100%;
62 width: 100%;
63 height: 100%;
63 height: 100%;
64 top: 0;
64 top: 0;
65 left: 0;
65 left: 0;
66 position: absolute;
66 position: absolute;
67 opacity: 0;
67 opacity: 0;
68 filter: Alpha(Opacity=0);
68 filter: Alpha(Opacity=0);
69 }
69 }
70
70
71
71
72 /* Interaction Cues
72 /* Interaction Cues
73 ----------------------------------*/
73 ----------------------------------*/
74 .ui-state-disabled
74 .ui-state-disabled
75 {
75 {
76 cursor: default !important;
76 cursor: default !important;
77 }
77 }
78
78
79
79
80 /* Icons
80 /* Icons
81 ----------------------------------*/
81 ----------------------------------*/
82
82
83 /* states and images */
83 /* states and images */
84 .ui-icon
84 .ui-icon
85 {
85 {
86 display: block;
86 display: block;
87 text-indent: -99999px;
87 text-indent: -99999px;
88 overflow: hidden;
88 overflow: hidden;
89 background-repeat: no-repeat;
89 background-repeat: no-repeat;
90 }
90 }
91
91
92
92
93 /* Misc visuals
93 /* Misc visuals
94 ----------------------------------*/
94 ----------------------------------*/
95
95
96 /* Overlays */
96 /* Overlays */
97 .ui-widget-overlay
97 .ui-widget-overlay
98 {
98 {
99 position: absolute;
99 position: absolute;
100 top: 0;
100 top: 0;
101 left: 0;
101 left: 0;
102 width: 100%;
102 width: 100%;
103 height: 100%;
103 height: 100%;
104 }
104 }
105
105
106
106
107 /*
107 /*
108 * jQuery UI CSS Framework 1.8.7
108 * jQuery UI CSS Framework 1.8.7
109 *
109 *
110 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
110 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
111 * Dual licensed under the MIT or GPL Version 2 licenses.
111 * Dual licensed under the MIT or GPL Version 2 licenses.
112 * http://jquery.org/license
112 * http://jquery.org/license
113 *
113 *
114 * http://docs.jquery.com/UI/Theming/API
114 * http://docs.jquery.com/UI/Theming/API
115 *
115 *
116 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,%20Helvetica,%20sans-serif&fwDefault=normal&fsDefault=1.2em&cornerRadius=4px&bgColorHeader=242122&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=15&borderColorHeader=404040&fcHeader=f4f4f9&iconColorHeader=f4f4f9&bgColorContent=f1f1f1&bgTextureContent=01_flat.png&bgImgOpacityContent=100&borderColorContent=e3e3e3&fcContent=404040&iconColorContent=00a6dd&bgColorDefault=242122&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=15&borderColorDefault=404040&fcDefault=fafafa&iconColorDefault=00a6dd&bgColorHover=00a6dd&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=35&borderColorHover=00a6dd&fcHover=fafafa&iconColorHover=fafafa&bgColorActive=242122&bgTextureActive=05_inset_soft.png&bgImgOpacityActive=15&borderColorActive=404040&fcActive=f1f1f1&iconColorActive=00a6dd&bgColorHighlight=9eca38&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=15&borderColorHighlight=9eca38&fcHighlight=eaffb9&iconColorHighlight=eaffb9&bgColorError=ca3838&bgTextureError=03_highlight_soft.png&bgImgOpacityError=15&borderColorError=ca3838&fcError=ff8f8f&iconColorError=ff8f8f&bgColorOverlay=00a6dd&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=50&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
116 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,%20Helvetica,%20sans-serif&fwDefault=normal&fsDefault=1.2em&cornerRadius=4px&bgColorHeader=242122&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=15&borderColorHeader=404040&fcHeader=f4f4f9&iconColorHeader=f4f4f9&bgColorContent=f1f1f1&bgTextureContent=01_flat.png&bgImgOpacityContent=100&borderColorContent=e3e3e3&fcContent=404040&iconColorContent=00a6dd&bgColorDefault=242122&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=15&borderColorDefault=404040&fcDefault=fafafa&iconColorDefault=00a6dd&bgColorHover=00a6dd&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=35&borderColorHover=00a6dd&fcHover=fafafa&iconColorHover=fafafa&bgColorActive=242122&bgTextureActive=05_inset_soft.png&bgImgOpacityActive=15&borderColorActive=404040&fcActive=f1f1f1&iconColorActive=00a6dd&bgColorHighlight=9eca38&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=15&borderColorHighlight=9eca38&fcHighlight=eaffb9&iconColorHighlight=eaffb9&bgColorError=ca3838&bgTextureError=03_highlight_soft.png&bgImgOpacityError=15&borderColorError=ca3838&fcError=ff8f8f&iconColorError=ff8f8f&bgColorOverlay=00a6dd&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=50&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
117 */
117 */
118
118
119
119
120 /* Component containers
120 /* Component containers
121 ----------------------------------*/
121 ----------------------------------*/
122 .ui-widget
122 .ui-widget
123 {
123 {
124 font-family: Arial, Helvetica, sans-serif;
124 font-family: Arial, Helvetica, sans-serif;
125 font-size: 1.2em;
125 font-size: 1.2em;
126 }
126 }
127 .ui-widget .ui-widget
127 .ui-widget .ui-widget
128 {
128 {
129 font-size: 1em;
129 font-size: 1em;
130 }
130 }
131 .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
131 .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
132 {
132 {
133 font-family: Arial, Helvetica, sans-serif;
133 font-family: Arial, Helvetica, sans-serif;
134 font-size: 1em;
134 font-size: 1em;
135 }
135 }
136 .ui-widget-content
136 .ui-widget-content
137 {
137 {
138 border: 1px solid #e3e3e3;
138 border: 1px solid #e3e3e3;
139 background: #f1f1f1 url(images/ui-bg_flat_100_f1f1f1_40x100.png) 50% 50% repeat-x;
139 background: #f1f1f1 url(images/ui-bg_flat_100_f1f1f1_40x100.png) 50% 50% repeat-x;
140 color: #404040;
140 color: #404040;
141 }
141 }
142 .ui-widget-content a
142 .ui-widget-content a
143 {
143 {
144 color: #404040;
144 color: #404040;
145 }
145 }
146 .ui-widget-header
146 .ui-widget-header
147 {
147 {
148 border: 1px solid #404040;
148 border: 1px solid #404040;
149 background: #242122 url(images/ui-bg_highlight-soft_15_242122_1x100.png) 50% 50% repeat-x;
149 background: #242122 url(images/ui-bg_highlight-soft_15_242122_1x100.png) 50% 50% repeat-x;
150 color: #f4f4f9;
150 color: #f4f4f9;
151 font-weight: bold;
151 font-weight: bold;
152 }
152 }
153 .ui-widget-header a
153 .ui-widget-header a
154 {
154 {
155 color: #f4f4f9;
155 color: #f4f4f9;
156 }
156 }
157
157
158 /* Interaction states
158 /* Interaction states
159 ----------------------------------*/
159 ----------------------------------*/
160 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
160 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
161 {
161 {
162 -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05);
162 -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05);
163 -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05);
163 -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05);
164 box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05);
164 box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05);
165 border: 1px solid #404040;
165 border: 1px solid #404040;
166 background: #242122 url(images/ui-bg_highlight-soft_15_242122_1x100.png) 50% 50% repeat-x;
166 background: #242122 url(images/ui-bg_highlight-soft_15_242122_1x100.png) 50% 50% repeat-x;
167 font-weight: normal;
167 font-weight: normal;
168 color: #fafafa;
168 color: #fafafa;
169 }
169 }
170 .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
170 .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
171 {
171 {
172 color: #fafafa;
172 color: #fafafa;
173 text-decoration: none;
173 text-decoration: none;
174 }
174 }
175 .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
175 .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
176 {
176 {
177 -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
177 -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
178 -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
178 -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
179 box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
179 box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
180 border: 1px solid #00a6dd;
180 border: 1px solid #00a6dd;
181 background: #00a6dd url(images/ui-bg_highlight-soft_35_00a6dd_1x100.png) 50% 50% repeat-x;
181 background: #00a6dd url(images/ui-bg_highlight-soft_35_00a6dd_1x100.png) 50% 50% repeat-x;
182 font-weight: normal;
182 font-weight: normal;
183 color: #fafafa;
183 color: #fafafa;
184 }
184 }
185 .ui-state-hover a, .ui-state-hover a:hover
185 .ui-state-hover a, .ui-state-hover a:hover
186 {
186 {
187 color: #fafafa;
187 color: #fafafa;
188 text-decoration: none;
188 text-decoration: none;
189 }
189 }
190 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
190 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
191 {
191 {
192 -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
192 -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
193 -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
193 -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
194 box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
194 box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
195 border: 1px solid transparent;
195 border: 1px solid transparent;
196 background: #606154 url(images/ui-bg_highlight-soft_15_333333_1x100.png) top repeat-x;
196 background: #606154 url(images/ui-bg_highlight-soft_15_333333_1x100.png) top repeat-x;
197 font-weight: normal;
197 font-weight: normal;
198 color: #fafafa;
198 color: #fafafa;
199 }
199 }
200 .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
200 .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
201 {
201 {
202 color: #fafafa;
202 color: #fafafa;
203 text-decoration: none;
203 text-decoration: none;
204 }
204 }
205 .ui-widget :active
205 .ui-widget :active
206 {
206 {
207 outline: none;
207 outline: none;
208 }
208 }
209
209
210 /* Interaction Cues
210 /* Interaction Cues
211 ----------------------------------*/
211 ----------------------------------*/
212 .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
212 .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
213 {
213 {
214 background: #9eca38 url(images/ui-bg_highlight-soft_15_9eca38_1x100.png) 50% 50% repeat-x;
214 background: #9eca38 url(images/ui-bg_highlight-soft_15_9eca38_1x100.png) 50% 50% repeat-x;
215 border: 1px solid #9eca38;
215 border: 1px solid #9eca38;
216 color: #304915;
216 color: #304915;
217 -moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.15);
217 -moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.15);
218 -webkit-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.15);
218 -webkit-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.15);
219 box-shadow: inset 0px 1px 0 rgba(255,255,255,0.15);
219 box-shadow: inset 0px 1px 0 rgba(255,255,255,0.15);
220 text-shadow: 1px 1px 0 rgba(255,255,255,0.50);
220 text-shadow: 1px 1px 0 rgba(255,255,255,0.50);
221 }
221 }
222 .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a
222 .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a
223 {
223 {
224 color: #eaffb9;
224 color: #eaffb9;
225 }
225 }
226 .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error
226 .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error
227 {
227 {
228 border: 1px solid #ca3838;
228 border: 1px solid #ca3838;
229 background: #ca3838 url(images/ui-bg_highlight-soft_15_ca3838_1x100.png) 50% top repeat-x;
229 background: #ca3838 url(images/ui-bg_highlight-soft_15_ca3838_1x100.png) 50% top repeat-x;
230 color: #fafafa;
230 color: #fafafa;
231 -moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.15);
231 -moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.15);
232 -webkit-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.15);
232 -webkit-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.15);
233 box-shadow: inset 0px 1px 0 rgba(255,255,255,0.15);
233 box-shadow: inset 0px 1px 0 rgba(255,255,255,0.15);
234 }
234 }
235 .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a
235 .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a
236 {
236 {
237 color: #ff8f8f;
237 color: #ff8f8f;
238 }
238 }
239 .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text
239 .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text
240 {
240 {
241 color: #ff8f8f;
241 color: #ff8f8f;
242 }
242 }
243 .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary
243 .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary
244 {
244 {
245 font-weight: bold;
245 font-weight: bold;
246 }
246 }
247 .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary
247 .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary
248 {
248 {
249 opacity: .7;
249 opacity: .7;
250 filter: Alpha(Opacity=70);
250 filter: Alpha(Opacity=70);
251 font-weight: normal;
251 font-weight: normal;
252 }
252 }
253 .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled
253 .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled
254 {
254 {
255 opacity: .35;
255 opacity: .35;
256 filter: Alpha(Opacity=35);
256 filter: Alpha(Opacity=35);
257 background-image: none;
257 background-image: none;
258 }
258 }
259
259
260 /* Icons
260 /* Icons
261 ----------------------------------*/
261 ----------------------------------*/
262
262
263 /* states and images */
263 /* states and images */
264 .ui-icon
264 .ui-icon
265 {
265 {
266 width: 16px;
266 width: 16px;
267 height: 16px;
267 height: 16px;
268 background-image: url(images/ui-icons_00a6dd_256x240.png);
268 background-image: url(images/ui-icons_00a6dd_256x240.png);
269 }
269 }
270 .ui-widget-content .ui-icon
270 .ui-widget-content .ui-icon
271 {
271 {
272 background-image: url(images/ui-icons_00a6dd_256x240.png);
272 background-image: url(images/ui-icons_00a6dd_256x240.png);
273 }
273 }
274 .ui-widget-header .ui-icon
274 .ui-widget-header .ui-icon
275 {
275 {
276 background-image: url(images/ui-icons_f4f4f9_256x240.png);
276 background-image: url(images/ui-icons_f4f4f9_256x240.png);
277 }
277 }
278 .ui-state-default .ui-icon
278 .ui-state-default .ui-icon
279 {
279 {
280 background-image: url(images/ui-icons_00a6dd_256x240.png);
280 background-image: url(images/ui-icons_00a6dd_256x240.png);
281 }
281 }
282 .ui-state-hover .ui-icon, .ui-state-focus .ui-icon
282 .ui-state-hover .ui-icon, .ui-state-focus .ui-icon
283 {
283 {
284 background-image: url(images/ui-icons_fafafa_256x240.png);
284 background-image: url(images/ui-icons_fafafa_256x240.png);
285 }
285 }
286 .ui-state-active .ui-icon
286 .ui-state-active .ui-icon
287 {
287 {
288 background-image: url(images/ui-icons_00a6dd_256x240.png);
288 background-image: url(images/ui-icons_00a6dd_256x240.png);
289 }
289 }
290 .ui-state-highlight .ui-icon
290 .ui-state-highlight .ui-icon
291 {
291 {
292 background-image: url(images/ui-icons_304915_256x240.png);
292 background-image: url(images/ui-icons_304915_256x240.png);
293 }
293 }
294 .ui-state-error .ui-icon, .ui-state-error-text .ui-icon
294 .ui-state-error .ui-icon, .ui-state-error-text .ui-icon
295 {
295 {
296 background-image: url(images/ui-icons_ff8f8f_256x240.png);
296 background-image: url(images/ui-icons_ff8f8f_256x240.png);
297 }
297 }
298
298
299 /* positioning */
299 /* positioning */
300 .ui-icon-carat-1-n
300 .ui-icon-carat-1-n
301 {
301 {
302 background-position: 0 0;
302 background-position: 0 0;
303 }
303 }
304 .ui-icon-carat-1-ne
304 .ui-icon-carat-1-ne
305 {
305 {
306 background-position: -16px 0;
306 background-position: -16px 0;
307 }
307 }
308 .ui-icon-carat-1-e
308 .ui-icon-carat-1-e
309 {
309 {
310 background-position: -32px 0;
310 background-position: -32px 0;
311 }
311 }
312 .ui-icon-carat-1-se
312 .ui-icon-carat-1-se
313 {
313 {
314 background-position: -48px 0;
314 background-position: -48px 0;
315 }
315 }
316 .ui-icon-carat-1-s
316 .ui-icon-carat-1-s
317 {
317 {
318 background-position: -64px 0;
318 background-position: -64px 0;
319 }
319 }
320 .ui-icon-carat-1-sw
320 .ui-icon-carat-1-sw
321 {
321 {
322 background-position: -80px 0;
322 background-position: -80px 0;
323 }
323 }
324 .ui-icon-carat-1-w
324 .ui-icon-carat-1-w
325 {
325 {
326 background-position: -96px 0;
326 background-position: -96px 0;
327 }
327 }
328 .ui-icon-carat-1-nw
328 .ui-icon-carat-1-nw
329 {
329 {
330 background-position: -112px 0;
330 background-position: -112px 0;
331 }
331 }
332 .ui-icon-carat-2-n-s
332 .ui-icon-carat-2-n-s
333 {
333 {
334 background-position: -128px 0;
334 background-position: -128px 0;
335 }
335 }
336 .ui-icon-carat-2-e-w
336 .ui-icon-carat-2-e-w
337 {
337 {
338 background-position: -144px 0;
338 background-position: -144px 0;
339 }
339 }
340 .ui-icon-triangle-1-n
340 .ui-icon-triangle-1-n
341 {
341 {
342 background-position: 0 -16px;
342 background-position: 0 -16px;
343 }
343 }
344 .ui-icon-triangle-1-ne
344 .ui-icon-triangle-1-ne
345 {
345 {
346 background-position: -16px -16px;
346 background-position: -16px -16px;
347 }
347 }
348 .ui-icon-triangle-1-e
348 .ui-icon-triangle-1-e
349 {
349 {
350 background-position: -32px -16px;
350 background-position: -32px -16px;
351 }
351 }
352 .ui-icon-triangle-1-se
352 .ui-icon-triangle-1-se
353 {
353 {
354 background-position: -48px -16px;
354 background-position: -48px -16px;
355 }
355 }
356 .ui-icon-triangle-1-s
356 .ui-icon-triangle-1-s
357 {
357 {
358 background-position: -64px -16px;
358 background-position: -64px -16px;
359 }
359 }
360 .ui-icon-triangle-1-sw
360 .ui-icon-triangle-1-sw
361 {
361 {
362 background-position: -80px -16px;
362 background-position: -80px -16px;
363 }
363 }
364 .ui-icon-triangle-1-w
364 .ui-icon-triangle-1-w
365 {
365 {
366 background-position: -96px -16px;
366 background-position: -96px -16px;
367 }
367 }
368 .ui-icon-triangle-1-nw
368 .ui-icon-triangle-1-nw
369 {
369 {
370 background-position: -112px -16px;
370 background-position: -112px -16px;
371 }
371 }
372 .ui-icon-triangle-2-n-s
372 .ui-icon-triangle-2-n-s
373 {
373 {
374 background-position: -128px -16px;
374 background-position: -128px -16px;
375 }
375 }
376 .ui-icon-triangle-2-e-w
376 .ui-icon-triangle-2-e-w
377 {
377 {
378 background-position: -144px -16px;
378 background-position: -144px -16px;
379 }
379 }
380 .ui-icon-arrow-1-n
380 .ui-icon-arrow-1-n
381 {
381 {
382 background-position: 0 -32px;
382 background-position: 0 -32px;
383 }
383 }
384 .ui-icon-arrow-1-ne
384 .ui-icon-arrow-1-ne
385 {
385 {
386 background-position: -16px -32px;
386 background-position: -16px -32px;
387 }
387 }
388 .ui-icon-arrow-1-e
388 .ui-icon-arrow-1-e
389 {
389 {
390 background-position: -32px -32px;
390 background-position: -32px -32px;
391 }
391 }
392 .ui-icon-arrow-1-se
392 .ui-icon-arrow-1-se
393 {
393 {
394 background-position: -48px -32px;
394 background-position: -48px -32px;
395 }
395 }
396 .ui-icon-arrow-1-s
396 .ui-icon-arrow-1-s
397 {
397 {
398 background-position: -64px -32px;
398 background-position: -64px -32px;
399 }
399 }
400 .ui-icon-arrow-1-sw
400 .ui-icon-arrow-1-sw
401 {
401 {
402 background-position: -80px -32px;
402 background-position: -80px -32px;
403 }
403 }
404 .ui-icon-arrow-1-w
404 .ui-icon-arrow-1-w
405 {
405 {
406 background-position: -96px -32px;
406 background-position: -96px -32px;
407 }
407 }
408 .ui-icon-arrow-1-nw
408 .ui-icon-arrow-1-nw
409 {
409 {
410 background-position: -112px -32px;
410 background-position: -112px -32px;
411 }
411 }
412 .ui-icon-arrow-2-n-s
412 .ui-icon-arrow-2-n-s
413 {
413 {
414 background-position: -128px -32px;
414 background-position: -128px -32px;
415 }
415 }
416 .ui-icon-arrow-2-ne-sw
416 .ui-icon-arrow-2-ne-sw
417 {
417 {
418 background-position: -144px -32px;
418 background-position: -144px -32px;
419 }
419 }
420 .ui-icon-arrow-2-e-w
420 .ui-icon-arrow-2-e-w
421 {
421 {
422 background-position: -160px -32px;
422 background-position: -160px -32px;
423 }
423 }
424 .ui-icon-arrow-2-se-nw
424 .ui-icon-arrow-2-se-nw
425 {
425 {
426 background-position: -176px -32px;
426 background-position: -176px -32px;
427 }
427 }
428 .ui-icon-arrowstop-1-n
428 .ui-icon-arrowstop-1-n
429 {
429 {
430 background-position: -192px -32px;
430 background-position: -192px -32px;
431 }
431 }
432 .ui-icon-arrowstop-1-e
432 .ui-icon-arrowstop-1-e
433 {
433 {
434 background-position: -208px -32px;
434 background-position: -208px -32px;
435 }
435 }
436 .ui-icon-arrowstop-1-s
436 .ui-icon-arrowstop-1-s
437 {
437 {
438 background-position: -224px -32px;
438 background-position: -224px -32px;
439 }
439 }
440 .ui-icon-arrowstop-1-w
440 .ui-icon-arrowstop-1-w
441 {
441 {
442 background-position: -240px -32px;
442 background-position: -240px -32px;
443 }
443 }
444 .ui-icon-arrowthick-1-n
444 .ui-icon-arrowthick-1-n
445 {
445 {
446 background-position: 0 -48px;
446 background-position: 0 -48px;
447 }
447 }
448 .ui-icon-arrowthick-1-ne
448 .ui-icon-arrowthick-1-ne
449 {
449 {
450 background-position: -16px -48px;
450 background-position: -16px -48px;
451 }
451 }
452 .ui-icon-arrowthick-1-e
452 .ui-icon-arrowthick-1-e
453 {
453 {
454 background-position: -32px -48px;
454 background-position: -32px -48px;
455 }
455 }
456 .ui-icon-arrowthick-1-se
456 .ui-icon-arrowthick-1-se
457 {
457 {
458 background-position: -48px -48px;
458 background-position: -48px -48px;
459 }
459 }
460 .ui-icon-arrowthick-1-s
460 .ui-icon-arrowthick-1-s
461 {
461 {
462 background-position: -64px -48px;
462 background-position: -64px -48px;
463 }
463 }
464 .ui-icon-arrowthick-1-sw
464 .ui-icon-arrowthick-1-sw
465 {
465 {
466 background-position: -80px -48px;
466 background-position: -80px -48px;
467 }
467 }
468 .ui-icon-arrowthick-1-w
468 .ui-icon-arrowthick-1-w
469 {
469 {
470 background-position: -96px -48px;
470 background-position: -96px -48px;
471 }
471 }
472 .ui-icon-arrowthick-1-nw
472 .ui-icon-arrowthick-1-nw
473 {
473 {
474 background-position: -112px -48px;
474 background-position: -112px -48px;
475 }
475 }
476 .ui-icon-arrowthick-2-n-s
476 .ui-icon-arrowthick-2-n-s
477 {
477 {
478 background-position: -128px -48px;
478 background-position: -128px -48px;
479 }
479 }
480 .ui-icon-arrowthick-2-ne-sw
480 .ui-icon-arrowthick-2-ne-sw
481 {
481 {
482 background-position: -144px -48px;
482 background-position: -144px -48px;
483 }
483 }
484 .ui-icon-arrowthick-2-e-w
484 .ui-icon-arrowthick-2-e-w
485 {
485 {
486 background-position: -160px -48px;
486 background-position: -160px -48px;
487 }
487 }
488 .ui-icon-arrowthick-2-se-nw
488 .ui-icon-arrowthick-2-se-nw
489 {
489 {
490 background-position: -176px -48px;
490 background-position: -176px -48px;
491 }
491 }
492 .ui-icon-arrowthickstop-1-n
492 .ui-icon-arrowthickstop-1-n
493 {
493 {
494 background-position: -192px -48px;
494 background-position: -192px -48px;
495 }
495 }
496 .ui-icon-arrowthickstop-1-e
496 .ui-icon-arrowthickstop-1-e
497 {
497 {
498 background-position: -208px -48px;
498 background-position: -208px -48px;
499 }
499 }
500 .ui-icon-arrowthickstop-1-s
500 .ui-icon-arrowthickstop-1-s
501 {
501 {
502 background-position: -224px -48px;
502 background-position: -224px -48px;
503 }
503 }
504 .ui-icon-arrowthickstop-1-w
504 .ui-icon-arrowthickstop-1-w
505 {
505 {
506 background-position: -240px -48px;
506 background-position: -240px -48px;
507 }
507 }
508 .ui-icon-arrowreturnthick-1-w
508 .ui-icon-arrowreturnthick-1-w
509 {
509 {
510 background-position: 0 -64px;
510 background-position: 0 -64px;
511 }
511 }
512 .ui-icon-arrowreturnthick-1-n
512 .ui-icon-arrowreturnthick-1-n
513 {
513 {
514 background-position: -16px -64px;
514 background-position: -16px -64px;
515 }
515 }
516 .ui-icon-arrowreturnthick-1-e
516 .ui-icon-arrowreturnthick-1-e
517 {
517 {
518 background-position: -32px -64px;
518 background-position: -32px -64px;
519 }
519 }
520 .ui-icon-arrowreturnthick-1-s
520 .ui-icon-arrowreturnthick-1-s
521 {
521 {
522 background-position: -48px -64px;
522 background-position: -48px -64px;
523 }
523 }
524 .ui-icon-arrowreturn-1-w
524 .ui-icon-arrowreturn-1-w
525 {
525 {
526 background-position: -64px -64px;
526 background-position: -64px -64px;
527 }
527 }
528 .ui-icon-arrowreturn-1-n
528 .ui-icon-arrowreturn-1-n
529 {
529 {
530 background-position: -80px -64px;
530 background-position: -80px -64px;
531 }
531 }
532 .ui-icon-arrowreturn-1-e
532 .ui-icon-arrowreturn-1-e
533 {
533 {
534 background-position: -96px -64px;
534 background-position: -96px -64px;
535 }
535 }
536 .ui-icon-arrowreturn-1-s
536 .ui-icon-arrowreturn-1-s
537 {
537 {
538 background-position: -112px -64px;
538 background-position: -112px -64px;
539 }
539 }
540 .ui-icon-arrowrefresh-1-w
540 .ui-icon-arrowrefresh-1-w
541 {
541 {
542 background-position: -128px -64px;
542 background-position: -128px -64px;
543 }
543 }
544 .ui-icon-arrowrefresh-1-n
544 .ui-icon-arrowrefresh-1-n
545 {
545 {
546 background-position: -144px -64px;
546 background-position: -144px -64px;
547 }
547 }
548 .ui-icon-arrowrefresh-1-e
548 .ui-icon-arrowrefresh-1-e
549 {
549 {
550 background-position: -160px -64px;
550 background-position: -160px -64px;
551 }
551 }
552 .ui-icon-arrowrefresh-1-s
552 .ui-icon-arrowrefresh-1-s
553 {
553 {
554 background-position: -176px -64px;
554 background-position: -176px -64px;
555 }
555 }
556 .ui-icon-arrow-4
556 .ui-icon-arrow-4
557 {
557 {
558 background-position: 0 -80px;
558 background-position: 0 -80px;
559 }
559 }
560 .ui-icon-arrow-4-diag
560 .ui-icon-arrow-4-diag
561 {
561 {
562 background-position: -16px -80px;
562 background-position: -16px -80px;
563 }
563 }
564 .ui-icon-extlink
564 .ui-icon-extlink
565 {
565 {
566 background-position: -32px -80px;
566 background-position: -32px -80px;
567 }
567 }
568 .ui-icon-newwin
568 .ui-icon-newwin
569 {
569 {
570 background-position: -48px -80px;
570 background-position: -48px -80px;
571 }
571 }
572 .ui-icon-refresh
572 .ui-icon-refresh
573 {
573 {
574 background-position: -64px -80px;
574 background-position: -64px -80px;
575 }
575 }
576 .ui-icon-shuffle
576 .ui-icon-shuffle
577 {
577 {
578 background-position: -80px -80px;
578 background-position: -80px -80px;
579 }
579 }
580 .ui-icon-transfer-e-w
580 .ui-icon-transfer-e-w
581 {
581 {
582 background-position: -96px -80px;
582 background-position: -96px -80px;
583 }
583 }
584 .ui-icon-transferthick-e-w
584 .ui-icon-transferthick-e-w
585 {
585 {
586 background-position: -112px -80px;
586 background-position: -112px -80px;
587 }
587 }
588 .ui-icon-folder-collapsed
588 .ui-icon-folder-collapsed
589 {
589 {
590 background-position: 0 -96px;
590 background-position: 0 -96px;
591 }
591 }
592 .ui-icon-folder-open
592 .ui-icon-folder-open
593 {
593 {
594 background-position: -16px -96px;
594 background-position: -16px -96px;
595 }
595 }
596 .ui-icon-document
596 .ui-icon-document
597 {
597 {
598 background-position: -32px -96px;
598 background-position: -32px -96px;
599 }
599 }
600 .ui-icon-document-b
600 .ui-icon-document-b
601 {
601 {
602 background-position: -48px -96px;
602 background-position: -48px -96px;
603 }
603 }
604 .ui-icon-note
604 .ui-icon-note
605 {
605 {
606 background-position: -64px -96px;
606 background-position: -64px -96px;
607 }
607 }
608 .ui-icon-mail-closed
608 .ui-icon-mail-closed
609 {
609 {
610 background-position: -80px -96px;
610 background-position: -80px -96px;
611 }
611 }
612 .ui-icon-mail-open
612 .ui-icon-mail-open
613 {
613 {
614 background-position: -96px -96px;
614 background-position: -96px -96px;
615 }
615 }
616 .ui-icon-suitcase
616 .ui-icon-suitcase
617 {
617 {
618 background-position: -112px -96px;
618 background-position: -112px -96px;
619 }
619 }
620 .ui-icon-comment
620 .ui-icon-comment
621 {
621 {
622 background-position: -128px -96px;
622 background-position: -128px -96px;
623 }
623 }
624 .ui-icon-person
624 .ui-icon-person
625 {
625 {
626 background-position: -144px -96px;
626 background-position: -144px -96px;
627 }
627 }
628 .ui-icon-print
628 .ui-icon-print
629 {
629 {
630 background-position: -160px -96px;
630 background-position: -160px -96px;
631 }
631 }
632 .ui-icon-trash
632 .ui-icon-trash
633 {
633 {
634 background-position: -176px -96px;
634 background-position: -176px -96px;
635 }
635 }
636 .ui-icon-locked
636 .ui-icon-locked
637 {
637 {
638 background-position: -192px -96px;
638 background-position: -192px -96px;
639 }
639 }
640 .ui-icon-unlocked
640 .ui-icon-unlocked
641 {
641 {
642 background-position: -208px -96px;
642 background-position: -208px -96px;
643 }
643 }
644 .ui-icon-bookmark
644 .ui-icon-bookmark
645 {
645 {
646 background-position: -224px -96px;
646 background-position: -224px -96px;
647 }
647 }
648 .ui-icon-tag
648 .ui-icon-tag
649 {
649 {
650 background-position: -240px -96px;
650 background-position: -240px -96px;
651 }
651 }
652 .ui-icon-home
652 .ui-icon-home
653 {
653 {
654 background-position: 0 -112px;
654 background-position: 0 -112px;
655 }
655 }
656 .ui-icon-flag
656 .ui-icon-flag
657 {
657 {
658 background-position: -16px -112px;
658 background-position: -16px -112px;
659 }
659 }
660 .ui-icon-calendar
660 .ui-icon-calendar
661 {
661 {
662 background-position: -32px -112px;
662 background-position: -32px -112px;
663 }
663 }
664 .ui-icon-cart
664 .ui-icon-cart
665 {
665 {
666 background-position: -48px -112px;
666 background-position: -48px -112px;
667 }
667 }
668 .ui-icon-pencil
668 .ui-icon-pencil
669 {
669 {
670 background-position: -64px -112px;
670 background-position: -64px -112px;
671 }
671 }
672 .ui-icon-clock
672 .ui-icon-clock
673 {
673 {
674 background-position: -80px -112px;
674 background-position: -80px -112px;
675 }
675 }
676 .ui-icon-disk
676 .ui-icon-disk
677 {
677 {
678 background-position: -96px -112px;
678 background-position: -96px -112px;
679 }
679 }
680 .ui-icon-calculator
680 .ui-icon-calculator
681 {
681 {
682 background-position: -112px -112px;
682 background-position: -112px -112px;
683 }
683 }
684 .ui-icon-zoomin
684 .ui-icon-zoomin
685 {
685 {
686 background-position: -128px -112px;
686 background-position: -128px -112px;
687 }
687 }
688 .ui-icon-zoomout
688 .ui-icon-zoomout
689 {
689 {
690 background-position: -144px -112px;
690 background-position: -144px -112px;
691 }
691 }
692 .ui-icon-search
692 .ui-icon-search
693 {
693 {
694 background-position: -160px -112px;
694 background-position: -160px -112px;
695 }
695 }
696 .ui-icon-wrench
696 .ui-icon-wrench
697 {
697 {
698 background-position: -176px -112px;
698 background-position: -176px -112px;
699 }
699 }
700 .ui-icon-gear
700 .ui-icon-gear
701 {
701 {
702 background-position: -192px -112px;
702 background-position: -192px -112px;
703 }
703 }
704 .ui-icon-heart
704 .ui-icon-heart
705 {
705 {
706 background-position: -208px -112px;
706 background-position: -208px -112px;
707 }
707 }
708 .ui-icon-star
708 .ui-icon-star
709 {
709 {
710 background-position: -224px -112px;
710 background-position: -224px -112px;
711 }
711 }
712 .ui-icon-link
712 .ui-icon-link
713 {
713 {
714 background-position: -240px -112px;
714 background-position: -240px -112px;
715 }
715 }
716 .ui-icon-cancel
716 .ui-icon-cancel
717 {
717 {
718 background-position: 0 -128px;
718 background-position: 0 -128px;
719 }
719 }
720 .ui-icon-plus
720 .ui-icon-plus
721 {
721 {
722 background-position: -16px -128px;
722 background-position: -16px -128px;
723 }
723 }
724 .ui-icon-plusthick
724 .ui-icon-plusthick
725 {
725 {
726 background-position: -32px -128px;
726 background-position: -32px -128px;
727 }
727 }
728 .ui-icon-minus
728 .ui-icon-minus
729 {
729 {
730 background-position: -48px -128px;
730 background-position: -48px -128px;
731 }
731 }
732 .ui-icon-minusthick
732 .ui-icon-minusthick
733 {
733 {
734 background-position: -64px -128px;
734 background-position: -64px -128px;
735 }
735 }
736 .ui-icon-close
736 .ui-icon-close
737 {
737 {
738 background-position: -80px -128px;
738 background-position: -80px -128px;
739 }
739 }
740 .ui-icon-closethick
740 .ui-icon-closethick
741 {
741 {
742 background-position: -96px -128px;
742 background-position: -96px -128px;
743 }
743 }
744 .ui-icon-key
744 .ui-icon-key
745 {
745 {
746 background-position: -112px -128px;
746 background-position: -112px -128px;
747 }
747 }
748 .ui-icon-lightbulb
748 .ui-icon-lightbulb
749 {
749 {
750 background-position: -128px -128px;
750 background-position: -128px -128px;
751 }
751 }
752 .ui-icon-scissors
752 .ui-icon-scissors
753 {
753 {
754 background-position: -144px -128px;
754 background-position: -144px -128px;
755 }
755 }
756 .ui-icon-clipboard
756 .ui-icon-clipboard
757 {
757 {
758 background-position: -160px -128px;
758 background-position: -160px -128px;
759 }
759 }
760 .ui-icon-copy
760 .ui-icon-copy
761 {
761 {
762 background-position: -176px -128px;
762 background-position: -176px -128px;
763 }
763 }
764 .ui-icon-contact
764 .ui-icon-contact
765 {
765 {
766 background-position: -192px -128px;
766 background-position: -192px -128px;
767 }
767 }
768 .ui-icon-image
768 .ui-icon-image
769 {
769 {
770 background-position: -208px -128px;
770 background-position: -208px -128px;
771 }
771 }
772 .ui-icon-video
772 .ui-icon-video
773 {
773 {
774 background-position: -224px -128px;
774 background-position: -224px -128px;
775 }
775 }
776 .ui-icon-script
776 .ui-icon-script
777 {
777 {
778 background-position: -240px -128px;
778 background-position: -240px -128px;
779 }
779 }
780 .ui-icon-alert
780 .ui-icon-alert
781 {
781 {
782 background-position: 0 -144px;
782 background-position: 0 -144px;
783 }
783 }
784 .ui-icon-info
784 .ui-icon-info
785 {
785 {
786 background-position: -16px -144px;
786 background-position: -16px -144px;
787 }
787 }
788 .ui-icon-notice
788 .ui-icon-notice
789 {
789 {
790 background-position: -32px -144px;
790 background-position: -32px -144px;
791 }
791 }
792 .ui-icon-help
792 .ui-icon-help
793 {
793 {
794 background-position: -48px -144px;
794 background-position: -48px -144px;
795 }
795 }
796 .ui-icon-check
796 .ui-icon-check
797 {
797 {
798 background-position: -64px -144px;
798 background-position: -64px -144px;
799 }
799 }
800 .ui-icon-bullet
800 .ui-icon-bullet
801 {
801 {
802 background-position: -80px -144px;
802 background-position: -80px -144px;
803 }
803 }
804 .ui-icon-radio-off
804 .ui-icon-radio-off
805 {
805 {
806 background-position: -96px -144px;
806 background-position: -96px -144px;
807 }
807 }
808 .ui-icon-radio-on
808 .ui-icon-radio-on
809 {
809 {
810 background-position: -112px -144px;
810 background-position: -112px -144px;
811 }
811 }
812 .ui-icon-pin-w
812 .ui-icon-pin-w
813 {
813 {
814 background-position: -128px -144px;
814 background-position: -128px -144px;
815 }
815 }
816 .ui-icon-pin-s
816 .ui-icon-pin-s
817 {
817 {
818 background-position: -144px -144px;
818 background-position: -144px -144px;
819 }
819 }
820 .ui-icon-play
820 .ui-icon-play
821 {
821 {
822 background-position: 0 -160px;
822 background-position: 0 -160px;
823 }
823 }
824 .ui-icon-pause
824 .ui-icon-pause
825 {
825 {
826 background-position: -16px -160px;
826 background-position: -16px -160px;
827 }
827 }
828 .ui-icon-seek-next
828 .ui-icon-seek-next
829 {
829 {
830 background-position: -32px -160px;
830 background-position: -32px -160px;
831 }
831 }
832 .ui-icon-seek-prev
832 .ui-icon-seek-prev
833 {
833 {
834 background-position: -48px -160px;
834 background-position: -48px -160px;
835 }
835 }
836 .ui-icon-seek-end
836 .ui-icon-seek-end
837 {
837 {
838 background-position: -64px -160px;
838 background-position: -64px -160px;
839 }
839 }
840 .ui-icon-seek-start
840 .ui-icon-seek-start
841 {
841 {
842 background-position: -80px -160px;
842 background-position: -80px -160px;
843 }
843 }
844 /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
844 /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
845 .ui-icon-seek-first
845 .ui-icon-seek-first
846 {
846 {
847 background-position: -80px -160px;
847 background-position: -80px -160px;
848 }
848 }
849 .ui-icon-stop
849 .ui-icon-stop
850 {
850 {
851 background-position: -96px -160px;
851 background-position: -96px -160px;
852 }
852 }
853 .ui-icon-eject
853 .ui-icon-eject
854 {
854 {
855 background-position: -112px -160px;
855 background-position: -112px -160px;
856 }
856 }
857 .ui-icon-volume-off
857 .ui-icon-volume-off
858 {
858 {
859 background-position: -128px -160px;
859 background-position: -128px -160px;
860 }
860 }
861 .ui-icon-volume-on
861 .ui-icon-volume-on
862 {
862 {
863 background-position: -144px -160px;
863 background-position: -144px -160px;
864 }
864 }
865 .ui-icon-power
865 .ui-icon-power
866 {
866 {
867 background-position: 0 -176px;
867 background-position: 0 -176px;
868 }
868 }
869 .ui-icon-signal-diag
869 .ui-icon-signal-diag
870 {
870 {
871 background-position: -16px -176px;
871 background-position: -16px -176px;
872 }
872 }
873 .ui-icon-signal
873 .ui-icon-signal
874 {
874 {
875 background-position: -32px -176px;
875 background-position: -32px -176px;
876 }
876 }
877 .ui-icon-battery-0
877 .ui-icon-battery-0
878 {
878 {
879 background-position: -48px -176px;
879 background-position: -48px -176px;
880 }
880 }
881 .ui-icon-battery-1
881 .ui-icon-battery-1
882 {
882 {
883 background-position: -64px -176px;
883 background-position: -64px -176px;
884 }
884 }
885 .ui-icon-battery-2
885 .ui-icon-battery-2
886 {
886 {
887 background-position: -80px -176px;
887 background-position: -80px -176px;
888 }
888 }
889 .ui-icon-battery-3
889 .ui-icon-battery-3
890 {
890 {
891 background-position: -96px -176px;
891 background-position: -96px -176px;
892 }
892 }
893 .ui-icon-circle-plus
893 .ui-icon-circle-plus
894 {
894 {
895 background-position: 0 -192px;
895 background-position: 0 -192px;
896 }
896 }
897 .ui-icon-circle-minus
897 .ui-icon-circle-minus
898 {
898 {
899 background-position: -16px -192px;
899 background-position: -16px -192px;
900 }
900 }
901 .ui-icon-circle-close
901 .ui-icon-circle-close
902 {
902 {
903 background-position: -32px -192px;
903 background-position: -32px -192px;
904 }
904 }
905 .ui-icon-circle-triangle-e
905 .ui-icon-circle-triangle-e
906 {
906 {
907 background-position: -48px -192px;
907 background-position: -48px -192px;
908 }
908 }
909 .ui-icon-circle-triangle-s
909 .ui-icon-circle-triangle-s
910 {
910 {
911 background-position: -64px -192px;
911 background-position: -64px -192px;
912 }
912 }
913 .ui-icon-circle-triangle-w
913 .ui-icon-circle-triangle-w
914 {
914 {
915 background-position: -80px -192px;
915 background-position: -80px -192px;
916 }
916 }
917 .ui-icon-circle-triangle-n
917 .ui-icon-circle-triangle-n
918 {
918 {
919 background-position: -96px -192px;
919 background-position: -96px -192px;
920 }
920 }
921 .ui-icon-circle-arrow-e
921 .ui-icon-circle-arrow-e
922 {
922 {
923 background-position: -112px -192px;
923 background-position: -112px -192px;
924 }
924 }
925 .ui-icon-circle-arrow-s
925 .ui-icon-circle-arrow-s
926 {
926 {
927 background-position: -128px -192px;
927 background-position: -128px -192px;
928 }
928 }
929 .ui-icon-circle-arrow-w
929 .ui-icon-circle-arrow-w
930 {
930 {
931 background-position: -144px -192px;
931 background-position: -144px -192px;
932 }
932 }
933 .ui-icon-circle-arrow-n
933 .ui-icon-circle-arrow-n
934 {
934 {
935 background-position: -160px -192px;
935 background-position: -160px -192px;
936 }
936 }
937 .ui-icon-circle-zoomin
937 .ui-icon-circle-zoomin
938 {
938 {
939 background-position: -176px -192px;
939 background-position: -176px -192px;
940 }
940 }
941 .ui-icon-circle-zoomout
941 .ui-icon-circle-zoomout
942 {
942 {
943 background-position: -192px -192px;
943 background-position: -192px -192px;
944 }
944 }
945 .ui-icon-circle-check
945 .ui-icon-circle-check
946 {
946 {
947 background-position: -208px -192px;
947 background-position: -208px -192px;
948 }
948 }
949 .ui-icon-circlesmall-plus
949 .ui-icon-circlesmall-plus
950 {
950 {
951 background-position: 0 -208px;
951 background-position: 0 -208px;
952 }
952 }
953 .ui-icon-circlesmall-minus
953 .ui-icon-circlesmall-minus
954 {
954 {
955 background-position: -16px -208px;
955 background-position: -16px -208px;
956 }
956 }
957 .ui-icon-circlesmall-close
957 .ui-icon-circlesmall-close
958 {
958 {
959 background-position: -32px -208px;
959 background-position: -32px -208px;
960 }
960 }
961 .ui-icon-squaresmall-plus
961 .ui-icon-squaresmall-plus
962 {
962 {
963 background-position: -48px -208px;
963 background-position: -48px -208px;
964 }
964 }
965 .ui-icon-squaresmall-minus
965 .ui-icon-squaresmall-minus
966 {
966 {
967 background-position: -64px -208px;
967 background-position: -64px -208px;
968 }
968 }
969 .ui-icon-squaresmall-close
969 .ui-icon-squaresmall-close
970 {
970 {
971 background-position: -80px -208px;
971 background-position: -80px -208px;
972 }
972 }
973 .ui-icon-grip-dotted-vertical
973 .ui-icon-grip-dotted-vertical
974 {
974 {
975 background-position: 0 -224px;
975 background-position: 0 -224px;
976 }
976 }
977 .ui-icon-grip-dotted-horizontal
977 .ui-icon-grip-dotted-horizontal
978 {
978 {
979 background-position: -16px -224px;
979 background-position: -16px -224px;
980 }
980 }
981 .ui-icon-grip-solid-vertical
981 .ui-icon-grip-solid-vertical
982 {
982 {
983 background-position: -32px -224px;
983 background-position: -32px -224px;
984 }
984 }
985 .ui-icon-grip-solid-horizontal
985 .ui-icon-grip-solid-horizontal
986 {
986 {
987 background-position: -48px -224px;
987 background-position: -48px -224px;
988 }
988 }
989 .ui-icon-gripsmall-diagonal-se
989 .ui-icon-gripsmall-diagonal-se
990 {
990 {
991 background-position: -64px -224px;
991 background-position: -64px -224px;
992 }
992 }
993 .ui-icon-grip-diagonal-se
993 .ui-icon-grip-diagonal-se
994 {
994 {
995 background-position: -80px -224px;
995 background-position: -80px -224px;
996 }
996 }
997
997
998
998
999 /* Misc visuals
999 /* Misc visuals
1000 ----------------------------------*/
1000 ----------------------------------*/
1001
1001
1002 /* Corner radius */
1002 /* Corner radius */
1003 .ui-corner-tl
1003 .ui-corner-tl
1004 {
1004 {
1005 -moz-border-radius-topleft: 4px;
1005 -moz-border-radius-topleft: 4px;
1006 -webkit-border-top-left-radius: 4px;
1006 -webkit-border-top-left-radius: 4px;
1007 border-top-left-radius: 4px;
1007 border-top-left-radius: 4px;
1008 }
1008 }
1009 .ui-corner-tr
1009 .ui-corner-tr
1010 {
1010 {
1011 -moz-border-radius-topright: 4px;
1011 -moz-border-radius-topright: 4px;
1012 -webkit-border-top-right-radius: 4px;
1012 -webkit-border-top-right-radius: 4px;
1013 border-top-right-radius: 4px;
1013 border-top-right-radius: 4px;
1014 }
1014 }
1015 .ui-corner-bl
1015 .ui-corner-bl
1016 {
1016 {
1017 -moz-border-radius-bottomleft: 4px;
1017 -moz-border-radius-bottomleft: 4px;
1018 -webkit-border-bottom-left-radius: 4px;
1018 -webkit-border-bottom-left-radius: 4px;
1019 border-bottom-left-radius: 4px;
1019 border-bottom-left-radius: 4px;
1020 }
1020 }
1021 .ui-corner-br
1021 .ui-corner-br
1022 {
1022 {
1023 -moz-border-radius-bottomright: 4px;
1023 -moz-border-radius-bottomright: 4px;
1024 -webkit-border-bottom-right-radius: 4px;
1024 -webkit-border-bottom-right-radius: 4px;
1025 border-bottom-right-radius: 4px;
1025 border-bottom-right-radius: 4px;
1026 }
1026 }
1027 .ui-corner-top
1027 .ui-corner-top
1028 {
1028 {
1029 -moz-border-radius-topleft: 4px;
1029 -moz-border-radius-topleft: 4px;
1030 -webkit-border-top-left-radius: 4px;
1030 -webkit-border-top-left-radius: 4px;
1031 border-top-left-radius: 4px;
1031 border-top-left-radius: 4px;
1032 -moz-border-radius-topright: 4px;
1032 -moz-border-radius-topright: 4px;
1033 -webkit-border-top-right-radius: 4px;
1033 -webkit-border-top-right-radius: 4px;
1034 border-top-right-radius: 4px;
1034 border-top-right-radius: 4px;
1035 }
1035 }
1036 .ui-corner-bottom
1036 .ui-corner-bottom
1037 {
1037 {
1038 -moz-border-radius-bottomleft: 4px;
1038 -moz-border-radius-bottomleft: 4px;
1039 -webkit-border-bottom-left-radius: 4px;
1039 -webkit-border-bottom-left-radius: 4px;
1040 border-bottom-left-radius: 4px;
1040 border-bottom-left-radius: 4px;
1041 -moz-border-radius-bottomright: 4px;
1041 -moz-border-radius-bottomright: 4px;
1042 -webkit-border-bottom-right-radius: 4px;
1042 -webkit-border-bottom-right-radius: 4px;
1043 border-bottom-right-radius: 4px;
1043 border-bottom-right-radius: 4px;
1044 }
1044 }
1045 .ui-corner-right
1045 .ui-corner-right
1046 {
1046 {
1047 -moz-border-radius-topright: 4px;
1047 -moz-border-radius-topright: 4px;
1048 -webkit-border-top-right-radius: 4px;
1048 -webkit-border-top-right-radius: 4px;
1049 border-top-right-radius: 4px;
1049 border-top-right-radius: 4px;
1050 -moz-border-radius-bottomright: 4px;
1050 -moz-border-radius-bottomright: 4px;
1051 -webkit-border-bottom-right-radius: 4px;
1051 -webkit-border-bottom-right-radius: 4px;
1052 border-bottom-right-radius: 4px;
1052 border-bottom-right-radius: 4px;
1053 }
1053 }
1054 .ui-corner-left
1054 .ui-corner-left
1055 {
1055 {
1056 -moz-border-radius-topleft: 4px;
1056 -moz-border-radius-topleft: 4px;
1057 -webkit-border-top-left-radius: 4px;
1057 -webkit-border-top-left-radius: 4px;
1058 border-top-left-radius: 4px;
1058 border-top-left-radius: 4px;
1059 -moz-border-radius-bottomleft: 4px;
1059 -moz-border-radius-bottomleft: 4px;
1060 -webkit-border-bottom-left-radius: 4px;
1060 -webkit-border-bottom-left-radius: 4px;
1061 border-bottom-left-radius: 4px;
1061 border-bottom-left-radius: 4px;
1062 }
1062 }
1063 .ui-corner-all
1063 .ui-corner-all
1064 {
1064 {
1065 -moz-border-radius: 4px;
1065 -moz-border-radius: 4px;
1066 -webkit-border-radius: 4px;
1066 -webkit-border-radius: 4px;
1067 border-radius: 4px;
1067 border-radius: 4px;
1068 }
1068 }
1069
1069
1070 /* Overlays */
1070 /* Overlays */
1071 .ui-widget-overlay
1071 .ui-widget-overlay
1072 {
1072 {
1073 background: #00a6dd url(images/ui-bg_diagonals-thick_50_00a6dd_40x40.png) 50% 50% repeat;
1073 background: #00a6dd url(images/ui-bg_diagonals-thick_50_00a6dd_40x40.png) 50% 50% repeat;
1074 opacity: .30;
1074 opacity: .30;
1075 filter: Alpha(Opacity=30);
1075 filter: Alpha(Opacity=30);
1076 }
1076 }
1077 .ui-widget-shadow
1077 .ui-widget-shadow
1078 {
1078 {
1079 margin: -8px 0 0 -8px;
1079 margin: -8px 0 0 -8px;
1080 padding: 8px;
1080 padding: 8px;
1081 background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
1081 background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
1082 opacity: .30;
1082 opacity: .30;
1083 filter: Alpha(Opacity=30);
1083 filter: Alpha(Opacity=30);
1084 -moz-border-radius: 8px;
1084 -moz-border-radius: 8px;
1085 -webkit-border-radius: 8px;
1085 -webkit-border-radius: 8px;
1086 border-radius: 8px;
1086 border-radius: 8px;
1087 }
1087 }
1088 /*
1088 /*
1089 * jQuery UI Resizable 1.8.7
1089 * jQuery UI Resizable 1.8.7
1090 *
1090 *
1091 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1091 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1092 * Dual licensed under the MIT or GPL Version 2 licenses.
1092 * Dual licensed under the MIT or GPL Version 2 licenses.
1093 * http://jquery.org/license
1093 * http://jquery.org/license
1094 *
1094 *
1095 * http://docs.jquery.com/UI/Resizable#theming
1095 * http://docs.jquery.com/UI/Resizable#theming
1096 */
1096 */
1097 .ui-resizable
1097 .ui-resizable
1098 {
1098 {
1099 position: relative;
1099 position: relative;
1100 }
1100 }
1101 .ui-resizable-handle
1101 .ui-resizable-handle
1102 {
1102 {
1103 position: absolute;
1103 position: absolute;
1104 font-size: 0.1px;
1104 font-size: 0.1px;
1105 z-index: 99999;
1105 z-index: 99999;
1106 display: block;
1106 display: block;
1107 }
1107 }
1108 .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle
1108 .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle
1109 {
1109 {
1110 display: none;
1110 display: none;
1111 }
1111 }
1112 .ui-resizable-n
1112 .ui-resizable-n
1113 {
1113 {
1114 cursor: n-resize;
1114 cursor: n-resize;
1115 height: 7px;
1115 height: 7px;
1116 width: 100%;
1116 width: 100%;
1117 top: -5px;
1117 top: -5px;
1118 left: 0;
1118 left: 0;
1119 }
1119 }
1120 .ui-resizable-s
1120 .ui-resizable-s
1121 {
1121 {
1122 cursor: s-resize;
1122 cursor: s-resize;
1123 height: 7px;
1123 height: 7px;
1124 width: 100%;
1124 width: 100%;
1125 bottom: -5px;
1125 bottom: -5px;
1126 left: 0;
1126 left: 0;
1127 }
1127 }
1128 .ui-resizable-e
1128 .ui-resizable-e
1129 {
1129 {
1130 cursor: e-resize;
1130 cursor: e-resize;
1131 width: 7px;
1131 width: 7px;
1132 right: -5px;
1132 right: -5px;
1133 top: 0;
1133 top: 0;
1134 height: 100%;
1134 height: 100%;
1135 }
1135 }
1136 .ui-resizable-w
1136 .ui-resizable-w
1137 {
1137 {
1138 cursor: w-resize;
1138 cursor: w-resize;
1139 width: 7px;
1139 width: 7px;
1140 left: -5px;
1140 left: -5px;
1141 top: 0;
1141 top: 0;
1142 height: 100%;
1142 height: 100%;
1143 }
1143 }
1144 .ui-resizable-se
1144 .ui-resizable-se
1145 {
1145 {
1146 cursor: se-resize;
1146 cursor: se-resize;
1147 width: 12px;
1147 width: 12px;
1148 height: 12px;
1148 height: 12px;
1149 right: 1px;
1149 right: 1px;
1150 bottom: 1px;
1150 bottom: 1px;
1151 }
1151 }
1152 .ui-resizable-sw
1152 .ui-resizable-sw
1153 {
1153 {
1154 cursor: sw-resize;
1154 cursor: sw-resize;
1155 width: 9px;
1155 width: 9px;
1156 height: 9px;
1156 height: 9px;
1157 left: -5px;
1157 left: -5px;
1158 bottom: -5px;
1158 bottom: -5px;
1159 }
1159 }
1160 .ui-resizable-nw
1160 .ui-resizable-nw
1161 {
1161 {
1162 cursor: nw-resize;
1162 cursor: nw-resize;
1163 width: 9px;
1163 width: 9px;
1164 height: 9px;
1164 height: 9px;
1165 left: -5px;
1165 left: -5px;
1166 top: -5px;
1166 top: -5px;
1167 }
1167 }
1168 .ui-resizable-ne
1168 .ui-resizable-ne
1169 {
1169 {
1170 cursor: ne-resize;
1170 cursor: ne-resize;
1171 width: 9px;
1171 width: 9px;
1172 height: 9px;
1172 height: 9px;
1173 right: -5px;
1173 right: -5px;
1174 top: -5px;
1174 top: -5px;
1175 }
1175 }
1176 /*
1176 /*
1177 * jQuery UI Selectable 1.8.7
1177 * jQuery UI Selectable 1.8.7
1178 *
1178 *
1179 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1179 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1180 * Dual licensed under the MIT or GPL Version 2 licenses.
1180 * Dual licensed under the MIT or GPL Version 2 licenses.
1181 * http://jquery.org/license
1181 * http://jquery.org/license
1182 *
1182 *
1183 * http://docs.jquery.com/UI/Selectable#theming
1183 * http://docs.jquery.com/UI/Selectable#theming
1184 */
1184 */
1185 .ui-selectable-helper
1185 .ui-selectable-helper
1186 {
1186 {
1187 position: absolute;
1187 position: absolute;
1188 z-index: 100;
1188 z-index: 100;
1189 border: 1px dotted black;
1189 border: 1px dotted black;
1190 }
1190 }
1191 /*
1191 /*
1192 * jQuery UI Accordion 1.8.7
1192 * jQuery UI Accordion 1.8.7
1193 *
1193 *
1194 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1194 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1195 * Dual licensed under the MIT or GPL Version 2 licenses.
1195 * Dual licensed under the MIT or GPL Version 2 licenses.
1196 * http://jquery.org/license
1196 * http://jquery.org/license
1197 *
1197 *
1198 * http://docs.jquery.com/UI/Accordion#theming
1198 * http://docs.jquery.com/UI/Accordion#theming
1199 */
1199 */
1200 /* IE/Win - Fix animation bug - #4615 */
1200 /* IE/Win - Fix animation bug - #4615 */
1201 .ui-accordion
1201 .ui-accordion
1202 {
1202 {
1203 width: 100%;
1203 width: 100%;
1204 }
1204 }
1205 .ui-accordion .ui-accordion-header
1205 .ui-accordion .ui-accordion-header
1206 {
1206 {
1207 cursor: pointer;
1207 cursor: pointer;
1208 position: relative;
1208 position: relative;
1209 margin-top: 1px;
1209 margin-top: 1px;
1210 zoom: 1;
1210 zoom: 1;
1211 }
1211 }
1212 .ui-accordion .ui-accordion-li-fix
1212 .ui-accordion .ui-accordion-li-fix
1213 {
1213 {
1214 display: inline;
1214 display: inline;
1215 }
1215 }
1216 .ui-accordion .ui-accordion-header-active
1216 .ui-accordion .ui-accordion-header-active
1217 {
1217 {
1218 border-bottom: 0 !important;
1218 border-bottom: 0 !important;
1219 }
1219 }
1220 .ui-accordion .ui-accordion-header a
1220 .ui-accordion .ui-accordion-header a
1221 {
1221 {
1222 display: block;
1222 display: block;
1223 font-size: 1em;
1223 font-size: 1em;
1224 padding: .5em .5em .5em .7em;
1224 padding: .5em .5em .5em .7em;
1225 }
1225 }
1226 .ui-accordion-icons .ui-accordion-header a
1226 .ui-accordion-icons .ui-accordion-header a
1227 {
1227 {
1228 padding-left: 2.2em;
1228 padding-left: 2.2em;
1229 }
1229 }
1230 .ui-accordion .ui-accordion-header .ui-icon
1230 .ui-accordion .ui-accordion-header .ui-icon
1231 {
1231 {
1232 position: absolute;
1232 position: absolute;
1233 left: .5em;
1233 left: .5em;
1234 top: 50%;
1234 top: 50%;
1235 margin-top: -8px;
1235 margin-top: -8px;
1236 }
1236 }
1237 .ui-accordion .ui-accordion-content
1237 .ui-accordion .ui-accordion-content
1238 {
1238 {
1239 padding: 1em 2.2em;
1239 padding: 1em 2.2em;
1240 border-top: 0;
1240 border-top: 0;
1241 margin-top: -2px;
1241 margin-top: -2px;
1242 position: relative;
1242 position: relative;
1243 top: 1px;
1243 top: 1px;
1244 margin-bottom: 2px;
1244 margin-bottom: 2px;
1245 overflow: auto;
1245 overflow: auto;
1246 display: none;
1246 display: none;
1247 zoom: 1;
1247 zoom: 1;
1248 }
1248 }
1249 .ui-accordion .ui-accordion-content-active
1249 .ui-accordion .ui-accordion-content-active
1250 {
1250 {
1251 display: block;
1251 display: block;
1252 }
1252 }
1253 /*
1253 /*
1254 * jQuery UI Autocomplete 1.8.7
1254 * jQuery UI Autocomplete 1.8.7
1255 *
1255 *
1256 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1256 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1257 * Dual licensed under the MIT or GPL Version 2 licenses.
1257 * Dual licensed under the MIT or GPL Version 2 licenses.
1258 * http://jquery.org/license
1258 * http://jquery.org/license
1259 *
1259 *
1260 * http://docs.jquery.com/UI/Autocomplete#theming
1260 * http://docs.jquery.com/UI/Autocomplete#theming
1261 */
1261 */
1262 .ui-autocomplete
1262 .ui-autocomplete
1263 {
1263 {
1264 position: absolute;
1264 position: absolute;
1265 cursor: default;
1265 cursor: default;
1266 }
1266 }
1267
1267
1268 /* workarounds */
1268 /* workarounds */
1269 * html .ui-autocomplete
1269 * html .ui-autocomplete
1270 {
1270 {
1271 width: 1px;
1271 width: 1px;
1272 }
1272 }
1273 /* without this, the menu expands to 100% in IE6 */
1273 /* without this, the menu expands to 100% in IE6 */
1274
1274
1275 /*
1275 /*
1276 * jQuery UI Menu 1.8.7
1276 * jQuery UI Menu 1.8.7
1277 *
1277 *
1278 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1278 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1279 * Dual licensed under the MIT or GPL Version 2 licenses.
1279 * Dual licensed under the MIT or GPL Version 2 licenses.
1280 * http://jquery.org/license
1280 * http://jquery.org/license
1281 *
1281 *
1282 * http://docs.jquery.com/UI/Menu#theming
1282 * http://docs.jquery.com/UI/Menu#theming
1283 */
1283 */
1284 .ui-menu
1284 .ui-menu
1285 {
1285 {
1286 list-style: none;
1286 list-style: none;
1287 padding: 2px;
1287 padding: 2px;
1288 margin: 0;
1288 margin: 0;
1289 display: block;
1289 display: block;
1290 float: left;
1290 float: left;
1291 }
1291 }
1292 .ui-menu .ui-menu
1292 .ui-menu .ui-menu
1293 {
1293 {
1294 margin-top: -3px;
1294 margin-top: -3px;
1295 }
1295 }
1296 .ui-menu .ui-menu-item
1296 .ui-menu .ui-menu-item
1297 {
1297 {
1298 margin: 0;
1298 margin: 0;
1299 padding: 0;
1299 padding: 0;
1300 zoom: 1;
1300 zoom: 1;
1301 float: left;
1301 float: left;
1302 clear: left;
1302 clear: left;
1303 width: 100%;
1303 width: 100%;
1304 }
1304 }
1305 .ui-menu .ui-menu-item a
1305 .ui-menu .ui-menu-item a
1306 {
1306 {
1307 text-decoration: none;
1307 text-decoration: none;
1308 display: block;
1308 display: block;
1309 padding: .2em .4em;
1309 padding: .2em .4em;
1310 line-height: 1.5;
1310 line-height: 1.5;
1311 zoom: 1;
1311 zoom: 1;
1312 }
1312 }
1313 .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active
1313 .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active
1314 {
1314 {
1315 font-weight: normal;
1315 font-weight: normal;
1316 margin: -1px;
1316 margin: -1px;
1317 }
1317 }
1318 /*
1318 /*
1319 * jQuery UI Button 1.8.7
1319 * jQuery UI Button 1.8.7
1320 *
1320 *
1321 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1321 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1322 * Dual licensed under the MIT or GPL Version 2 licenses.
1322 * Dual licensed under the MIT or GPL Version 2 licenses.
1323 * http://jquery.org/license
1323 * http://jquery.org/license
1324 *
1324 *
1325 * http://docs.jquery.com/UI/Button#theming
1325 * http://docs.jquery.com/UI/Button#theming
1326 */
1326 */
1327 .ui-button
1327 .ui-button
1328 {
1328 {
1329 display: inline-block;
1329 display: inline-block;
1330 position: relative;
1330 position: relative;
1331 padding: 0;
1331 padding: 0;
1332 margin-right: .1em;
1332 margin-right: .1em;
1333 text-decoration: none !important;
1333 text-decoration: none !important;
1334 cursor: pointer;
1334 cursor: pointer;
1335 text-align: center;
1335 text-align: center;
1336 zoom: 1;
1336 zoom: 1;
1337 overflow: visible;
1337 overflow: visible;
1338 }
1338 }
1339 /* the overflow property removes extra width in IE */
1339 /* the overflow property removes extra width in IE */
1340 .ui-button-icon-only
1340 .ui-button-icon-only
1341 {
1341 {
1342 width: 2.2em;
1342 width: 2.2em;
1343 }
1343 }
1344 /* to make room for the icon, a width needs to be set here */
1344 /* to make room for the icon, a width needs to be set here */
1345 button.ui-button-icon-only
1345 button.ui-button-icon-only
1346 {
1346 {
1347 width: 2.4em;
1347 width: 2.4em;
1348 }
1348 }
1349 /* button elements seem to need a little more width */
1349 /* button elements seem to need a little more width */
1350 .ui-button-icons-only
1350 .ui-button-icons-only
1351 {
1351 {
1352 width: 3.4em;
1352 width: 3.4em;
1353 }
1353 }
1354 button.ui-button-icons-only
1354 button.ui-button-icons-only
1355 {
1355 {
1356 width: 3.7em;
1356 width: 3.7em;
1357 }
1357 }
1358
1358
1359 /*button text element */
1359 /*button text element */
1360 .ui-button .ui-button-text
1360 .ui-button .ui-button-text
1361 {
1361 {
1362 display: block;
1362 display: block;
1363 line-height: 1.4;
1363 line-height: 1.4;
1364 }
1364 }
1365 .ui-button-text-only .ui-button-text
1365 .ui-button-text-only .ui-button-text
1366 {
1366 {
1367 padding: .4em 1em;
1367 padding: .4em 1em;
1368 }
1368 }
1369 .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text
1369 .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text
1370 {
1370 {
1371 padding: .4em;
1371 padding: .4em;
1372 text-indent: -9999999px;
1372 text-indent: -9999999px;
1373 }
1373 }
1374 .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text
1374 .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text
1375 {
1375 {
1376 padding: .4em 1em .4em 2.1em;
1376 padding: .4em 1em .4em 2.1em;
1377 }
1377 }
1378 .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text
1378 .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text
1379 {
1379 {
1380 padding: .4em 2.1em .4em 1em;
1380 padding: .4em 2.1em .4em 1em;
1381 }
1381 }
1382 .ui-button-text-icons .ui-button-text
1382 .ui-button-text-icons .ui-button-text
1383 {
1383 {
1384 padding-left: 2.1em;
1384 padding-left: 2.1em;
1385 padding-right: 2.1em;
1385 padding-right: 2.1em;
1386 }
1386 }
1387 /* no icon support for input elements, provide padding by default */
1387 /* no icon support for input elements, provide padding by default */
1388 input.ui-button
1388 input.ui-button
1389 {
1389 {
1390 padding: .4em 1em;
1390 padding: .4em 1em;
1391 }
1391 }
1392
1392
1393 /*button icon element(s) */
1393 /*button icon element(s) */
1394 .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon
1394 .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon
1395 {
1395 {
1396 position: absolute;
1396 position: absolute;
1397 top: 50%;
1397 top: 50%;
1398 margin-top: -8px;
1398 margin-top: -8px;
1399 }
1399 }
1400 .ui-button-icon-only .ui-icon
1400 .ui-button-icon-only .ui-icon
1401 {
1401 {
1402 left: 50%;
1402 left: 50%;
1403 margin-left: -8px;
1403 margin-left: -8px;
1404 }
1404 }
1405 .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary
1405 .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary
1406 {
1406 {
1407 left: .5em;
1407 left: .5em;
1408 }
1408 }
1409 .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary
1409 .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary
1410 {
1410 {
1411 right: .5em;
1411 right: .5em;
1412 }
1412 }
1413 .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary
1413 .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary
1414 {
1414 {
1415 right: .5em;
1415 right: .5em;
1416 }
1416 }
1417
1417
1418 /*button sets*/
1418 /*button sets*/
1419 .ui-buttonset
1419 .ui-buttonset
1420 {
1420 {
1421 margin-right: 7px;
1421 margin-right: 7px;
1422 }
1422 }
1423 .ui-buttonset .ui-button
1423 .ui-buttonset .ui-button
1424 {
1424 {
1425 margin-left: 0;
1425 margin-left: 0;
1426 margin-right: -.3em;
1426 margin-right: -.3em;
1427 }
1427 }
1428
1428
1429 /* workarounds */
1429 /* workarounds */
1430 button.ui-button::-moz-focus-inner
1430 button.ui-button::-moz-focus-inner
1431 {
1431 {
1432 border: 0;
1432 border: 0;
1433 padding: 0;
1433 padding: 0;
1434 }
1434 }
1435 /* reset extra padding in Firefox */
1435 /* reset extra padding in Firefox */
1436 /*
1436 /*
1437 * jQuery UI Dialog 1.8.7
1437 * jQuery UI Dialog 1.8.7
1438 *
1438 *
1439 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1439 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1440 * Dual licensed under the MIT or GPL Version 2 licenses.
1440 * Dual licensed under the MIT or GPL Version 2 licenses.
1441 * http://jquery.org/license
1441 * http://jquery.org/license
1442 *
1442 *
1443 * http://docs.jquery.com/UI/Dialog#theming
1443 * http://docs.jquery.com/UI/Dialog#theming
1444 */
1444 */
1445 .ui-dialog
1445 .ui-dialog
1446 {
1446 {
1447 position: absolute;
1447 position: absolute;
1448 padding: .2em;
1448 padding: .2em;
1449 width: 300px;
1449 width: 300px;
1450 overflow: hidden;
1450 overflow: hidden;
1451 }
1451 }
1452 .ui-dialog .ui-dialog-titlebar
1452 .ui-dialog .ui-dialog-titlebar
1453 {
1453 {
1454 padding: .5em 1em .3em;
1454 padding: .5em 1em .3em;
1455 position: relative;
1455 position: relative;
1456 }
1456 }
1457 .ui-dialog .ui-dialog-title
1457 .ui-dialog .ui-dialog-title
1458 {
1458 {
1459 float: left;
1459 float: left;
1460 margin: .1em 16px .2em 0;
1460 margin: .1em 16px .2em 0;
1461 }
1461 }
1462 .ui-dialog .ui-dialog-titlebar-close
1462 .ui-dialog .ui-dialog-titlebar-close
1463 {
1463 {
1464 position: absolute;
1464 position: absolute;
1465 right: .3em;
1465 right: .3em;
1466 top: 50%;
1466 top: 50%;
1467 width: 19px;
1467 width: 19px;
1468 margin: -10px 0 0 0;
1468 margin: -10px 0 0 0;
1469 padding: 1px;
1469 padding: 1px;
1470 height: 18px;
1470 height: 18px;
1471 }
1471 }
1472 .ui-dialog .ui-dialog-titlebar-close span
1472 .ui-dialog .ui-dialog-titlebar-close span
1473 {
1473 {
1474 display: block;
1474 display: block;
1475 margin: 1px;
1475 margin: 1px;
1476 }
1476 }
1477 .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus
1477 .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus
1478 {
1478 {
1479 padding: 0;
1479 padding: 0;
1480 }
1480 }
1481 .ui-dialog .ui-dialog-content
1481 .ui-dialog .ui-dialog-content
1482 {
1482 {
1483 position: relative;
1483 position: relative;
1484 border: 0;
1484 border: 0;
1485 padding: .5em 1em;
1485 padding: .5em 1em;
1486 background: none;
1486 background: none;
1487 overflow: auto;
1487 overflow: auto;
1488 zoom: 1;
1488 zoom: 1;
1489 }
1489 }
1490 .ui-dialog .ui-dialog-buttonpane
1490 .ui-dialog .ui-dialog-buttonpane
1491 {
1491 {
1492 text-align: left;
1492 text-align: left;
1493 border-width: 1px 0 0 0;
1493 border-width: 1px 0 0 0;
1494 background-image: none;
1494 background-image: none;
1495 margin: .5em 0 0 0;
1495 margin: .5em 0 0 0;
1496 padding: .3em 1em .5em .4em;
1496 padding: .3em 1em .5em .4em;
1497 }
1497 }
1498 .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset
1498 .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset
1499 {
1499 {
1500 float: right;
1500 float: right;
1501 }
1501 }
1502 .ui-dialog .ui-dialog-buttonpane button
1502 .ui-dialog .ui-dialog-buttonpane button
1503 {
1503 {
1504 margin: .5em .4em .5em 0;
1504 margin: .5em .4em .5em 0;
1505 cursor: pointer;
1505 cursor: pointer;
1506 }
1506 }
1507 .ui-dialog .ui-resizable-se
1507 .ui-dialog .ui-resizable-se
1508 {
1508 {
1509 width: 14px;
1509 width: 14px;
1510 height: 14px;
1510 height: 14px;
1511 right: 3px;
1511 right: 3px;
1512 bottom: 3px;
1512 bottom: 3px;
1513 }
1513 }
1514 .ui-draggable .ui-dialog-titlebar
1514 .ui-draggable .ui-dialog-titlebar
1515 {
1515 {
1516 cursor: move;
1516 cursor: move;
1517 }
1517 }
1518 /*
1518 /*
1519 * jQuery UI Slider 1.8.7
1519 * jQuery UI Slider 1.8.7
1520 *
1520 *
1521 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1521 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1522 * Dual licensed under the MIT or GPL Version 2 licenses.
1522 * Dual licensed under the MIT or GPL Version 2 licenses.
1523 * http://jquery.org/license
1523 * http://jquery.org/license
1524 *
1524 *
1525 * http://docs.jquery.com/UI/Slider#theming
1525 * http://docs.jquery.com/UI/Slider#theming
1526 */
1526 */
1527 .ui-slider
1527 .ui-slider
1528 {
1528 {
1529 position: relative;
1529 position: relative;
1530 text-align: left;
1530 text-align: left;
1531 }
1531 }
1532 .ui-slider .ui-slider-handle
1532 .ui-slider .ui-slider-handle
1533 {
1533 {
1534 position: absolute;
1534 position: absolute;
1535 z-index: 2;
1535 z-index: 2;
1536 width: 1.2em;
1536 width: 1.2em;
1537 height: 1.2em;
1537 height: 1.2em;
1538 cursor: default;
1538 cursor: default;
1539 }
1539 }
1540 .ui-slider .ui-slider-range
1540 .ui-slider .ui-slider-range
1541 {
1541 {
1542 position: absolute;
1542 position: absolute;
1543 z-index: 1;
1543 z-index: 1;
1544 font-size: .7em;
1544 font-size: .7em;
1545 display: block;
1545 display: block;
1546 border: 0;
1546 border: 0;
1547 background-position: 0 0;
1547 background-position: 0 0;
1548 }
1548 }
1549
1549
1550 .ui-slider-horizontal
1550 .ui-slider-horizontal
1551 {
1551 {
1552 height: .8em;
1552 height: .8em;
1553 }
1553 }
1554 .ui-slider-horizontal .ui-slider-handle
1554 .ui-slider-horizontal .ui-slider-handle
1555 {
1555 {
1556 top: -.3em;
1556 top: -.3em;
1557 margin-left: -.6em;
1557 margin-left: -.6em;
1558 }
1558 }
1559 .ui-slider-horizontal .ui-slider-range
1559 .ui-slider-horizontal .ui-slider-range
1560 {
1560 {
1561 top: 0;
1561 top: 0;
1562 height: 100%;
1562 height: 100%;
1563 }
1563 }
1564 .ui-slider-horizontal .ui-slider-range-min
1564 .ui-slider-horizontal .ui-slider-range-min
1565 {
1565 {
1566 left: 0;
1566 left: 0;
1567 }
1567 }
1568 .ui-slider-horizontal .ui-slider-range-max
1568 .ui-slider-horizontal .ui-slider-range-max
1569 {
1569 {
1570 right: 0;
1570 right: 0;
1571 }
1571 }
1572
1572
1573 .ui-slider-vertical
1573 .ui-slider-vertical
1574 {
1574 {
1575 width: .8em;
1575 width: .8em;
1576 height: 100px;
1576 height: 100px;
1577 }
1577 }
1578 .ui-slider-vertical .ui-slider-handle
1578 .ui-slider-vertical .ui-slider-handle
1579 {
1579 {
1580 left: -.3em;
1580 left: -.3em;
1581 margin-left: 0;
1581 margin-left: 0;
1582 margin-bottom: -.6em;
1582 margin-bottom: -.6em;
1583 }
1583 }
1584 .ui-slider-vertical .ui-slider-range
1584 .ui-slider-vertical .ui-slider-range
1585 {
1585 {
1586 left: 0;
1586 left: 0;
1587 width: 100%;
1587 width: 100%;
1588 }
1588 }
1589 .ui-slider-vertical .ui-slider-range-min
1589 .ui-slider-vertical .ui-slider-range-min
1590 {
1590 {
1591 bottom: 0;
1591 bottom: 0;
1592 }
1592 }
1593 .ui-slider-vertical .ui-slider-range-max
1593 .ui-slider-vertical .ui-slider-range-max
1594 {
1594 {
1595 top: 0;
1595 top: 0;
1596 }
1596 }
1597 /*
1597 /*
1598 * jQuery UI Tabs 1.8.7
1598 * jQuery UI Tabs 1.8.7
1599 *
1599 *
1600 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1600 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1601 * Dual licensed under the MIT or GPL Version 2 licenses.
1601 * Dual licensed under the MIT or GPL Version 2 licenses.
1602 * http://jquery.org/license
1602 * http://jquery.org/license
1603 *
1603 *
1604 * http://docs.jquery.com/UI/Tabs#theming
1604 * http://docs.jquery.com/UI/Tabs#theming
1605 */
1605 */
1606 .ui-tabs
1606 .ui-tabs
1607 {
1607 {
1608 position: relative;
1608 position: relative;
1609 padding: .2em;
1609 padding: .2em;
1610 zoom: 1;
1610 zoom: 1;
1611 }
1611 }
1612 /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
1612 /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
1613 .ui-tabs .ui-tabs-nav
1613 .ui-tabs .ui-tabs-nav
1614 {
1614 {
1615 margin: 0;
1615 margin: 0;
1616 padding: .2em .2em 0;
1616 padding: .2em .2em 0;
1617 }
1617 }
1618 .ui-tabs .ui-tabs-nav li
1618 .ui-tabs .ui-tabs-nav li
1619 {
1619 {
1620 list-style: none;
1620 list-style: none;
1621 float: left;
1621 float: left;
1622 position: relative;
1622 position: relative;
1623 top: 1px;
1623 top: 1px;
1624 margin: 0 .2em 1px 0;
1624 margin: 0 .2em 1px 0;
1625 border-bottom: 0 !important;
1625 border-bottom: 0 !important;
1626 padding: 0;
1626 padding: 0;
1627 white-space: nowrap;
1627 white-space: nowrap;
1628 }
1628 }
1629 .ui-tabs .ui-tabs-nav li a
1629 .ui-tabs .ui-tabs-nav li a
1630 {
1630 {
1631 float: left;
1631 float: left;
1632 padding: .5em 1em;
1632 padding: .5em 1em;
1633 text-decoration: none;
1633 text-decoration: none;
1634 }
1634 }
1635 .ui-tabs .ui-tabs-nav li.ui-tabs-selected
1635 .ui-tabs .ui-tabs-nav li.ui-tabs-selected
1636 {
1636 {
1637 margin-bottom: 0;
1637 margin-bottom: 0;
1638 padding-bottom: 1px;
1638 padding-bottom: 1px;
1639 }
1639 }
1640 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a
1640 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a
1641 {
1641 {
1642 cursor: text;
1642 cursor: text;
1643 }
1643 }
1644 .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
1644 .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
1645 {
1645 {
1646 cursor: pointer;
1646 cursor: pointer;
1647 }
1647 }
1648 /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
1648 /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
1649 .ui-tabs .ui-tabs-panel
1649 .ui-tabs .ui-tabs-panel
1650 {
1650 {
1651 display: block;
1651 display: block;
1652 border-width: 0;
1652 border-width: 0;
1653 padding: 1em 1.4em;
1653 padding: 1em 1.4em;
1654 background: none;
1654 background: none;
1655 }
1655 }
1656 .ui-tabs .ui-tabs-hide
1656 .ui-tabs .ui-tabs-hide
1657 {
1657 {
1658 display: none !important;
1658 display: none !important;
1659 }
1659 }
1660 /*
1660 /*
1661 * jQuery UI Datepicker 1.8.7
1661 * jQuery UI Datepicker 1.8.7
1662 *
1662 *
1663 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1663 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1664 * Dual licensed under the MIT or GPL Version 2 licenses.
1664 * Dual licensed under the MIT or GPL Version 2 licenses.
1665 * http://jquery.org/license
1665 * http://jquery.org/license
1666 *
1666 *
1667 * http://docs.jquery.com/UI/Datepicker#theming
1667 * http://docs.jquery.com/UI/Datepicker#theming
1668 */
1668 */
1669 .ui-datepicker
1669 .ui-datepicker
1670 {
1670 {
1671 width: 17em;
1671 width: 17em;
1672 padding: .2em .2em 0;
1672 padding: .2em .2em 0;
1673 display: none;
1673 display: none;
1674 }
1674 }
1675 .ui-datepicker .ui-datepicker-header
1675 .ui-datepicker .ui-datepicker-header
1676 {
1676 {
1677 position: relative;
1677 position: relative;
1678 padding: .2em 0;
1678 padding: .2em 0;
1679 }
1679 }
1680 .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next
1680 .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next
1681 {
1681 {
1682 position: absolute;
1682 position: absolute;
1683 top: 2px;
1683 top: 2px;
1684 width: 1.8em;
1684 width: 1.8em;
1685 height: 1.8em;
1685 height: 1.8em;
1686 }
1686 }
1687 .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover
1687 .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover
1688 {
1688 {
1689 top: 1px;
1689 top: 1px;
1690 }
1690 }
1691 .ui-datepicker .ui-datepicker-prev
1691 .ui-datepicker .ui-datepicker-prev
1692 {
1692 {
1693 left: 2px;
1693 left: 2px;
1694 }
1694 }
1695 .ui-datepicker .ui-datepicker-next
1695 .ui-datepicker .ui-datepicker-next
1696 {
1696 {
1697 right: 2px;
1697 right: 2px;
1698 }
1698 }
1699 .ui-datepicker .ui-datepicker-prev-hover
1699 .ui-datepicker .ui-datepicker-prev-hover
1700 {
1700 {
1701 left: 1px;
1701 left: 1px;
1702 }
1702 }
1703 .ui-datepicker .ui-datepicker-next-hover
1703 .ui-datepicker .ui-datepicker-next-hover
1704 {
1704 {
1705 right: 1px;
1705 right: 1px;
1706 }
1706 }
1707 .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span
1707 .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span
1708 {
1708 {
1709 display: block;
1709 display: block;
1710 position: absolute;
1710 position: absolute;
1711 left: 50%;
1711 left: 50%;
1712 margin-left: -8px;
1712 margin-left: -8px;
1713 top: 50%;
1713 top: 50%;
1714 margin-top: -8px;
1714 margin-top: -8px;
1715 }
1715 }
1716 .ui-datepicker .ui-datepicker-title
1716 .ui-datepicker .ui-datepicker-title
1717 {
1717 {
1718 margin: 0 2.3em;
1718 margin: 0 2.3em;
1719 line-height: 1.8em;
1719 line-height: 1.8em;
1720 text-align: center;
1720 text-align: center;
1721 }
1721 }
1722 .ui-datepicker .ui-datepicker-title select
1722 .ui-datepicker .ui-datepicker-title select
1723 {
1723 {
1724 font-size: 1em;
1724 font-size: 1em;
1725 margin: 1px 0;
1725 margin: 1px 0;
1726 }
1726 }
1727 .ui-datepicker select.ui-datepicker-month-year
1727 .ui-datepicker select.ui-datepicker-month-year
1728 {
1728 {
1729 width: 100%;
1729 width: 100%;
1730 }
1730 }
1731 .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year
1731 .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year
1732 {
1732 {
1733 width: 49%;
1733 width: 49%;
1734 }
1734 }
1735 .ui-datepicker table
1735 .ui-datepicker table
1736 {
1736 {
1737 width: 100%;
1737 width: 100%;
1738 font-size: .9em;
1738 font-size: .9em;
1739 border-collapse: collapse;
1739 border-collapse: collapse;
1740 margin: 0 0 .4em;
1740 margin: 0 0 .4em;
1741 }
1741 }
1742 .ui-datepicker th
1742 .ui-datepicker th
1743 {
1743 {
1744 padding: .7em .3em;
1744 padding: .7em .3em;
1745 text-align: center;
1745 text-align: center;
1746 font-weight: bold;
1746 font-weight: bold;
1747 border: 0;
1747 border: 0;
1748 }
1748 }
1749 .ui-datepicker td
1749 .ui-datepicker td
1750 {
1750 {
1751 border: 0;
1751 border: 0;
1752 padding: 1px;
1752 padding: 1px;
1753 }
1753 }
1754 .ui-datepicker td span, .ui-datepicker td a
1754 .ui-datepicker td span, .ui-datepicker td a
1755 {
1755 {
1756 display: block;
1756 display: block;
1757 padding: .2em;
1757 padding: .2em;
1758 text-align: right;
1758 text-align: right;
1759 text-decoration: none;
1759 text-decoration: none;
1760 }
1760 }
1761 .ui-datepicker .ui-datepicker-buttonpane
1761 .ui-datepicker .ui-datepicker-buttonpane
1762 {
1762 {
1763 background-image: none;
1763 background-image: none;
1764 margin: .7em 0 0 0;
1764 margin: .7em 0 0 0;
1765 padding: 0 .2em;
1765 padding: 0 .2em;
1766 border-left: 0;
1766 border-left: 0;
1767 border-right: 0;
1767 border-right: 0;
1768 border-bottom: 0;
1768 border-bottom: 0;
1769 }
1769 }
1770 .ui-datepicker .ui-datepicker-buttonpane button
1770 .ui-datepicker .ui-datepicker-buttonpane button
1771 {
1771 {
1772 float: right;
1772 float: right;
1773 margin: .5em .2em .4em;
1773 margin: .5em .2em .4em;
1774 cursor: pointer;
1774 cursor: pointer;
1775 padding: .2em .6em .3em .6em;
1775 padding: .2em .6em .3em .6em;
1776 width: auto;
1776 width: auto;
1777 overflow: visible;
1777 overflow: visible;
1778 }
1778 }
1779 .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current
1779 .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current
1780 {
1780 {
1781 float: left;
1781 float: left;
1782 }
1782 }
1783
1783
1784 /* with multiple calendars */
1784 /* with multiple calendars */
1785 .ui-datepicker.ui-datepicker-multi
1785 .ui-datepicker.ui-datepicker-multi
1786 {
1786 {
1787 width: auto;
1787 width: auto;
1788 }
1788 }
1789 .ui-datepicker-multi .ui-datepicker-group
1789 .ui-datepicker-multi .ui-datepicker-group
1790 {
1790 {
1791 float: left;
1791 float: left;
1792 }
1792 }
1793 .ui-datepicker-multi .ui-datepicker-group table
1793 .ui-datepicker-multi .ui-datepicker-group table
1794 {
1794 {
1795 width: 95%;
1795 width: 95%;
1796 margin: 0 auto .4em;
1796 margin: 0 auto .4em;
1797 }
1797 }
1798 .ui-datepicker-multi-2 .ui-datepicker-group
1798 .ui-datepicker-multi-2 .ui-datepicker-group
1799 {
1799 {
1800 width: 50%;
1800 width: 50%;
1801 }
1801 }
1802 .ui-datepicker-multi-3 .ui-datepicker-group
1802 .ui-datepicker-multi-3 .ui-datepicker-group
1803 {
1803 {
1804 width: 33.3%;
1804 width: 33.3%;
1805 }
1805 }
1806 .ui-datepicker-multi-4 .ui-datepicker-group
1806 .ui-datepicker-multi-4 .ui-datepicker-group
1807 {
1807 {
1808 width: 25%;
1808 width: 25%;
1809 }
1809 }
1810 .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header
1810 .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header
1811 {
1811 {
1812 border-left-width: 0;
1812 border-left-width: 0;
1813 }
1813 }
1814 .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header
1814 .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header
1815 {
1815 {
1816 border-left-width: 0;
1816 border-left-width: 0;
1817 }
1817 }
1818 .ui-datepicker-multi .ui-datepicker-buttonpane
1818 .ui-datepicker-multi .ui-datepicker-buttonpane
1819 {
1819 {
1820 clear: left;
1820 clear: left;
1821 }
1821 }
1822 .ui-datepicker-row-break
1822 .ui-datepicker-row-break
1823 {
1823 {
1824 clear: both;
1824 clear: both;
1825 width: 100%;
1825 width: 100%;
1826 }
1826 }
1827
1827
1828 /* RTL support */
1828 /* RTL support */
1829 .ui-datepicker-rtl
1829 .ui-datepicker-rtl
1830 {
1830 {
1831 direction: rtl;
1831 direction: rtl;
1832 }
1832 }
1833 .ui-datepicker-rtl .ui-datepicker-prev
1833 .ui-datepicker-rtl .ui-datepicker-prev
1834 {
1834 {
1835 right: 2px;
1835 right: 2px;
1836 left: auto;
1836 left: auto;
1837 }
1837 }
1838 .ui-datepicker-rtl .ui-datepicker-next
1838 .ui-datepicker-rtl .ui-datepicker-next
1839 {
1839 {
1840 left: 2px;
1840 left: 2px;
1841 right: auto;
1841 right: auto;
1842 }
1842 }
1843 .ui-datepicker-rtl .ui-datepicker-prev:hover
1843 .ui-datepicker-rtl .ui-datepicker-prev:hover
1844 {
1844 {
1845 right: 1px;
1845 right: 1px;
1846 left: auto;
1846 left: auto;
1847 }
1847 }
1848 .ui-datepicker-rtl .ui-datepicker-next:hover
1848 .ui-datepicker-rtl .ui-datepicker-next:hover
1849 {
1849 {
1850 left: 1px;
1850 left: 1px;
1851 right: auto;
1851 right: auto;
1852 }
1852 }
1853 .ui-datepicker-rtl .ui-datepicker-buttonpane
1853 .ui-datepicker-rtl .ui-datepicker-buttonpane
1854 {
1854 {
1855 clear: right;
1855 clear: right;
1856 }
1856 }
1857 .ui-datepicker-rtl .ui-datepicker-buttonpane button
1857 .ui-datepicker-rtl .ui-datepicker-buttonpane button
1858 {
1858 {
1859 float: left;
1859 float: left;
1860 }
1860 }
1861 .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current
1861 .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current
1862 {
1862 {
1863 float: right;
1863 float: right;
1864 }
1864 }
1865 .ui-datepicker-rtl .ui-datepicker-group
1865 .ui-datepicker-rtl .ui-datepicker-group
1866 {
1866 {
1867 float: right;
1867 float: right;
1868 }
1868 }
1869 .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header
1869 .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header
1870 {
1870 {
1871 border-right-width: 0;
1871 border-right-width: 0;
1872 border-left-width: 1px;
1872 border-left-width: 1px;
1873 }
1873 }
1874 .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header
1874 .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header
1875 {
1875 {
1876 border-right-width: 0;
1876 border-right-width: 0;
1877 border-left-width: 1px;
1877 border-left-width: 1px;
1878 }
1878 }
1879
1879
1880 /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
1880 /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
1881 .ui-datepicker-cover
1881 .ui-datepicker-cover
1882 {
1882 {
1883 display: none; /*sorry for IE5*/
1883 display: none; /*sorry for IE5*/
1884 display: /**/ block; /*sorry for IE5*/
1884 display: /**/ block; /*sorry for IE5*/
1885 position: absolute; /*must have*/
1885 position: absolute; /*must have*/
1886 z-index: -1; /*must have*/
1886 z-index: -1; /*must have*/
1887 filter: mask(); /*must have*/
1887 filter: mask(); /*must have*/
1888 top: -4px; /*must have*/
1888 top: -4px; /*must have*/
1889 left: -4px; /*must have*/
1889 left: -4px; /*must have*/
1890 width: 200px; /*must have*/
1890 width: 200px; /*must have*/
1891 height: 200px; /*must have*/
1891 height: 200px; /*must have*/
1892 }
1892 }
1893 /*
1893 /*
1894 * jQuery UI Progressbar 1.8.7
1894 * jQuery UI Progressbar 1.8.7
1895 *
1895 *
1896 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1896 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1897 * Dual licensed under the MIT or GPL Version 2 licenses.
1897 * Dual licensed under the MIT or GPL Version 2 licenses.
1898 * http://jquery.org/license
1898 * http://jquery.org/license
1899 *
1899 *
1900 * http://docs.jquery.com/UI/Progressbar#theming
1900 * http://docs.jquery.com/UI/Progressbar#theming
1901 */
1901 */
1902 .ui-progressbar
1902 .ui-progressbar
1903 {
1903 {
1904 height: 2em;
1904 height: 2em;
1905 text-align: left;
1905 text-align: left;
1906 }
1906 }
1907 .ui-progressbar .ui-progressbar-value
1907 .ui-progressbar .ui-progressbar-value
1908 {
1908 {
1909 margin: -1px;
1909 margin: -1px;
1910 height: 100%;
1910 height: 100%;
1911 }
1911 }
1912
1912
1913 /* Custom */
1913 /* Custom */
1914
1914
1915
1915
1916
1916
1917
1917
1918 .wijmo-dropdown-trigger
1918 .wijmo-dropdown-trigger
1919 {
1919 {
1920 -moz-border-radius-topright: 2px;
1920 -moz-border-radius-topright: 2px;
1921 -webkit-border-top-right-radius: 2px;
1921 -webkit-border-top-right-radius: 2px;
1922 border-top-right-radius: 2px;
1922 border-top-right-radius: 2px;
1923 -moz-border-radius-bottomright: 2px;
1923 -moz-border-radius-bottomright: 2px;
1924 -webkit-border-bottom-right-radius: 2px;
1924 -webkit-border-bottom-right-radius: 2px;
1925 border-bottom-right-radius: 2px;
1925 border-bottom-right-radius: 2px;
1926 }
1926 }
1927
1927
1928
1928
1929 .wijmo-wijdropdown label.wijmo-dropdown-label
1929 .wijmo-wijdropdown label.wijmo-dropdown-label
1930 {
1930 {
1931 -moz-border-radius: 2px;
1931 -moz-border-radius: 2px;
1932 -webkit-border-radius: 2px;
1932 -webkit-border-radius: 2px;
1933 border-radius: 2px;
1933 border-radius: 2px;
1934 }
1934 }
1935
1935
1936 .wijmo-wijinput, .wijmo-wijtextbox, .wijmo-checkbox-box, .wijmo-wijradio-box, .wijmo-wijgrid .wijmo-wijinput
1936 .wijmo-wijinput, .wijmo-wijtextbox, .wijmo-wijgrid .wijmo-wijinput
1937 {
1937 {
1938 /*background: #242122 url(images/ui-bg_inset-soft_15_242122_1x100.png) 50% 50% repeat-x !important;*/ /*background: #e1e1e1 url(images/ui-bg_inset-soft_100_e1e1e1_1x100.png) 50% 50% repeat-x !important;*/
1938 /*background: #242122 url(images/ui-bg_inset-soft_15_242122_1x100.png) 50% 50% repeat-x !important;*/ /*background: #e1e1e1 url(images/ui-bg_inset-soft_100_e1e1e1_1x100.png) 50% 50% repeat-x !important;*/
1939 background: #f1f1f1 !important;
1939 background: #f1f1f1 !important;
1940 color: #404040;
1940 color: #404040;
1941 border: solid 1px #e1e1e1;
1941 border: solid 1px #e1e1e1;
1942 }
1942 }
1943 .wijmo-checkbox .wijmo-checkbox-box, div.wijmo-wijradio-box
1944 {
1945 background: #f1f1f1;
1946 border: solid 1px #e1e1e1;
1947 }
1943 .wijmo-wijinput.ui-state-focus, .wijmo-wijtextbox.ui-state-focus
1948 .wijmo-wijinput.ui-state-focus, .wijmo-wijtextbox.ui-state-focus
1944 {
1949 {
1945 /*background: #e1e1e1 url(images/ui-bg_inset-soft_100_e1e1e1_1x100.png) 50% 50% repeat-x !important;*/
1950 /*background: #e1e1e1 url(images/ui-bg_inset-soft_100_e1e1e1_1x100.png) 50% 50% repeat-x !important;*/
1946 background: #fafafa !important;
1951 background: #fafafa !important;
1947 color: #404040 !important;
1952 color: #404040 !important;
1948 }
1953 }
1949
1954
1950 .wijmo-checkbox .ui-state-hover, .wijmo-wijradio .ui-state-hover
1955 .wijmo-checkbox .ui-state-hover, .wijmo-wijradio .ui-state-hover
1951 {
1956 {
1952 -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
1957 -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
1953 -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
1958 -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
1954 box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
1959 box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
1955 border: 1px solid #00a6dd;
1960 border: 1px solid #00a6dd;
1956 background: #00a6dd url(images/ui-bg_highlight-soft_35_00a6dd_1x100.png) 50% 50% repeat-x;
1961 background: #00a6dd url(images/ui-bg_highlight-soft_35_00a6dd_1x100.png) 50% 50% repeat-x;
1957 font-weight: normal;
1962 font-weight: normal;
1958 color: #fafafa;
1963 color: #fafafa;
1959 text-shadow: none;
1964 text-shadow: none;
1960 }
1965 }
1961
1966
1962 .wijmo-checkbox .ui-state-active, .wijmo-wijradio .ui-state-active
1967 .wijmo-checkbox .ui-state-active, .wijmo-wijradio .ui-state-active
1963 {
1968 {
1964 -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
1969 -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
1965 -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
1970 -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
1966 box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
1971 box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
1967 border: 1px solid transparent;
1972 border: 1px solid transparent;
1968 background: #606154 url(images/ui-bg_highlight-soft_15_333333_1x100.png) top repeat-x;
1973 background: #606154 url(images/ui-bg_highlight-soft_15_333333_1x100.png) top repeat-x;
1969 font-weight: normal;
1974 font-weight: normal;
1970 color: #fafafa;
1975 color: #fafafa;
1971 }
1976 }
1972
1977
1973
1978
1974
1979
1975 .wijmo-wijgrid .wijmo-wijgrid-table .wijmo-wijgrid-filter-input
1980 .wijmo-wijgrid .wijmo-wijgrid-table .wijmo-wijgrid-filter-input
1976 {
1981 {
1977 background: #e1e1e1 url(images/ui-bg_inset-soft_100_e1e1e1_1x100.png) 50% 50% repeat-x !important;
1982 background: #e1e1e1 url(images/ui-bg_inset-soft_100_e1e1e1_1x100.png) 50% 50% repeat-x !important;
1978 color: #404040 !important;
1983 color: #404040 !important;
1979 }
1984 }
1980
1985
1981 .wijmo-wijgrid-row .ui-state-highlight
1986 .wijmo-wijgrid-row .ui-state-highlight
1982 {
1987 {
1983 border-right: solid 1px transparent !important;
1988 border-right: solid 1px transparent !important;
1984 }
1989 }
1985
1990
1986 .wijmo-wijmenu .wijmo-wijmenu-list .wijmo-wijmenu-item
1991 .wijmo-wijmenu .wijmo-wijmenu-list .wijmo-wijmenu-item
1987 {
1992 {
1988 -moz-box-shadow: none;
1993 -moz-box-shadow: none;
1989 -webkit-box-shadow: none;
1994 -webkit-box-shadow: none;
1990 box-shadow: none;
1995 box-shadow: none;
1991 }
1996 }
1992
1997
1993 .wijmo-wijdropdown .wijmo-dropdown, .wijmo-wijmenu-child, .wijmo-wijcombobox-list, .wijmo-wijgrid-filterlist
1998 .wijmo-wijdropdown .wijmo-dropdown, .wijmo-wijmenu-child, .wijmo-wijcombobox-list, .wijmo-wijgrid-filterlist
1994 {
1999 {
1995 -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
2000 -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
1996 -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
2001 -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
1997 box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
2002 box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
1998 }
2003 }
1999
2004
2000 .wijmo-wijmenu-child .ui-state-default .wijmo-wijmenu-text, .wijmo-wijmenu-child a.wijmo-wijmenu-text
2005 .wijmo-wijmenu-child .ui-state-default .wijmo-wijmenu-text, .wijmo-wijmenu-child a.wijmo-wijmenu-text
2001 {
2006 {
2002 color: #404040;
2007 color: #404040;
2003 }
2008 }
2004 .wijmo-wijmenu-ipod .wijmo-wijmenu-list .ui-state-default .wijmo-wijmenu-text
2009 .wijmo-wijmenu-ipod .wijmo-wijmenu-list .ui-state-default .wijmo-wijmenu-text
2005 {
2010 {
2006 color: #fafafa;
2011 color: #fafafa;
2007 }
2012 }
2008 .wijmo-wijmenu-ipod .wijmo-wijmenu-list
2013 .wijmo-wijmenu-ipod .wijmo-wijmenu-list
2009 {
2014 {
2010 -moz-box-shadow: none;
2015 -moz-box-shadow: none;
2011 -webkit-box-shadow: none;
2016 -webkit-box-shadow: none;
2012 box-shadow: none;
2017 box-shadow: none;
2013 }
2018 }
2014
2019
2015 .wijmo-wijmenu .wijmo-wijsuperpanel
2020 .wijmo-wijmenu .wijmo-wijsuperpanel
2016 {
2021 {
2017 background: none !important;
2022 background: none !important;
2018 }
2023 }
2019
2024
2020
2025
2021 .wijmo-wijmenu-child .ui-state-hover .wijmo-wijmenu-text, .wijmo-wijmenu-child .ui-state-active .wijmo-wijmenu-text, .wijmo-wijmenu-child .ui-state-focus .wijmo-wijmenu-text
2026 .wijmo-wijmenu-child .ui-state-hover .wijmo-wijmenu-text, .wijmo-wijmenu-child .ui-state-active .wijmo-wijmenu-text, .wijmo-wijmenu-child .ui-state-focus .wijmo-wijmenu-text
2022 {
2027 {
2023 color: #fafafa;
2028 color: #fafafa;
2024 }
2029 }
2025
2030
2026
2031
2027 .wijmo-wijmenu-child a:hover
2032 .wijmo-wijmenu-child a:hover
2028 {
2033 {
2029 color: #fafafa !important;
2034 color: #fafafa !important;
2030 }
2035 }
2031
2036
2032 .wijmo-wijmenu-child a:focus, .wijmo-wijmenu-child a:active
2037 .wijmo-wijmenu-child a:focus, .wijmo-wijmenu-child a:active
2033 {
2038 {
2034 color: #fafafa !important;
2039 color: #fafafa !important;
2035 }
2040 }
2036
2041
2037 .ui-progressbar-value, .ui-slider-range
2042 .ui-progressbar-value, .ui-slider-range
2038 {
2043 {
2039 border: 1px solid #00a6dd;
2044 border: 1px solid #00a6dd;
2040 background: #00a6dd url(images/ui-bg_highlight-soft_35_00a6dd_1x100.png) 50% 50% repeat-x;
2045 background: #00a6dd url(images/ui-bg_highlight-soft_35_00a6dd_1x100.png) 50% 50% repeat-x;
2041 font-weight: normal;
2046 font-weight: normal;
2042 color: #fafafa;
2047 color: #fafafa;
2043 }
2048 }
2044
2049
2045 .wijmo-wijsuperpanel-vbarcontainer, .wijmo-wijsuperpanel-hbarcontainer
2050 .wijmo-wijsuperpanel-vbarcontainer, .wijmo-wijsuperpanel-hbarcontainer
2046 {
2051 {
2047 background: #888978;
2052 background: #888978;
2048 }
2053 }
2049
2054
2050 .wijmo-wijsuperpanel-vbarcontainer
2055 .wijmo-wijsuperpanel-vbarcontainer
2051 {
2056 {
2052 -moz-box-shadow: inset 3px 0 10px rgba(0,0,0,0.25);
2057 -moz-box-shadow: inset 3px 0 10px rgba(0,0,0,0.25);
2053 -webkit-box-shadow: inset 3px 0 10px rgba(0,0,0,0.25);
2058 -webkit-box-shadow: inset 3px 0 10px rgba(0,0,0,0.25);
2054 box-shadow: inset 3px 0 10px rgba(0,0,0,0.25);
2059 box-shadow: inset 3px 0 10px rgba(0,0,0,0.25);
2055 }
2060 }
2056
2061
2057
2062
2058 .wijmo-wijsuperpanel-hbarcontainer
2063 .wijmo-wijsuperpanel-hbarcontainer
2059 {
2064 {
2060 -moz-box-shadow: inset 0 3px 10px rgba(0,0,0,0.25);
2065 -moz-box-shadow: inset 0 3px 10px rgba(0,0,0,0.25);
2061 -webkit-box-shadow: inset 0 3px 10px rgba(0,0,0,0.25);
2066 -webkit-box-shadow: inset 0 3px 10px rgba(0,0,0,0.25);
2062 box-shadow: inset 0 3px 10px rgba(0,0,0,0.25);
2067 box-shadow: inset 0 3px 10px rgba(0,0,0,0.25);
2063 }
2068 }
2064
2069
2070 .wijmo-wijsuperpanel .wijmo-wijsuperpanel-handle
2071 {
2072 -moz-border-radius: 0;
2073 -webkit-border-radius: 0;
2074 border-radius: 0;
2075 }
2076
2065 .wijmo-wijcalendar
2077 .wijmo-wijcalendar
2066 {
2078 {
2067 display: block;
2079 display: block;
2068 }
2080 }
2069
2081
2070
2082
2071 .wijmo-wijgrid .ui-state-highlight
2083 .wijmo-wijgrid .ui-state-highlight
2072 {
2084 {
2073 -moz-box-shadow: none;
2085 -moz-box-shadow: none;
2074 -webkit-box-shadow: none;
2086 -webkit-box-shadow: none;
2075 box-shadow: none;
2087 box-shadow: none;
2076 background: transparent url(images/ui-bg_highlight-soft_15_9eca38_1x100_50.png) 50% 50% repeat-x;
2088 background: transparent url(images/ui-bg_highlight-soft_15_9eca38_1x100_50.png) 50% 50% repeat-x;
2077 text-shadow: none;
2089 text-shadow: none;
2078 color: inherit;
2090 color: inherit;
2079 }
2091 }
2080
2092
2081
2093
2082 .wijmo-wijgrid .wijmo-wijgrid-currency-cell
2094 .wijmo-wijgrid .wijmo-wijgrid-currency-cell
2083 {
2095 {
2084 -moz-box-shadow: none;
2096 -moz-box-shadow: none;
2085 -webkit-box-shadow: none;
2097 -webkit-box-shadow: none;
2086 box-shadow: none;
2098 box-shadow: none;
2087 background: transparent url(images/ui-bg_highlight-soft_15_333333_1x100_50.png) repeat-x scroll center top;
2099 background: transparent url(images/ui-bg_highlight-soft_15_333333_1x100_50.png) repeat-x scroll center top;
2088 text-shadow: none;
2100 text-shadow: none;
2089 color: inherit;
2101 color: inherit;
2090 border-top: solid 1px #d3d3d3;
2102 border-top: solid 1px #d3d3d3;
2091 }
2103 }
2092
2104
2093 .wijmo-wijcalendar-day-selectable .ui-state-default
2105 .wijmo-wijcalendar-table .wijmo-wijcalendar-day-selectable .ui-state-default
2094 {
2106 {
2095 background: none;
2107 background: none;
2096 border: solid 1px transparent;
2108 border: solid 1px transparent;
2097 color: #404040;
2109 color: #404040;
2098 }
2110 }
2099
2111
2100 .wijmo-wijcalendar-day-selectable .ui-state-highlight
2112 .wijmo-wijcalendar-table .wijmo-wijcalendar-day-selectable .ui-state-highlight
2101 {
2113 {
2102 background: #9eca38 url(images/ui-bg_highlight-soft_15_9eca38_1x100.png) 50% 50% repeat-x;
2114 background: #9eca38 url(images/ui-bg_highlight-soft_15_9eca38_1x100.png) 50% 50% repeat-x;
2103 border: 1px solid #9eca38;
2115 border: 1px solid #9eca38;
2104 color: #304915;
2116 color: #304915;
2105 -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.25);
2117 -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.25);
2106 -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.25);
2118 -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.25);
2107 box-shadow: inset 1px 1px 0 rgba(255,255,255,0.25);
2119 box-shadow: inset 1px 1px 0 rgba(255,255,255,0.25);
2108 text-shadow: 1px 1px 0 rgba(255,255,255,0.50);
2120 text-shadow: 1px 1px 0 rgba(255,255,255,0.50);
2109 }
2121 }
2110
2122
2111
2123
2112
2124
2113 .wijmo-wijcalendar-day-selectable .ui-state-hover
2125 .wijmo-wijcalendar-table .wijmo-wijcalendar-day-selectable .ui-state-hover
2114 {
2126 {
2115 -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
2127 -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
2116 -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
2128 -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
2117 box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
2129 box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
2118 border: 1px solid #00a6dd;
2130 border: 1px solid #00a6dd;
2119 background: #00a6dd url(images/ui-bg_highlight-soft_35_00a6dd_1x100.png) 50% 50% repeat-x;
2131 background: #00a6dd url(images/ui-bg_highlight-soft_35_00a6dd_1x100.png) 50% 50% repeat-x;
2120 font-weight: normal;
2132 font-weight: normal;
2121 color: #fafafa;
2133 color: #fafafa;
2122 text-shadow: none;
2134 text-shadow: none;
2123 }
2135 }
2124
2125 .wijmo-wijmenu .wijmo-wijmenu-separator
2136 .wijmo-wijmenu .wijmo-wijmenu-separator
2126 {
2137 {
2127 border: 1px solid #00a6dd;
2138 border: 1px solid #00a6dd;
2128 background: #00a6dd url(images/ui-bg_highlight-soft_35_00a6dd_1x100.png) 50% 50% repeat-x;
2139 background: #00a6dd url(images/ui-bg_highlight-soft_35_00a6dd_1x100.png) 50% 50% repeat-x;
2129 }
2140 }
2130
2141
2131 .wijmo-wijmenu .wij-menu-breadcrumb a
2142 .wijmo-wijmenu .wij-menu-breadcrumb a
2132 {
2143 {
2133 color: #fafafa;
2144 color: #fafafa;
2134 line-height: 22px;
2145 line-height: 22px;
2135 }
2146 }
2136
2147
2137 .wijmo-wijcalendar-day-selectable .ui-state-active
2148 .wijmo-wijcalendar-table .wijmo-wijcalendar-day-selectable .ui-state-active
2138 {
2149 {
2139 -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
2150 -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
2140 -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
2151 -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
2141 box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
2152 box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
2142 border: 1px solid transparent;
2153 border: 1px solid transparent;
2143 background: #606154 url(images/ui-bg_highlight-soft_15_333333_1x100.png) top repeat-x;
2154 background: #606154 url(images/ui-bg_highlight-soft_15_333333_1x100.png) top repeat-x;
2144 font-weight: normal;
2155 font-weight: normal;
2145 color: #fafafa;
2156 color: #fafafa;
2146 }
2157 }
2147
2158
2148 .wijmo-wijcalendar-day-selectable .ui-priority-secondary
2159 .wijmo-wijcalendar-table .wijmo-wijcalendar-day-selectable .ui-priority-secondary
2149 {
2160 {
2150 -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05);
2161 -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05);
2151 -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05);
2162 -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05);
2152 box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05);
2163 box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05);
2153 border: 1px solid #404040;
2164 border: 1px solid #404040;
2154 background: #242122 url(images/ui-bg_highlight-soft_15_242122_1x100.png) 50% 50% repeat-x;
2165 background: #242122 url(images/ui-bg_highlight-soft_15_242122_1x100.png) 50% 50% repeat-x;
2155 font-weight: normal;
2166 font-weight: normal;
2156 color: #fafafa;
2167 color: #fafafa;
2157 opacity: 0.25;
2168 opacity: 0.25;
2158 }
2169 }
2159 .wijmo-wijcombobox .wijmo-wijcombobox-input
2170 .wijmo-wijcombobox .wijmo-wijcombobox-input
2160 {
2171 {
2161 background: #f1f1f1;
2172 background: #f1f1f1;
2162 -moz-border-radius: 2px;
2173 -moz-border-radius: 2px;
2163 -webkit-border-radius: 2px;
2174 -webkit-border-radius: 2px;
2164 border-radius: 2px;
2175 border-radius: 2px;
2165 color: #404040;
2176 color: #404040;
2166 }
2177 }
2167
2178
2168 .ui-expander-top .ui-expander-content
2179 .ui-expander-top .ui-expander-content
2169 {
2180 {
2170 border-top: solid 1px #E3E3E3 !important;
2181 border-top: solid 1px #E3E3E3 !important;
2171 }
2182 }
2172
2183
2173 .ui-expander-right .ui-expander-content
2184 .ui-expander-right .ui-expander-content
2174 {
2185 {
2175 border-top: solid 1px #E3E3E3 !important;
2186 border-top: solid 1px #E3E3E3 !important;
2176 border-right: solid 1px #E3E3E3 !important;
2187 border-right: solid 1px #E3E3E3 !important;
2177 border-bottom: solid 1px #E3E3E3 !important;
2188 border-bottom: solid 1px #E3E3E3 !important;
2178 padding: 0 1em !important;
2189 padding: 0 1em !important;
2179 }
2190 }
2180
2191
2181 .ui-expander-left .ui-expander-content
2192 .ui-expander-left .ui-expander-content
2182 {
2193 {
2183 border-top: solid 1px #E3E3E3 !important;
2194 border-top: solid 1px #E3E3E3 !important;
2184 border-left: solid 1px #E3E3E3 !important;
2195 border-left: solid 1px #E3E3E3 !important;
2185 border-bottom: solid 1px #E3E3E3 !important;
2196 border-bottom: solid 1px #E3E3E3 !important;
2186 padding: 0 1em !important;
2197 padding: 0 1em !important;
2187 }
2198 }
2188
2199
2189 .ui-accordion-top .ui-accordion-content
2200 .ui-accordion-top .ui-accordion-content
2190 {
2201 {
2191 border-top: solid 1px #E3E3E3 !important;
2202 border-top: solid 1px #E3E3E3 !important;
2192 }
2203 }
2193
2204
2194 .ui-accordion-right .ui-accordion-content
2205 .ui-accordion-right .ui-accordion-content
2195 {
2206 {
2196 border-top: solid 1px #E3E3E3 !important;
2207 border-top: solid 1px #E3E3E3 !important;
2197 border-right: solid 1px #E3E3E3 !important;
2208 border-right: solid 1px #E3E3E3 !important;
2198 border-bottom: solid 1px #E3E3E3 !important;
2209 border-bottom: solid 1px #E3E3E3 !important;
2199 padding: 0 1em !important;
2210 padding: 0 1em !important;
2200 }
2211 }
2201
2212
2202 .ui-accordion-left .ui-accordion-content
2213 .ui-accordion-left .ui-accordion-content
2203 {
2214 {
2204 border-top: solid 1px #E3E3E3 !important;
2215 border-top: solid 1px #E3E3E3 !important;
2205 border-left: solid 1px #E3E3E3 !important;
2216 border-left: solid 1px #E3E3E3 !important;
2206 border-bottom: solid 1px #E3E3E3 !important;
2217 border-bottom: solid 1px #E3E3E3 !important;
2207 padding: 0 1em !important;
2218 padding: 0 1em !important;
2208 }
2219 }
2209
2220
2210
2221
2211 .ui-tabs .ui-tabs-nav
2222 .ui-tabs .ui-tabs-nav
2212 {
2223 {
2213 -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05);
2224 -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05);
2214 -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05);
2225 -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05);
2215 box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05);
2226 box-shadow: inset 1px 1px 0 rgba(255,255,255,0.05);
2216 border: 1px solid #404040;
2227 border: 1px solid #404040;
2217 background: #242122 url(images/ui-bg_highlight-soft_15_242122_1x100_bottom.png) 50% 50% repeat-x;
2228 background: #242122 url(images/ui-bg_highlight-soft_15_242122_1x100_bottom.png) 50% 50% repeat-x;
2218 font-weight: normal;
2229 font-weight: normal;
2219 color: #fafafa;
2230 color: #fafafa;
2220 }
2231 }
2221
2232
2222 .wijmo-wijgrid .wijmo-wijcombobox-wrapper .wijmo-wijcombobox-input
2233 .wijmo-wijgrid .wijmo-wijcombobox-wrapper .wijmo-wijcombobox-input
2223 {
2234 {
2224 -moz-border-radius: 0;
2235 -moz-border-radius: 0;
2225 -webkit-border-radius: 0;
2236 -webkit-border-radius: 0;
2226 border-radius: 0;
2237 border-radius: 0;
2227 }
2238 }
2228
2239
2229
2240
2230 .wijmo-wijgrid .wijmo-wijcombobox-trigger .ui-icon, .wijmo-wijgrid .wijmo-wijinput .ui-icon
2241 .wijmo-wijgrid .wijmo-wijcombobox-trigger .ui-icon, .wijmo-wijgrid .wijmo-wijinput .ui-icon
2231 {
2242 {
2232 background-image: url(images/ui-icons_fafafa_256x240.png);
2243 background-image: url(images/ui-icons_fafafa_256x240.png);
2233 }
2244 }
2234
2245
2235 .wijmo-wijgrid .wijmo-wijcombobox-wrapper
2246 .wijmo-wijgrid .wijmo-wijcombobox-wrapper
2236 {
2247 {
2237 background: none;
2248 background: none;
2238 }
2249 }
2239
2250
2240 .wijmo-wijgrid .ui-input-spinner-right .wijmo-wijinput-spinup
2251 .wijmo-wijgrid .ui-input-spinner-right .wijmo-wijinput-spinup
2241 {
2252 {
2242 -moz-border-radius: 0;
2253 -moz-border-radius: 0;
2243 -webkit-border-radius: 0;
2254 -webkit-border-radius: 0;
2244 border-radius: 0;
2255 border-radius: 0;
2245 }
2256 }
2246
2257
2247 .wijmo-wijgrid .ui-input-spinner-right .wijmo-wijinput-spindown
2258 .wijmo-wijgrid .ui-input-spinner-right .wijmo-wijinput-spindown
2248 {
2259 {
2249 -moz-border-radius: 0;
2260 -moz-border-radius: 0;
2250 -webkit-border-radius: 0;
2261 -webkit-border-radius: 0;
2251 border-radius: 0;
2262 border-radius: 0;
2252 }
2263 }
2253
2264
2254 .ui-datepicker-group .ui-datepicker-header
2265 .ui-datepicker-group .ui-datepicker-header
2255 {
2266 {
2256 -moz-border-radius: 0;
2267 -moz-border-radius: 0;
2257 border: none;
2268 border: none;
2258 }
2269 }
2259
2270
2260 .ui-datepicker-group .ui-datepicker-header .ui-datepicker-title
2271 .ui-datepicker-group .ui-datepicker-header .ui-datepicker-title
2261 {
2272 {
2262 -moz-box-shadow: none;
2273 -moz-box-shadow: none;
2263 -webkit-box-shadow: none;
2274 -webkit-box-shadow: none;
2264 box-shadow: none;
2275 box-shadow: none;
2265 }
2276 }
2266
2277
2267 .ui-datepicker-group-first .ui-datepicker-header
2278 .ui-datepicker-group-first .ui-datepicker-header
2268 {
2279 {
2269 -moz-border-radius-topleft: 4px;
2280 -moz-border-radius-topleft: 4px;
2270 -webkit-border-top-left-radius: 4px;
2281 -webkit-border-top-left-radius: 4px;
2271 border-top-left-radius: 4px;
2282 border-top-left-radius: 4px;
2272 -moz-border-radius-bottomleft: 4px;
2283 -moz-border-radius-bottomleft: 4px;
2273 -webkit-border-bottom-left-radius: 4px;
2284 -webkit-border-bottom-left-radius: 4px;
2274 border-bottom-left-radius: 4px;
2285 border-bottom-left-radius: 4px;
2275 }
2286 }
2276
2287
2277 .ui-datepicker-group-last .ui-datepicker-header
2288 .ui-datepicker-group-last .ui-datepicker-header
2278 {
2289 {
2279 -moz-border-radius-topright: 4px;
2290 -moz-border-radius-topright: 4px;
2280 -webkit-border-top-right-radius: 4px;
2291 -webkit-border-top-right-radius: 4px;
2281 border-top-right-radius: 4px;
2292 border-top-right-radius: 4px;
2282 -moz-border-radius-bottomright: 4px;
2293 -moz-border-radius-bottomright: 4px;
2283 -webkit-border-bottom-right-radius: 4px;
2294 -webkit-border-bottom-right-radius: 4px;
2284 border-bottom-right-radius: 4px;
2295 border-bottom-right-radius: 4px;
2285 }
2296 }
2286
2297
2287 a.ui-button:link, a.ui-button
2298 a.ui-button:link, a.ui-button
2288 {
2299 {
2289 color: #fafafa;
2300 color: #fafafa;
2290 }
2301 }
2291
2302
2292 .wijmo-wijwizard .wijmo-wijsuperpanel
2303 .wijmo-wijwizard .wijmo-wijsuperpanel
2293 {
2304 {
2294 background: none;
2305 background: none;
2295 border: none;
2306 border: none;
2296 }
2307 }
2297
2308
2298 .wijmo-wijmenu .wijmo-wijmenu-link .wijmo-wijmenu-icon-right
2309 .wijmo-wijmenu .wijmo-wijmenu-link .wijmo-wijmenu-icon-right
2299 {
2310 {
2300 color: #404040;
2311 color: #404040;
2301 }
2312 }
2302
2313
2303 .wijmo-wijmenu .wijmo-wijmenu-link:hover .wijmo-wijmenu-icon-right
2314 .wijmo-wijmenu .wijmo-wijmenu-link:hover .wijmo-wijmenu-icon-right
2304 {
2315 {
2305 color: #fafafa;
2316 color: #fafafa;
2306 }
2317 }
2307
2318
2308
2319
2309 .wijmo-wijmenu .wijmo-wijmenu-link label
2320 .wijmo-wijmenu .wijmo-wijmenu-link label
2310 {
2321 {
2311 color: #404040;
2322 color: #404040;
2312 }
2323 }
2324 /* Ribbon */
2325 .wijmo-wijribbon-group .wijmo-wijribbon-abbrevgroup:hover .wijmo-wijribbon-text
2326 {
2327 color: #fafafa;
2328 }
2329 div.wijmo-wijribbon .ui-icon
2330 {
2331 background-image: url("images/wijmo-ui-icons_000000_240x112.png");
2332 }
2333 div.wijmo-wijribbon-simple span.ui-icon, div.wijmo-wijribbon .ui-state-active .ui-icon, .wijmo-wijribbon .wijmo-wijribbon-group .ui-button:hover .ui-icon, div.wijmo-wijribbon-modes span.ui-icon, .wijmo-wijribbon-group .wijmo-wijribbon-abbrevgroup:hover .ui-icon, .wijmo-wijribbon-group .wijmo-wijribbon-abbrevgroup:hover .wijmo-wijribbon-abbrevicon
2334 {
2335 background-image: url("images/wijmo-ui-icons_ffffff_240x112.png");
2336 }
2337 .wijmo-wijeditor .ui-tabs .ui-tabs-nav li.ui-tabs-selected
2338 {
2339 padding-bottom: 0;
2340 }
2341 div.wijmo-wijribbon-simple .ui-button-text-icon-secondary .ui-button-text
2342 {
2343 color: #fafafa;
2344 }
2345
2346
2347 div.wijmo-wijribbon .ui-state-active .ui-button-text
2348 {
2349 border: solid 1px transparent;
2350 border-radius: 4px;
2351 margin: -1px;
2352 } No newline at end of file
1 NO CONTENT: modified file chmod 100644 => 100755
NO CONTENT: modified file chmod 100644 => 100755
@@ -1,141 +1,143 b''
1 //----------------------------------------------------------------------------
1 //----------------------------------------------------------------------------
2 // Copyright (C) 2008-2011 The IPython Development Team
2 // Copyright (C) 2008-2011 The IPython Development Team
3 //
3 //
4 // Distributed under the terms of the BSD License. The full license is in
4 // Distributed under the terms of the BSD License. The full license is in
5 // the file COPYING, distributed as part of this software.
5 // the file COPYING, distributed as part of this software.
6 //----------------------------------------------------------------------------
6 //----------------------------------------------------------------------------
7
7
8 //============================================================================
8 //============================================================================
9 // On document ready
9 // On document ready
10 //============================================================================
10 //============================================================================
11
11
12
12
13 $(document).ready(function () {
13 $(document).ready(function () {
14 if (window.MathJax){
14 if (window.MathJax){
15 // MathJax loaded
15 // MathJax loaded
16 MathJax.Hub.Config({
16 MathJax.Hub.Config({
17 tex2jax: {
17 tex2jax: {
18 inlineMath: [ ['$','$'], ["\\(","\\)"] ],
18 inlineMath: [ ['$','$'], ["\\(","\\)"] ],
19 displayMath: [ ['$$','$$'], ["\\[","\\]"] ]
19 displayMath: [ ['$$','$$'], ["\\[","\\]"] ]
20 },
20 },
21 displayAlign: 'left', // Change this to 'center' to center equations.
21 displayAlign: 'left', // Change this to 'center' to center equations.
22 "HTML-CSS": {
22 "HTML-CSS": {
23 styles: {'.MathJax_Display': {"margin": 0}}
23 styles: {'.MathJax_Display': {"margin": 0}}
24 }
24 }
25 });
25 });
26 }else if (window.mathjax_url != ""){
26 }else if (window.mathjax_url != ""){
27 // Don't have MathJax, but should. Show dialog.
27 // Don't have MathJax, but should. Show dialog.
28 var dialog = $('<div></div>')
28 var dialog = $('<div></div>')
29 .append(
29 .append(
30 $("<p></p>").addClass('dialog').html(
30 $("<p></p>").addClass('dialog').html(
31 "Math/LaTeX rendering will be disabled."
31 "Math/LaTeX rendering will be disabled."
32 )
32 )
33 ).append(
33 ).append(
34 $("<p></p>").addClass('dialog').html(
34 $("<p></p>").addClass('dialog').html(
35 "If you have administrative access to the notebook server and" +
35 "If you have administrative access to the notebook server and" +
36 " a working internet connection, you can install a local copy" +
36 " a working internet connection, you can install a local copy" +
37 " of MathJax for offline use with the following command on the server" +
37 " of MathJax for offline use with the following command on the server" +
38 " at a Python or IPython prompt:"
38 " at a Python or IPython prompt:"
39 )
39 )
40 ).append(
40 ).append(
41 $("<pre></pre>").addClass('dialog').html(
41 $("<pre></pre>").addClass('dialog').html(
42 ">>> from IPython.external import mathjax; mathjax.install_mathjax()"
42 ">>> from IPython.external import mathjax; mathjax.install_mathjax()"
43 )
43 )
44 ).append(
44 ).append(
45 $("<p></p>").addClass('dialog').html(
45 $("<p></p>").addClass('dialog').html(
46 "This will try to install MathJax into the IPython source directory."
46 "This will try to install MathJax into the IPython source directory."
47 )
47 )
48 ).append(
48 ).append(
49 $("<p></p>").addClass('dialog').html(
49 $("<p></p>").addClass('dialog').html(
50 "If IPython is installed to a location that requires" +
50 "If IPython is installed to a location that requires" +
51 " administrative privileges to write, you will need to make this call as" +
51 " administrative privileges to write, you will need to make this call as" +
52 " an administrator, via 'sudo'."
52 " an administrator, via 'sudo'."
53 )
53 )
54 ).append(
54 ).append(
55 $("<p></p>").addClass('dialog').html(
55 $("<p></p>").addClass('dialog').html(
56 "When you start the notebook server, you can instruct it to disable MathJax support altogether:"
56 "When you start the notebook server, you can instruct it to disable MathJax support altogether:"
57 )
57 )
58 ).append(
58 ).append(
59 $("<pre></pre>").addClass('dialog').html(
59 $("<pre></pre>").addClass('dialog').html(
60 "$ ipython notebook --no-mathjax"
60 "$ ipython notebook --no-mathjax"
61 )
61 )
62 ).append(
62 ).append(
63 $("<p></p>").addClass('dialog').html(
63 $("<p></p>").addClass('dialog').html(
64 "which will prevent this dialog from appearing."
64 "which will prevent this dialog from appearing."
65 )
65 )
66 ).dialog({
66 ).dialog({
67 title: "Failed to retrieve MathJax from '" + window.mathjax_url + "'",
67 title: "Failed to retrieve MathJax from '" + window.mathjax_url + "'",
68 width: "70%",
68 width: "70%",
69 modal: true,
69 modal: true,
70 })
70 })
71 }else{
71 }else{
72 // No MathJax, but none expected. No dialog.
72 // No MathJax, but none expected. No dialog.
73 }
73 }
74
74
75 IPython.markdown_converter = new Markdown.Converter();
75 IPython.markdown_converter = new Markdown.Converter();
76 IPython.read_only = $('meta[name=read_only]').attr("content") == 'True';
76 IPython.read_only = $('meta[name=read_only]').attr("content") == 'True';
77
77
78 $('div#header').addClass('border-box-sizing');
78 $('div#header').addClass('border-box-sizing');
79 $('div#main_app').addClass('border-box-sizing ui-widget ui-widget-content');
79 $('div#main_app').addClass('border-box-sizing ui-widget ui-widget-content');
80 $('div#notebook_panel').addClass('border-box-sizing ui-widget');
80 $('div#notebook_panel').addClass('border-box-sizing ui-widget');
81
81
82 $('ul#menus').wijmenu();
83
82 IPython.layout_manager = new IPython.LayoutManager();
84 IPython.layout_manager = new IPython.LayoutManager();
83 IPython.pager = new IPython.Pager('div#pager', 'div#pager_splitter');
85 IPython.pager = new IPython.Pager('div#pager', 'div#pager_splitter');
84 IPython.left_panel = new IPython.LeftPanel('div#left_panel', 'div#left_panel_splitter');
86 IPython.left_panel = new IPython.LeftPanel('div#left_panel', 'div#left_panel_splitter');
85 IPython.save_widget = new IPython.SaveWidget('span#save_widget');
87 IPython.save_widget = new IPython.SaveWidget('span#save_widget');
86 IPython.quick_help = new IPython.QuickHelp('span#quick_help_area');
88 IPython.quick_help = new IPython.QuickHelp('span#quick_help_area');
87 IPython.login_widget = new IPython.LoginWidget('span#login_widget');
89 IPython.login_widget = new IPython.LoginWidget('span#login_widget');
88 IPython.print_widget = new IPython.PrintWidget('span#print_widget');
90 IPython.print_widget = new IPython.PrintWidget('span#print_widget');
89 IPython.notebook = new IPython.Notebook('div#notebook');
91 IPython.notebook = new IPython.Notebook('div#notebook');
90 IPython.kernel_status_widget = new IPython.KernelStatusWidget('#kernel_status');
92 IPython.kernel_status_widget = new IPython.KernelStatusWidget('#kernel_status');
91 IPython.kernel_status_widget.status_idle();
93 IPython.kernel_status_widget.status_idle();
92
94
93 IPython.layout_manager.do_resize();
95 IPython.layout_manager.do_resize();
94
96
95 // These have display: none in the css file and are made visible here to prevent FLOUC.
97 // These have display: none in the css file and are made visible here to prevent FLOUC.
96 $('div#header').css('display','block');
98 $('div#header').css('display','block');
97
99
98 if(IPython.read_only){
100 if(IPython.read_only){
99 // hide various elements from read-only view
101 // hide various elements from read-only view
100 IPython.save_widget.element.find('button#save_notebook').addClass('hidden');
102 IPython.save_widget.element.find('button#save_notebook').addClass('hidden');
101 IPython.quick_help.element.addClass('hidden'); // shortcuts are disabled in read_only
103 IPython.quick_help.element.addClass('hidden'); // shortcuts are disabled in read_only
102 $('div#pager').remove();
104 $('div#pager').remove();
103 $('div#pager_splitter').remove();
105 $('div#pager_splitter').remove();
104 $('button#new_notebook').addClass('hidden');
106 $('button#new_notebook').addClass('hidden');
105 $('div#cell_section').addClass('hidden');
107 $('div#cell_section').addClass('hidden');
106 $('div#config_section').addClass('hidden');
108 $('div#config_section').addClass('hidden');
107 $('div#kernel_section').addClass('hidden');
109 $('div#kernel_section').addClass('hidden');
108 $('span#login_widget').removeClass('hidden');
110 $('span#login_widget').removeClass('hidden');
109
111
110 // set the notebook name field as not modifiable
112 // set the notebook name field as not modifiable
111 $('#notebook_name').attr('disabled','disabled')
113 $('#notebook_name').attr('disabled','disabled')
112
114
113 // left panel starts collapsed, but the collapse must happen after
115 // left panel starts collapsed, but the collapse must happen after
114 // elements start drawing. Don't draw contents of the panel until
116 // elements start drawing. Don't draw contents of the panel until
115 // after they are collapsed
117 // after they are collapsed
116 IPython.left_panel.left_panel_element.css('visibility', 'hidden');
118 IPython.left_panel.left_panel_element.css('visibility', 'hidden');
117 }
119 }
118
120
119 $('div#main_app').css('display','block');
121 $('div#main_app').css('display','block');
120
122
121 // Perform these actions after the notebook has been loaded.
123 // Perform these actions after the notebook has been loaded.
122 // We wait 100 milliseconds because the notebook scrolls to the top after a load
124 // We wait 100 milliseconds because the notebook scrolls to the top after a load
123 // is completed and we need to wait for that to mostly finish.
125 // is completed and we need to wait for that to mostly finish.
124 IPython.notebook.load_notebook(function () {
126 IPython.notebook.load_notebook(function () {
125 setTimeout(function () {
127 setTimeout(function () {
126 IPython.save_widget.update_url();
128 IPython.save_widget.update_url();
127 IPython.layout_manager.do_resize();
129 IPython.layout_manager.do_resize();
128 IPython.pager.collapse();
130 IPython.pager.collapse();
129 if(IPython.read_only){
131 if(IPython.read_only){
130 // collapse the left panel on read-only
132 // collapse the left panel on read-only
131 IPython.left_panel.collapse();
133 IPython.left_panel.collapse();
132 // and finally unhide the panel contents after collapse
134 // and finally unhide the panel contents after collapse
133 setTimeout(function(){
135 setTimeout(function(){
134 IPython.left_panel.left_panel_element.css('visibility', 'visible');
136 IPython.left_panel.left_panel_element.css('visibility', 'visible');
135 }, 200);
137 }, 200);
136 }
138 }
137 },100);
139 },100);
138 });
140 });
139
141
140 });
142 });
141
143
@@ -1,85 +1,86 b''
1 <!DOCTYPE HTML>
1 <!DOCTYPE HTML>
2 <html>
2 <html>
3
3
4 <head>
4 <head>
5 <meta charset="utf-8">
5 <meta charset="utf-8">
6
6
7 <title>{% block title %}IPython Notebook{% end %}</title>
7 <title>{% block title %}IPython Notebook{% end %}</title>
8
8
9 <link rel="stylesheet" href="/static/jquery/css/themes/aristo/jquery-wijmo.css" type="text/css" />
9 <link rel="stylesheet" href="/static/jquery/css/themes/aristo/jquery-wijmo.css" type="text/css" />
10 <link rel="stylesheet" href="/static/css/boilerplate.css" type="text/css" />
10 <link rel="stylesheet" href="/static/css/boilerplate.css" type="text/css" />
11 <link rel="stylesheet" href="/static/css/layout.css" type="text/css" />
11 <link rel="stylesheet" href="/static/css/layout.css" type="text/css" />
12 <link rel="stylesheet" href="/static/css/base.css" type="text/css"/>
12 <link rel="stylesheet" href="/static/css/base.css" type="text/css"/>
13 {% block stylesheet %}
13 {% block stylesheet %}
14 {% end %}
14 {% end %}
15
15
16 {% block meta %}
16 {% block meta %}
17 {% end %}
17 {% end %}
18
18
19 </head>
19 </head>
20
20
21 <body {% block params %}{% end %}>
21 <body {% block params %}{% end %}>
22
22
23 <div id="header">
23 <div id="header">
24 <span id="ipython_notebook"><h1><img src='/static/ipynblogo.png' alt='IPython Notebook'/></h1></span>
24 <span id="ipython_notebook"><h1><img src='/static/ipynblogo.png' alt='IPython Notebook'/></h1></span>
25
25
26 {% block login_widget %}
26 {% block login_widget %}
27
27
28 <span id="login_widget">
28 <span id="login_widget">
29 {% if logged_in %}
29 {% if logged_in %}
30 <button id="logout">Logout</button>
30 <button id="logout">Logout</button>
31 {% elif login_available and not logged_in %}
31 {% elif login_available and not logged_in %}
32 <button id="login">Login</button>
32 <button id="login">Login</button>
33 {% end %}
33 {% end %}
34 </span>
34 </span>
35
35
36 {% end %}
36 {% end %}
37
37
38 {% block header %}
38 {% block header %}
39 {% end %}
39 {% end %}
40 </div>
40 </div>
41
41
42 <div id="header_border"></div>
42 <div id="header_border"></div>
43
43
44 <div id="main_app">
44 <div id="main_app">
45
45
46 <div id="app_hbox">
46 <div id="app_hbox">
47
47
48 <div id="left_panel">
48 <div id="left_panel">
49 {% block left_panel %}
49 {% block left_panel %}
50 {% end %}
50 {% end %}
51 </div>
51 </div>
52
52
53 <div id="content_panel">
53 <div id="content_panel">
54 {% if message %}
54 {% if message %}
55
55
56 {% for key in message %}
56 {% for key in message %}
57 <div class="message {{key}}">
57 <div class="message {{key}}">
58 {{message[key]}}
58 {{message[key]}}
59 </div>
59 </div>
60 {% end %}
60 {% end %}
61 {% end %}
61 {% end %}
62
62
63 {% block content_panel %}
63 {% block content_panel %}
64 {% end %}
64 {% end %}
65 </div>
65 </div>
66 <div id="right_panel">
66 <div id="right_panel">
67 {% block right_panel %}
67 {% block right_panel %}
68 {% end %}
68 {% end %}
69 </div>
69 </div>
70
70
71 </div>
71 </div>
72
72
73 </div>
73 </div>
74
74
75 <script src="/static/jquery/js/jquery-1.6.2.min.js" type="text/javascript" charset="utf-8"></script>
75 <script src="/static/jquery/js/jquery-1.6.2.min.js" type="text/javascript" charset="utf-8"></script>
76 <script src="/static/jquery/js/jquery-ui-1.8.14.custom.min.js" type="text/javascript" charset="utf-8"></script>
76 <script src="/static/jquery/js/jquery-ui-1.8.16.custom.min.js" type="text/javascript" charset="utf-8"></script>
77 <script src="/static/js/namespace.js" type="text/javascript" charset="utf-8"></script>
77 <script src="/static/js/namespace.js" type="text/javascript" charset="utf-8"></script>
78 <script src="/static/js/loginmain.js" type="text/javascript" charset="utf-8"></script>
78 <script src="/static/js/loginmain.js" type="text/javascript" charset="utf-8"></script>
79 <script src="/static/js/loginwidget.js" type="text/javascript" charset="utf-8"></script>
79 <script src="/static/js/loginwidget.js" type="text/javascript" charset="utf-8"></script>
80
80 {% block script %}
81 {% block script %}
81 {% end %}
82 {% end %}
82
83
83 </body>
84 </body>
84
85
85 </html>
86 </html>
@@ -1,298 +1,372 b''
1 <!DOCTYPE HTML>
1 <!DOCTYPE HTML>
2 <html>
2 <html>
3
3
4 <head>
4 <head>
5 <meta charset="utf-8">
5 <meta charset="utf-8">
6
6
7 <title>IPython Notebook</title>
7 <title>IPython Notebook</title>
8
8
9 {% if mathjax_url %}
9 {% if mathjax_url %}
10 <script type="text/javascript" src="{{mathjax_url}}?config=TeX-AMS_HTML" charset="utf-8"></script>
10 <script type="text/javascript" src="{{mathjax_url}}?config=TeX-AMS_HTML" charset="utf-8"></script>
11 {% end %}
11 {% end %}
12 <script type="text/javascript">
12 <script type="text/javascript">
13 // MathJax disabled, set as null to distingish from *missing* MathJax,
13 // MathJax disabled, set as null to distingish from *missing* MathJax,
14 // where it will be undefined, and should prompt a dialog later.
14 // where it will be undefined, and should prompt a dialog later.
15 window.mathjax_url = "{{mathjax_url}}";
15 window.mathjax_url = "{{mathjax_url}}";
16 </script>
16 </script>
17
17
18 <link rel="stylesheet" href="/static/jquery/css/jquery.wijmo-open.2.0.0b1.css" type="text/css" />
18 <link rel="stylesheet" href="/static/jquery/css/themes/aristo/jquery-wijmo.css" type="text/css" />
19 <link rel="stylesheet" href="/static/jquery/css/themes/aristo/jquery-wijmo.css" type="text/css" />
19 <link rel="stylesheet" href="/static/codemirror/lib/codemirror.css">
20 <link rel="stylesheet" href="/static/codemirror/lib/codemirror.css">
20 <link rel="stylesheet" href="/static/codemirror/mode/markdown/markdown.css">
21 <link rel="stylesheet" href="/static/codemirror/mode/markdown/markdown.css">
21 <link rel="stylesheet" href="/static/codemirror/mode/rst/rst.css">
22 <link rel="stylesheet" href="/static/codemirror/mode/rst/rst.css">
22 <link rel="stylesheet" href="/static/codemirror/theme/ipython.css">
23 <link rel="stylesheet" href="/static/codemirror/theme/ipython.css">
23 <link rel="stylesheet" href="/static/codemirror/theme/default.css">
24 <link rel="stylesheet" href="/static/codemirror/theme/default.css">
24
25
25 <link rel="stylesheet" href="/static/prettify/prettify.css"/>
26 <link rel="stylesheet" href="/static/prettify/prettify.css"/>
26
27
27 <link rel="stylesheet" href="/static/css/boilerplate.css" type="text/css" />
28 <link rel="stylesheet" href="/static/css/boilerplate.css" type="text/css" />
28 <link rel="stylesheet" href="/static/css/layout.css" type="text/css" />
29 <link rel="stylesheet" href="/static/css/layout.css" type="text/css" />
29 <link rel="stylesheet" href="/static/css/base.css" type="text/css" />
30 <link rel="stylesheet" href="/static/css/base.css" type="text/css" />
30 <link rel="stylesheet" href="/static/css/notebook.css" type="text/css" />
31 <link rel="stylesheet" href="/static/css/notebook.css" type="text/css" />
31 <link rel="stylesheet" href="/static/css/renderedhtml.css" type="text/css" />
32 <link rel="stylesheet" href="/static/css/renderedhtml.css" type="text/css" />
32
33
33 {% comment In the notebook, the read-only flag is used to determine %}
34 {% comment In the notebook, the read-only flag is used to determine %}
34 {% comment whether to hide the side panels and switch off input %}
35 {% comment whether to hide the side panels and switch off input %}
35 <meta name="read_only" content="{{read_only and not logged_in}}"/>
36 <meta name="read_only" content="{{read_only and not logged_in}}"/>
36
37
37 </head>
38 </head>
38
39
39 <body
40 <body
40 data-project={{project}} data-notebook-id={{notebook_id}}
41 data-project={{project}} data-notebook-id={{notebook_id}}
41 data-base-project-url={{base_project_url}} data-base-kernel-url={{base_kernel_url}}
42 data-base-project-url={{base_project_url}} data-base-kernel-url={{base_kernel_url}}
42 >
43 >
43
44
44 <div id="header">
45 <div id="header">
45 <span id="ipython_notebook"><h1><a href='..' alt='dashboard'><img src='/static/ipynblogo.png' alt='IPython Notebook'/></a></h1></span>
46 <span id="ipython_notebook"><h1><a href='..' alt='dashboard'><img src='/static/ipynblogo.png' alt='IPython Notebook'/></a></h1></span>
46 <span id="save_widget">
47 <span id="save_widget">
47 <input type="text" id="notebook_name" size="20"></textarea>
48 <input type="text" id="notebook_name" size="20"></textarea>
48 <button id="save_notebook"><u>S</u>ave</button>
49 <button id="save_notebook"><u>S</u>ave</button>
49 </span>
50 </span>
50 <span id="quick_help_area">
51 <span id="quick_help_area">
51 <button id="quick_help">Quick<u>H</u>elp</button>
52 <button id="quick_help">Quick<u>H</u>elp</button>
52 </span>
53 </span>
53
54
54 <span id="login_widget">
55 <span id="login_widget">
55 {% comment This is a temporary workaround to hide the logout button %}
56 {% comment This is a temporary workaround to hide the logout button %}
56 {% comment when appropriate until notebook.html is templated %}
57 {% comment when appropriate until notebook.html is templated %}
57 {% if logged_in %}
58 {% if logged_in %}
58 <button id="logout">Logout</button>
59 <button id="logout">Logout</button>
59 {% elif not logged_in and login_available %}
60 {% elif not logged_in and login_available %}
60 <button id="login">Login</button>
61 <button id="login">Login</button>
61 {% end %}
62 {% end %}
62 </span>
63 </span>
63
64
64 <span id="kernel_status">Idle</span>
65 <span id="kernel_status">Idle</span>
65 </div>
66 </div>
66
67
68 <div id="menu_bar">
69 <ul id="menus">
70 <li><a href="#">File</a>
71 <ul>
72 <li><a href="#">New</a></li>
73 <li><a href="#">Open...</a></li>
74 <li></li>
75 <li><a href="#">Save</a></li>
76 <li></li>
77 <li><a href="#">Download as</a>
78 <ul>
79 <li><a href="#">IPython (.ipynb)</a></li>
80 <li><a href="#">Python (.py)</a></li>
81 </ul>
82 </li>
83 <li></li>
84 <li><a href="#">Print</a></li>
85
86 </ul>
87 </li>
88 <li><a href="#">Edit</a>
89 <ul>
90 <li><a href="#">Delete</a></li>
91 <li></li>
92 <li><a href="#">Move Up</a></li>
93 <li><a href="#">Move Down</a></li>
94 </ul>
95 </li>
96 <li><a href="#">Insert</a>
97 <ul>
98 <li><a href="#">Insert Above</a>
99 <li><a href="#">Insert Below</a>
100 </li>
101 </ul>
102 </li>
103 <li><a href="#">Cell</a>
104 <ul>
105 <li><a href="#">Run</a></li>
106 <li><a href="#">Run in Place</a></li>
107 <li><a href="#">Run All</a></li>
108 <li></li>
109 <li><a href="#">Code Cell</a></li>
110 <li><a href="#">Markdown Cell</a></li>
111 <li></li>
112 <li><a href="#">Toggle Output</a></li>
113 <li><a href="#">Clear All Output</a></li>
114 </ul>
115 </li>
116 <li><a href="#">Kernel</a>
117 <ul>
118 <li><a href="#">Interrupt</a></li>
119 <li><a href="#">Restart</a></li>
120 </ul>
121 </li>
122 <li><a href="#">Help</a>
123 <ul>
124 <li><a href="#">IPython Help</a></li>
125 <li><a href="#">Notebook Help</a></li>
126 <li><a href="#">Notebook QuickRef</a></li>
127 <li><h2>External Docs</h2></li>
128 <li><a href="#">Python</a></li>
129 <li><a href="#">NumPy</a></li>
130 <li><a href="#">SciPy</a></li>
131 <li><a href="#">SymPy</a></li>
132 <li><a href="#">Matplotlib</a></li>
133 </ul>
134 </li>
135 </ul>
136
137 </div>
138
67 <div id="main_app">
139 <div id="main_app">
68
140
69 <div id="left_panel">
141 <div id="left_panel">
70
142
71 <div id="notebook_section">
143 <div id="notebook_section">
72 <div class="section_header">
144 <div class="section_header">
73 <h3>Notebook</h3>
145 <h3>Notebook</h3>
74 </div>
146 </div>
75 <div class="section_content">
147 <div class="section_content">
76 <div class="section_row">
148 <div class="section_row">
77 <span id="new_open" class="section_row_buttons">
149 <span id="new_open" class="section_row_buttons">
78 <button id="new_notebook">New</button>
150 <button id="new_notebook">New</button>
79 <button id="open_notebook">Open</button>
151 <button id="open_notebook">Open</button>
80 </span>
152 </span>
81 <span class="section_row_header">Actions</span>
153 <span class="section_row_header">Actions</span>
82 </div>
154 </div>
83 <div class="section_row">
155 <div class="section_row">
84 <span>
156 <span>
85 <select id="download_format">
157 <select id="download_format">
86 <option value="json">ipynb</option>
158 <option value="json">ipynb</option>
87 <option value="py">py</option>
159 <option value="py">py</option>
88 </select>
160 </select>
89 </span>
161 </span>
90 <span class="section_row_buttons">
162 <span class="section_row_buttons">
91 <button id="download_notebook">Download</button>
163 <button id="download_notebook">Download</button>
92 </span>
164 </span>
93 </div>
165 </div>
94 <div class="section_row">
166 <div class="section_row">
95 <span class="section_row_buttons">
167 <span class="section_row_buttons">
96 <span id="print_widget">
168 <span id="print_widget">
97 <button id="print_notebook">Print</button>
169 <button id="print_notebook">Print</button>
98 </span>
170 </span>
99 </span>
171 </span>
100 </div>
172 </div>
101 </div>
173 </div>
102 </div>
174 </div>
103
175
104 <div id="cell_section">
176 <div id="cell_section">
105 <div class="section_header">
177 <div class="section_header">
106 <h3>Cell</h3>
178 <h3>Cell</h3>
107 </div>
179 </div>
108 <div class="section_content">
180 <div class="section_content">
109 <div class="section_row">
181 <div class="section_row">
110 <span class="section_row_buttons">
182 <span class="section_row_buttons">
111 <button id="delete_cell"><u>D</u>elete</button>
183 <button id="delete_cell"><u>D</u>elete</button>
112 </span>
184 </span>
113 <span class="section_row_header">Actions</span>
185 <span class="section_row_header">Actions</span>
114 </div>
186 </div>
115 <div class="section_row">
187 <div class="section_row">
116 <span id="cell_type" class="section_row_buttons">
188 <span id="cell_type" class="section_row_buttons">
117 <button id="to_code"><u>C</u>ode</button>
189 <button id="to_code"><u>C</u>ode</button>
118 <!-- <button id="to_html">HTML</button>-->
190 <!-- <button id="to_html">HTML</button>-->
119 <button id="to_markdown"><u>M</u>arkdown</button>
191 <button id="to_markdown"><u>M</u>arkdown</button>
120 </span>
192 </span>
121 <span class="button_label">Format</span>
193 <span class="button_label">Format</span>
122 </div>
194 </div>
123 <div class="section_row">
195 <div class="section_row">
124 <span id="cell_output" class="section_row_buttons">
196 <span id="cell_output" class="section_row_buttons">
125 <button id="toggle_output"><u>T</u>oggle</button>
197 <button id="toggle_output"><u>T</u>oggle</button>
126 <button id="clear_all_output">ClearAll</button>
198 <button id="clear_all_output">ClearAll</button>
127 </span>
199 </span>
128 <span class="button_label">Output</span>
200 <span class="button_label">Output</span>
129 </div>
201 </div>
130 <div class="section_row">
202 <div class="section_row">
131 <span id="insert" class="section_row_buttons">
203 <span id="insert" class="section_row_buttons">
132 <button id="insert_cell_above"><u>A</u>bove</button>
204 <button id="insert_cell_above"><u>A</u>bove</button>
133 <button id="insert_cell_below"><u>B</u>elow</button>
205 <button id="insert_cell_below"><u>B</u>elow</button>
134 </span>
206 </span>
135 <span class="button_label">Insert</span>
207 <span class="button_label">Insert</span>
136 </div>
208 </div>
137 <div class="section_row">
209 <div class="section_row">
138 <span id="move" class="section_row_buttons">
210 <span id="move" class="section_row_buttons">
139 <button id="move_cell_up">Up</button>
211 <button id="move_cell_up">Up</button>
140 <button id="move_cell_down">Down</button>
212 <button id="move_cell_down">Down</button>
141 </span>
213 </span>
142 <span class="button_label">Move</span>
214 <span class="button_label">Move</span>
143 </div>
215 </div>
144 <div class="section_row">
216 <div class="section_row">
145 <span id="run_cells" class="section_row_buttons">
217 <span id="run_cells" class="section_row_buttons">
146 <button id="run_selected_cell">Selected</button>
218 <button id="run_selected_cell">Selected</button>
147 <button id="run_all_cells">All</button>
219 <button id="run_all_cells">All</button>
148 </span>
220 </span>
149 <span class="button_label">Run</span>
221 <span class="button_label">Run</span>
150 </div>
222 </div>
151 <div class="section_row">
223 <div class="section_row">
152 <span id="autoindent_span">
224 <span id="autoindent_span">
153 <input type="checkbox" id="autoindent" checked="true"></input>
225 <input type="checkbox" id="autoindent" checked="true"></input>
154 </span>
226 </span>
155 <span class="checkbox_label" id="autoindent_label">Autoindent:</span>
227 <span class="checkbox_label" id="autoindent_label">Autoindent:</span>
156 </div>
228 </div>
157 </div>
229 </div>
158 </div>
230 </div>
159
231
160 <div id="kernel_section">
232 <div id="kernel_section">
161 <div class="section_header">
233 <div class="section_header">
162 <h3>Kernel</h3>
234 <h3>Kernel</h3>
163 </div>
235 </div>
164 <div class="section_content">
236 <div class="section_content">
165 <div class="section_row">
237 <div class="section_row">
166 <span id="int_restart" class="section_row_buttons">
238 <span id="int_restart" class="section_row_buttons">
167 <button id="int_kernel"><u>I</u>nterrupt</button>
239 <button id="int_kernel"><u>I</u>nterrupt</button>
168 <button id="restart_kernel">Restart</button>
240 <button id="restart_kernel">Restart</button>
169 </span>
241 </span>
170 <span class="section_row_header">Actions</span>
242 <span class="section_row_header">Actions</span>
171 </div>
243 </div>
172 <div class="section_row">
244 <div class="section_row">
173 <span id="kernel_persist">
245 <span id="kernel_persist">
174 {% if kill_kernel %}
246 {% if kill_kernel %}
175 <input type="checkbox" id="kill_kernel" checked="true"></input>
247 <input type="checkbox" id="kill_kernel" checked="true"></input>
176 {% else %}
248 {% else %}
177 <input type="checkbox" id="kill_kernel"></input>
249 <input type="checkbox" id="kill_kernel"></input>
178 {% end %}
250 {% end %}
179 </span>
251 </span>
180 <span class="checkbox_label" id="kill_kernel_label">Kill kernel upon exit:</span>
252 <span class="checkbox_label" id="kill_kernel_label">Kill kernel upon exit:</span>
181 </div>
253 </div>
182 </div>
254 </div>
183 </div>
255 </div>
184
256
185 <div id="help_section">
257 <div id="help_section">
186 <div class="section_header">
258 <div class="section_header">
187 <h3>Help</h3>
259 <h3>Help</h3>
188 </div>
260 </div>
189 <div class="section_content">
261 <div class="section_content">
190 <div class="section_row">
262 <div class="section_row">
191 <span id="help_buttons0" class="section_row_buttons">
263 <span id="help_buttons0" class="section_row_buttons">
192 <a id="python_help" href="http://docs.python.org" target="_blank">Python</a>
264 <a id="python_help" href="http://docs.python.org" target="_blank">Python</a>
193 <a id="ipython_help" href="http://ipython.org/documentation.html" target="_blank">IPython</a>
265 <a id="ipython_help" href="http://ipython.org/documentation.html" target="_blank">IPython</a>
194 </span>
266 </span>
195 <span class="section_row_header">Links</span>
267 <span class="section_row_header">Links</span>
196 </div>
268 </div>
197 <div class="section_row">
269 <div class="section_row">
198 <span id="help_buttons1" class="section_row_buttons">
270 <span id="help_buttons1" class="section_row_buttons">
199 <a id="numpy_help" href="http://docs.scipy.org/doc/numpy/reference/" target="_blank">NumPy</a>
271 <a id="numpy_help" href="http://docs.scipy.org/doc/numpy/reference/" target="_blank">NumPy</a>
200 <a id="scipy_help" href="http://docs.scipy.org/doc/scipy/reference/" target="_blank">SciPy</a>
272 <a id="scipy_help" href="http://docs.scipy.org/doc/scipy/reference/" target="_blank">SciPy</a>
201 </span>
273 </span>
202 </div>
274 </div>
203 <div class="section_row">
275 <div class="section_row">
204 <span id="help_buttons2" class="section_row_buttons">
276 <span id="help_buttons2" class="section_row_buttons">
205 <a id="matplotlib_help" href="http://matplotlib.sourceforge.net/" target="_blank">MPL</a>
277 <a id="matplotlib_help" href="http://matplotlib.sourceforge.net/" target="_blank">MPL</a>
206 <a id="sympy_help" href="http://docs.sympy.org/dev/index.html" target="_blank">SymPy</a>
278 <a id="sympy_help" href="http://docs.sympy.org/dev/index.html" target="_blank">SymPy</a>
207 </span>
279 </span>
208 </div>
280 </div>
209 <div class="section_row">
281 <div class="section_row">
210 <span class="help_string">run selected cell</span>
282 <span class="help_string">run selected cell</span>
211 <span class="help_string_label">Shift-Enter :</span>
283 <span class="help_string_label">Shift-Enter :</span>
212 </div>
284 </div>
213 <div class="section_row">
285 <div class="section_row">
214 <span class="help_string">run selected cell in-place</span>
286 <span class="help_string">run selected cell in-place</span>
215 <span class="help_string_label">Ctrl-Enter :</span>
287 <span class="help_string_label">Ctrl-Enter :</span>
216 </div>
288 </div>
217 <div class="section_row">
289 <div class="section_row">
218 <span class="help_string">show keyboard shortcuts</span>
290 <span class="help_string">show keyboard shortcuts</span>
219 <span class="help_string_label">Ctrl-m h :</span>
291 <span class="help_string_label">Ctrl-m h :</span>
220 </div>
292 </div>
221 </div>
293 </div>
222 </div>
294 </div>
223
295
224 <div id="config_section">
296 <div id="config_section">
225 <div class="section_header">
297 <div class="section_header">
226 <h3>Configuration</h3>
298 <h3>Configuration</h3>
227 </div>
299 </div>
228 <div class="section_content">
300 <div class="section_content">
229 <div class="section_row">
301 <div class="section_row">
230 <span id="tooltipontab_span">
302 <span id="tooltipontab_span">
231 <input type="checkbox" id="tooltipontab" checked="true"></input>
303 <input type="checkbox" id="tooltipontab" checked="true"></input>
232 </span>
304 </span>
233 <span class="checkbox_label" id="tooltipontab_label">Tooltip on tab:</span>
305 <span class="checkbox_label" id="tooltipontab_label">Tooltip on tab:</span>
234 </div>
306 </div>
235 <div class="section_row">
307 <div class="section_row">
236 <span id="smartcompleter_span">
308 <span id="smartcompleter_span">
237 <input type="checkbox" id="smartcompleter" checked="true"></input>
309 <input type="checkbox" id="smartcompleter" checked="true"></input>
238 </span>
310 </span>
239 <span class="checkbox_label" id="smartcompleter_label">Smart completer:</span>
311 <span class="checkbox_label" id="smartcompleter_label">Smart completer:</span>
240 </div>
312 </div>
241 <div class="section_row">
313 <div class="section_row">
242 <span id="timebeforetooltip_span">
314 <span id="timebeforetooltip_span">
243 <input type="text" id="timebeforetooltip" value="1200" size='6'></input>
315 <input type="text" id="timebeforetooltip" value="1200" size='6'></input>
244 <span class="numeric_input_label" id="timebeforetooltip_unit">milliseconds</span>
316 <span class="numeric_input_label" id="timebeforetooltip_unit">milliseconds</span>
245 </span>
317 </span>
246 <span class="numeric_input_label" id="timebeforetooltip_label">Time before tooltip : </span>
318 <span class="numeric_input_label" id="timebeforetooltip_label">Time before tooltip : </span>
247 </div>
319 </div>
248 </div>
320 </div>
249 </div>
321 </div>
250
322
251 </div>
323 </div>
252 <div id="left_panel_splitter"></div>
324 <div id="left_panel_splitter"></div>
253 <div id="notebook_panel">
325 <div id="notebook_panel">
254 <div id="notebook"></div>
326 <div id="notebook"></div>
255 <div id="pager_splitter"></div>
327 <div id="pager_splitter"></div>
256 <div id="pager"></div>
328 <div id="pager"></div>
257 </div>
329 </div>
258
330
259 </div>
331 </div>
260
332
261 <script src="/static/jquery/js/jquery-1.6.2.min.js" type="text/javascript" charset="utf-8"></script>
333 <script src="/static/jquery/js/jquery-1.6.2.min.js" type="text/javascript" charset="utf-8"></script>
262 <script src="/static/jquery/js/jquery-ui-1.8.14.custom.min.js" type="text/javascript" charset="utf-8"></script>
334 <script src="/static/jquery/js/jquery-ui-1.8.16.custom.min.js" type="text/javascript" charset="utf-8"></script>
263 <script src="/static/jquery/js/jquery.autogrow.js" type="text/javascript" charset="utf-8"></script>
335 <script src="/static/jquery/js/jquery.wijmo-open.all.2.0.0b1.min.js" type="text/javascript" charset="utf-8"></script>
336 <script src="/static/jquery/js/jquery.bgiframe-2.1.3-pre.js" type="text/javascript" charset="utf-8"></script>
337 <script src="/static/jquery/js/jquery.mousewheel.min.js" type="text/javascript" charset="utf-8"></script>
264
338
265 <script src="/static/codemirror/lib/codemirror.js" charset="utf-8"></script>
339 <script src="/static/codemirror/lib/codemirror.js" charset="utf-8"></script>
266 <script src="/static/codemirror/mode/python/python.js" charset="utf-8"></script>
340 <script src="/static/codemirror/mode/python/python.js" charset="utf-8"></script>
267 <script src="/static/codemirror/mode/htmlmixed/htmlmixed.js" charset="utf-8"></script>
341 <script src="/static/codemirror/mode/htmlmixed/htmlmixed.js" charset="utf-8"></script>
268 <script src="/static/codemirror/mode/xml/xml.js" charset="utf-8"></script>
342 <script src="/static/codemirror/mode/xml/xml.js" charset="utf-8"></script>
269 <script src="/static/codemirror/mode/javascript/javascript.js" charset="utf-8"></script>
343 <script src="/static/codemirror/mode/javascript/javascript.js" charset="utf-8"></script>
270 <script src="/static/codemirror/mode/css/css.js" charset="utf-8"></script>
344 <script src="/static/codemirror/mode/css/css.js" charset="utf-8"></script>
271 <script src="/static/codemirror/mode/rst/rst.js" charset="utf-8"></script>
345 <script src="/static/codemirror/mode/rst/rst.js" charset="utf-8"></script>
272 <script src="/static/codemirror/mode/markdown/markdown.js" charset="utf-8"></script>
346 <script src="/static/codemirror/mode/markdown/markdown.js" charset="utf-8"></script>
273
347
274 <script src="/static/pagedown/Markdown.Converter.js" charset="utf-8"></script>
348 <script src="/static/pagedown/Markdown.Converter.js" charset="utf-8"></script>
275
349
276 <script src="/static/prettify/prettify.js" charset="utf-8"></script>
350 <script src="/static/prettify/prettify.js" charset="utf-8"></script>
277
351
278 <script src="/static/js/namespace.js" type="text/javascript" charset="utf-8"></script>
352 <script src="/static/js/namespace.js" type="text/javascript" charset="utf-8"></script>
279 <script src="/static/js/utils.js" type="text/javascript" charset="utf-8"></script>
353 <script src="/static/js/utils.js" type="text/javascript" charset="utf-8"></script>
280 <script src="/static/js/cell.js" type="text/javascript" charset="utf-8"></script>
354 <script src="/static/js/cell.js" type="text/javascript" charset="utf-8"></script>
281 <script src="/static/js/codecell.js" type="text/javascript" charset="utf-8"></script>
355 <script src="/static/js/codecell.js" type="text/javascript" charset="utf-8"></script>
282 <script src="/static/js/textcell.js" type="text/javascript" charset="utf-8"></script>
356 <script src="/static/js/textcell.js" type="text/javascript" charset="utf-8"></script>
283 <script src="/static/js/kernel.js" type="text/javascript" charset="utf-8"></script>
357 <script src="/static/js/kernel.js" type="text/javascript" charset="utf-8"></script>
284 <script src="/static/js/kernelstatus.js" type="text/javascript" charset="utf-8"></script>
358 <script src="/static/js/kernelstatus.js" type="text/javascript" charset="utf-8"></script>
285 <script src="/static/js/layout.js" type="text/javascript" charset="utf-8"></script>
359 <script src="/static/js/layout.js" type="text/javascript" charset="utf-8"></script>
286 <script src="/static/js/savewidget.js" type="text/javascript" charset="utf-8"></script>
360 <script src="/static/js/savewidget.js" type="text/javascript" charset="utf-8"></script>
287 <script src="/static/js/quickhelp.js" type="text/javascript" charset="utf-8"></script>
361 <script src="/static/js/quickhelp.js" type="text/javascript" charset="utf-8"></script>
288 <script src="/static/js/loginwidget.js" type="text/javascript" charset="utf-8"></script>
362 <script src="/static/js/loginwidget.js" type="text/javascript" charset="utf-8"></script>
289 <script src="/static/js/pager.js" type="text/javascript" charset="utf-8"></script>
363 <script src="/static/js/pager.js" type="text/javascript" charset="utf-8"></script>
290 <script src="/static/js/panelsection.js" type="text/javascript" charset="utf-8"></script>
364 <script src="/static/js/panelsection.js" type="text/javascript" charset="utf-8"></script>
291 <script src="/static/js/printwidget.js" type="text/javascript" charset="utf-8"></script>
365 <script src="/static/js/printwidget.js" type="text/javascript" charset="utf-8"></script>
292 <script src="/static/js/leftpanel.js" type="text/javascript" charset="utf-8"></script>
366 <script src="/static/js/leftpanel.js" type="text/javascript" charset="utf-8"></script>
293 <script src="/static/js/notebook.js" type="text/javascript" charset="utf-8"></script>
367 <script src="/static/js/notebook.js" type="text/javascript" charset="utf-8"></script>
294 <script src="/static/js/notebookmain.js" type="text/javascript" charset="utf-8"></script>
368 <script src="/static/js/notebookmain.js" type="text/javascript" charset="utf-8"></script>
295
369
296 </body>
370 </body>
297
371
298 </html>
372 </html>
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed
NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (568 lines changed) Show them Hide them
1 NO CONTENT: file was removed
NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (789 lines changed) Show them Hide them
General Comments 0
You need to be logged in to leave comments. Login now