summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/layout.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/layout.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/layout.css228
1 files changed, 228 insertions, 0 deletions
diff --git a/frontend/beta/css/yui-extensions/layout.css b/frontend/beta/css/yui-extensions/layout.css
new file mode 100644
index 0000000..58456ac
--- a/dev/null
+++ b/frontend/beta/css/yui-extensions/layout.css
@@ -0,0 +1,228 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz's Javascript Crypto Library.
6Javascript Crypto Library provides web developers with an extensive
7and efficient set of cryptographic functions. The library aims to
8obtain maximum execution speed while preserving modularity and
9reusability.
10For further information about its features and functionalities please
11refer to http://www.clipperz.com
12
13* Javascript Crypto Library is free software: you can redistribute
14 it and/or modify it under the terms of the GNU Affero General Public
15 License as published by the Free Software Foundation, either version
16 3 of the License, or (at your option) any later version.
17
18* Javascript Crypto Library is distributed in the hope that it will
19 be useful, but WITHOUT ANY WARRANTY; without even the implied
20 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
21 See the GNU Affero General Public License for more details.
22
23* You should have received a copy of the GNU Affero General Public
24 License along with Javascript Crypto Library. If not, see
25 <http://www.gnu.org/licenses/>.
26
27*/
28
29.ylayout-container{
30 width:100%;
31 height:100%;
32 overflow:hidden;
33 background-color:#c3daf9;
34}
35.ylayout-collapsed{
36 position:absolute;
37 left:-10000px;
38 top:-10000px;
39 visibility:hidden;
40 background-color:#c3daf9;
41 width:20px;
42 height:20px;
43 overflow:hidden;
44 border:1px solid #98c0f4;
45 z-index:20;
46}
47.ylayout-collapsed-over{
48 cursor:pointer;
49 background-color:#d9e8fb;
50}
51.ylayout-collapsed-west .ylayout-tools-button{
52 float:right;
53}
54.ylayout-collapsed-east .ylayout-tools-button{
55 float:left;
56}
57.ylayout-collapsed-north, .ylayout-collapsed-south{
58 text-align:right;
59}
60.ylayout-collapsed .ylayout-tools-button{
61 margin:2px;
62 width:12px;
63 text-align:center;
64}
65.ylayout-inactive-content{
66 position:absolute;
67 left:-10000px;
68 top:-10000px;
69 visibility:hidden;
70}
71.ylayout-active-content{
72 visibility:visible;
73}
74.ylayout-panel{
75 position:absolute;border:1px solid #98c0f4;overflow:hidden;background-color:white;
76}
77.ylayout-panel-east, .ylayout-panel-west {
78 z-index:10;
79}
80.ylayout-panel-north, .ylayout-panel-south {
81 z-index:11;
82}
83.ylayout-collapsed-north, .ylayout-collapsed-south, .ylayout-collapsed-east, .ylayout-collapsed-west {
84 z-index:12;
85}
86.ylayout-panel-body{
87 overflow:hidden;
88}
89.ylayout-grid-wrapper{
90
91}
92.ylayout-split{
93 position:absolute;
94 height:5px;
95 width:5px;
96 line-height:1px;
97 font-size:1px;
98 z-index:3;
99 background-color:#c3daf9;
100}
101.ylayout-panel-hd{
102 background-image: url(../images/default/layout/panel-title-light-bg.gif);
103 color: black;
104 border-bottom:1px solid #98c0f4;
105 position:relative;
106}
107.ylayout-panel-hd-text{
108 font:normal 11px tahoma, verdana, helvetica;
109 padding: 4px;
110 padding-left: 4px;
111 display:block;
112 white-space:nowrap;
113}
114.ylayout-panel-hd-tools{
115 position:absolute;
116 right:0;
117 top:0;
118 text-align:right;
119 padding-top:2px;
120 padding-right:2px;width:40px;
121}
122.ylayout-tools-button{
123 z-index:6;
124 padding:2px;
125 cursor:pointer;
126}
127.ylayout-tools-button-over{
128 padding:1px;
129 border:1px solid #98c0f4;
130 background-color:white;
131}
132.ylayout-tools-button-inner{
133 height:12px;
134 width:12px;
135 line-height:1px;
136 font-size:1px;
137 background-repeat:no-repeat;
138 background-position:center;
139}
140.ylayout-close{
141 background-image:url(../images/default/layout/layout-sprite.gif);
142 background-repeat: no-repeat;
143 background-position: 50% -48px;
144}
145.ylayout-collapse-west,.ylayout-expand-east{
146 background-image:url(../images/default/layout/layout-sprite.gif);
147 background-repeat: no-repeat;
148 background-position: 50% 0;
149}
150.ylayout-expand-west,.ylayout-collapse-east{
151 background-image:url(../images/default/layout/layout-sprite.gif);
152 background-repeat: no-repeat;
153 background-position: 50% -12px;
154}
155.ylayout-collapse-north,.ylayout-expand-south{
156 background-image:url(../images/default/layout/layout-sprite.gif);
157 background-repeat: no-repeat;
158 background-position: 50% -24px;
159}
160.ylayout-expand-north,.ylayout-collapse-south{
161 background-image:url(../images/default/layout/layout-sprite.gif);
162 background-repeat: no-repeat;
163 background-position: 50% -36px;
164}
165.ylayout-split-h{
166 background-image:url(../images/default/sizer/e-handle.gif);
167 background-position: left;
168}
169.ylayout-split-v{
170 background-image:url(../images/default/sizer/s-handle.gif);
171 background-position: top;
172}
173.ylayout-panel .ytab-wrap{
174 background:url(../images/default/layout/gradient-bg.gif);
175}
176.ylayout-panel .yui-ext-tabbody {
177 background-color:white;
178 overflow:auto;height:100%;
179}
180.ylayout-component-panel, .ylayout-nested-layout {
181 position:relative;
182 padding:0;
183 overflow:hidden;
184 width:200px;
185 height:200px;
186}
187.ylayout-nested-layout .ylayout-panel {
188 border:0 none;
189}
190.ylayout-nested-layout .ylayout-panel-north {
191 border-bottom:1px solid #98c0f4;
192}
193.ylayout-nested-layout .ylayout-panel-south {
194 border-top:1px solid #98c0f4;
195}
196.ylayout-nested-layout .ylayout-panel-east {
197 border-left:1px solid #98c0f4;
198}
199.ylayout-nested-layout .ylayout-panel-west {
200 border-right:1px solid #98c0f4;
201}
202.yui-ext-repaint{
203 zoom:1;
204 background-color: transparent;
205}
206.ylayout-panel-dragover {
207 border: 2px solid #6593cf;
208}
209.ylayout-panel-proxy {
210 background-image: url(../images/default/layout/gradient-bg.gif);
211 background-color:#c3daf9;
212 border:1px dashed #6593cf;
213 z-index:10001;
214 overflow:hidden;
215 position:absolute;
216 left:0;top:0;
217}
218.ylayout-slider {
219 z-index:15;
220 overflow:hidden;
221 position:absolute;
222}
223
224.yunselectable{
225 -moz-user-select: none;
226 -khtml-user-select: none;
227 cursor:default;
228}