| 1 | /* |
|---|
| 2 | * jQuery UI CSS Framework @VERSION |
|---|
| 3 | * |
|---|
| 4 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|---|
| 5 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|---|
| 6 | * http://jquery.org/license |
|---|
| 7 | * |
|---|
| 8 | * http://docs.jquery.com/UI/Theming/API |
|---|
| 9 | */ |
|---|
| 10 | |
|---|
| 11 | /* drbl-virt */ |
|---|
| 12 | #wrapper { |
|---|
| 13 | background:#cccccc; |
|---|
| 14 | margin-bottom:7px; |
|---|
| 15 | border: 4px solid #aaaaaa; |
|---|
| 16 | } |
|---|
| 17 | |
|---|
| 18 | /* Layout helpers |
|---|
| 19 | ----------------------------------*/ |
|---|
| 20 | .ui-helper-hidden { display: none; } |
|---|
| 21 | .ui-helper-hidden-accessible { position: absolute; left: -99999999px; } |
|---|
| 22 | .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } |
|---|
| 23 | .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } |
|---|
| 24 | .ui-helper-clearfix { display: inline-block; } |
|---|
| 25 | /* required comment for clearfix to work in Opera \*/ |
|---|
| 26 | * html .ui-helper-clearfix { height:1%; } |
|---|
| 27 | .ui-helper-clearfix { display:block; } |
|---|
| 28 | /* end clearfix */ |
|---|
| 29 | .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | /* Interaction Cues |
|---|
| 33 | ----------------------------------*/ |
|---|
| 34 | .ui-state-disabled { cursor: default !important; } |
|---|
| 35 | |
|---|
| 36 | |
|---|
| 37 | /* Icons |
|---|
| 38 | ----------------------------------*/ |
|---|
| 39 | |
|---|
| 40 | /* states and images */ |
|---|
| 41 | .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } |
|---|
| 42 | |
|---|
| 43 | |
|---|
| 44 | /* Misc visuals |
|---|
| 45 | ----------------------------------*/ |
|---|
| 46 | |
|---|
| 47 | /* Overlays */ |
|---|
| 48 | .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } |
|---|
| 49 | /* |
|---|
| 50 | * jQuery UI Accordion @VERSION |
|---|
| 51 | * |
|---|
| 52 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|---|
| 53 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|---|
| 54 | * http://jquery.org/license |
|---|
| 55 | * |
|---|
| 56 | * http://docs.jquery.com/UI/Accordion#theming |
|---|
| 57 | */ |
|---|
| 58 | /* IE/Win - Fix animation bug - #4615 */ |
|---|
| 59 | .ui-accordion { width: 100%; } |
|---|
| 60 | .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } |
|---|
| 61 | .ui-accordion .ui-accordion-li-fix { display: inline; } |
|---|
| 62 | .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } |
|---|
| 63 | .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } |
|---|
| 64 | .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } |
|---|
| 65 | .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } |
|---|
| 66 | .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } |
|---|
| 67 | .ui-accordion .ui-accordion-content-active { display: block; }/* |
|---|
| 68 | * jQuery UI Autocomplete @VERSION |
|---|
| 69 | * |
|---|
| 70 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|---|
| 71 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|---|
| 72 | * http://jquery.org/license |
|---|
| 73 | * |
|---|
| 74 | * http://docs.jquery.com/UI/Autocomplete#theming |
|---|
| 75 | */ |
|---|
| 76 | .ui-autocomplete { position: absolute; cursor: default; } |
|---|
| 77 | |
|---|
| 78 | /* workarounds */ |
|---|
| 79 | * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ |
|---|
| 80 | |
|---|
| 81 | /* |
|---|
| 82 | * jQuery UI Menu @VERSION |
|---|
| 83 | * |
|---|
| 84 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|---|
| 85 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|---|
| 86 | * http://jquery.org/license |
|---|
| 87 | * |
|---|
| 88 | * http://docs.jquery.com/UI/Menu#theming |
|---|
| 89 | */ |
|---|
| 90 | .ui-menu { |
|---|
| 91 | list-style:none; |
|---|
| 92 | padding: 2px; |
|---|
| 93 | margin: 0; |
|---|
| 94 | display:block; |
|---|
| 95 | float: left; |
|---|
| 96 | } |
|---|
| 97 | .ui-menu .ui-menu { |
|---|
| 98 | margin-top: -3px; |
|---|
| 99 | } |
|---|
| 100 | .ui-menu .ui-menu-item { |
|---|
| 101 | margin:0; |
|---|
| 102 | padding: 0; |
|---|
| 103 | zoom: 1; |
|---|
| 104 | float: left; |
|---|
| 105 | clear: left; |
|---|
| 106 | width: 100%; |
|---|
| 107 | } |
|---|
| 108 | .ui-menu .ui-menu-item a { |
|---|
| 109 | text-decoration:none; |
|---|
| 110 | display:block; |
|---|
| 111 | padding:.2em .4em; |
|---|
| 112 | line-height:1.5; |
|---|
| 113 | zoom:1; |
|---|
| 114 | } |
|---|
| 115 | .ui-menu .ui-menu-item a.ui-state-hover, |
|---|
| 116 | .ui-menu .ui-menu-item a.ui-state-active { |
|---|
| 117 | font-weight: normal; |
|---|
| 118 | margin: -1px; |
|---|
| 119 | } |
|---|
| 120 | /* |
|---|
| 121 | * jQuery UI Button @VERSION |
|---|
| 122 | * |
|---|
| 123 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|---|
| 124 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|---|
| 125 | * http://jquery.org/license |
|---|
| 126 | * |
|---|
| 127 | * http://docs.jquery.com/UI/Button#theming |
|---|
| 128 | */ |
|---|
| 129 | .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ |
|---|
| 130 | .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ |
|---|
| 131 | button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ |
|---|
| 132 | .ui-button-icons-only { width: 3.4em; } |
|---|
| 133 | button.ui-button-icons-only { width: 3.7em; } |
|---|
| 134 | |
|---|
| 135 | /*button text element */ |
|---|
| 136 | .ui-button .ui-button-text { display: block; line-height: 1.4; } |
|---|
| 137 | .ui-button-text-only .ui-button-text { padding: .4em 1em; } |
|---|
| 138 | .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } |
|---|
| 139 | .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } |
|---|
| 140 | .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } |
|---|
| 141 | .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } |
|---|
| 142 | /* no icon support for input elements, provide padding by default */ |
|---|
| 143 | input.ui-button { padding: .4em 1em; } |
|---|
| 144 | |
|---|
| 145 | /*button icon element(s) */ |
|---|
| 146 | .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 { position: absolute; top: 50%; margin-top: -8px; } |
|---|
| 147 | .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } |
|---|
| 148 | .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 { left: .5em; } |
|---|
| 149 | .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 { right: .5em; } |
|---|
| 150 | .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } |
|---|
| 151 | |
|---|
| 152 | /*button sets*/ |
|---|
| 153 | .ui-buttonset { margin-right: 7px; } |
|---|
| 154 | .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } |
|---|
| 155 | |
|---|
| 156 | /* workarounds */ |
|---|
| 157 | button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ |
|---|
| 158 | /* |
|---|
| 159 | * jQuery UI Datepicker @VERSION |
|---|
| 160 | * |
|---|
| 161 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|---|
| 162 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|---|
| 163 | * http://jquery.org/license |
|---|
| 164 | * |
|---|
| 165 | * http://docs.jquery.com/UI/Datepicker#theming |
|---|
| 166 | */ |
|---|
| 167 | .ui-datepicker { width: 17em; padding: .2em .2em 0; } |
|---|
| 168 | .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } |
|---|
| 169 | .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } |
|---|
| 170 | .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } |
|---|
| 171 | .ui-datepicker .ui-datepicker-prev { left:2px; } |
|---|
| 172 | .ui-datepicker .ui-datepicker-next { right:2px; } |
|---|
| 173 | .ui-datepicker .ui-datepicker-prev-hover { left:1px; } |
|---|
| 174 | .ui-datepicker .ui-datepicker-next-hover { right:1px; } |
|---|
| 175 | .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } |
|---|
| 176 | .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } |
|---|
| 177 | .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; } |
|---|
| 178 | .ui-datepicker select.ui-datepicker-month-year {width: 100%;} |
|---|
| 179 | .ui-datepicker select.ui-datepicker-month, |
|---|
| 180 | .ui-datepicker select.ui-datepicker-year { width: 49%;} |
|---|
| 181 | .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } |
|---|
| 182 | .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } |
|---|
| 183 | .ui-datepicker td { border: 0; padding: 1px; } |
|---|
| 184 | .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } |
|---|
| 185 | .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } |
|---|
| 186 | .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } |
|---|
| 187 | .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } |
|---|
| 188 | |
|---|
| 189 | /* with multiple calendars */ |
|---|
| 190 | .ui-datepicker.ui-datepicker-multi { width:auto; } |
|---|
| 191 | .ui-datepicker-multi .ui-datepicker-group { float:left; } |
|---|
| 192 | .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } |
|---|
| 193 | .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } |
|---|
| 194 | .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } |
|---|
| 195 | .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } |
|---|
| 196 | .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } |
|---|
| 197 | .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } |
|---|
| 198 | .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } |
|---|
| 199 | .ui-datepicker-row-break { clear:both; width:100%; } |
|---|
| 200 | |
|---|
| 201 | /* RTL support */ |
|---|
| 202 | .ui-datepicker-rtl { direction: rtl; } |
|---|
| 203 | .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } |
|---|
| 204 | .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } |
|---|
| 205 | .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } |
|---|
| 206 | .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } |
|---|
| 207 | .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } |
|---|
| 208 | .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } |
|---|
| 209 | .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } |
|---|
| 210 | .ui-datepicker-rtl .ui-datepicker-group { float:right; } |
|---|
| 211 | .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } |
|---|
| 212 | .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } |
|---|
| 213 | |
|---|
| 214 | /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ |
|---|
| 215 | .ui-datepicker-cover { |
|---|
| 216 | display: none; /*sorry for IE5*/ |
|---|
| 217 | display/**/: block; /*sorry for IE5*/ |
|---|
| 218 | position: absolute; /*must have*/ |
|---|
| 219 | z-index: -1; /*must have*/ |
|---|
| 220 | filter: mask(); /*must have*/ |
|---|
| 221 | top: -4px; /*must have*/ |
|---|
| 222 | left: -4px; /*must have*/ |
|---|
| 223 | width: 200px; /*must have*/ |
|---|
| 224 | height: 200px; /*must have*/ |
|---|
| 225 | }/* |
|---|
| 226 | * jQuery UI Dialog @VERSION |
|---|
| 227 | * |
|---|
| 228 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|---|
| 229 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|---|
| 230 | * http://jquery.org/license |
|---|
| 231 | * |
|---|
| 232 | * http://docs.jquery.com/UI/Dialog#theming |
|---|
| 233 | */ |
|---|
| 234 | .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } |
|---|
| 235 | .ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; } |
|---|
| 236 | .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } |
|---|
| 237 | .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } |
|---|
| 238 | .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } |
|---|
| 239 | .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } |
|---|
| 240 | .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } |
|---|
| 241 | .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } |
|---|
| 242 | .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } |
|---|
| 243 | .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } |
|---|
| 244 | .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } |
|---|
| 245 | .ui-draggable .ui-dialog-titlebar { cursor: move; } |
|---|
| 246 | /* |
|---|
| 247 | * jQuery UI Progressbar @VERSION |
|---|
| 248 | * |
|---|
| 249 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|---|
| 250 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|---|
| 251 | * http://jquery.org/license |
|---|
| 252 | * |
|---|
| 253 | * http://docs.jquery.com/UI/Progressbar#theming |
|---|
| 254 | */ |
|---|
| 255 | .ui-progressbar { height:2em; text-align: left; } |
|---|
| 256 | .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* |
|---|
| 257 | * jQuery UI Resizable @VERSION |
|---|
| 258 | * |
|---|
| 259 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|---|
| 260 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|---|
| 261 | * http://jquery.org/license |
|---|
| 262 | * |
|---|
| 263 | * http://docs.jquery.com/UI/Resizable#theming |
|---|
| 264 | */ |
|---|
| 265 | .ui-resizable { position: relative;} |
|---|
| 266 | .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;} |
|---|
| 267 | .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } |
|---|
| 268 | .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } |
|---|
| 269 | .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } |
|---|
| 270 | .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } |
|---|
| 271 | .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } |
|---|
| 272 | .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } |
|---|
| 273 | .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } |
|---|
| 274 | .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } |
|---|
| 275 | .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* |
|---|
| 276 | * jQuery UI Selectable @VERSION |
|---|
| 277 | * |
|---|
| 278 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|---|
| 279 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|---|
| 280 | * http://jquery.org/license |
|---|
| 281 | * |
|---|
| 282 | * http://docs.jquery.com/UI/Selectable#theming |
|---|
| 283 | */ |
|---|
| 284 | .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } |
|---|
| 285 | /* |
|---|
| 286 | * jQuery UI Slider @VERSION |
|---|
| 287 | * |
|---|
| 288 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|---|
| 289 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|---|
| 290 | * http://jquery.org/license |
|---|
| 291 | * |
|---|
| 292 | * http://docs.jquery.com/UI/Slider#theming |
|---|
| 293 | */ |
|---|
| 294 | .ui-slider { position: relative; text-align: left; } |
|---|
| 295 | .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } |
|---|
| 296 | .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } |
|---|
| 297 | |
|---|
| 298 | .ui-slider-horizontal { height: .8em; } |
|---|
| 299 | .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } |
|---|
| 300 | .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } |
|---|
| 301 | .ui-slider-horizontal .ui-slider-range-min { left: 0; } |
|---|
| 302 | .ui-slider-horizontal .ui-slider-range-max { right: 0; } |
|---|
| 303 | |
|---|
| 304 | .ui-slider-vertical { width: .8em; height: 100px; } |
|---|
| 305 | .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } |
|---|
| 306 | .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } |
|---|
| 307 | .ui-slider-vertical .ui-slider-range-min { bottom: 0; } |
|---|
| 308 | .ui-slider-vertical .ui-slider-range-max { top: 0; }/* |
|---|
| 309 | * jQuery UI Tabs @VERSION |
|---|
| 310 | * |
|---|
| 311 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|---|
| 312 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|---|
| 313 | * http://jquery.org/license |
|---|
| 314 | * |
|---|
| 315 | * http://docs.jquery.com/UI/Tabs#theming |
|---|
| 316 | */ |
|---|
| 317 | .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ |
|---|
| 318 | .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } |
|---|
| 319 | .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } |
|---|
| 320 | .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } |
|---|
| 321 | .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } |
|---|
| 322 | .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 { cursor: text; } |
|---|
| 323 | .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ |
|---|
| 324 | .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } |
|---|
| 325 | .ui-tabs .ui-tabs-hide { display: none !important; } |
|---|
| 326 | /* |
|---|
| 327 | * jQuery UI CSS Framework @VERSION |
|---|
| 328 | * |
|---|
| 329 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
|---|
| 330 | * Dual licensed under the MIT or GPL Version 2 licenses. |
|---|
| 331 | * http://jquery.org/license |
|---|
| 332 | * |
|---|
| 333 | * http://docs.jquery.com/UI/Theming/API |
|---|
| 334 | * |
|---|
| 335 | * To view and modify this theme, visit http://jqueryui.com/themeroller/ |
|---|
| 336 | */ |
|---|
| 337 | |
|---|
| 338 | |
|---|
| 339 | /* Component containers |
|---|
| 340 | ----------------------------------*/ |
|---|
| 341 | .ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; } |
|---|
| 342 | .ui-widget .ui-widget { font-size: 1em; } |
|---|
| 343 | .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; } |
|---|
| 344 | .ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; } |
|---|
| 345 | .ui-widget-content a { color: #222222/*{fcContent}*/; } |
|---|
| 346 | .ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; } |
|---|
| 347 | .ui-widget-header a { color: #222222/*{fcHeader}*/; } |
|---|
| 348 | |
|---|
| 349 | /* Interaction states |
|---|
| 350 | ----------------------------------*/ |
|---|
| 351 | .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; } |
|---|
| 352 | .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; } |
|---|
| 353 | .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 { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; } |
|---|
| 354 | .ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; } |
|---|
| 355 | .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; } |
|---|
| 356 | .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; } |
|---|
| 357 | .ui-widget :active { outline: none; } |
|---|
| 358 | |
|---|
| 359 | /* Interaction Cues |
|---|
| 360 | ----------------------------------*/ |
|---|
| 361 | .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; } |
|---|
| 362 | .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; } |
|---|
| 363 | .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; } |
|---|
| 364 | .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; } |
|---|
| 365 | .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; } |
|---|
| 366 | .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } |
|---|
| 367 | .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } |
|---|
| 368 | .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } |
|---|
| 369 | |
|---|
| 370 | /* Icons |
|---|
| 371 | ----------------------------------*/ |
|---|
| 372 | |
|---|
| 373 | /* states and images */ |
|---|
| 374 | .ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; } |
|---|
| 375 | .ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; } |
|---|
| 376 | .ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; } |
|---|
| 377 | .ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; } |
|---|
| 378 | .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; } |
|---|
| 379 | .ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; } |
|---|
| 380 | .ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; } |
|---|
| 381 | .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; } |
|---|
| 382 | |
|---|
| 383 | /* positioning */ |
|---|
| 384 | .ui-icon-carat-1-n { background-position: 0 0; } |
|---|
| 385 | .ui-icon-carat-1-ne { background-position: -16px 0; } |
|---|
| 386 | .ui-icon-carat-1-e { background-position: -32px 0; } |
|---|
| 387 | .ui-icon-carat-1-se { background-position: -48px 0; } |
|---|
| 388 | .ui-icon-carat-1-s { background-position: -64px 0; } |
|---|
| 389 | .ui-icon-carat-1-sw { background-position: -80px 0; } |
|---|
| 390 | .ui-icon-carat-1-w { background-position: -96px 0; } |
|---|
| 391 | .ui-icon-carat-1-nw { background-position: -112px 0; } |
|---|
| 392 | .ui-icon-carat-2-n-s { background-position: -128px 0; } |
|---|
| 393 | .ui-icon-carat-2-e-w { background-position: -144px 0; } |
|---|
| 394 | .ui-icon-triangle-1-n { background-position: 0 -16px; } |
|---|
| 395 | .ui-icon-triangle-1-ne { background-position: -16px -16px; } |
|---|
| 396 | .ui-icon-triangle-1-e { background-position: -32px -16px; } |
|---|
| 397 | .ui-icon-triangle-1-se { background-position: -48px -16px; } |
|---|
| 398 | .ui-icon-triangle-1-s { background-position: -64px -16px; } |
|---|
| 399 | .ui-icon-triangle-1-sw { background-position: -80px -16px; } |
|---|
| 400 | .ui-icon-triangle-1-w { background-position: -96px -16px; } |
|---|
| 401 | .ui-icon-triangle-1-nw { background-position: -112px -16px; } |
|---|
| 402 | .ui-icon-triangle-2-n-s { background-position: -128px -16px; } |
|---|
| 403 | .ui-icon-triangle-2-e-w { background-position: -144px -16px; } |
|---|
| 404 | .ui-icon-arrow-1-n { background-position: 0 -32px; } |
|---|
| 405 | .ui-icon-arrow-1-ne { background-position: -16px -32px; } |
|---|
| 406 | .ui-icon-arrow-1-e { background-position: -32px -32px; } |
|---|
| 407 | .ui-icon-arrow-1-se { background-position: -48px -32px; } |
|---|
| 408 | .ui-icon-arrow-1-s { background-position: -64px -32px; } |
|---|
| 409 | .ui-icon-arrow-1-sw { background-position: -80px -32px; } |
|---|
| 410 | .ui-icon-arrow-1-w { background-position: -96px -32px; } |
|---|
| 411 | .ui-icon-arrow-1-nw { background-position: -112px -32px; } |
|---|
| 412 | .ui-icon-arrow-2-n-s { background-position: -128px -32px; } |
|---|
| 413 | .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } |
|---|
| 414 | .ui-icon-arrow-2-e-w { background-position: -160px -32px; } |
|---|
| 415 | .ui-icon-arrow-2-se-nw { background-position: -176px -32px; } |
|---|
| 416 | .ui-icon-arrowstop-1-n { background-position: -192px -32px; } |
|---|
| 417 | .ui-icon-arrowstop-1-e { background-position: -208px -32px; } |
|---|
| 418 | .ui-icon-arrowstop-1-s { background-position: -224px -32px; } |
|---|
| 419 | .ui-icon-arrowstop-1-w { background-position: -240px -32px; } |
|---|
| 420 | .ui-icon-arrowthick-1-n { background-position: 0 -48px; } |
|---|
| 421 | .ui-icon-arrowthick-1-ne { background-position: -16px -48px; } |
|---|
| 422 | .ui-icon-arrowthick-1-e { background-position: -32px -48px; } |
|---|
| 423 | .ui-icon-arrowthick-1-se { background-position: -48px -48px; } |
|---|
| 424 | .ui-icon-arrowthick-1-s { background-position: -64px -48px; } |
|---|
| 425 | .ui-icon-arrowthick-1-sw { background-position: -80px -48px; } |
|---|
| 426 | .ui-icon-arrowthick-1-w { background-position: -96px -48px; } |
|---|
| 427 | .ui-icon-arrowthick-1-nw { background-position: -112px -48px; } |
|---|
| 428 | .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } |
|---|
| 429 | .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } |
|---|
| 430 | .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } |
|---|
| 431 | .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } |
|---|
| 432 | .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } |
|---|
| 433 | .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } |
|---|
| 434 | .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } |
|---|
| 435 | .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } |
|---|
| 436 | .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } |
|---|
| 437 | .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } |
|---|
| 438 | .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } |
|---|
| 439 | .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } |
|---|
| 440 | .ui-icon-arrowreturn-1-w { background-position: -64px -64px; } |
|---|
| 441 | .ui-icon-arrowreturn-1-n { background-position: -80px -64px; } |
|---|
| 442 | .ui-icon-arrowreturn-1-e { background-position: -96px -64px; } |
|---|
| 443 | .ui-icon-arrowreturn-1-s { background-position: -112px -64px; } |
|---|
| 444 | .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } |
|---|
| 445 | .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } |
|---|
| 446 | .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } |
|---|
| 447 | .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } |
|---|
| 448 | .ui-icon-arrow-4 { background-position: 0 -80px; } |
|---|
| 449 | .ui-icon-arrow-4-diag { background-position: -16px -80px; } |
|---|
| 450 | .ui-icon-extlink { background-position: -32px -80px; } |
|---|
| 451 | .ui-icon-newwin { background-position: -48px -80px; } |
|---|
| 452 | .ui-icon-refresh { background-position: -64px -80px; } |
|---|
| 453 | .ui-icon-shuffle { background-position: -80px -80px; } |
|---|
| 454 | .ui-icon-transfer-e-w { background-position: -96px -80px; } |
|---|
| 455 | .ui-icon-transferthick-e-w { background-position: -112px -80px; } |
|---|
| 456 | .ui-icon-folder-collapsed { background-position: 0 -96px; } |
|---|
| 457 | .ui-icon-folder-open { background-position: -16px -96px; } |
|---|
| 458 | .ui-icon-document { background-position: -32px -96px; } |
|---|
| 459 | .ui-icon-document-b { background-position: -48px -96px; } |
|---|
| 460 | .ui-icon-note { background-position: -64px -96px; } |
|---|
| 461 | .ui-icon-mail-closed { background-position: -80px -96px; } |
|---|
| 462 | .ui-icon-mail-open { background-position: -96px -96px; } |
|---|
| 463 | .ui-icon-suitcase { background-position: -112px -96px; } |
|---|
| 464 | .ui-icon-comment { background-position: -128px -96px; } |
|---|
| 465 | .ui-icon-person { background-position: -144px -96px; } |
|---|
| 466 | .ui-icon-print { background-position: -160px -96px; } |
|---|
| 467 | .ui-icon-trash { background-position: -176px -96px; } |
|---|
| 468 | .ui-icon-locked { background-position: -192px -96px; } |
|---|
| 469 | .ui-icon-unlocked { background-position: -208px -96px; } |
|---|
| 470 | .ui-icon-bookmark { background-position: -224px -96px; } |
|---|
| 471 | .ui-icon-tag { background-position: -240px -96px; } |
|---|
| 472 | .ui-icon-home { background-position: 0 -112px; } |
|---|
| 473 | .ui-icon-flag { background-position: -16px -112px; } |
|---|
| 474 | .ui-icon-calendar { background-position: -32px -112px; } |
|---|
| 475 | .ui-icon-cart { background-position: -48px -112px; } |
|---|
| 476 | .ui-icon-pencil { background-position: -64px -112px; } |
|---|
| 477 | .ui-icon-clock { background-position: -80px -112px; } |
|---|
| 478 | .ui-icon-disk { background-position: -96px -112px; } |
|---|
| 479 | .ui-icon-calculator { background-position: -112px -112px; } |
|---|
| 480 | .ui-icon-zoomin { background-position: -128px -112px; } |
|---|
| 481 | .ui-icon-zoomout { background-position: -144px -112px; } |
|---|
| 482 | .ui-icon-search { background-position: -160px -112px; } |
|---|
| 483 | .ui-icon-wrench { background-position: -176px -112px; } |
|---|
| 484 | .ui-icon-gear { background-position: -192px -112px; } |
|---|
| 485 | .ui-icon-heart { background-position: -208px -112px; } |
|---|
| 486 | .ui-icon-star { background-position: -224px -112px; } |
|---|
| 487 | .ui-icon-link { background-position: -240px -112px; } |
|---|
| 488 | .ui-icon-cancel { background-position: 0 -128px; } |
|---|
| 489 | .ui-icon-plus { background-position: -16px -128px; } |
|---|
| 490 | .ui-icon-plusthick { background-position: -32px -128px; } |
|---|
| 491 | .ui-icon-minus { background-position: -48px -128px; } |
|---|
| 492 | .ui-icon-minusthick { background-position: -64px -128px; } |
|---|
| 493 | .ui-icon-close { background-position: -80px -128px; } |
|---|
| 494 | .ui-icon-closethick { background-position: -96px -128px; } |
|---|
| 495 | .ui-icon-key { background-position: -112px -128px; } |
|---|
| 496 | .ui-icon-lightbulb { background-position: -128px -128px; } |
|---|
| 497 | .ui-icon-scissors { background-position: -144px -128px; } |
|---|
| 498 | .ui-icon-clipboard { background-position: -160px -128px; } |
|---|
| 499 | .ui-icon-copy { background-position: -176px -128px; } |
|---|
| 500 | .ui-icon-contact { background-position: -192px -128px; } |
|---|
| 501 | .ui-icon-image { background-position: -208px -128px; } |
|---|
| 502 | .ui-icon-video { background-position: -224px -128px; } |
|---|
| 503 | .ui-icon-script { background-position: -240px -128px; } |
|---|
| 504 | .ui-icon-alert { background-position: 0 -144px; } |
|---|
| 505 | .ui-icon-info { background-position: -16px -144px; } |
|---|
| 506 | .ui-icon-notice { background-position: -32px -144px; } |
|---|
| 507 | .ui-icon-help { background-position: -48px -144px; } |
|---|
| 508 | .ui-icon-check { background-position: -64px -144px; } |
|---|
| 509 | .ui-icon-bullet { background-position: -80px -144px; } |
|---|
| 510 | .ui-icon-radio-off { background-position: -96px -144px; } |
|---|
| 511 | .ui-icon-radio-on { background-position: -112px -144px; } |
|---|
| 512 | .ui-icon-pin-w { background-position: -128px -144px; } |
|---|
| 513 | .ui-icon-pin-s { background-position: -144px -144px; } |
|---|
| 514 | .ui-icon-play { background-position: 0 -160px; } |
|---|
| 515 | .ui-icon-pause { background-position: -16px -160px; } |
|---|
| 516 | .ui-icon-seek-next { background-position: -32px -160px; } |
|---|
| 517 | .ui-icon-seek-prev { background-position: -48px -160px; } |
|---|
| 518 | .ui-icon-seek-end { background-position: -64px -160px; } |
|---|
| 519 | .ui-icon-seek-start { background-position: -80px -160px; } |
|---|
| 520 | /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ |
|---|
| 521 | .ui-icon-seek-first { background-position: -80px -160px; } |
|---|
| 522 | .ui-icon-stop { background-position: -96px -160px; } |
|---|
| 523 | .ui-icon-eject { background-position: -112px -160px; } |
|---|
| 524 | .ui-icon-volume-off { background-position: -128px -160px; } |
|---|
| 525 | .ui-icon-volume-on { background-position: -144px -160px; } |
|---|
| 526 | .ui-icon-power { background-position: 0 -176px; } |
|---|
| 527 | .ui-icon-signal-diag { background-position: -16px -176px; } |
|---|
| 528 | .ui-icon-signal { background-position: -32px -176px; } |
|---|
| 529 | .ui-icon-battery-0 { background-position: -48px -176px; } |
|---|
| 530 | .ui-icon-battery-1 { background-position: -64px -176px; } |
|---|
| 531 | .ui-icon-battery-2 { background-position: -80px -176px; } |
|---|
| 532 | .ui-icon-battery-3 { background-position: -96px -176px; } |
|---|
| 533 | .ui-icon-circle-plus { background-position: 0 -192px; } |
|---|
| 534 | .ui-icon-circle-minus { background-position: -16px -192px; } |
|---|
| 535 | .ui-icon-circle-close { background-position: -32px -192px; } |
|---|
| 536 | .ui-icon-circle-triangle-e { background-position: -48px -192px; } |
|---|
| 537 | .ui-icon-circle-triangle-s { background-position: -64px -192px; } |
|---|
| 538 | .ui-icon-circle-triangle-w { background-position: -80px -192px; } |
|---|
| 539 | .ui-icon-circle-triangle-n { background-position: -96px -192px; } |
|---|
| 540 | .ui-icon-circle-arrow-e { background-position: -112px -192px; } |
|---|
| 541 | .ui-icon-circle-arrow-s { background-position: -128px -192px; } |
|---|
| 542 | .ui-icon-circle-arrow-w { background-position: -144px -192px; } |
|---|
| 543 | .ui-icon-circle-arrow-n { background-position: -160px -192px; } |
|---|
| 544 | .ui-icon-circle-zoomin { background-position: -176px -192px; } |
|---|
| 545 | .ui-icon-circle-zoomout { background-position: -192px -192px; } |
|---|
| 546 | .ui-icon-circle-check { background-position: -208px -192px; } |
|---|
| 547 | .ui-icon-circlesmall-plus { background-position: 0 -208px; } |
|---|
| 548 | .ui-icon-circlesmall-minus { background-position: -16px -208px; } |
|---|
| 549 | .ui-icon-circlesmall-close { background-position: -32px -208px; } |
|---|
| 550 | .ui-icon-squaresmall-plus { background-position: -48px -208px; } |
|---|
| 551 | .ui-icon-squaresmall-minus { background-position: -64px -208px; } |
|---|
| 552 | .ui-icon-squaresmall-close { background-position: -80px -208px; } |
|---|
| 553 | .ui-icon-grip-dotted-vertical { background-position: 0 -224px; } |
|---|
| 554 | .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } |
|---|
| 555 | .ui-icon-grip-solid-vertical { background-position: -32px -224px; } |
|---|
| 556 | .ui-icon-grip-solid-horizontal { background-position: -48px -224px; } |
|---|
| 557 | .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } |
|---|
| 558 | .ui-icon-grip-diagonal-se { background-position: -80px -224px; } |
|---|
| 559 | |
|---|
| 560 | |
|---|
| 561 | /* Misc visuals |
|---|
| 562 | ----------------------------------*/ |
|---|
| 563 | |
|---|
| 564 | /* Corner radius */ |
|---|
| 565 | .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; } |
|---|
| 566 | .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; } |
|---|
| 567 | .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; } |
|---|
| 568 | .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; } |
|---|
| 569 | .ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; } |
|---|
| 570 | .ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; } |
|---|
| 571 | .ui-corner-right { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; } |
|---|
| 572 | .ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; } |
|---|
| 573 | .ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; border-radius: 4px/*{cornerRadius}*/; } |
|---|
| 574 | |
|---|
| 575 | /* Overlays */ |
|---|
| 576 | .ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; } |
|---|
| 577 | .ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; } |
|---|