Mercurial > laserkard
diff onlypaths/theme/css/layout.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/layout.css Sun Jan 31 12:33:33 2010 -0500 1.3 @@ -0,0 +1,267 @@ 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-border-layout-ct { 1.13 + background:#dfe8f6; 1.14 +} 1.15 +.x-border-panel { 1.16 + position:absolute; 1.17 + left:0; 1.18 + top:0; 1.19 +} 1.20 + 1.21 +.x-tool-collapse-south { 1.22 + background-position:0 -195px; 1.23 +} 1.24 +.x-tool-collapse-south-over { 1.25 + background-position:-15px -195px; 1.26 +} 1.27 + 1.28 +.x-tool-collapse-north { 1.29 + background-position:0 -210px; 1.30 +} 1.31 +.x-tool-collapse-north-over { 1.32 + background-position:-15px -210px; 1.33 +} 1.34 + 1.35 +.x-tool-collapse-west { 1.36 + background-position:0 -180px; 1.37 +} 1.38 +.x-tool-collapse-west-over { 1.39 + background-position:-15px -180px; 1.40 +} 1.41 + 1.42 +.x-tool-collapse-east { 1.43 + background-position:0 -165px; 1.44 +} 1.45 +.x-tool-collapse-east-over { 1.46 + background-position:-15px -165px; 1.47 +} 1.48 + 1.49 + 1.50 +.x-tool-expand-south { 1.51 + background-position:0 -210px; 1.52 +} 1.53 +.x-tool-expand-south-over { 1.54 + background-position:-15px -210px; 1.55 +} 1.56 + 1.57 +.x-tool-expand-north { 1.58 + background-position:0 -195px; 1.59 +} 1.60 +.x-tool-expand-north-over { 1.61 + background-position:-15px -195px; 1.62 +} 1.63 + 1.64 +.x-tool-expand-west { 1.65 + background-position:0 -165px; 1.66 +} 1.67 +.x-tool-expand-west-over { 1.68 + background-position:-15px -165px; 1.69 +} 1.70 + 1.71 +.x-tool-expand-east { 1.72 + background-position:0 -180px; 1.73 +} 1.74 +.x-tool-expand-east-over { 1.75 + background-position:-15px -180px; 1.76 +} 1.77 + 1.78 +.x-tool-expand-north, .x-tool-expand-south { 1.79 + float:right; 1.80 + margin:3px; 1.81 +} 1.82 +.x-tool-expand-east, .x-tool-expand-west { 1.83 + float:none; 1.84 + margin:3px auto; 1.85 +} 1.86 + 1.87 + 1.88 + 1.89 +.x-accordion-hd .x-tool-toggle { 1.90 + background-position:0 -255px; 1.91 +} 1.92 +.x-accordion-hd .x-tool-toggle-over { 1.93 + background-position:-15px -255px; 1.94 +} 1.95 +.x-panel-collapsed .x-accordion-hd .x-tool-toggle { 1.96 + background-position:0 -240px; 1.97 +} 1.98 +.x-panel-collapsed .x-accordion-hd .x-tool-toggle-over { 1.99 + background-position:-15px -240px; 1.100 +} 1.101 + 1.102 +.x-accordion-hd { 1.103 + color:#222; 1.104 + padding-top:4px; 1.105 + padding-bottom:3px; 1.106 + border-top:0 none; 1.107 + font-weight:normal; 1.108 + background: transparent url(../images/default/panel/light-hd.gif) repeat-x 0 -9px; 1.109 +} 1.110 + 1.111 +.x-layout-collapsed{ 1.112 + position:absolute; 1.113 + left:-10000px; 1.114 + top:-10000px; 1.115 + visibility:hidden; 1.116 + background-color:#d2e0f2; 1.117 + width:20px; 1.118 + height:20px; 1.119 + overflow:hidden; 1.120 + border:1px solid #98c0f4; 1.121 + z-index:20; 1.122 +} 1.123 +.ext-border-box .x-layout-collapsed{ 1.124 + width:22px; 1.125 + height:22px; 1.126 +} 1.127 +.x-layout-collapsed-over{ 1.128 + cursor:pointer; 1.129 + background-color:#d9e8fb; 1.130 +} 1.131 +.x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools{ 1.132 + position:absolute; 1.133 + top:0; 1.134 + left:0; 1.135 + width:20px; 1.136 + height:20px; 1.137 +} 1.138 + 1.139 + 1.140 +.x-layout-split{ 1.141 + position:absolute; 1.142 + height:5px; 1.143 + width:5px; 1.144 + line-height:1px; 1.145 + font-size:1px; 1.146 + z-index:3; 1.147 + background-color:transparent; 1.148 +} 1.149 + 1.150 +.x-layout-split-h{ 1.151 + background-image:url(../images/default/s.gif); 1.152 + background-position: left; 1.153 +} 1.154 +.x-layout-split-v{ 1.155 + background-image:url(../images/default/s.gif); 1.156 + background-position: top; 1.157 +} 1.158 + 1.159 +.x-column-layout-ct { 1.160 + overflow:hidden; 1.161 + /*padding:3px 3px 3px 3px;*/ 1.162 + zoom:1; 1.163 +} 1.164 + 1.165 +.x-column { 1.166 + float:left; 1.167 + padding:0; 1.168 + margin:0; 1.169 + overflow:hidden; 1.170 + zoom:1; 1.171 + /*margin:3px;*/ 1.172 +} 1.173 + 1.174 +/* mini mode */ 1.175 + 1.176 +.x-layout-mini { 1.177 + position:absolute; 1.178 + top:0; 1.179 + left:0; 1.180 + display:block; 1.181 + width:5px; 1.182 + height:35px; 1.183 + cursor:pointer; 1.184 + opacity:.5; 1.185 + -moz-opacity:.5; 1.186 + filter:alpha(opacity=50); 1.187 +} 1.188 +.x-layout-mini-over, .x-layout-collapsed-over .x-layout-mini{ 1.189 + opacity:1; 1.190 + -moz-opacity:1; 1.191 + filter:none; 1.192 +} 1.193 + 1.194 +.x-layout-split-west .x-layout-mini { 1.195 + top:48%; 1.196 + background-image:url(../images/default/layout/mini-left.gif); 1.197 +} 1.198 +.x-layout-split-east .x-layout-mini { 1.199 + top:48%; 1.200 + background-image:url(../images/default/layout/mini-right.gif); 1.201 +} 1.202 +.x-layout-split-north .x-layout-mini { 1.203 + left:48%; 1.204 + height:5px; 1.205 + width:35px; 1.206 + background-image:url(../images/default/layout/mini-top.gif); 1.207 +} 1.208 +.x-layout-split-south .x-layout-mini { 1.209 + left:48%; 1.210 + height:5px; 1.211 + width:35px; 1.212 + background-image:url(../images/default/layout/mini-bottom.gif); 1.213 +} 1.214 + 1.215 + 1.216 +.x-layout-cmini-west .x-layout-mini { 1.217 + top:48%; 1.218 + background-image:url(../images/default/layout/mini-right.gif); 1.219 +} 1.220 + 1.221 +.x-layout-cmini-east .x-layout-mini { 1.222 + top:48%; 1.223 + background-image:url(../images/default/layout/mini-left.gif); 1.224 +} 1.225 + 1.226 +.x-layout-cmini-north .x-layout-mini { 1.227 + left:48%; 1.228 + height:5px; 1.229 + width:35px; 1.230 + background-image:url(../images/default/layout/mini-bottom.gif); 1.231 +} 1.232 + 1.233 +.x-layout-cmini-south .x-layout-mini { 1.234 + left:48%; 1.235 + height:5px; 1.236 + width:35px; 1.237 + background-image:url(../images/default/layout/mini-top.gif); 1.238 +} 1.239 + 1.240 +.x-layout-cmini-west, .x-layout-cmini-east { 1.241 + border:0 none; 1.242 + width:5px !important; 1.243 + padding:0; 1.244 + background:transparent; 1.245 +} 1.246 + 1.247 +.x-layout-cmini-north, .x-layout-cmini-south { 1.248 + border:0 none; 1.249 + height:5px !important; 1.250 + padding:0; 1.251 + background:transparent; 1.252 +} 1.253 + 1.254 +.x-viewport, .x-viewport body { 1.255 + margin: 0; 1.256 + padding: 0; 1.257 + border: 0 none; 1.258 + overflow: hidden; 1.259 + height: 100%; 1.260 +} 1.261 + 1.262 +.x-abs-layout-item { 1.263 + position:absolute; 1.264 + left:0; 1.265 + top:0; 1.266 +} 1.267 + 1.268 +.ext-ie input.x-abs-layout-item, .ext-ie textarea.x-abs-layout-item { 1.269 + margin:0; 1.270 +} 1.271 \ No newline at end of file