|
15 | 15 | /* Component containers
|
16 | 16 | ----------------------------------*/
|
17 | 17 | .ui-widget {
|
18 |
| - font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; |
| 18 | + font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/; |
19 | 19 | font-size: 1em/*{fsDefault}*/;
|
20 | 20 | }
|
21 | 21 | .ui-widget .ui-widget {
|
|
25 | 25 | .ui-widget select,
|
26 | 26 | .ui-widget textarea,
|
27 | 27 | .ui-widget button {
|
28 |
| - font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; |
| 28 | + font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/; |
29 | 29 | font-size: 1em;
|
30 | 30 | }
|
31 | 31 | .ui-widget-content {
|
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}*/; |
34 |
| - color: #222222/*{fcContent}*/; |
| 32 | + border: 1px solid #dddddd/*{borderColorContent}*/; |
| 33 | + background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/; |
| 34 | + color: #333333/*{fcContent}*/; |
35 | 35 | }
|
36 | 36 | .ui-widget-content a {
|
37 |
| - color: #222222/*{fcContent}*/; |
| 37 | + color: #333333/*{fcContent}*/; |
38 | 38 | }
|
39 | 39 | .ui-widget-header {
|
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}*/; |
42 |
| - color: #222222/*{fcHeader}*/; |
| 40 | + border: 1px solid #dddddd/*{borderColorHeader}*/; |
| 41 | + background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/; |
| 42 | + color: #333333/*{fcHeader}*/; |
43 | 43 | font-weight: bold;
|
44 | 44 | }
|
45 | 45 | .ui-widget-header a {
|
46 |
| - color: #222222/*{fcHeader}*/; |
| 46 | + color: #333333/*{fcHeader}*/; |
47 | 47 | }
|
48 | 48 |
|
49 | 49 | /* Interaction states
|
50 | 50 | ----------------------------------*/
|
51 | 51 | .ui-state-default,
|
52 | 52 | .ui-widget-content .ui-state-default,
|
53 | 53 | .ui-widget-header .ui-state-default {
|
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}*/; |
| 54 | + border: 1px solid #c5c5c5/*{borderColorDefault}*/; |
| 55 | + background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/; |
56 | 56 | font-weight: normal/*{fwDefault}*/;
|
57 |
| - color: #555555/*{fcDefault}*/; |
| 57 | + color: #454545/*{fcDefault}*/; |
58 | 58 | }
|
59 | 59 | .ui-state-default a,
|
60 | 60 | .ui-state-default a:link,
|
61 | 61 | .ui-state-default a:visited {
|
62 |
| - color: #555555/*{fcDefault}*/; |
| 62 | + color: #454545/*{fcDefault}*/; |
63 | 63 | text-decoration: none;
|
64 | 64 | }
|
65 | 65 | .ui-state-hover,
|
|
68 | 68 | .ui-state-focus,
|
69 | 69 | .ui-widget-content .ui-state-focus,
|
70 | 70 | .ui-widget-header .ui-state-focus {
|
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}*/; |
| 71 | + border: 1px solid #cccccc/*{borderColorHover}*/; |
| 72 | + background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/; |
73 | 73 | font-weight: normal/*{fwDefault}*/;
|
74 |
| - color: #212121/*{fcHover}*/; |
| 74 | + color: #2b2b2b/*{fcHover}*/; |
75 | 75 | }
|
76 | 76 | .ui-state-hover a,
|
77 | 77 | .ui-state-hover a:hover,
|
|
81 | 81 | .ui-state-focus a:hover,
|
82 | 82 | .ui-state-focus a:link,
|
83 | 83 | .ui-state-focus a:visited {
|
84 |
| - color: #212121/*{fcHover}*/; |
| 84 | + color: #2b2b2b/*{fcHover}*/; |
85 | 85 | text-decoration: none;
|
86 | 86 | }
|
87 | 87 | .ui-state-active,
|
88 | 88 | .ui-widget-content .ui-state-active,
|
89 | 89 | .ui-widget-header .ui-state-active {
|
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}*/; |
| 90 | + border: 1px solid #003eff/*{borderColorActive}*/; |
| 91 | + background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/; |
92 | 92 | font-weight: normal/*{fwDefault}*/;
|
93 |
| - color: #212121/*{fcActive}*/; |
| 93 | + color: #ffffff/*{fcActive}*/; |
94 | 94 | }
|
95 | 95 | .ui-state-active a,
|
96 | 96 | .ui-state-active a:link,
|
97 | 97 | .ui-state-active a:visited {
|
98 |
| - color: #212121/*{fcActive}*/; |
| 98 | + color: #ffffff/*{fcActive}*/; |
99 | 99 | text-decoration: none;
|
100 | 100 | }
|
101 | 101 |
|
|
104 | 104 | .ui-state-highlight,
|
105 | 105 | .ui-widget-content .ui-state-highlight,
|
106 | 106 | .ui-widget-header .ui-state-highlight {
|
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}*/; |
109 |
| - color: #363636/*{fcHighlight}*/; |
| 107 | + border: 1px solid #dad55e/*{borderColorHighlight}*/; |
| 108 | + background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/; |
| 109 | + color: #777620/*{fcHighlight}*/; |
110 | 110 | }
|
111 | 111 | .ui-state-highlight a,
|
112 | 112 | .ui-widget-content .ui-state-highlight a,
|
113 | 113 | .ui-widget-header .ui-state-highlight a {
|
114 |
| - color: #363636/*{fcHighlight}*/; |
| 114 | + color: #777620/*{fcHighlight}*/; |
115 | 115 | }
|
116 | 116 | .ui-state-error,
|
117 | 117 | .ui-widget-content .ui-state-error,
|
118 | 118 | .ui-widget-header .ui-state-error {
|
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}*/; |
121 |
| - color: #cd0a0a/*{fcError}*/; |
| 119 | + border: 1px solid #f1a899/*{borderColorError}*/; |
| 120 | + background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/; |
| 121 | + color: #5f3f3f/*{fcError}*/; |
122 | 122 | }
|
123 | 123 | .ui-state-error a,
|
124 | 124 | .ui-widget-content .ui-state-error a,
|
125 | 125 | .ui-widget-header .ui-state-error a {
|
126 |
| - color: #cd0a0a/*{fcError}*/; |
| 126 | + color: #5f3f3f/*{fcError}*/; |
127 | 127 | }
|
128 | 128 | .ui-state-error-text,
|
129 | 129 | .ui-widget-content .ui-state-error-text,
|
130 | 130 | .ui-widget-header .ui-state-error-text {
|
131 |
| - color: #cd0a0a/*{fcError}*/; |
| 131 | + color: #5f3f3f/*{fcError}*/; |
132 | 132 | }
|
133 | 133 | .ui-priority-primary,
|
134 | 134 | .ui-widget-content .ui-priority-primary,
|
|
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_444444_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_444444_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_777777_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_555555_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_ffffff_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_777620_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_cc0000_256x240.png")/*{iconsError}*/; |
187 | 187 | }
|
188 | 188 |
|
189 | 189 | /* positioning */
|
|
373 | 373 | .ui-corner-top,
|
374 | 374 | .ui-corner-left,
|
375 | 375 | .ui-corner-tl {
|
376 |
| - border-top-left-radius: 4px/*{cornerRadius}*/; |
| 376 | + border-top-left-radius: 3px/*{cornerRadius}*/; |
377 | 377 | }
|
378 | 378 | .ui-corner-all,
|
379 | 379 | .ui-corner-top,
|
380 | 380 | .ui-corner-right,
|
381 | 381 | .ui-corner-tr {
|
382 |
| - border-top-right-radius: 4px/*{cornerRadius}*/; |
| 382 | + border-top-right-radius: 3px/*{cornerRadius}*/; |
383 | 383 | }
|
384 | 384 | .ui-corner-all,
|
385 | 385 | .ui-corner-bottom,
|
386 | 386 | .ui-corner-left,
|
387 | 387 | .ui-corner-bl {
|
388 |
| - border-bottom-left-radius: 4px/*{cornerRadius}*/; |
| 388 | + border-bottom-left-radius: 3px/*{cornerRadius}*/; |
389 | 389 | }
|
390 | 390 | .ui-corner-all,
|
391 | 391 | .ui-corner-bottom,
|
392 | 392 | .ui-corner-right,
|
393 | 393 | .ui-corner-br {
|
394 |
| - border-bottom-right-radius: 4px/*{cornerRadius}*/; |
| 394 | + border-bottom-right-radius: 3px/*{cornerRadius}*/; |
395 | 395 | }
|
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}*/; |
400 | 400 | opacity: .3/*{opacityOverlay}*/;
|
401 | 401 | filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
|
402 | 402 | }
|
403 | 403 | .ui-widget-shadow {
|
404 |
| - margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; |
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}*/; |
407 |
| - opacity: .3/*{opacityShadow}*/; |
408 |
| - filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/; /* support: IE8 */ |
409 |
| - border-radius: 8px/*{cornerRadiusShadow}*/; |
| 404 | + -webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/; |
| 405 | + box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/; |
410 | 406 | }
|
0 commit comments