view 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 source
1 /*
2 * Ext JS Library 2.1
3 * Copyright(c) 2006-2008, Ext JS, LLC.
4 * licensing@extjs.com
5 *
6 * http://extjs.com/license
7 */
9 .x-window {
10 zoom:1;
11 }
12 .x-window .x-resizable-handle {
13 opacity:0;
14 -moz-opacity:0;
15 filter:alpha(opacity=0);
16 }
18 .x-window-proxy {
19 background:#C7DFFC;
20 border:1px solid #99bbe8;
21 z-index:12000;
22 overflow:hidden;
23 position:absolute;
24 left:0;top:0;
25 display:none;
26 opacity:.5;
27 -moz-opacity:.5;
28 filter:alpha(opacity=50);
29 }
31 .x-window-header {
32 overflow:hidden;
33 zoom:1;
34 }
35 .x-window-bwrap {
36 z-index:1;
37 position:relative;
38 zoom:1;
39 }
40 .x-window-tl .x-window-header {
41 color:#15428b;
42 font:bold 11px tahoma,arial,verdana,sans-serif;
43 padding:5px 0 4px 0;
44 }
45 .x-window-header-text {
46 cursor:pointer;
47 }
48 .x-window-tc {
49 background: transparent url(../images/default/window/top-bottom.png) repeat-x 0 0;
50 overflow:hidden;
51 zoom:1;
52 }
53 .x-window-tl {
54 background: transparent url(../images/default/window/left-corners.png) no-repeat 0 0;
55 padding-left:6px;
56 zoom:1;
57 z-index:1;
58 position:relative;
59 }
60 .x-window-tr {
61 background: transparent url(../images/default/window/right-corners.png) no-repeat right 0;
62 padding-right:6px;
63 }
64 .x-window-bc {
65 background: transparent url(../images/default/window/top-bottom.png) repeat-x 0 bottom;
66 zoom:1;
67 }
68 .x-window-bc .x-window-footer {
69 padding-bottom:6px;
70 zoom:1;
71 font-size:0;
72 line-height:0;
73 }
74 .x-window-bl {
75 background: transparent url(../images/default/window/left-corners.png) no-repeat 0 bottom;
76 padding-left:6px;
77 zoom:1;
78 }
79 .x-window-br {
80 background: transparent url(../images/default/window/right-corners.png) no-repeat right bottom;
81 padding-right:6px;
82 zoom:1;
83 }
84 .x-window-mc {
85 border:1px solid #99bbe8;
86 padding:0;
87 margin:0;
88 font: normal 11px tahoma,arial,helvetica,sans-serif;
89 background:#dfe8f6;
90 }
93 .x-window-ml {
94 background: transparent url(../images/default/window/left-right.png) repeat-y 0 0;
95 padding-left:6px;
96 zoom:1;
97 }
98 .x-window-mr {
99 background: transparent url(../images/default/window/left-right.png) repeat-y right 0;
100 padding-right:6px;
101 zoom:1;
102 }
103 .x-window-body {
104 overflow:hidden;
105 }
106 .x-window-bwrap {
107 overflow:hidden;
108 }
109 .x-window-maximized .x-window-bl, .x-window-maximized .x-window-br,
110 .x-window-maximized .x-window-ml, .x-window-maximized .x-window-mr,
111 .x-window-maximized .x-window-tl, .x-window-maximized .x-window-tr {
112 padding:0;
113 }
114 .x-window-maximized .x-window-footer {
115 padding-bottom:0;
116 }
117 .x-window-maximized .x-window-tc {
118 padding-left:3px;
119 padding-right:3px;
120 background-color:white;
121 }
122 .x-window-maximized .x-window-mc {
123 border-left:0 none;
124 border-right:0 none;
125 }
126 .x-window-tbar .x-toolbar, .x-window-bbar .x-toolbar {
127 border-left:0 none;
128 border-right: 0 none;
129 }
130 .x-window-bbar .x-toolbar {
131 border-top:1px solid #99bbe8;
132 border-bottom:0 none;
133 }
134 .x-window-draggable, .x-window-draggable .x-window-header-text {
135 cursor:move;
136 }
137 .x-window-maximized .x-window-draggable, .x-window-maximized .x-window-draggable .x-window-header-text {
138 cursor:default;
139 }
140 .x-window-body {
141 background:transparent;
142 }
143 .x-panel-ghost .x-window-tl {
144 border-bottom:1px solid #99bbe8;
145 }
146 .x-panel-collapsed .x-window-tl {
147 border-bottom:1px solid #84a0c4;
148 }
149 .x-window-maximized-ct {
150 overflow:hidden;
151 }
152 .x-window-maximized .x-resizable-handle {
153 display:none;
154 }
155 .x-window-sizing-ghost ul {
156 border:0 none !important;
157 }
160 .x-dlg-focus{
161 -moz-outline:0 none;
162 outline:0 none;
163 width:0;
164 height:0;
165 overflow:hidden;
166 position:absolute;
167 top:0;
168 left:0;
169 }
170 .x-dlg-mask{
171 z-index:10000;
172 display:none;
173 position:absolute;
174 top:0;
175 left:0;
176 -moz-opacity: 0.5;
177 opacity:.50;
178 filter: alpha(opacity=50);
179 background-color:#CCC;
180 }
182 body.ext-ie6.x-body-masked select {
183 visibility:hidden;
184 }
185 body.ext-ie6.x-body-masked .x-window select {
186 visibility:visible;
187 }
189 .x-window-plain .x-window-mc {
190 background: #CAD9EC;
191 border-right:1px solid #DFE8F6;
192 border-bottom:1px solid #DFE8F6;
193 border-top:1px solid #a3bae9;
194 border-left:1px solid #a3bae9;
195 }
197 .x-window-plain .x-window-body {
198 border-left:1px solid #DFE8F6;
199 border-top:1px solid #DFE8F6;
200 border-bottom:1px solid #a3bae9;
201 border-right:1px solid #a3bae9;
202 background:transparent !important;
203 }
205 body.x-body-masked .x-window-plain .x-window-mc {
206 background: #C7D6E9;