|
30 | 30 | } |
31 | 31 | .ui-widget-content { |
32 | 32 | border: 1px solid #aaaaaa/*{borderColorContent}*/; |
33 | | -background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; |
| 33 | +background: #ffffff/*{bgColorContent}*/ url("images/ui-bg_flat_75_ffffff_40x100.png")/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; |
34 | 34 | color: #222222/*{fcContent}*/; |
35 | 35 | } |
36 | 36 | .ui-widget-content a { |
37 | 37 | color: #222222/*{fcContent}*/; |
38 | 38 | } |
39 | 39 | .ui-widget-header { |
40 | 40 | border: 1px solid #aaaaaa/*{borderColorHeader}*/; |
41 | | -background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; |
| 41 | +background: #cccccc/*{bgColorHeader}*/ url("images/ui-bg_highlight-soft_75_cccccc_1x100.png")/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; |
42 | 42 | color: #222222/*{fcHeader}*/; |
43 | 43 | font-weight: bold; |
44 | 44 | } |
|
52 | 52 | .ui-widget-content .ui-state-default, |
53 | 53 | .ui-widget-header .ui-state-default { |
54 | 54 | border: 1px solid #d3d3d3/*{borderColorDefault}*/; |
55 | | -background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; |
| 55 | +background: #e6e6e6/*{bgColorDefault}*/ url("images/ui-bg_glass_75_e6e6e6_1x400.png")/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; |
56 | 56 | font-weight: normal/*{fwDefault}*/; |
57 | 57 | color: #555555/*{fcDefault}*/; |
58 | 58 | } |
|
69 | 69 | .ui-widget-content .ui-state-focus, |
70 | 70 | .ui-widget-header .ui-state-focus { |
71 | 71 | border: 1px solid #999999/*{borderColorHover}*/; |
72 | | -background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; |
| 72 | +background: #dadada/*{bgColorHover}*/ url("images/ui-bg_glass_75_dadada_1x400.png")/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; |
73 | 73 | font-weight: normal/*{fwDefault}*/; |
74 | 74 | color: #212121/*{fcHover}*/; |
75 | 75 | } |
|
88 | 88 | .ui-widget-content .ui-state-active, |
89 | 89 | .ui-widget-header .ui-state-active { |
90 | 90 | border: 1px solid #aaaaaa/*{borderColorActive}*/; |
91 | | -background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; |
| 91 | +background: #ffffff/*{bgColorActive}*/ url("images/ui-bg_glass_65_ffffff_1x400.png")/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; |
92 | 92 | font-weight: normal/*{fwDefault}*/; |
93 | 93 | color: #212121/*{fcActive}*/; |
94 | 94 | } |
|
105 | 105 | .ui-widget-content .ui-state-highlight, |
106 | 106 | .ui-widget-header .ui-state-highlight { |
107 | 107 | border: 1px solid #fcefa1/*{borderColorHighlight}*/; |
108 | | -background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; |
| 108 | +background: #fbf9ee/*{bgColorHighlight}*/ url("images/ui-bg_glass_55_fbf9ee_1x400.png")/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; |
109 | 109 | color: #363636/*{fcHighlight}*/; |
110 | 110 | } |
111 | 111 | .ui-state-highlight a, |
|
117 | 117 | .ui-widget-content .ui-state-error, |
118 | 118 | .ui-widget-header .ui-state-error { |
119 | 119 | border: 1px solid #cd0a0a/*{borderColorError}*/; |
120 | | -background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; |
| 120 | +background: #fef1ec/*{bgColorError}*/ url("images/ui-bg_glass_95_fef1ec_1x400.png")/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; |
121 | 121 | color: #cd0a0a/*{fcError}*/; |
122 | 122 | } |
123 | 123 | .ui-state-error a, |
|
163 | 163 | } |
164 | 164 | .ui-icon, |
165 | 165 | .ui-widget-content .ui-icon { |
166 | | -background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; |
| 166 | +background-image: url("images/ui-icons_222222_256x240.png")/*{iconsContent}*/; |
167 | 167 | } |
168 | 168 | .ui-widget-header .ui-icon { |
169 | | -background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; |
| 169 | +background-image: url("images/ui-icons_222222_256x240.png")/*{iconsHeader}*/; |
170 | 170 | } |
171 | 171 | .ui-state-default .ui-icon { |
172 | | -background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; |
| 172 | +background-image: url("images/ui-icons_888888_256x240.png")/*{iconsDefault}*/; |
173 | 173 | } |
174 | 174 | .ui-state-hover .ui-icon, |
175 | 175 | .ui-state-focus .ui-icon { |
176 | | -background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; |
| 176 | +background-image: url("images/ui-icons_454545_256x240.png")/*{iconsHover}*/; |
177 | 177 | } |
178 | 178 | .ui-state-active .ui-icon { |
179 | | -background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; |
| 179 | +background-image: url("images/ui-icons_454545_256x240.png")/*{iconsActive}*/; |
180 | 180 | } |
181 | 181 | .ui-state-highlight .ui-icon { |
182 | | -background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; |
| 182 | +background-image: url("images/ui-icons_2e83ff_256x240.png")/*{iconsHighlight}*/; |
183 | 183 | } |
184 | 184 | .ui-state-error .ui-icon, |
185 | 185 | .ui-state-error-text .ui-icon { |
186 | | -background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; |
| 186 | +background-image: url("images/ui-icons_cd0a0a_256x240.png")/*{iconsError}*/; |
187 | 187 | } |
188 | 188 |
|
189 | 189 | /* positioning */ |
|
396 | 396 |
|
397 | 397 | /* Overlays */ |
398 | 398 | .ui-widget-overlay { |
399 | | -background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; |
| 399 | +background: #aaaaaa/*{bgColorOverlay}*/ url("images/ui-bg_flat_0_aaaaaa_40x100.png")/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; |
400 | 400 | opacity: .3/*{opacityOverlay}*/; |
401 | 401 | filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; |
402 | 402 | } |
403 | 403 | .ui-widget-shadow { |
404 | 404 | margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; |
405 | 405 | padding: 8px/*{thicknessShadow}*/; |
406 | | -background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; |
| 406 | +background: #aaaaaa/*{bgColorShadow}*/ url("images/ui-bg_flat_0_aaaaaa_40x100.png")/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; |
407 | 407 | opacity: .3/*{opacityShadow}*/; |
408 | 408 | filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/; |
409 | 409 | border-radius: 8px/*{cornerRadiusShadow}*/; |
|
0 commit comments