| Line 67... |
Line 67... |
| 67 |
/* Interaction states
|
67 |
/* Interaction states
|
| 68 |
----------------------------------*/
|
68 |
----------------------------------*/
|
| 69 |
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
|
69 |
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
|
| 70 |
background: url(../images/slider-handler.png) 50% 50% no-repeat; width:21px; height:16px;}
|
70 |
background: url(../images/slider-handler.png) 50% 50% no-repeat; width:21px; height:16px;}
|
| 71 |
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
|
71 |
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
|
| 72 |
/*
|
- |
|
| 73 |
.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 { background: url(../images/slider-handler.png) 50% 50% no-repeat;}
|
- |
|
| 74 |
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
|
- |
|
| 75 |
|
- |
|
| 76 |
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: url(../images/slider-handler.png) 50% 50% no-repeat;}
|
- |
|
| 77 |
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
|
- |
|
| 78 |
*/
|
- |
|
| 79 |
.ui-widget :active { outline: none; }
|
72 |
.ui-widget :active { outline: none; }
|
| 80 |
|
73 |
|
| 81 |
/* Interaction Cues
|
74 |
/* Interaction Cues
|
| 82 |
----------------------------------*/
|
75 |
----------------------------------*/
|
| 83 |
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(../images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
|
76 |
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(../images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
|
| Line 94... |
Line 87... |
| 94 |
|
87 |
|
| 95 |
/* states and images */
|
88 |
/* states and images */
|
| 96 |
.ui-icon { width: 16px; height: 16px; background-image: url(../images/ui-icons_222222_256x240.png); }
|
89 |
.ui-icon { width: 16px; height: 16px; background-image: url(../images/ui-icons_222222_256x240.png); }
|
| 97 |
.ui-widget-content .ui-icon {background-image: url(../images/ui-icons_222222_256x240.png); }
|
90 |
.ui-widget-content .ui-icon {background-image: url(../images/ui-icons_222222_256x240.png); }
|
| 98 |
.ui-widget-header .ui-icon {background-image: url(../images/ui-icons_ffffff_256x240.png); }
|
91 |
.ui-widget-header .ui-icon {background-image: url(../images/ui-icons_ffffff_256x240.png); }
|
| 99 |
/*
|
- |
|
| 100 |
.ui-state-default .ui-icon { background-image: url(../images/ui-icons_ef8c08_256x240.png); }
|
- |
|
| 101 |
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/ui-icons_ef8c08_256x240.png); }
|
- |
|
| 102 |
.ui-state-active .ui-icon {background-image: url(../images/ui-icons_ef8c08_256x240.png); }
|
- |
|
| 103 |
*/
|
- |
|
| 104 |
.ui-state-highlight .ui-icon {background-image: url(../images/ui-icons_228ef1_256x240.png); }
|
92 |
.ui-state-highlight .ui-icon {background-image: url(../images/ui-icons_228ef1_256x240.png); }
|
| 105 |
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/ui-icons_ffd27a_256x240.png); }
|
93 |
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/ui-icons_ffd27a_256x240.png); }
|
| 106 |
|
94 |
|
| 107 |
/* positioning */
|
95 |
/* positioning */
|
| 108 |
.ui-icon-carat-1-n { background-position: 0 0; }
|
96 |
.ui-icon-carat-1-n { background-position: 0 0; }
|
| Line 292... |
Line 280... |
| 292 |
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
|
280 |
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
|
| 293 |
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
|
281 |
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
|
| 294 |
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
|
282 |
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
|
| 295 |
.ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
|
283 |
.ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
|
| 296 |
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
|
284 |
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
|
| 297 |
/*.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }*/
|
- |
|
| 298 |
|
285 |
|
| 299 |
/* Overlays */
|
286 |
/* Overlays */
|
| 300 |
.ui-widget-overlay { background: #666666 url(../images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
|
287 |
.ui-widget-overlay { background: #666666 url(../images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
|
| 301 |
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(../images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
|
288 |
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(../images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
|
| - |
|
289 |
/*
|
| 302 |
* jQuery UI Slider 1.8.6
|
290 |
* jQuery UI Slider 1.8.6
|
| 303 |
*
|
291 |
*
|
| 304 |
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
|
292 |
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
|
| 305 |
* Dual licensed under the MIT or GPL Version 2 licenses.
|
293 |
* Dual licensed under the MIT or GPL Version 2 licenses.
|
| 306 |
* http://jquery.org/license
|
294 |
* http://jquery.org/license
|
| 307 |
*
|
295 |
*
|
| 308 |
* http://docs.jquery.com/UI/Slider#theming
|
296 |
* http://docs.jquery.com/UI/Slider#theming
|
| 309 |
*/
|
297 |
*/
|
| 310 |
.ui-slider { position: relative; text-align: left; }
|
298 |
.ui-slider { position: relative; text-align: left; }
|
| 311 |
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; /*width: 1.2em; height: 1.2em;*/ cursor: default; outline:none;}
|
299 |
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; cursor: default; outline:none;}
|
| 312 |
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
|
300 |
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
|
| 313 |
|
301 |
|
| 314 |
.ui-slider-horizontal { height: .8em; }
|
302 |
.ui-slider-horizontal { height: .8em; }
|
| 315 |
.ui-slider-horizontal .ui-slider-handle { /*top: -.3em;*/ margin-left: -0.8em; }
|
303 |
.ui-slider-horizontal .ui-slider-handle { margin-left: -0.8em; }
|
| 316 |
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
|
304 |
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
|
| 317 |
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
|
305 |
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
|
| 318 |
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
|
306 |
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
|
| 319 |
|
307 |
|
| 320 |
.ui-slider-vertical { width: .8em; height: 100px; }
|
308 |
.ui-slider-vertical { width: .8em; height: 100px; }
|