Mercurial > laserkard
comparison 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 |
comparison
equal
deleted
inserted
replaced
45:bff96abdddfa | 46:26c2b3ad21c7 |
---|---|
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 */ | |
8 | |
9 .x-border-layout-ct { | |
10 background:#dfe8f6; | |
11 } | |
12 .x-border-panel { | |
13 position:absolute; | |
14 left:0; | |
15 top:0; | |
16 } | |
17 | |
18 .x-tool-collapse-south { | |
19 background-position:0 -195px; | |
20 } | |
21 .x-tool-collapse-south-over { | |
22 background-position:-15px -195px; | |
23 } | |
24 | |
25 .x-tool-collapse-north { | |
26 background-position:0 -210px; | |
27 } | |
28 .x-tool-collapse-north-over { | |
29 background-position:-15px -210px; | |
30 } | |
31 | |
32 .x-tool-collapse-west { | |
33 background-position:0 -180px; | |
34 } | |
35 .x-tool-collapse-west-over { | |
36 background-position:-15px -180px; | |
37 } | |
38 | |
39 .x-tool-collapse-east { | |
40 background-position:0 -165px; | |
41 } | |
42 .x-tool-collapse-east-over { | |
43 background-position:-15px -165px; | |
44 } | |
45 | |
46 | |
47 .x-tool-expand-south { | |
48 background-position:0 -210px; | |
49 } | |
50 .x-tool-expand-south-over { | |
51 background-position:-15px -210px; | |
52 } | |
53 | |
54 .x-tool-expand-north { | |
55 background-position:0 -195px; | |
56 } | |
57 .x-tool-expand-north-over { | |
58 background-position:-15px -195px; | |
59 } | |
60 | |
61 .x-tool-expand-west { | |
62 background-position:0 -165px; | |
63 } | |
64 .x-tool-expand-west-over { | |
65 background-position:-15px -165px; | |
66 } | |
67 | |
68 .x-tool-expand-east { | |
69 background-position:0 -180px; | |
70 } | |
71 .x-tool-expand-east-over { | |
72 background-position:-15px -180px; | |
73 } | |
74 | |
75 .x-tool-expand-north, .x-tool-expand-south { | |
76 float:right; | |
77 margin:3px; | |
78 } | |
79 .x-tool-expand-east, .x-tool-expand-west { | |
80 float:none; | |
81 margin:3px auto; | |
82 } | |
83 | |
84 | |
85 | |
86 .x-accordion-hd .x-tool-toggle { | |
87 background-position:0 -255px; | |
88 } | |
89 .x-accordion-hd .x-tool-toggle-over { | |
90 background-position:-15px -255px; | |
91 } | |
92 .x-panel-collapsed .x-accordion-hd .x-tool-toggle { | |
93 background-position:0 -240px; | |
94 } | |
95 .x-panel-collapsed .x-accordion-hd .x-tool-toggle-over { | |
96 background-position:-15px -240px; | |
97 } | |
98 | |
99 .x-accordion-hd { | |
100 color:#222; | |
101 padding-top:4px; | |
102 padding-bottom:3px; | |
103 border-top:0 none; | |
104 font-weight:normal; | |
105 background: transparent url(../images/default/panel/light-hd.gif) repeat-x 0 -9px; | |
106 } | |
107 | |
108 .x-layout-collapsed{ | |
109 position:absolute; | |
110 left:-10000px; | |
111 top:-10000px; | |
112 visibility:hidden; | |
113 background-color:#d2e0f2; | |
114 width:20px; | |
115 height:20px; | |
116 overflow:hidden; | |
117 border:1px solid #98c0f4; | |
118 z-index:20; | |
119 } | |
120 .ext-border-box .x-layout-collapsed{ | |
121 width:22px; | |
122 height:22px; | |
123 } | |
124 .x-layout-collapsed-over{ | |
125 cursor:pointer; | |
126 background-color:#d9e8fb; | |
127 } | |
128 .x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools{ | |
129 position:absolute; | |
130 top:0; | |
131 left:0; | |
132 width:20px; | |
133 height:20px; | |
134 } | |
135 | |
136 | |
137 .x-layout-split{ | |
138 position:absolute; | |
139 height:5px; | |
140 width:5px; | |
141 line-height:1px; | |
142 font-size:1px; | |
143 z-index:3; | |
144 background-color:transparent; | |
145 } | |
146 | |
147 .x-layout-split-h{ | |
148 background-image:url(../images/default/s.gif); | |
149 background-position: left; | |
150 } | |
151 .x-layout-split-v{ | |
152 background-image:url(../images/default/s.gif); | |
153 background-position: top; | |
154 } | |
155 | |
156 .x-column-layout-ct { | |
157 overflow:hidden; | |
158 /*padding:3px 3px 3px 3px;*/ | |
159 zoom:1; | |
160 } | |
161 | |
162 .x-column { | |
163 float:left; | |
164 padding:0; | |
165 margin:0; | |
166 overflow:hidden; | |
167 zoom:1; | |
168 /*margin:3px;*/ | |
169 } | |
170 | |
171 /* mini mode */ | |
172 | |
173 .x-layout-mini { | |
174 position:absolute; | |
175 top:0; | |
176 left:0; | |
177 display:block; | |
178 width:5px; | |
179 height:35px; | |
180 cursor:pointer; | |
181 opacity:.5; | |
182 -moz-opacity:.5; | |
183 filter:alpha(opacity=50); | |
184 } | |
185 .x-layout-mini-over, .x-layout-collapsed-over .x-layout-mini{ | |
186 opacity:1; | |
187 -moz-opacity:1; | |
188 filter:none; | |
189 } | |
190 | |
191 .x-layout-split-west .x-layout-mini { | |
192 top:48%; | |
193 background-image:url(../images/default/layout/mini-left.gif); | |
194 } | |
195 .x-layout-split-east .x-layout-mini { | |
196 top:48%; | |
197 background-image:url(../images/default/layout/mini-right.gif); | |
198 } | |
199 .x-layout-split-north .x-layout-mini { | |
200 left:48%; | |
201 height:5px; | |
202 width:35px; | |
203 background-image:url(../images/default/layout/mini-top.gif); | |
204 } | |
205 .x-layout-split-south .x-layout-mini { | |
206 left:48%; | |
207 height:5px; | |
208 width:35px; | |
209 background-image:url(../images/default/layout/mini-bottom.gif); | |
210 } | |
211 | |
212 | |
213 .x-layout-cmini-west .x-layout-mini { | |
214 top:48%; | |
215 background-image:url(../images/default/layout/mini-right.gif); | |
216 } | |
217 | |
218 .x-layout-cmini-east .x-layout-mini { | |
219 top:48%; | |
220 background-image:url(../images/default/layout/mini-left.gif); | |
221 } | |
222 | |
223 .x-layout-cmini-north .x-layout-mini { | |
224 left:48%; | |
225 height:5px; | |
226 width:35px; | |
227 background-image:url(../images/default/layout/mini-bottom.gif); | |
228 } | |
229 | |
230 .x-layout-cmini-south .x-layout-mini { | |
231 left:48%; | |
232 height:5px; | |
233 width:35px; | |
234 background-image:url(../images/default/layout/mini-top.gif); | |
235 } | |
236 | |
237 .x-layout-cmini-west, .x-layout-cmini-east { | |
238 border:0 none; | |
239 width:5px !important; | |
240 padding:0; | |
241 background:transparent; | |
242 } | |
243 | |
244 .x-layout-cmini-north, .x-layout-cmini-south { | |
245 border:0 none; | |
246 height:5px !important; | |
247 padding:0; | |
248 background:transparent; | |
249 } | |
250 | |
251 .x-viewport, .x-viewport body { | |
252 margin: 0; | |
253 padding: 0; | |
254 border: 0 none; | |
255 overflow: hidden; | |
256 height: 100%; | |
257 } | |
258 | |
259 .x-abs-layout-item { | |
260 position:absolute; | |
261 left:0; | |
262 top:0; | |
263 } | |
264 | |
265 .ext-ie input.x-abs-layout-item, .ext-ie textarea.x-abs-layout-item { | |
266 margin:0; | |
267 } |