Mercurial > laserkard
diff onlypaths/theme/css/xtheme-midnight.css @ 46:26c2b3ad21c7 laserkard
[svn r47] saving progresswww.cinemassacre.com/new/?page_id=30
author | rlm |
---|---|
date | Sun, 31 Jan 2010 12:33:33 -0500 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/onlypaths/theme/css/xtheme-midnight.css Sun Jan 31 12:33:33 2010 -0500 1.3 @@ -0,0 +1,674 @@ 1.4 +.x-panel { 1.5 + border-style: solid; 1.6 + border-color: #cccccc; 1.7 +} 1.8 +.x-panel-header { 1.9 + color:#fafafa; 1.10 + border:1px solid #cccccc; 1.11 + background-image:url(../images/midnight/panel_white-top-bottom.gif); 1.12 +} 1.13 + 1.14 +.x-panel-body { 1.15 + border-color:#cccccc; 1.16 +} 1.17 + 1.18 +.x-panel-bbar .x-toolbar { 1.19 + border-color:#cccccc; 1.20 +} 1.21 + 1.22 +.x-panel-tbar .x-toolbar { 1.23 + border-color:#cccccc; 1.24 +} 1.25 + 1.26 +.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar { 1.27 + border-color:#cccccc; 1.28 +} 1.29 +.x-panel-body-noheader, .x-panel-mc .x-panel-body { 1.30 + border-color:#cccccc; 1.31 +} 1.32 +.x-panel-tl .x-panel-header { 1.33 + color:#f4f4f4; 1.34 +} 1.35 +.x-panel-tc { 1.36 + background-image:url(../images/midnight/panel_top-bottom.gif); 1.37 +} 1.38 +.x-panel-tl { 1.39 + background-image:url(../images/midnight/panel_corners-sprite.gif); 1.40 + border-color:#cccccc; 1.41 +} 1.42 +.x-panel-tr { 1.43 + background-image:url(../images/midnight/panel_corners-sprite.gif); 1.44 +} 1.45 +.x-panel-bc { 1.46 + background-image:url(../images/midnight/panel_top-bottom.gif); 1.47 +} 1.48 +.x-panel-bl { 1.49 + background-image:url(../images/midnight/panel_corners-sprite.gif); 1.50 +} 1.51 +.x-panel-br { 1.52 + background-image:url(../images/midnight/panel_corners-sprite.gif); 1.53 +} 1.54 +.x-panel-mc { 1.55 + background:#e4e6ef; 1.56 +} 1.57 +.x-panel-mc .x-panel-body { 1.58 + background:transparent; 1.59 + border: 0 none; 1.60 +} 1.61 +.x-panel-ml { 1.62 + background-image:url(../images/midnight/panel_left-right.gif); 1.63 +} 1.64 +.x-panel-mr { 1.65 + background-image:url(../images/midnight/panel_left-right.gif); 1.66 +} 1.67 + 1.68 +.x-panel-dd-spacer{ 1.69 + border:2px dashed #89a; 1.70 +} 1.71 + 1.72 + 1.73 +/* Tools */ 1.74 +.x-tool { 1.75 + background-image:url(../images/midnight/panel_tool-sprites.gif); 1.76 +} 1.77 + 1.78 +/* Ghosting */ 1.79 +.x-panel-ghost { 1.80 + background:#e0e0e0; 1.81 +} 1.82 + 1.83 +.x-panel-ghost ul { 1.84 + border-color:#b0b0b0; 1.85 +} 1.86 + 1.87 +.x-grid-panel .x-panel-mc .x-panel-body { 1.88 + border:1px solid #cccccc; 1.89 +} 1.90 + 1.91 +/* Buttons */ 1.92 + 1.93 +.x-btn-left{ 1.94 + background-image:url(../images/midnight/button_btn-sprite.gif); 1.95 +} 1.96 +.x-btn-right{ 1.97 + background-image:url(../images/midnight/button_btn-sprite.gif); 1.98 +} 1.99 +.x-btn-center{ 1.100 + background-image:url(../images/midnight/button_btn-sprite.gif); 1.101 +} 1.102 +.x-btn-over button{ 1.103 + color:#fff; 1.104 +} 1.105 +.x-btn-focus button{ 1.106 + color:#fff; 1.107 +} 1.108 +.x-btn-text-icon .x-btn-with-menu .x-btn-center em { 1.109 + background:transparent url(../images/midnight/toolbar_btn-arrow.gif) no-repeat scroll right 3px; 1.110 +} 1.111 +.x-btn-with-menu .x-btn-center em { 1.112 + background:transparent url(../images/midnight/toolbar_btn-arrow.gif) no-repeat scroll right 0pt; 1.113 +} 1.114 +.x-btn-menu-arrow-wrap .x-btn-center button{ 1.115 + background:transparent url(../images/midnight/button_btn-arrow.gif) no-repeat left 3px; 1.116 +} 1.117 +.x-btn-text,.x-btn-text-icon{color:#fff;font-weight:bold !important;} 1.118 +.x-item-disabled{color:#999;} 1.119 + 1.120 + 1.121 +/* Layout classes */ 1.122 + 1.123 +.x-border-layout-ct { 1.124 + background:#f0f0f0; 1.125 +} 1.126 + 1.127 +.x-accordion-hd { 1.128 + background-image:url(../images/midnight/panel_light-hd.gif); 1.129 +} 1.130 + 1.131 +.x-layout-collapsed{ 1.132 + background-color:#141847; 1.133 + border-color:#e0e0e0; 1.134 +} 1.135 +.x-layout-collapsed-over{ 1.136 + background-color:#171763; 1.137 +} 1.138 + 1.139 + 1.140 + 1.141 +/* Toolbars */ 1.142 + 1.143 +.x-toolbar{ 1.144 + border-color:#cccccc; 1.145 + background:#f0f4f5 url(../images/midnight/toolbar_bg.gif) repeat-x top left; 1.146 +} 1.147 +.x-toolbar button { 1.148 + color:#f4f4f4; 1.149 +} 1.150 +.x-toolbar .ytb-text { 1.151 + color:white; 1.152 +} 1.153 +.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button { 1.154 + background-image:url(../images/midnight/toolbar_btn-arrow.gif); 1.155 +} 1.156 +.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button { 1.157 + background-image:url(../images/midnight/toolbar_btn-arrow.gif); 1.158 +} 1.159 +.x-toolbar .x-btn-over .x-btn-left{ 1.160 + background-image:url(../images/midnight/toolbar_tb-btn-sprite.gif); 1.161 +} 1.162 +.x-toolbar .x-btn-over .x-btn-right{ 1.163 + background-image:url(../images/midnight/toolbar_tb-btn-sprite.gif); 1.164 +} 1.165 +.x-toolbar .x-btn-over .x-btn-center{ 1.166 + background-image:url(../images/midnight/toolbar_tb-btn-sprite.gif); 1.167 +} 1.168 +.x-toolbar .x-btn-over button { 1.169 + color:#fff; 1.170 +} 1.171 +.x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{ 1.172 + background-image:url(../images/midnight/toolbar_tb-btn-sprite.gif); 1.173 +} 1.174 +.x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{ 1.175 + background-image:url(../images/midnight/toolbar_tb-btn-sprite.gif); 1.176 +} 1.177 + 1.178 +.x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{ 1.179 + background-image:url(../images/midnight/toolbar_tb-btn-sprite.gif); 1.180 +} 1.181 +.x-toolbar .ytb-sep { 1.182 + background-image: url(../images/midnight/grid_grid-split.gif); 1.183 +} 1.184 + 1.185 +/* Menus */ 1.186 + 1.187 +.x-menu{ 1.188 + border:1px solid #aaa; 1.189 + background:#f0f0f0 url(../images/midnight/menu_menu.gif) repeat-y; 1.190 +} 1.191 +.x-menu-item-active{ 1.192 + background:#ebf3fd url(../images/midnight/menu_item-over.gif) repeat-x left bottom; 1.193 + border:1px solid #c2cbd2; 1.194 +} 1.195 +.x-menu-item-arrow{ 1.196 + background:transparent url(../images/midnight/menu_menu-parent.gif) no-repeat right; 1.197 +} 1.198 + 1.199 + 1.200 +/* Tabs */ 1.201 + 1.202 +.x-tab-panel-header, .x-tab-panel-footer { 1.203 + 1.204 + background: #444a7d; 1.205 + border-color:#4f657b; 1.206 +} 1.207 + 1.208 + 1.209 +.x-tab-panel-header { 1.210 + border-color:#cccccc; 1.211 +} 1.212 + 1.213 +.x-tab-panel-footer { 1.214 + border-color:#cccccc; 1.215 +} 1.216 + 1.217 +ul.x-tab-strip-top{ 1.218 + background:#dbdbdb url(../images/midnight/tabs_tab-strip-bg.gif) repeat-x left top; 1.219 + border-color:#4c647e; 1.220 + padding-top: 2px; 1.221 +} 1.222 + 1.223 +ul.x-tab-strip-bottom{ 1.224 + background-image:url(../images/midnight/tabs_tab-strip-btm-bg.gif); 1.225 + border-color:#566c82; 1.226 +} 1.227 + 1.228 +.x-tab-strip span.x-tab-strip-text { 1.229 + color:#333; 1.230 +} 1.231 +.x-tab-strip-over span.x-tab-strip-text { 1.232 + color:#111; 1.233 +} 1.234 + 1.235 +.x-tab-strip-active span.x-tab-strip-text { 1.236 + color:#fff; 1.237 +} 1.238 + 1.239 +.x-tab-strip-disabled .x-tabs-text { 1.240 + color:#aaaaaa; 1.241 +} 1.242 + 1.243 +.x-tab-strip-top .x-tab-right { 1.244 + background-image:url(../images/midnight/tabs_tabs-sprite.gif); 1.245 +} 1.246 + 1.247 +.x-tab-strip-top .x-tab-left { 1.248 + background-image:url(../images/midnight/tabs_tabs-sprite.gif); 1.249 +} 1.250 +.x-tab-strip-top .x-tab-strip-inner { 1.251 + background-image:url(../images/midnight/tabs_tabs-sprite.gif); 1.252 +} 1.253 + 1.254 +.x-tab-strip-bottom .x-tab-right { 1.255 + background-image:url(../images/midnight/tabs_tab-btm-inactive-right-bg.gif); 1.256 +} 1.257 + 1.258 +.x-tab-strip-bottom .x-tab-left { 1.259 + background-image:url(../images/midnight/tabs_tab-btm-inactive-left-bg.gif); 1.260 +} 1.261 + 1.262 +.x-tab-strip-bottom .x-tab-strip-active .x-tab-right { 1.263 + background-image:url(../images/midnight/tabs_tab-btm-right-bg.gif); 1.264 +} 1.265 + 1.266 +.x-tab-strip-bottom .x-tab-strip-active .x-tab-left { 1.267 + background-image:url(../images/midnight/tabs_tab-btm-left-bg.gif); 1.268 +} 1.269 + 1.270 +.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close { 1.271 + background-image:url(../images/midnight/tabs_tab-close.gif); 1.272 +} 1.273 +.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{ 1.274 + background-image:url(../images/midnight/tabs_tab-close.gif); 1.275 +} 1.276 + 1.277 +.x-tab-panel-body { 1.278 + border-color:#cccccc; 1.279 + background:#fff; 1.280 +} 1.281 +.x-tab-panel-bbar .x-toolbar { 1.282 + border-color: #cccccc; 1.283 +} 1.284 + 1.285 +.x-tab-panel-tbar .x-toolbar { 1.286 + border-color: #cccccc; 1.287 +} 1.288 + 1.289 +.x-tab-panel-header-plain .x-tab-strip-spacer { 1.290 + border-color:#cccccc; 1.291 + background: #444a7d; 1.292 +} 1.293 + 1.294 +.x-tab-scroller-left { 1.295 + background-image: url(../images/midnight/tabs_scroll-left.gif); 1.296 + border-color:#aeaeae; 1.297 +} 1.298 +.x-tab-scroller-right { 1.299 + background-image: url(../images/midnight/tabs_scroll-right.gif); 1.300 + border-color:#aeaeae; 1.301 +} 1.302 + 1.303 +/* Window */ 1.304 + 1.305 +.x-window-proxy { 1.306 + background:#e4e8ec; 1.307 + border-color:#cccccc; 1.308 +} 1.309 + 1.310 +.x-window-tl .x-window-header { 1.311 + color:#fafafa; 1.312 +} 1.313 +.x-window-tc { 1.314 + background-image:url(../images/midnight/window_top-bottom.png); 1.315 +} 1.316 +.x-window-tl { 1.317 + background-image:url(../images/midnight/window_left-corners.png); 1.318 +} 1.319 +.x-window-tr { 1.320 + background-image:url(../images/midnight/window_right-corners.png); 1.321 +} 1.322 +.x-window-bc { 1.323 + background-image:url(../images/midnight/window_top-bottom.png); 1.324 +} 1.325 +.x-window-bl { 1.326 + background-image:url(../images/midnight/window_left-corners.png); 1.327 +} 1.328 +.x-window-br { 1.329 + background-image:url(../images/midnight/window_right-corners.png); 1.330 +} 1.331 +.x-window-mc { 1.332 + border:1px solid #cccccc; 1.333 + background:#e8e8e8; 1.334 +} 1.335 + 1.336 +.x-window-ml { 1.337 + background-image:url(../images/midnight/window_left-right.png); 1.338 +} 1.339 +.x-window-mr { 1.340 + background-image:url(../images/midnight/window_left-right.png); 1.341 +} 1.342 +.x-panel-ghost .x-window-tl { 1.343 + border-color:#cccccc; 1.344 +} 1.345 +.x-panel-collapsed .x-window-tl { 1.346 + border-color:#cccccc; 1.347 +} 1.348 + 1.349 +.x-window-plain .x-window-mc { 1.350 + background: #e8e8e8; 1.351 + border-right:1px solid #eee; 1.352 + border-bottom:1px solid #eee; 1.353 + border-top:1px solid #cccccc; 1.354 + border-left:1px solid #cccccc; 1.355 +} 1.356 + 1.357 +.x-window-plain .x-window-body { 1.358 + border-left:1px solid #ddd; 1.359 + border-top:1px solid #ddd; 1.360 + border-bottom:1px solid #cccccc; 1.361 + border-right:1px solid #cccccc; 1.362 + background:transparent !important; 1.363 +} 1.364 + 1.365 +body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc { 1.366 + background-color: #eceef0; 1.367 +} 1.368 + 1.369 + 1.370 +/* HTML Editor */ 1.371 +.x-html-editor-wrap { 1.372 + border-color:#cccccc; 1.373 +} 1.374 +.x-html-editor-tb .x-btn-text { 1.375 + background:transparent url(../images/midnight/editor_tb-sprite.gif) no-repeat scroll 0%; 1.376 +} 1.377 + 1.378 + 1.379 +/* Borders go last for specificity */ 1.380 +.x-panel-noborder .x-panel-body-noborder { 1.381 + border-width:0; 1.382 +} 1.383 + 1.384 +.x-panel-noborder .x-panel-header-noborder { 1.385 + border-width:0; 1.386 + border-bottom:1px solid #cccccc; 1.387 +} 1.388 + 1.389 +.x-panel-noborder .x-panel-tbar-noborder .x-toolbar { 1.390 + border-width:0; 1.391 + border-bottom:1px solid #cccccc; 1.392 +} 1.393 + 1.394 +.x-panel-noborder .x-panel-bbar-noborder .x-toolbar { 1.395 + border-width:0; 1.396 + border-top:1px solid #cccccc; 1.397 +} 1.398 + 1.399 +.x-window-noborder .x-window-mc { 1.400 + border-width:0; 1.401 +} 1.402 +.x-window-plain .x-window-body-noborder { 1.403 + border-width:0; 1.404 +} 1.405 + 1.406 +.x-tab-panel-noborder .x-tab-panel-body-noborder { 1.407 + border-width:0; 1.408 +} 1.409 + 1.410 +.x-tab-panel-noborder .x-tab-panel-header-noborder { 1.411 + border-top-width:0; 1.412 + border-left-width:0; 1.413 + border-right-width:0; 1.414 +} 1.415 + 1.416 +.x-tab-panel-noborder .x-tab-panel-footer-noborder { 1.417 + border-bottom-width:0; 1.418 + border-left-width:0; 1.419 + border-right-width:0; 1.420 +} 1.421 + 1.422 + 1.423 +.x-tab-panel-bbar-noborder .x-toolbar { 1.424 + border-width:0; 1.425 + border-top:1px solid #cccccc; 1.426 +} 1.427 + 1.428 +.x-tab-panel-tbar-noborder .x-toolbar { 1.429 + border-width:0; 1.430 + border-bottom:1px solid #cccccc; 1.431 +} 1.432 + 1.433 +/* Forms */ 1.434 +.x-form-text, textarea.x-form-field { 1.435 + border:1px solid #9ab; 1.436 +} 1.437 +.x-trigger-wrap-focus .x-form-trigger { 1.438 + border-bottom:1px solid #4a7192; 1.439 +} 1.440 +.x-form-focus,textarea.x-form-focus { 1.441 + border:1px solid #4a7192; 1.442 +} 1.443 + 1.444 +.x-form-field-wrap .x-form-trigger { 1.445 + background:transparent url(../images/midnight/form_trigger.gif) no-repeat 0 0; 1.446 +} 1.447 +.x-form-field-wrap .x-form-date-trigger { 1.448 + background-image:url(../images/midnight/form_date-trigger.gif); 1.449 +} 1.450 +.x-form-field-wrap .x-form-clear-trigger { 1.451 + background-image:url(../images/midnight/form_clear-trigger.gif); 1.452 +} 1.453 +.x-form-field-wrap .x-form-search-trigger { 1.454 + background-image:url(../images/midnight/form_search-trigger.gif); 1.455 +} 1.456 + 1.457 +.x-form-field-wrap .x-form-trigger { 1.458 + border-bottom:1px solid #778899; 1.459 +} 1.460 + 1.461 +.x-form fieldset legend { 1.462 + color:#333; 1.463 +} 1.464 + 1.465 +/* the following need to be duplicated from ext-all.js, 1.466 + otherwise hover effects are broken */ 1.467 +.x-form-field-wrap .x-form-trigger-over{background-position:-17px 0;} 1.468 +.x-form-field-wrap .x-form-trigger-click{background-position:-34px 0;} 1.469 +.x-trigger-wrap-focus .x-form-trigger{background-position:-51px 0;} 1.470 +.x-trigger-wrap-focus .x-form-trigger-over{background-position:-68px 0;} 1.471 +.x-trigger-wrap-focus .x-form-trigger-click{background-position:-85px 0;} 1.472 + 1.473 + 1.474 +/* Grid */ 1.475 + 1.476 +.x-grid3-row-selected { 1.477 + background:#fbf0d2; 1.478 + border:1px dotted #ccc; 1.479 +} 1.480 +.x-grid3-hd-btn{ 1.481 + background:#f2daa9 url(../images/midnight/grid_grid3-hd-btn.gif) no-repeat left center; 1.482 +} 1.483 +.x-grid3-header{ 1.484 + background:#f9f9f9 url(../images/midnight/grid_grid3-hrow.gif) repeat-x 0 bottom; 1.485 +} 1.486 +td.x-grid3-hd-over .x-grid3-hd-inner,td.sort-desc .x-grid3-hd-inner,td.sort-asc .x-grid3-hd-inner,td.x-grid3-hd-menu-open .x-grid3-hd-inner{ 1.487 + background:#ebf3fd url(../images/midnight/grid_grid3-hrow-over.gif) repeat-x left bottom; 1.488 +} 1.489 +.sort-asc .x-grid3-sort-icon{ 1.490 + background-image:url(../images/midnight/grid_sort_asc.gif); 1.491 +} 1.492 +.sort-desc .x-grid3-sort-icon{ 1.493 + background-image:url(../images/midnight/grid_sort_desc.gif); 1.494 +} 1.495 +td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open { 1.496 + border-left:1px solid #fff; 1.497 + border-right:1px solid #ccc; 1.498 +} 1.499 +.x-grid3-cell-selected{ 1.500 + background-color:#e0eaee!important; 1.501 +} 1.502 +.x-grid3-body .x-grid3-td-expander{ 1.503 + background:transparent url(../images/midnight/grid_grid3-special-col-bg.gif) repeat-y right; 1.504 +} 1.505 +.x-grid3-body .x-grid3-td-checker{ 1.506 + background:transparent url(../images/midnight/grid_grid3-special-col-bg.gif) repeat-y right; 1.507 +} 1.508 +.x-grid3-body .x-grid3-td-numberer{ 1.509 + background:transparent url(../images/midnight/grid_grid3-special-col-bg.gif) repeat-y right; 1.510 +} 1.511 +.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander{ 1.512 + background:transparent url(../images/midnight/grid_grid3-special-col-sel-bg.gif) repeat-y right; 1.513 +} 1.514 +.x-grid-group-hd { 1.515 + border-bottom:2px solid #abb; 1.516 +} 1.517 +.x-grid-group-hd div { 1.518 + color: #456; 1.519 +} 1.520 +.x-dd-drag-proxy .x-grid3-hd-inner{ 1.521 + background:#ebf3fd url(../images/midnight/grid_grid3-hrow-over.gif) repeat-x left bottom; 1.522 + border:1px solid #cccccc; 1.523 +} 1.524 +.x-tbar-page-first{ 1.525 + background-image:url(../images/midnight/grid_page-first.gif)!important; 1.526 +} 1.527 +.x-tbar-page-last{ 1.528 + background-image:url(../images/midnight/grid_page-last.gif)!important; 1.529 +} 1.530 +.x-tbar-page-next{ 1.531 + background-image:url(../images/midnight/grid_page-next.gif)!important; 1.532 +} 1.533 +.x-tbar-page-prev{ 1.534 + background-image:url(../images/midnight/grid_page-prev.gif)!important; 1.535 +} 1.536 +.x-paging-info { 1.537 + color:#FFFFFF; 1.538 +} 1.539 + 1.540 + 1.541 +/* Progress Bar */ 1.542 + 1.543 +.x-progress-bar{ 1.544 + background:#9CBFEE url( ../../resources/images/midnight/progress_progress-bg.gif ) repeat-x left center; 1.545 + border-top:1px solid #ddd; 1.546 + border-bottom:1px solid #ddd; 1.547 +} 1.548 + 1.549 + 1.550 +/* Combos */ 1.551 +.x-combo-list{ 1.552 + border:1px solid #89a; 1.553 +} 1.554 +.x-combo-list .x-combo-selected{ 1.555 + border:1px dotted #ccc!important; 1.556 + background:#fbf0d2; 1.557 +} 1.558 + 1.559 + 1.560 +/* Calendars */ 1.561 + 1.562 +.x-date-middle,.x-date-left,.x-date-right{ 1.563 + background:url(../images/midnight/shared_hd-sprite.gif) repeat-x 0 -83px; 1.564 +} 1.565 +.x-date-bottom { 1.566 + background:#DFECFB url(../images/midnight/shared_glass-bg.gif) repeat-x scroll left top; 1.567 + border-top:1px solid #cccccc; 1.568 +} 1.569 +.x-date-right a{ 1.570 + background-image:url(../images/midnight/shared_right-btn.gif); 1.571 +} 1.572 +.x-date-left a{ 1.573 + background-image:url(../images/midnight/shared_left-btn.gif); 1.574 +} 1.575 +.x-date-inner th{ 1.576 + background:#dfecfb url(../images/midnight/shared_glass-bg.gif) repeat-x left top; 1.577 + border-bottom:1px solid #cccccc; 1.578 + color:#345; 1.579 +} 1.580 +.x-date-inner .x-date-selected a { 1.581 + background:#dfecfb url(../images/midnight/shared_glass-bg.gif) repeat-x scroll left top; 1.582 + border:1px solid #89a; 1.583 +} 1.584 +.x-date-inner a:hover,.x-date-inner .x-date-disabled a:hover{ 1.585 + background:#cfdce1; 1.586 +} 1.587 +td.x-date-mp-month a:hover,td.x-date-mp-year a:hover{ 1.588 + color:#123; 1.589 + background:#cfdce1; 1.590 +} 1.591 +.x-date-mp-ybtn a{ 1.592 + background:transparent url(../images/midnight/panel_tool-sprites.gif) no-repeat; 1.593 +} 1.594 +.x-date-mp-btns { 1.595 + background:#dfecfb url(../images/midnight/shared_glass-bg.gif) repeat-x scroll left top; 1.596 +} 1.597 +td.x-date-mp-sel a{ 1.598 + background:#dfecfb url(../images/midnight/shared_glass-bg.gif) repeat-x left top; 1.599 + border:1px solid #cccccc; 1.600 +} 1.601 +.x-date-mp-btns button{ 1.602 + background:#405574; 1.603 + border:1px solid; 1.604 + border-color:#cccccc #055 #055 #cccccc; 1.605 +} 1.606 + 1.607 +/* Resizable Handle */ 1.608 +.x-resizable-over .x-resizable-handle-east,.x-resizable-pinned .x-resizable-handle-east{ 1.609 + background:url(../images/midnight/sizer_e-handle.gif);background-position:left; 1.610 +} 1.611 +.x-resizable-over .x-resizable-handle-west,.x-resizable-pinned .x-resizable-handle-west{ 1.612 + background:url(../images/midnight/sizer_e-handle.gif);background-position:left; 1.613 +} 1.614 +.x-resizable-over .x-resizable-handle-south,.x-resizable-pinned .x-resizable-handle-south{ 1.615 + background:url(../images/midnight/sizer_s-handle.gif);background-position:top; 1.616 +} 1.617 +.x-resizable-over .x-resizable-handle-north,.x-resizable-pinned .x-resizable-handle-north{ 1.618 + background:url(../images/midnight/sizer_s-handle.gif);background-position:top; 1.619 +} 1.620 +.x-resizable-over .x-resizable-handle-southeast,.x-resizable-pinned .x-resizable-handle-southeast{ 1.621 + background:url(../images/midnight/sizer_se-handle.gif);background-position:top left; 1.622 +} 1.623 +.x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{ 1.624 + background:url(../images/midnight/sizer_nw-handle.gif);background-position:bottom right; 1.625 +} 1.626 +.x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{ 1.627 + background:url(../images/midnight/sizer_ne-handle.gif);background-position:bottom left; 1.628 +} 1.629 +.x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{ 1.630 + background:url(../images/midnight/sizer_sw-handle.gif);background-position:top right; 1.631 +} 1.632 + 1.633 +/* Tips */ 1.634 +.x-tip .x-tip-close{ 1.635 + background-image:url(../images/midnight/qtip_close.gif); 1.636 +} 1.637 +.x-tip .x-tip-tc{ 1.638 + background:transparent url(../images/midnight/qtip_tip-sprite.gif) no-repeat 0 -62px; 1.639 +} 1.640 +.x-tip .x-tip-tl{ 1.641 + background:transparent url(../images/midnight/qtip_tip-sprite.gif) no-repeat 0 0; 1.642 +} 1.643 +.x-tip .x-tip-tr{ 1.644 + background:transparent url(../images/midnight/qtip_tip-sprite.gif) no-repeat right 0; 1.645 +} 1.646 +.x-tip .x-tip-bc{ 1.647 + background:transparent url(../images/midnight/qtip_tip-sprite.gif) no-repeat 0 -121px; 1.648 +} 1.649 +.x-tip .x-tip-bl{ 1.650 + background:transparent url(../images/midnight/qtip_tip-sprite.gif) no-repeat 0 -59px; 1.651 +} 1.652 +.x-tip .x-tip-br{ 1.653 + background:transparent url(../images/midnight/qtip_tip-sprite.gif) no-repeat right -59px; 1.654 +} 1.655 +.x-tip .x-tip-ml{ 1.656 + background:#fff url(../images/midnight/qtip_tip-sprite.gif) no-repeat 0 -124px; 1.657 +} 1.658 +.x-tip .x-tip-mr{ 1.659 + background:transparent url(../images/midnight/qtip_tip-sprite.gif) no-repeat right -124px; 1.660 +} 1.661 +.x-form-invalid-tip .x-tip-tc{background:url(../images/default/form/error-tip-corners.gif) repeat-x 0 -12px;padding-top:6px;} 1.662 +.x-form-invalid-tip .x-tip-tl{background-image:url(../images/default/form/error-tip-corners.gif);} 1.663 +.x-form-invalid-tip .x-tip-tr{background-image:url(../images/default/form/error-tip-corners.gif);} 1.664 +.x-form-invalid-tip .x-tip-bc{background:url(../images/default/form/error-tip-corners.gif) repeat-x 0 -18px;height:6px;} 1.665 +.x-form-invalid-tip .x-tip-bl{background:url(../images/default/form/error-tip-corners.gif) no-repeat 0 -6px;} 1.666 +.x-form-invalid-tip .x-tip-br{background:url(../images/default/form/error-tip-corners.gif) no-repeat right -6px;} 1.667 +.x-form-invalid-tip .x-tip-ml{background-image:url(../images/default/form/error-tip-corners.gif);} 1.668 +.x-form-invalid-tip .x-tip-mr{background-image:url(../images/default/form/error-tip-corners.gif);} 1.669 + 1.670 + 1.671 + 1.672 + 1.673 +/* Miscellaneous */ 1.674 + 1.675 +.x-item-disabled * { 1.676 + color:#333 !important; 1.677 +}