Mercurial > laserkard
diff onlypaths/theme/css/window.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/window.css Sun Jan 31 12:33:33 2010 -0500 1.3 @@ -0,0 +1,207 @@ 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-window { 1.13 + zoom:1; 1.14 +} 1.15 +.x-window .x-resizable-handle { 1.16 + opacity:0; 1.17 + -moz-opacity:0; 1.18 + filter:alpha(opacity=0); 1.19 +} 1.20 + 1.21 +.x-window-proxy { 1.22 + background:#C7DFFC; 1.23 + border:1px solid #99bbe8; 1.24 + z-index:12000; 1.25 + overflow:hidden; 1.26 + position:absolute; 1.27 + left:0;top:0; 1.28 + display:none; 1.29 + opacity:.5; 1.30 + -moz-opacity:.5; 1.31 + filter:alpha(opacity=50); 1.32 +} 1.33 + 1.34 +.x-window-header { 1.35 + overflow:hidden; 1.36 + zoom:1; 1.37 +} 1.38 +.x-window-bwrap { 1.39 + z-index:1; 1.40 + position:relative; 1.41 + zoom:1; 1.42 +} 1.43 +.x-window-tl .x-window-header { 1.44 + color:#15428b; 1.45 + font:bold 11px tahoma,arial,verdana,sans-serif; 1.46 + padding:5px 0 4px 0; 1.47 +} 1.48 +.x-window-header-text { 1.49 + cursor:pointer; 1.50 +} 1.51 +.x-window-tc { 1.52 + background: transparent url(../images/default/window/top-bottom.png) repeat-x 0 0; 1.53 + overflow:hidden; 1.54 + zoom:1; 1.55 +} 1.56 +.x-window-tl { 1.57 + background: transparent url(../images/default/window/left-corners.png) no-repeat 0 0; 1.58 + padding-left:6px; 1.59 + zoom:1; 1.60 + z-index:1; 1.61 + position:relative; 1.62 +} 1.63 +.x-window-tr { 1.64 + background: transparent url(../images/default/window/right-corners.png) no-repeat right 0; 1.65 + padding-right:6px; 1.66 +} 1.67 +.x-window-bc { 1.68 + background: transparent url(../images/default/window/top-bottom.png) repeat-x 0 bottom; 1.69 + zoom:1; 1.70 +} 1.71 +.x-window-bc .x-window-footer { 1.72 + padding-bottom:6px; 1.73 + zoom:1; 1.74 + font-size:0; 1.75 + line-height:0; 1.76 +} 1.77 +.x-window-bl { 1.78 + background: transparent url(../images/default/window/left-corners.png) no-repeat 0 bottom; 1.79 + padding-left:6px; 1.80 + zoom:1; 1.81 +} 1.82 +.x-window-br { 1.83 + background: transparent url(../images/default/window/right-corners.png) no-repeat right bottom; 1.84 + padding-right:6px; 1.85 + zoom:1; 1.86 +} 1.87 +.x-window-mc { 1.88 + border:1px solid #99bbe8; 1.89 + padding:0; 1.90 + margin:0; 1.91 + font: normal 11px tahoma,arial,helvetica,sans-serif; 1.92 + background:#dfe8f6; 1.93 +} 1.94 + 1.95 + 1.96 +.x-window-ml { 1.97 + background: transparent url(../images/default/window/left-right.png) repeat-y 0 0; 1.98 + padding-left:6px; 1.99 + zoom:1; 1.100 +} 1.101 +.x-window-mr { 1.102 + background: transparent url(../images/default/window/left-right.png) repeat-y right 0; 1.103 + padding-right:6px; 1.104 + zoom:1; 1.105 +} 1.106 +.x-window-body { 1.107 + overflow:hidden; 1.108 +} 1.109 +.x-window-bwrap { 1.110 + overflow:hidden; 1.111 +} 1.112 +.x-window-maximized .x-window-bl, .x-window-maximized .x-window-br, 1.113 + .x-window-maximized .x-window-ml, .x-window-maximized .x-window-mr, 1.114 + .x-window-maximized .x-window-tl, .x-window-maximized .x-window-tr { 1.115 + padding:0; 1.116 +} 1.117 +.x-window-maximized .x-window-footer { 1.118 + padding-bottom:0; 1.119 +} 1.120 +.x-window-maximized .x-window-tc { 1.121 + padding-left:3px; 1.122 + padding-right:3px; 1.123 + background-color:white; 1.124 +} 1.125 +.x-window-maximized .x-window-mc { 1.126 + border-left:0 none; 1.127 + border-right:0 none; 1.128 +} 1.129 +.x-window-tbar .x-toolbar, .x-window-bbar .x-toolbar { 1.130 + border-left:0 none; 1.131 + border-right: 0 none; 1.132 +} 1.133 +.x-window-bbar .x-toolbar { 1.134 + border-top:1px solid #99bbe8; 1.135 + border-bottom:0 none; 1.136 +} 1.137 +.x-window-draggable, .x-window-draggable .x-window-header-text { 1.138 + cursor:move; 1.139 +} 1.140 +.x-window-maximized .x-window-draggable, .x-window-maximized .x-window-draggable .x-window-header-text { 1.141 + cursor:default; 1.142 +} 1.143 +.x-window-body { 1.144 + background:transparent; 1.145 +} 1.146 +.x-panel-ghost .x-window-tl { 1.147 + border-bottom:1px solid #99bbe8; 1.148 +} 1.149 +.x-panel-collapsed .x-window-tl { 1.150 + border-bottom:1px solid #84a0c4; 1.151 +} 1.152 +.x-window-maximized-ct { 1.153 + overflow:hidden; 1.154 +} 1.155 +.x-window-maximized .x-resizable-handle { 1.156 + display:none; 1.157 +} 1.158 +.x-window-sizing-ghost ul { 1.159 + border:0 none !important; 1.160 +} 1.161 + 1.162 + 1.163 +.x-dlg-focus{ 1.164 + -moz-outline:0 none; 1.165 + outline:0 none; 1.166 + width:0; 1.167 + height:0; 1.168 + overflow:hidden; 1.169 + position:absolute; 1.170 + top:0; 1.171 + left:0; 1.172 +} 1.173 +.x-dlg-mask{ 1.174 + z-index:10000; 1.175 + display:none; 1.176 + position:absolute; 1.177 + top:0; 1.178 + left:0; 1.179 + -moz-opacity: 0.5; 1.180 + opacity:.50; 1.181 + filter: alpha(opacity=50); 1.182 + background-color:#CCC; 1.183 +} 1.184 + 1.185 +body.ext-ie6.x-body-masked select { 1.186 + visibility:hidden; 1.187 +} 1.188 +body.ext-ie6.x-body-masked .x-window select { 1.189 + visibility:visible; 1.190 +} 1.191 + 1.192 +.x-window-plain .x-window-mc { 1.193 + background: #CAD9EC; 1.194 + border-right:1px solid #DFE8F6; 1.195 + border-bottom:1px solid #DFE8F6; 1.196 + border-top:1px solid #a3bae9; 1.197 + border-left:1px solid #a3bae9; 1.198 +} 1.199 + 1.200 +.x-window-plain .x-window-body { 1.201 + border-left:1px solid #DFE8F6; 1.202 + border-top:1px solid #DFE8F6; 1.203 + border-bottom:1px solid #a3bae9; 1.204 + border-right:1px solid #a3bae9; 1.205 + background:transparent !important; 1.206 +} 1.207 + 1.208 +body.x-body-masked .x-window-plain .x-window-mc { 1.209 + background: #C7D6E9; 1.210 +} 1.211 \ No newline at end of file