[3320] | 1 | /* |
---|
| 2 | * jQuery UI screen structure and presentation |
---|
| 3 | * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI |
---|
| 4 | * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com |
---|
| 5 | * Visit ThemeRoller.com |
---|
| 6 | */ |
---|
| 7 | |
---|
| 8 | /* |
---|
| 9 | * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size. |
---|
| 10 | * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px. |
---|
| 11 | * body {font-size: 62.5%;} |
---|
| 12 | */ |
---|
| 13 | |
---|
| 14 | |
---|
| 15 | |
---|
| 16 | /*UI accordion*/ |
---|
| 17 | .ui-accordion { |
---|
| 18 | /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
---|
| 19 | font-family: Arial, sans-serif; |
---|
| 20 | font-size: 11px; |
---|
| 21 | border-bottom: 1px solid #666666; |
---|
| 22 | } |
---|
| 23 | .ui-accordion-group { |
---|
| 24 | /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
---|
| 25 | border: 1px solid #666666; |
---|
| 26 | border-bottom: none; |
---|
| 27 | } |
---|
| 28 | .ui-accordion-header { |
---|
| 29 | /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
---|
| 30 | cursor: pointer; |
---|
| 31 | background: #666666 url(images/666666_40x100_textures_02_glass_20.png) 0 50% repeat-x; |
---|
| 32 | } |
---|
| 33 | .ui-accordion-header a { |
---|
| 34 | /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
---|
| 35 | display: block; |
---|
| 36 | font-size: 1em; |
---|
| 37 | font-weight: normal; |
---|
| 38 | text-decoration: none; |
---|
| 39 | padding: .5em .5em .5em 1.7em; |
---|
| 40 | color: #111111; |
---|
| 41 | background: url(images/cccccc_7x7_arrow_right.gif) .5em 50% no-repeat; |
---|
| 42 | } |
---|
| 43 | .ui-accordion-header a:hover { |
---|
| 44 | background: url(images/eeeeee_7x7_arrow_right.gif) .5em 50% no-repeat; |
---|
| 45 | color: #111111; |
---|
| 46 | } |
---|
| 47 | .ui-accordion-header:hover { |
---|
| 48 | background: #ff7700 url(images/ff7700_40x100_textures_02_glass_40.png) 0 50% repeat-x; |
---|
| 49 | color: #111111; |
---|
| 50 | } |
---|
| 51 | .selected .ui-accordion-header, .selected .ui-accordion-header:hover { |
---|
| 52 | background: #ff3363 url(images/ff3363_40x100_textures_05_inset_soft_90.png) 0 50% repeat-x; |
---|
| 53 | } |
---|
| 54 | .selected .ui-accordion-header a, .selected .ui-accordion-header a:hover { |
---|
| 55 | color: #eeeeee; |
---|
| 56 | background: url(images/ff7700_7x7_arrow_down.gif) .5em 50% no-repeat; |
---|
| 57 | } |
---|
| 58 | .ui-accordion-content { |
---|
| 59 | background: #000000 url(images/000000_40x100_textures_05_inset_soft_25.png) 0 bottom repeat-x; |
---|
| 60 | color: #ffffff; |
---|
| 61 | font-size: 1em; |
---|
| 62 | } |
---|
| 63 | .ui-accordion-content p { |
---|
| 64 | padding: 1em 1.7em 0.6em; |
---|
| 65 | } |
---|
| 66 | |
---|
| 67 | |
---|
| 68 | |
---|
| 69 | |
---|
| 70 | |
---|
| 71 | |
---|
| 72 | /*UI tabs*/ |
---|
| 73 | .ui-tabs-nav { |
---|
| 74 | /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
---|
| 75 | font-family: Arial, sans-serif; |
---|
| 76 | font-size: 11px; |
---|
| 77 | float: left; |
---|
| 78 | position: relative; |
---|
| 79 | z-index: 1; |
---|
| 80 | border-right: 1px solid #666666; |
---|
| 81 | bottom: -1px; |
---|
| 82 | } |
---|
| 83 | .ui-tabs-nav li { |
---|
| 84 | /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
---|
| 85 | float: left; |
---|
| 86 | border: 1px solid #666666; |
---|
| 87 | border-right: none; |
---|
| 88 | } |
---|
| 89 | .ui-tabs-nav li a { |
---|
| 90 | /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
---|
| 91 | float: left; |
---|
| 92 | font-size: 1em; |
---|
| 93 | font-weight: normal; |
---|
| 94 | text-decoration: none; |
---|
| 95 | padding: .5em 1.7em; |
---|
| 96 | color: #111111; |
---|
| 97 | background: #666666 url(images/666666_40x100_textures_02_glass_20.png) 0 50% repeat-x; |
---|
| 98 | } |
---|
| 99 | .ui-tabs-nav li a:hover { |
---|
| 100 | background: #ff7700 url(images/ff7700_40x100_textures_02_glass_40.png) 0 50% repeat-x; |
---|
| 101 | color: #111111; |
---|
| 102 | } |
---|
| 103 | .ui-tabs-nav li.ui-tabs-selected { |
---|
| 104 | border-bottom-color: #ff3363; |
---|
| 105 | } |
---|
| 106 | .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover { |
---|
| 107 | background: #ff3363 url(images/ff3363_40x100_textures_05_inset_soft_90.png) 0 50% repeat-x; |
---|
| 108 | color: #eeeeee; |
---|
| 109 | } |
---|
| 110 | .ui-tabs-panel { |
---|
| 111 | /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
---|
| 112 | font-family: Arial, sans-serif; |
---|
| 113 | clear:left; |
---|
| 114 | border: 1px solid #666666; |
---|
| 115 | background: #000000 url(images/000000_40x100_textures_05_inset_soft_25.png) 0 bottom repeat-x; |
---|
| 116 | color: #ffffff; |
---|
| 117 | padding: 1.5em 1.7em; |
---|
| 118 | font-size: 11px; |
---|
| 119 | } |
---|
| 120 | .ui-tabs-hide { |
---|
| 121 | display: none;/* for accessible hiding: position: absolute; left: -99999999px*/; |
---|
| 122 | } |
---|
| 123 | |
---|
| 124 | |
---|
| 125 | |
---|
| 126 | |
---|
| 127 | |
---|
| 128 | /*slider*/ |
---|
| 129 | .ui-slider { |
---|
| 130 | /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
---|
| 131 | font-family: Arial, sans-serif; |
---|
| 132 | font-size: 11px; |
---|
| 133 | background: #000000 url(images/000000_40x100_textures_05_inset_soft_25.png) 0 bottom repeat-x; |
---|
| 134 | border: 1px solid #666666; |
---|
| 135 | height: .8em; |
---|
| 136 | position: relative; |
---|
| 137 | } |
---|
| 138 | .ui-slider-handle { |
---|
| 139 | /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
---|
| 140 | position: absolute; |
---|
| 141 | z-index: 2; |
---|
| 142 | top: -3px; |
---|
| 143 | width: 1.2em; |
---|
| 144 | height: 1.2em; |
---|
| 145 | background: #666666 url(images/666666_40x100_textures_02_glass_20.png) 0 50% repeat-x; |
---|
| 146 | border: 1px solid #666666; |
---|
| 147 | } |
---|
| 148 | .ui-slider-handle:hover { |
---|
| 149 | background: #ff7700 url(images/ff7700_40x100_textures_02_glass_40.png) 0 50% repeat-x; |
---|
| 150 | border: 1px solid #222222; |
---|
| 151 | } |
---|
| 152 | .ui-slider-handle-active, .ui-slider-handle-active:hover { |
---|
| 153 | background: #ff3363 url(images/ff3363_40x100_textures_05_inset_soft_90.png) 0 50% repeat-x; |
---|
| 154 | border: 1px solid #ff3363; |
---|
| 155 | } |
---|
| 156 | .ui-slider-range { |
---|
| 157 | /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
---|
| 158 | height: .8em; |
---|
| 159 | background: #ff7700 url(images/ff7700_40x100_textures_02_glass_40.png) 0 50% repeat-x; |
---|
| 160 | position: absolute; |
---|
| 161 | border: 1px solid #666666; |
---|
| 162 | border-left: 0; |
---|
| 163 | border-right: 0; |
---|
| 164 | top: -1px; |
---|
| 165 | z-index: 1; |
---|
| 166 | opacity:.7; |
---|
| 167 | filter:Alpha(Opacity=70); |
---|
| 168 | } |
---|
| 169 | |
---|
| 170 | |
---|
| 171 | |
---|
| 172 | |
---|
| 173 | |
---|
| 174 | |
---|
| 175 | /*dialog*/ |
---|
| 176 | .ui-dialog { |
---|
| 177 | /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
---|
| 178 | font-family: Arial, sans-serif; |
---|
| 179 | font-size: 11px; |
---|
| 180 | background: #000000 url(images/000000_40x100_textures_05_inset_soft_25.png) 0 bottom repeat-x; |
---|
| 181 | color: #ffffff; |
---|
| 182 | border: 4px solid #666666; |
---|
| 183 | position: relative; |
---|
| 184 | } |
---|
| 185 | .ui-resizable-handle { |
---|
| 186 | position: absolute; |
---|
| 187 | font-size: 0.1px; |
---|
| 188 | z-index: 99999; |
---|
| 189 | } |
---|
| 190 | .ui-resizable .ui-resizable-handle { |
---|
| 191 | display: block; |
---|
| 192 | } |
---|
| 193 | body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */ |
---|
| 194 | body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */ |
---|
| 195 | .ui-resizable-n { |
---|
| 196 | cursor: n-resize; |
---|
| 197 | height: 7px; |
---|
| 198 | width: 100%; |
---|
| 199 | top: -5px; |
---|
| 200 | left: 0px; |
---|
| 201 | } |
---|
| 202 | .ui-resizable-s { |
---|
| 203 | cursor: s-resize; |
---|
| 204 | height: 7px; |
---|
| 205 | width: 100%; |
---|
| 206 | bottom: -5px; |
---|
| 207 | left: 0px; |
---|
| 208 | } |
---|
| 209 | .ui-resizable-e { |
---|
| 210 | cursor: e-resize; |
---|
| 211 | width: 7px; |
---|
| 212 | right: -5px; |
---|
| 213 | top: 0px; |
---|
| 214 | height: 100%; |
---|
| 215 | } |
---|
| 216 | .ui-resizable-w { |
---|
| 217 | cursor: w-resize; |
---|
| 218 | width: 7px; |
---|
| 219 | left: -5px; |
---|
| 220 | top: 0px; |
---|
| 221 | height: 100%; |
---|
| 222 | } |
---|
| 223 | .ui-resizable-se { |
---|
| 224 | cursor: se-resize; |
---|
| 225 | width: 13px; |
---|
| 226 | height: 13px; |
---|
| 227 | right: 0px; |
---|
| 228 | bottom: 0px; |
---|
| 229 | background: url(images/cccccc_11x11_icon_resize_se.gif) no-repeat 0 0; |
---|
| 230 | } |
---|
| 231 | .ui-resizable-sw { |
---|
| 232 | cursor: sw-resize; |
---|
| 233 | width: 9px; |
---|
| 234 | height: 9px; |
---|
| 235 | left: 0px; |
---|
| 236 | bottom: 0px; |
---|
| 237 | } |
---|
| 238 | .ui-resizable-nw { |
---|
| 239 | cursor: nw-resize; |
---|
| 240 | width: 9px; |
---|
| 241 | height: 9px; |
---|
| 242 | left: 0px; |
---|
| 243 | top: 0px; |
---|
| 244 | } |
---|
| 245 | .ui-resizable-ne { |
---|
| 246 | cursor: ne-resize; |
---|
| 247 | width: 9px; |
---|
| 248 | height: 9px; |
---|
| 249 | right: 0px; |
---|
| 250 | top: 0px; |
---|
| 251 | } |
---|
| 252 | .ui-dialog-titlebar { |
---|
| 253 | /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
---|
| 254 | padding: .5em 1.5em .5em 1em; |
---|
| 255 | color: #111111; |
---|
| 256 | background: #666666 url(images/666666_40x100_textures_02_glass_20.png) 0 50% repeat-x; |
---|
| 257 | border-bottom: 1px solid #666666; |
---|
| 258 | font-size: 1em; |
---|
| 259 | font-weight: normal; |
---|
| 260 | position: relative; |
---|
| 261 | } |
---|
| 262 | .ui-dialog-title {} |
---|
| 263 | .ui-dialog-titlebar-close { |
---|
| 264 | /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
---|
| 265 | background: url(images/cccccc_11x11_icon_close.gif) 0 0 no-repeat; |
---|
| 266 | position: absolute; |
---|
| 267 | right: 8px; |
---|
| 268 | top: .7em; |
---|
| 269 | width: 11px; |
---|
| 270 | height: 11px; |
---|
| 271 | z-index: 100; |
---|
| 272 | } |
---|
| 273 | .ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover { |
---|
| 274 | background: url(images/eeeeee_11x11_icon_close.gif) 0 0 no-repeat; |
---|
| 275 | } |
---|
| 276 | .ui-dialog-titlebar-close:active { |
---|
| 277 | background: url(images/ff7700_11x11_icon_close.gif) 0 0 no-repeat; |
---|
| 278 | } |
---|
| 279 | .ui-dialog-titlebar-close span { |
---|
| 280 | display: none; |
---|
| 281 | } |
---|
| 282 | .ui-dialog-content { |
---|
| 283 | /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
---|
| 284 | color: #ffffff; |
---|
| 285 | padding: 1.5em 1.7em; |
---|
| 286 | } |
---|
| 287 | .ui-dialog-buttonpane { |
---|
| 288 | position: absolute; |
---|
| 289 | bottom: 0; |
---|
| 290 | width: 100%; |
---|
| 291 | text-align: left; |
---|
| 292 | border-top: 1px solid #666666; |
---|
| 293 | background: #000000; |
---|
| 294 | } |
---|
| 295 | .ui-dialog-buttonpane button { |
---|
| 296 | margin: .5em 0 .5em 8px; |
---|
| 297 | color: #111111; |
---|
| 298 | background: #666666 url(images/666666_40x100_textures_02_glass_20.png) 0 50% repeat-x; |
---|
| 299 | font-size: 1em; |
---|
| 300 | border: 1px solid #666666; |
---|
| 301 | cursor: pointer; |
---|
| 302 | padding: .2em .6em .3em .6em; |
---|
| 303 | line-height: 1.4em; |
---|
| 304 | } |
---|
| 305 | .ui-dialog-buttonpane button:hover { |
---|
| 306 | color: #111111; |
---|
| 307 | background: #ff7700 url(images/ff7700_40x100_textures_02_glass_40.png) 0 50% repeat-x; |
---|
| 308 | border: 1px solid #222222; |
---|
| 309 | } |
---|
| 310 | .ui-dialog-buttonpane button:active { |
---|
| 311 | color: #eeeeee; |
---|
| 312 | background: #ff3363 url(images/ff3363_40x100_textures_05_inset_soft_90.png) 0 50% repeat-x; |
---|
| 313 | border: 1px solid #ff3363; |
---|
| 314 | } |
---|
| 315 | /* This file skins dialog */ |
---|
| 316 | .ui-dialog.ui-draggable .ui-dialog-titlebar, |
---|
| 317 | .ui-dialog.ui-draggable .ui-dialog-titlebar { |
---|
| 318 | cursor: move; |
---|
| 319 | } |
---|
| 320 | |
---|
| 321 | |
---|
| 322 | |
---|
| 323 | |
---|
| 324 | |
---|
| 325 | |
---|
| 326 | |
---|
| 327 | /*datepicker*/ |
---|
| 328 | /* Main Style Sheet for jQuery UI date picker */ |
---|
| 329 | .ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div { |
---|
| 330 | /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
---|
| 331 | font-family: Arial, sans-serif; |
---|
| 332 | background: #000000 url(images/000000_40x100_textures_05_inset_soft_25.png) 0 bottom repeat-x; |
---|
| 333 | font-size: 11px; |
---|
| 334 | border: 4px solid #666666; |
---|
| 335 | width: 15.5em; |
---|
| 336 | padding: 2.5em .5em .5em .5em; |
---|
| 337 | position: relative; |
---|
| 338 | } |
---|
| 339 | .ui-datepicker-div, #ui-datepicker-div { |
---|
| 340 | z-index: 9999; /*must have*/ |
---|
| 341 | display: none; |
---|
| 342 | } |
---|
| 343 | .ui-datepicker-inline { |
---|
| 344 | float: left; |
---|
| 345 | display: block; |
---|
| 346 | } |
---|
| 347 | .ui-datepicker-control { |
---|
| 348 | display: none; |
---|
| 349 | } |
---|
| 350 | .ui-datepicker-current { |
---|
| 351 | display: none; |
---|
| 352 | } |
---|
| 353 | .ui-datepicker-next, .ui-datepicker-prev { |
---|
| 354 | position: absolute; |
---|
| 355 | left: .5em; |
---|
| 356 | top: .5em; |
---|
| 357 | background: #666666 url(images/666666_40x100_textures_02_glass_20.png) 0 50% repeat-x; |
---|
| 358 | } |
---|
| 359 | .ui-datepicker-next { |
---|
| 360 | left: 14.6em; |
---|
| 361 | } |
---|
| 362 | .ui-datepicker-next:hover, .ui-datepicker-prev:hover { |
---|
| 363 | background: #ff7700 url(images/ff7700_40x100_textures_02_glass_40.png) 0 50% repeat-x; |
---|
| 364 | } |
---|
| 365 | .ui-datepicker-next a, .ui-datepicker-prev a { |
---|
| 366 | text-indent: -999999px; |
---|
| 367 | width: 1.3em; |
---|
| 368 | height: 1.4em; |
---|
| 369 | display: block; |
---|
| 370 | font-size: 1em; |
---|
| 371 | background: url(images/cccccc_7x7_arrow_left.gif) 50% 50% no-repeat; |
---|
| 372 | border: 1px solid #666666; |
---|
| 373 | cursor: pointer; |
---|
| 374 | } |
---|
| 375 | .ui-datepicker-next a { |
---|
| 376 | background: url(images/cccccc_7x7_arrow_right.gif) 50% 50% no-repeat; |
---|
| 377 | } |
---|
| 378 | .ui-datepicker-prev a:hover { |
---|
| 379 | background: url(images/eeeeee_7x7_arrow_left.gif) 50% 50% no-repeat; |
---|
| 380 | } |
---|
| 381 | .ui-datepicker-next a:hover { |
---|
| 382 | background: url(images/eeeeee_7x7_arrow_right.gif) 50% 50% no-repeat; |
---|
| 383 | } |
---|
| 384 | .ui-datepicker-prev a:active { |
---|
| 385 | background: url(images/ff7700_7x7_arrow_left.gif) 50% 50% no-repeat; |
---|
| 386 | } |
---|
| 387 | .ui-datepicker-next a:active { |
---|
| 388 | background: url(images/ff7700_7x7_arrow_right.gif) 50% 50% no-repeat; |
---|
| 389 | } |
---|
| 390 | .ui-datepicker-header select { |
---|
| 391 | border: 1px solid #666666; |
---|
| 392 | color: #111111; |
---|
| 393 | background: #666666; |
---|
| 394 | font-size: 1em; |
---|
| 395 | line-height: 1.4em; |
---|
| 396 | position: absolute; |
---|
| 397 | top: .5em; |
---|
| 398 | margin: 0 !important; |
---|
| 399 | } |
---|
| 400 | .ui-datepicker-header option:focus, .ui-datepicker-header option:hover { |
---|
| 401 | background: #ff7700; |
---|
| 402 | } |
---|
| 403 | .ui-datepicker-header select.ui-datepicker-new-month { |
---|
| 404 | width: 7em; |
---|
| 405 | left: 2.2em; |
---|
| 406 | } |
---|
| 407 | .ui-datepicker-header select.ui-datepicker-new-year { |
---|
| 408 | width: 5em; |
---|
| 409 | left: 9.4em; |
---|
| 410 | } |
---|
| 411 | table.ui-datepicker { |
---|
| 412 | width: 15.5em; |
---|
| 413 | text-align: right; |
---|
| 414 | } |
---|
| 415 | table.ui-datepicker td a { |
---|
| 416 | padding: .1em .3em .1em 0; |
---|
| 417 | display: block; |
---|
| 418 | color: #111111; |
---|
| 419 | background: #666666 url(images/666666_40x100_textures_02_glass_20.png) 0 50% repeat-x; |
---|
| 420 | cursor: pointer; |
---|
| 421 | border: 1px solid #000000; |
---|
| 422 | } |
---|
| 423 | table.ui-datepicker td a:hover { |
---|
| 424 | border: 1px solid #222222; |
---|
| 425 | color: #111111; |
---|
| 426 | background: #ff7700 url(images/ff7700_40x100_textures_02_glass_40.png) 0 50% repeat-x; |
---|
| 427 | } |
---|
| 428 | table.ui-datepicker td a:active { |
---|
| 429 | border: 1px solid #ff3363; |
---|
| 430 | color: #eeeeee; |
---|
| 431 | background: #ff3363 url(images/ff3363_40x100_textures_05_inset_soft_90.png) 0 50% repeat-x; |
---|
| 432 | } |
---|
| 433 | table.ui-datepicker .ui-datepicker-title-row td { |
---|
| 434 | padding: .3em 0; |
---|
| 435 | text-align: center; |
---|
| 436 | font-size: .9em; |
---|
| 437 | color: #ffffff; |
---|
| 438 | text-transform: uppercase; |
---|
| 439 | } |
---|
| 440 | table.ui-datepicker .ui-datepicker-title-row td a { |
---|
| 441 | color: #ffffff; |
---|
| 442 | } |
---|
| 443 | .ui-datepicker-cover { |
---|
| 444 | display: none; |
---|
| 445 | display/**/: block; |
---|
| 446 | position: absolute; |
---|
| 447 | z-index: -1; |
---|
| 448 | filter: mask(); |
---|
| 449 | top: -4px; |
---|
| 450 | left: -4px; |
---|
| 451 | width: 193px; |
---|
| 452 | height: 200px; |
---|
| 453 | } |
---|
| 454 | |
---|
| 455 | |
---|
| 456 | |
---|
| 457 | |
---|
| 458 | |
---|
| 459 | |
---|
| 460 | |
---|
| 461 | |
---|
| 462 | |
---|
| 463 | |
---|
| 464 | |
---|
| 465 | |
---|
| 466 | |
---|
| 467 | |
---|
| 468 | /* |
---|
| 469 | Generic ThemeRoller Classes |
---|
| 470 | >> Make your jQuery Components ThemeRoller-Compatible! |
---|
| 471 | */ |
---|
| 472 | |
---|
| 473 | /*component global class*/ |
---|
| 474 | .ui-component { |
---|
| 475 | /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
---|
| 476 | font-family: Arial, sans-serif; |
---|
| 477 | font-size: 11px; |
---|
| 478 | } |
---|
| 479 | /*component content styles*/ |
---|
| 480 | .ui-component-content { |
---|
| 481 | border: 1px solid #666666; |
---|
| 482 | background: #000000 url(images/000000_40x100_textures_05_inset_soft_25.png) 0 bottom repeat-x; |
---|
| 483 | color: #ffffff; |
---|
| 484 | } |
---|
| 485 | .ui-component-content a { |
---|
| 486 | color: #ffffff; |
---|
| 487 | text-decoration: underline; |
---|
| 488 | } |
---|
| 489 | /*component states*/ |
---|
| 490 | .ui-default-state { |
---|
| 491 | border: 1px solid #666666; |
---|
| 492 | background: #666666 url(images/666666_40x100_textures_02_glass_20.png) 0 50% repeat-x; |
---|
| 493 | font-weight: normal; |
---|
| 494 | color: #111111 !important; |
---|
| 495 | } |
---|
| 496 | .ui-default-state a { |
---|
| 497 | color: #111111; |
---|
| 498 | } |
---|
| 499 | .ui-default-state:hover, .ui-hover-state { |
---|
| 500 | border: 1px solid #222222; |
---|
| 501 | background: #ff7700 url(images/ff7700_40x100_textures_02_glass_40.png) 0 50% repeat-x; |
---|
| 502 | font-weight: normal; |
---|
| 503 | color: #111111 !important; |
---|
| 504 | } |
---|
| 505 | .ui-hover-state a { |
---|
| 506 | color: #111111; |
---|
| 507 | } |
---|
| 508 | .ui-default-state:active, .ui-active-state { |
---|
| 509 | border: 1px solid #ff3363; |
---|
| 510 | background: #ff3363 url(images/ff3363_40x100_textures_05_inset_soft_90.png) 0 50% repeat-x; |
---|
| 511 | font-weight: normal; |
---|
| 512 | color: #eeeeee !important; |
---|
| 513 | outline: none; |
---|
| 514 | } |
---|
| 515 | .ui-active-state a { |
---|
| 516 | color: #eeeeee; |
---|
| 517 | outline: none; |
---|
| 518 | } |
---|
| 519 | /*icons*/ |
---|
| 520 | .ui-arrow-right-default {background: url(images/cccccc_7x7_arrow_right.gif) no-repeat 50% 50%;} |
---|
| 521 | .ui-arrow-right-default:hover, .ui-arrow-right-hover {background: url(images/eeeeee_7x7_arrow_right.gif) no-repeat 50% 50%;} |
---|
| 522 | .ui-arrow-right-default:active, .ui-arrow-right-active {background: url(images/ff7700_7x7_arrow_right.gif) no-repeat 50% 50%;} |
---|
| 523 | .ui-arrow-right-content {background: url(images/cccccc_7x7_arrow_right.gif) no-repeat 50% 50%;} |
---|
| 524 | |
---|
| 525 | .ui-arrow-left-default {background: url(images/cccccc_7x7_arrow_left.gif) no-repeat 50% 50%;} |
---|
| 526 | .ui-arrow-left-default:hover, .ui-arrow-left-hover {background: url(images/eeeeee_7x7_arrow_left.gif) no-repeat 50% 50%;} |
---|
| 527 | .ui-arrow-left-default:active, .ui-arrow-left-active {background: url(images/ff7700_7x7_arrow_left.gif) no-repeat 50% 50%;} |
---|
| 528 | .ui-arrow-left-content {background: url(images/cccccc_7x7_arrow_left.gif) no-repeat 50% 50%;} |
---|
| 529 | |
---|
| 530 | .ui-arrow-down-default {background: url(images/cccccc_7x7_arrow_down.gif) no-repeat 50% 50%;} |
---|
| 531 | .ui-arrow-down-default:hover, .ui-arrow-down-hover {background: url(images/eeeeee_7x7_arrow_down.gif) no-repeat 50% 50%;} |
---|
| 532 | .ui-arrow-down-default:active, .ui-arrow-down-active {background: url(images/ff7700_7x7_arrow_down.gif) no-repeat 50% 50%;} |
---|
| 533 | .ui-arrow-down-content {background: url(images/cccccc_7x7_arrow_down.gif) no-repeat 50% 50%;} |
---|
| 534 | |
---|
| 535 | .ui-arrow-up-default {background: url(images/cccccc_7x7_arrow_up.gif) no-repeat 50% 50%;} |
---|
| 536 | .ui-arrow-up-default:hover, .ui-arrow-up-hover {background: url(images/eeeeee_7x7_arrow_up.gif) no-repeat 50% 50%;} |
---|
| 537 | .ui-arrow-up-default:active, .ui-arrow-up-active {background: url(images/ff7700_7x7_arrow_up.gif) no-repeat 50% 50%;} |
---|
| 538 | .ui-arrow-up-content {background: url(images/cccccc_7x7_arrow_up.gif) no-repeat 50% 50%;} |
---|
| 539 | |
---|
| 540 | .ui-close-default {background: url(images/cccccc_11x11_icon_close.gif) no-repeat 50% 50%;} |
---|
| 541 | .ui-close-default:hover, .ui-close-hover {background: url(images/eeeeee_11x11_icon_close.gif) no-repeat 50% 50%;} |
---|
| 542 | .ui-close-default:active, .ui-close-active {background: url(images/ff7700_11x11_icon_close.gif) no-repeat 50% 50%;} |
---|
| 543 | .ui-close-content {background: url(images/ff7700_11x11_icon_close.gif) no-repeat 50% 50%;} |
---|
| 544 | |
---|
| 545 | .ui-folder-closed-default {background: url(images/cccccc_11x11_icon_folder_closed.gif) no-repeat 50% 50%;} |
---|
| 546 | .ui-folder-closed-default:hover, .ui-folder-closed-hover {background: url(images/eeeeee_11x11_icon_folder_closed.gif) no-repeat 50% 50%;} |
---|
| 547 | .ui-folder-closed-default:active, .ui-folder-closed-active {background: url(images/ff7700_11x11_icon_folder_closed.gif) no-repeat 50% 50%;} |
---|
| 548 | .ui-folder-closed-content {background: url(images/cccccc_11x11_icon_folder_closed.gif) no-repeat 50% 50%;} |
---|
| 549 | |
---|
| 550 | .ui-folder-open-default {background: url(images/cccccc_11x11_icon_folder_open.gif) no-repeat 50% 50%;} |
---|
| 551 | .ui-folder-open-default:hover, .ui-folder-open-hover {background: url(images/eeeeee_11x11_icon_folder_open.gif) no-repeat 50% 50%;} |
---|
| 552 | .ui-folder-open-default:active, .ui-folder-open-active {background: url(images/ff7700_11x11_icon_folder_open.gif) no-repeat 50% 50%;} |
---|
| 553 | .ui-folder-open-content {background: url(images/ff7700_11x11_icon_folder_open.gif) no-repeat 50% 50%;} |
---|
| 554 | |
---|
| 555 | .ui-doc-default {background: url(images/cccccc_11x11_icon_doc.gif) no-repeat 50% 50%;} |
---|
| 556 | .ui-doc-default:hover, .ui-doc-hover {background: url(images/eeeeee_11x11_icon_doc.gif) no-repeat 50% 50%;} |
---|
| 557 | .ui-doc-default:active, .ui-doc-active {background: url(images/ff7700_11x11_icon_doc.gif) no-repeat 50% 50%;} |
---|
| 558 | .ui-doc-content {background: url(images/cccccc_11x11_icon_doc.gif) no-repeat 50% 50%;} |
---|
| 559 | |
---|
| 560 | .ui-arrows-leftright-default {background: url(images/cccccc_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;} |
---|
| 561 | .ui-arrows-leftright-default:hover, .ui-arrows-leftright-hover {background: url(images/eeeeee_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;} |
---|
| 562 | .ui-arrows-leftright-default:active, .ui-arrows-leftright-active {background: url(images/ff7700_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;} |
---|
| 563 | .ui-arrows-leftright-content {background: url(images/cccccc_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;} |
---|
| 564 | |
---|
| 565 | .ui-arrows-updown-default {background: url(images/cccccc_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;} |
---|
| 566 | .ui-arrows-updown-default:hover, .ui-arrows-updown-hover {background: url(images/eeeeee_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;} |
---|
| 567 | .ui-arrows-updown-default:active, .ui-arrows-updown-active {background: url(images/ff7700_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;} |
---|
| 568 | .ui-arrows-updown-content {background: url(images/cccccc_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;} |
---|
| 569 | |
---|
| 570 | .ui-minus-default {background: url(images/cccccc_11x11_icon_minus.gif) no-repeat 50% 50%;} |
---|
| 571 | .ui-minus-default:hover, .ui-minus-hover {background: url(images/eeeeee_11x11_icon_minus.gif) no-repeat 50% 50%;} |
---|
| 572 | .ui-minus-default:active, .ui-minus-active {background: url(images/ff7700_11x11_icon_minus.gif) no-repeat 50% 50%;} |
---|
| 573 | .ui-minus-content {background: url(images/cccccc_11x11_icon_minus.gif) no-repeat 50% 50%;} |
---|
| 574 | |
---|
| 575 | .ui-plus-default {background: url(images/cccccc_11x11_icon_plus.gif) no-repeat 50% 50%;} |
---|
| 576 | .ui-plus-default:hover, .ui-plus-hover {background: url(images/eeeeee_11x11_icon_plus.gif) no-repeat 50% 50%;} |
---|
| 577 | .ui-plus-default:active, .ui-plus-active {background: url(images/ff7700_11x11_icon_plus.gif) no-repeat 50% 50%;} |
---|
| 578 | .ui-plus-content {background: url(images/cccccc_11x11_icon_plus.gif) no-repeat 50% 50%;} |
---|
| 579 | |
---|
| 580 | /*hidden elements*/ |
---|
| 581 | .ui-hidden { |
---|
| 582 | display: none;/* for accessible hiding: position: absolute; left: -99999999px*/; |
---|
| 583 | } |
---|
| 584 | .ui-accessible-hidden { |
---|
| 585 | position: absolute; left: -99999999px; |
---|
| 586 | } |
---|
| 587 | /*reset styles*/ |
---|
| 588 | .ui-reset { |
---|
| 589 | /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
---|
| 590 | } |
---|
| 591 | /*clearfix class*/ |
---|
| 592 | .ui-clearfix:after { |
---|
| 593 | content: "."; |
---|
| 594 | display: block; |
---|
| 595 | height: 0; |
---|
| 596 | clear: both; |
---|
| 597 | visibility: hidden; |
---|
| 598 | } |
---|
| 599 | .ui-clearfix {display: inline-block;} |
---|
| 600 | /* Hides from IE-mac \*/ |
---|
| 601 | * html .ui-clearfix {height: 1%;} |
---|
| 602 | .ui-clearfix {display: block;} |
---|
| 603 | /* End hide from IE-mac */ |
---|
| 604 | |
---|
| 605 | /* Note: for resizable styles, use the styles listed above in the dialog section */ |
---|
| 606 | |
---|
| 607 | |
---|