Mercurial > laserkard
diff onlypaths/theme/css/panel.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/panel.css Sun Jan 31 12:33:33 2010 -0500 1.3 @@ -0,0 +1,423 @@ 1.4 +/* 1.5 + * Ext JS Library 2.1 1.6 + * Copyright(c) 2006-2008, Ext JS, LLC. 1.7 + * licensing@extjs.com 1.8 + * 1.9 + * http://extjs.com/license 1.10 + */ 1.11 + 1.12 +.x-panel { 1.13 + border-style: solid; 1.14 + border-color: #99bbe8; 1.15 + border-width:0; 1.16 +} 1.17 + 1.18 +.x-panel-header { 1.19 + overflow:hidden; 1.20 + zoom:1; 1.21 + color:#15428b; 1.22 + font:bold 11px tahoma,arial,verdana,sans-serif; 1.23 + padding:5px 3px 4px 5px; 1.24 + border:1px solid #99bbe8; 1.25 + line-height: 15px; 1.26 + background: transparent url(../images/default/panel/white-top-bottom.gif) repeat-x 0 -1px; 1.27 +} 1.28 + 1.29 +.x-panel-body { 1.30 + border:1px solid #99bbe8; 1.31 + border-top:0 none; 1.32 + overflow:hidden; 1.33 + background:white; 1.34 + position: relative; /* added for item scroll positioning */ 1.35 +} 1.36 + 1.37 +.x-panel-bbar .x-toolbar { 1.38 + border:1px solid #99bbe8; 1.39 + border-top:0 none; 1.40 + overflow:hidden; 1.41 + padding:2px; 1.42 +} 1.43 + 1.44 + 1.45 +.x-panel-tbar .x-toolbar { 1.46 + border:1px solid #99bbe8; 1.47 + border-top:0 none; 1.48 + overflow:hidden; 1.49 + padding:2px; 1.50 +} 1.51 + 1.52 +.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar { 1.53 + border-top:1px solid #99bbe8; 1.54 + border-bottom: 0 none; 1.55 +} 1.56 +.x-panel-body-noheader, .x-panel-mc .x-panel-body { 1.57 + border-top:1px solid #99bbe8; 1.58 +} 1.59 +.x-panel-header { 1.60 + overflow:hidden; 1.61 + zoom:1; 1.62 +} 1.63 +.x-panel-tl .x-panel-header { 1.64 + color:#15428b; 1.65 + font:bold 11px tahoma,arial,verdana,sans-serif; 1.66 + padding:5px 0 4px 0; 1.67 + border:0 none; 1.68 + background:transparent; 1.69 +} 1.70 +.x-panel-tl .x-panel-icon, .x-window-tl .x-panel-icon { 1.71 + padding-left:20px !important; 1.72 + background-repeat:no-repeat; 1.73 + background-position:0 4px; 1.74 + zoom:1; 1.75 +} 1.76 +.x-panel-inline-icon { 1.77 + width:16px; 1.78 + height:16px; 1.79 + background-repeat:no-repeat; 1.80 + background-position:0 0; 1.81 + vertical-align:middle; 1.82 + margin-right:4px; 1.83 + margin-top:-1px; 1.84 + margin-bottom:-1px; 1.85 +} 1.86 +.x-panel-tc { 1.87 + background: transparent url(../images/default/panel/top-bottom.gif) repeat-x 0 0; 1.88 + overflow:hidden; 1.89 +} 1.90 +/* fix ie7 strict mode bug */ 1.91 +.ext-strict .ext-ie7 .x-panel-tc { 1.92 + overflow: visible; 1.93 +} 1.94 +.x-panel-tl { 1.95 + background: transparent url(../images/default/panel/corners-sprite.gif) no-repeat 0 0; 1.96 + padding-left:6px; 1.97 + zoom:1; 1.98 + border-bottom:1px solid #99bbe8; 1.99 +} 1.100 +.x-panel-tr { 1.101 + background: transparent url(../images/default/panel/corners-sprite.gif) no-repeat right 0; 1.102 + zoom:1; 1.103 + padding-right:6px; 1.104 +} 1.105 +.x-panel-bc { 1.106 + background: transparent url(../images/default/panel/top-bottom.gif) repeat-x 0 bottom; 1.107 + zoom:1; 1.108 +} 1.109 +.x-panel-bc .x-panel-footer { 1.110 + zoom:1; 1.111 +} 1.112 + 1.113 +.x-panel-bl { 1.114 + background: transparent url(../images/default/panel/corners-sprite.gif) no-repeat 0 bottom; 1.115 + padding-left:6px; 1.116 + zoom:1; 1.117 +} 1.118 +.x-panel-br { 1.119 + background: transparent url(../images/default/panel/corners-sprite.gif) no-repeat right bottom; 1.120 + padding-right:6px; 1.121 + zoom:1; 1.122 +} 1.123 +.x-panel-mc { 1.124 + border:0 none; 1.125 + padding:0; 1.126 + margin:0; 1.127 + font: normal 11px tahoma,arial,helvetica,sans-serif; 1.128 + padding-top:6px; 1.129 + background:#dfe8f6; 1.130 +} 1.131 +.x-panel-mc .x-panel-body { 1.132 + background:transparent; 1.133 + border: 0 none; 1.134 +} 1.135 +.x-panel-ml { 1.136 + background: #fff url(../images/default/panel/left-right.gif) repeat-y 0 0; 1.137 + padding-left:6px; 1.138 + zoom:1; 1.139 +} 1.140 +.x-panel-mr { 1.141 + background: transparent url(../images/default/panel/left-right.gif) repeat-y right 0; 1.142 + padding-right:6px; 1.143 + zoom:1; 1.144 +} 1.145 +.x-panel-bc .x-panel-footer { 1.146 + padding-bottom:6px; 1.147 +} 1.148 +.x-panel-nofooter .x-panel-bc, .x-panel-nofooter .x-window-bc { 1.149 + height:6px; 1.150 + font-size:0; 1.151 + line-height:0; 1.152 +} 1.153 + 1.154 +.x-panel-bwrap { 1.155 + overflow:hidden; 1.156 + zoom:1; 1.157 +} 1.158 +.x-panel-body { 1.159 + overflow:hidden; 1.160 + zoom:1; 1.161 +} 1.162 + 1.163 +.x-panel-collapsed .x-resizable-handle{ 1.164 + display:none; 1.165 +} 1.166 + 1.167 +.ext-gecko .x-panel-animated div { 1.168 + overflow:hidden !important; 1.169 +} 1.170 + 1.171 +/* Plain */ 1.172 +.x-plain-body { 1.173 + overflow:hidden; 1.174 +} 1.175 + 1.176 +.x-plain-bbar .x-toolbar { 1.177 + overflow:hidden; 1.178 + padding:2px; 1.179 +} 1.180 + 1.181 +.x-plain-tbar .x-toolbar { 1.182 + overflow:hidden; 1.183 + padding:2px; 1.184 +} 1.185 + 1.186 +.x-plain-bwrap { 1.187 + overflow:hidden; 1.188 + zoom:1; 1.189 +} 1.190 + 1.191 +.x-plain { 1.192 + overflow:hidden; 1.193 +} 1.194 + 1.195 +/* Tools */ 1.196 +.x-tool { 1.197 + overflow:hidden; 1.198 + width:15px; 1.199 + height:15px; 1.200 + float:right; 1.201 + cursor:pointer; 1.202 + background:transparent url(../images/default/panel/tool-sprites.gif) no-repeat; 1.203 + margin-left:2px; 1.204 +} 1.205 + 1.206 +/* expand / collapse tools */ 1.207 +.x-tool-toggle { 1.208 + background-position:0 -60px; 1.209 +} 1.210 +.x-tool-toggle-over { 1.211 + background-position:-15px -60px; 1.212 +} 1.213 +.x-panel-collapsed .x-tool-toggle { 1.214 + background-position:0 -75px; 1.215 +} 1.216 +.x-panel-collapsed .x-tool-toggle-over { 1.217 + background-position:-15px -75px; 1.218 +} 1.219 + 1.220 +.x-tool-close { 1.221 + background-position:0 -0; 1.222 +} 1.223 +.x-tool-close-over { 1.224 + background-position:-15px 0; 1.225 +} 1.226 + 1.227 +.x-tool-minimize { 1.228 + background-position:0 -15px; 1.229 +} 1.230 +.x-tool-minimize-over { 1.231 + background-position:-15px -15px; 1.232 +} 1.233 + 1.234 +.x-tool-maximize { 1.235 + background-position:0 -30px; 1.236 +} 1.237 +.x-tool-maximize-over { 1.238 + background-position:-15px -30px; 1.239 +} 1.240 + 1.241 +.x-tool-restore { 1.242 + background-position:0 -45px; 1.243 +} 1.244 +.x-tool-restore-over { 1.245 + background-position:-15px -45px; 1.246 +} 1.247 + 1.248 +.x-tool-gear { 1.249 + background-position:0 -90px; 1.250 +} 1.251 +.x-tool-gear-over { 1.252 + background-position:-15px -90px; 1.253 +} 1.254 + 1.255 +.x-tool-pin { 1.256 + background-position:0 -135px; 1.257 +} 1.258 +.x-tool-pin-over { 1.259 + background-position:-15px -135px; 1.260 +} 1.261 +.x-tool-unpin { 1.262 + background-position:0 -150px; 1.263 +} 1.264 +.x-tool-unpin-over { 1.265 + background-position:-15px -150px; 1.266 +} 1.267 +.x-tool-right { 1.268 + background-position:0 -165px; 1.269 +} 1.270 +.x-tool-right-over { 1.271 + background-position:-15px -165px; 1.272 +} 1.273 +.x-tool-left { 1.274 + background-position:0 -180px; 1.275 +} 1.276 +.x-tool-left-over { 1.277 + background-position:-15px -180px; 1.278 +} 1.279 +.x-tool-up { 1.280 + background-position:0 -210px; 1.281 +} 1.282 +.x-tool-up-over { 1.283 + background-position:-15px -210px; 1.284 +} 1.285 +.x-tool-down { 1.286 + background-position:0 -195px; 1.287 +} 1.288 +.x-tool-down-over { 1.289 + background-position:-15px -195px; 1.290 +} 1.291 +.x-tool-refresh { 1.292 + background-position:0 -225px; 1.293 +} 1.294 +.x-tool-refresh-over { 1.295 + background-position:-15px -225px; 1.296 +} 1.297 + 1.298 +.x-tool-minus { 1.299 + background-position:0 -255px; 1.300 +} 1.301 +.x-tool-minus-over { 1.302 + background-position:-15px -255px; 1.303 +} 1.304 +.x-tool-plus { 1.305 + background-position:0 -240px; 1.306 +} 1.307 +.x-tool-plus-over { 1.308 + background-position:-15px -240px; 1.309 +} 1.310 + 1.311 +.x-tool-search { 1.312 + background-position:0 -270px; 1.313 +} 1.314 +.x-tool-search-over { 1.315 + background-position:-15px -270px; 1.316 +} 1.317 +.x-tool-save { 1.318 + background-position:0 -285px; 1.319 +} 1.320 +.x-tool-save-over { 1.321 + background-position:-15px -285px; 1.322 +} 1.323 +.x-tool-help { 1.324 + background-position:0 -300px; 1.325 +} 1.326 +.x-tool-help-over { 1.327 + background-position:-15px -300px; 1.328 +} 1.329 +.x-tool-print { 1.330 + background-position:0 -315px; 1.331 +} 1.332 +.x-tool-print-over { 1.333 + background-position:-15px -315px; 1.334 +} 1.335 + 1.336 +/* Ghosting */ 1.337 +.x-panel-ghost { 1.338 + background:#cbddf3; 1.339 + z-index:12000; 1.340 + overflow:hidden; 1.341 + position:absolute; 1.342 + left:0;top:0; 1.343 + opacity:.65; 1.344 + -moz-opacity:.65; 1.345 + filter:alpha(opacity=65); 1.346 +} 1.347 + 1.348 +.x-panel-ghost ul { 1.349 + margin:0; 1.350 + padding:0; 1.351 + overflow:hidden; 1.352 + font-size:0; 1.353 + line-height:0; 1.354 + border:1px solid #99bbe8; 1.355 + border-top:0 none; 1.356 + display:block; 1.357 +} 1.358 + 1.359 +.x-panel-ghost * { 1.360 + cursor:move !important; 1.361 +} 1.362 + 1.363 +.x-panel-dd-spacer { 1.364 + border:2px dashed #99bbe8; 1.365 +} 1.366 +/* Buttons */ 1.367 + 1.368 +.x-panel-btns-ct { 1.369 + padding:5px; 1.370 +} 1.371 + 1.372 +.x-panel-btns-ct .x-btn{ 1.373 + float:right; 1.374 + clear:none; 1.375 +} 1.376 +.x-panel-btns-ct .x-panel-btns td { 1.377 + border:0; 1.378 + padding:0; 1.379 +} 1.380 +.x-panel-btns-ct .x-panel-btns-right table{ 1.381 + float:right; 1.382 + clear:none; 1.383 +} 1.384 +.x-panel-btns-ct .x-panel-btns-left table{ 1.385 + float:left; 1.386 + clear:none; 1.387 +} 1.388 +.x-panel-btns-ct .x-panel-btns-center{ 1.389 + text-align:center; /*ie*/ 1.390 +} 1.391 +.x-panel-btns-ct .x-panel-btns-center table{ 1.392 + margin:0 auto; /*everyone else*/ 1.393 +} 1.394 +.x-panel-btns-ct table td.x-panel-btn-td{ 1.395 + padding:3px; 1.396 +} 1.397 + 1.398 +.x-panel-btns-ct .x-btn-focus .x-btn-left{ 1.399 + background-position:0 -147px; 1.400 +} 1.401 +.x-panel-btns-ct .x-btn-focus .x-btn-right{ 1.402 + background-position:0 -168px; 1.403 +} 1.404 +.x-panel-btns-ct .x-btn-focus .x-btn-center{ 1.405 + background-position:0 -189px; 1.406 +} 1.407 + 1.408 +.x-panel-btns-ct .x-btn-over .x-btn-left{ 1.409 + background-position:0 -63px; 1.410 +} 1.411 +.x-panel-btns-ct .x-btn-over .x-btn-right{ 1.412 + background-position:0 -84px; 1.413 +} 1.414 +.x-panel-btns-ct .x-btn-over .x-btn-center{ 1.415 + background-position:0 -105px; 1.416 +} 1.417 + 1.418 +.x-panel-btns-ct .x-btn-click .x-btn-center{ 1.419 + background-position:0 -126px; 1.420 +} 1.421 +.x-panel-btns-ct .x-btn-click .x-btn-right{ 1.422 + background-position:0 -84px; 1.423 +} 1.424 +.x-panel-btns-ct .x-btn-click .x-btn-left{ 1.425 + background-position:0 -63px; 1.426 +} 1.427 \ No newline at end of file