Mercurial > laserkard
diff onlypaths/theme/css/core.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/core.css Sun Jan 31 12:33:33 2010 -0500 1.3 @@ -0,0 +1,314 @@ 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 +.ext-el-mask { 1.13 + z-index: 20000; 1.14 + position: absolute; 1.15 + top:0; 1.16 + left:0; 1.17 + -moz-opacity: 0.5; 1.18 + opacity: .50; 1.19 + filter: alpha(opacity=50); 1.20 + background-color: #CCC; 1.21 + width: 100%; 1.22 + height: 100%; 1.23 + zoom: 1; 1.24 +} 1.25 +.ext-el-mask-msg { 1.26 + z-index: 20001; 1.27 + position: absolute; 1.28 + top: 0; 1.29 + left: 0; 1.30 + border:1px solid #6593cf; 1.31 + background: #c3daf9 url(../images/default/box/tb-blue.gif) repeat-x 0 -16px; 1.32 + padding:2px; 1.33 +} 1.34 +.ext-el-mask-msg div { 1.35 + padding:5px 10px 5px 10px; 1.36 + background: #eee; 1.37 + border:1px solid #a3bad9; 1.38 + color:#222; 1.39 + font:normal 11px tahoma, arial, helvetica, sans-serif; 1.40 + cursor:wait; 1.41 +} 1.42 + 1.43 +.ext-shim { 1.44 + position:absolute; 1.45 + visibility:hidden; 1.46 + left:0; 1.47 + top:0; 1.48 + overflow:hidden; 1.49 +} 1.50 +.ext-ie .ext-shim { 1.51 + filter: alpha(opacity=0); 1.52 +} 1.53 +.ext-ie6 .ext-shim { 1.54 + margin-left: 5px; 1.55 + margin-top: 3px; 1.56 +} 1.57 + 1.58 +.x-mask-loading div { 1.59 + padding:5px 10px 5px 25px; 1.60 + background: #fbfbfb url( '../images/default/grid/loading.gif' ) no-repeat 5px 5px; 1.61 + line-height: 16px; 1.62 +} 1.63 +/* class for hiding elements without using display:none */ 1.64 +.x-hidden, .x-hide-offsets { 1.65 + position:absolute; 1.66 + left:-10000px; 1.67 + top:-10000px; 1.68 + visibility:hidden; 1.69 +} 1.70 +.x-hide-display { 1.71 + display:none !important; 1.72 +} 1.73 + 1.74 +.x-hide-visibility { 1.75 + visibility:hidden !important; 1.76 +} 1.77 + 1.78 +.x-masked { 1.79 + overflow: hidden !important; 1.80 +} 1.81 + 1.82 +.x-masked select, .x-masked object, .x-masked embed { 1.83 + visibility: hidden; 1.84 +} 1.85 + 1.86 +.x-layer { 1.87 + visibility: hidden; 1.88 +} 1.89 + 1.90 +.x-unselectable, .x-unselectable * { 1.91 + -moz-user-select: none; 1.92 + -khtml-user-select: none; 1.93 +} 1.94 + 1.95 +.x-repaint { 1.96 + zoom: 1; 1.97 + background-color: transparent; 1.98 + -moz-outline: none; 1.99 +} 1.100 + 1.101 +.x-item-disabled { 1.102 + color: gray; 1.103 + cursor: default; 1.104 + opacity: .6; 1.105 + -moz-opacity: .6; 1.106 + filter: alpha(opacity=60); 1.107 +} 1.108 + 1.109 +.x-item-disabled * { 1.110 + color: gray !important; 1.111 + cursor: default !important; 1.112 +} 1.113 + 1.114 +.x-splitbar-proxy { 1.115 + position: absolute; 1.116 + visibility: hidden; 1.117 + z-index: 20001; 1.118 + background: #aaa; 1.119 + zoom: 1; 1.120 + line-height: 1px; 1.121 + font-size: 1px; 1.122 + overflow: hidden; 1.123 +} 1.124 + 1.125 +.x-splitbar-h, .x-splitbar-proxy-h { 1.126 + cursor: e-resize; 1.127 + cursor: col-resize; 1.128 +} 1.129 + 1.130 +.x-splitbar-v, .x-splitbar-proxy-v { 1.131 + cursor: s-resize; 1.132 + cursor: row-resize; 1.133 +} 1.134 + 1.135 +.x-color-palette { 1.136 + width: 150px; 1.137 + height: 92px; 1.138 + cursor: pointer; 1.139 +} 1.140 + 1.141 +.x-color-palette a { 1.142 + border: 1px solid #fff; 1.143 + float: left; 1.144 + padding: 2px; 1.145 + text-decoration: none; 1.146 + -moz-outline: 0 none; 1.147 + outline: 0 none; 1.148 + cursor: pointer; 1.149 +} 1.150 + 1.151 +.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel { 1.152 + border: 1px solid #8BB8F3; 1.153 + background: #deecfd; 1.154 +} 1.155 + 1.156 +.x-color-palette em { 1.157 + display: block; 1.158 + border: 1px solid #ACA899; 1.159 +} 1.160 + 1.161 +.x-color-palette em span { 1.162 + cursor: pointer; 1.163 + display: block; 1.164 + height: 10px; 1.165 + line-height: 10px; 1.166 + width: 10px; 1.167 +} 1.168 + 1.169 +.x-ie-shadow { 1.170 + display: none; 1.171 + position: absolute; 1.172 + overflow: hidden; 1.173 + left:0; 1.174 + top:0; 1.175 + background:#777; 1.176 + zoom:1; 1.177 +} 1.178 + 1.179 +.x-shadow { 1.180 + display: none; 1.181 + position: absolute; 1.182 + overflow: hidden; 1.183 + left:0; 1.184 + top:0; 1.185 +} 1.186 + 1.187 +.x-shadow * { 1.188 + overflow: hidden; 1.189 +} 1.190 + 1.191 +.x-shadow * { 1.192 + padding: 0; 1.193 + border: 0; 1.194 + margin: 0; 1.195 + clear: none; 1.196 + zoom: 1; 1.197 +} 1.198 + 1.199 +/* top bottom */ 1.200 +.x-shadow .xstc, .x-shadow .xsbc { 1.201 + height: 6px; 1.202 + float: left; 1.203 +} 1.204 + 1.205 +/* corners */ 1.206 +.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr { 1.207 + width: 6px; 1.208 + height: 6px; 1.209 + float: left; 1.210 +} 1.211 + 1.212 +/* sides */ 1.213 +.x-shadow .xsc { 1.214 + width: 100%; 1.215 +} 1.216 + 1.217 +.x-shadow .xsml, .x-shadow .xsmr { 1.218 + width: 6px; 1.219 + float: left; 1.220 + height: 100%; 1.221 +} 1.222 + 1.223 +.x-shadow .xsmc { 1.224 + float: left; 1.225 + height: 100%; 1.226 + background: transparent url( ../images/default/shadow-c.png ); 1.227 +} 1.228 + 1.229 +.x-shadow .xst, .x-shadow .xsb { 1.230 + height: 6px; 1.231 + overflow: hidden; 1.232 + width: 100%; 1.233 +} 1.234 + 1.235 +.x-shadow .xsml { 1.236 + background: transparent url( ../images/default/shadow-lr.png ) repeat-y 0 0; 1.237 +} 1.238 + 1.239 +.x-shadow .xsmr { 1.240 + background: transparent url( ../images/default/shadow-lr.png ) repeat-y -6px 0; 1.241 +} 1.242 + 1.243 +.x-shadow .xstl { 1.244 + background: transparent url( ../images/default/shadow.png ) no-repeat 0 0; 1.245 +} 1.246 + 1.247 +.x-shadow .xstc { 1.248 + background: transparent url( ../images/default/shadow.png ) repeat-x 0 -30px; 1.249 +} 1.250 + 1.251 +.x-shadow .xstr { 1.252 + background: transparent url( ../images/default/shadow.png ) repeat-x 0 -18px; 1.253 +} 1.254 + 1.255 +.x-shadow .xsbl { 1.256 + background: transparent url( ../images/default/shadow.png ) no-repeat 0 -12px; 1.257 +} 1.258 + 1.259 +.x-shadow .xsbc { 1.260 + background: transparent url( ../images/default/shadow.png ) repeat-x 0 -36px; 1.261 +} 1.262 + 1.263 +.x-shadow .xsbr { 1.264 + background: transparent url( ../images/default/shadow.png ) repeat-x 0 -6px; 1.265 +} 1.266 + 1.267 +.loading-indicator { 1.268 + font-size: 11px; 1.269 + background-image: url(../images/default/grid/loading.gif); 1.270 + background-repeat: no-repeat; 1.271 + background-position: left; 1.272 + padding-left: 20px; 1.273 + line-height: 16px; 1.274 + margin: 3px; 1.275 +} 1.276 + 1.277 +.x-text-resize { 1.278 + position: absolute; 1.279 + left: -1000px; 1.280 + top: -1000px; 1.281 + visibility: hidden; 1.282 + zoom: 1; 1.283 +} 1.284 + 1.285 +.x-drag-overlay { 1.286 + width: 100%; 1.287 + height: 100%; 1.288 + display: none; 1.289 + position: absolute; 1.290 + left: 0; 1.291 + top: 0; 1.292 + background-image:url(../images/default/s.gif); 1.293 + z-index: 20000; 1.294 +} 1.295 + 1.296 +.x-clear { 1.297 + clear:both; 1.298 + height:0; 1.299 + overflow:hidden; 1.300 + line-height:0; 1.301 + font-size:0; 1.302 +} 1.303 + 1.304 + 1.305 +.x-spotlight { 1.306 + z-index: 8999; 1.307 + position: absolute; 1.308 + top:0; 1.309 + left:0; 1.310 + -moz-opacity: 0.5; 1.311 + opacity: .50; 1.312 + filter: alpha(opacity=50); 1.313 + background-color: #CCC; 1.314 + width:0; 1.315 + height:0; 1.316 + zoom: 1; 1.317 +}