summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui/container.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui/container.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui/container.css240
1 files changed, 240 insertions, 0 deletions
diff --git a/frontend/beta/css/yui/container.css b/frontend/beta/css/yui/container.css
new file mode 100644
index 0000000..1d7154c
--- a/dev/null
+++ b/frontend/beta/css/yui/container.css
@@ -0,0 +1,240 @@
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/*
30Copyright (c) 2006, Yahoo! Inc. All rights reserved.
31Code licensed under the BSD License:
32http://developer.yahoo.net/yui/license.txt
33Version 0.11.4
34*/
35
36.overlay {
37 position:absolute;
38 display:block;
39}
40
41.tt {
42 visibility:hidden;
43 position:absolute;
44 color:#333;
45 background-color:#FDFFB4;
46 font-family:arial,helvetica,verdana,sans-serif;
47 padding:2px;
48 border:1px solid #FCC90D;
49 font:100% sans-serif;
50 width:auto;
51}
52
53* html body.masked select {
54 visibility:hidden;
55}
56
57* html div.panel-container select {
58 visibility:inherit;
59}
60
61* html div.drag select {
62 visibility:hidden;
63}
64
65* html div.hide-select select {
66 visibility:hidden;
67}
68
69.mask {
70 z-index:0;
71 display:none;
72 position:absolute;
73 top:0;
74 left:0;
75 -moz-opacity: 0.5;
76 opacity:.50;
77 filter: alpha(opacity=50);
78 background-color:#CCC;
79}
80
81.hide-scrollbars * {
82 overflow:hidden;
83}
84
85.hide-scrollbars textarea, .hide-scrollbars select {
86 overflow:hidden;
87 display:none;
88}
89
90.show-scrollbars textarea, .show-scrollbars select {
91 overflow:visible;
92}
93
94.panel-container {
95 position:absolute;
96 background-color:transparent;
97 z-index:6;
98 visibility:hidden;
99 overflow:visible;
100 width:auto;
101}
102
103.panel-container.matte {
104 padding:3px;
105 background-color:#FFF;
106}
107
108.panel-container.matte .underlay {
109 display:none;
110}
111
112.panel-container.shadow {
113 padding:0px;
114 background-color:transparent;
115}
116
117.panel-container.shadow .underlay {
118 visibility:inherit;
119 position:absolute;
120 background-color:#CCC;
121 top:3px;left:3px;
122 z-index:0;
123 width:100%;
124 height:100%;
125 -moz-opacity: 0.7;
126 opacity:.70;
127 filter:alpha(opacity=70);
128 zoom:1;
129}
130
131.panel {
132 visibility:hidden;
133 border-collapse:separate;
134 position:relative;
135 left:0px;top:0px;
136 font:1em Arial;
137 background-color:#FFF;
138 border:1px solid #000;
139 z-index:1;
140 overflow:hidden;
141}
142
143.panel .hd {
144 background-color:#3d77cb;
145 color:#FFF;
146 font-size:100%;
147 line-height:100%;
148 border:1px solid #FFF;
149 border-bottom:1px solid #000;
150 font-weight:bold;
151 overflow:hidden;
152 padding:4px;
153}
154
155.panel .bd {
156 overflow:hidden;
157 padding:4px;
158}
159
160.panel .bd p {
161 margin:0 0 1em;
162}
163
164.panel .close {
165 position:absolute;
166 top:5px;
167 right:4px;
168 z-index:6;
169 height:12px;
170 width:12px;
171 margin:0px;
172 padding:0px;
173 background-repeat:no-repeat;
174 cursor:pointer;
175 visibility:inherit;
176}
177
178.panel .close.nonsecure {
179 background-image:url(../../images/yui/container/close12_1.gif);
180}
181
182.panel .close.secure {
183 background-image:url(../../images/yui/container/close12_1.gif);
184}
185
186.panel .ft {
187 padding:4px;
188 overflow:hidden;
189}
190
191.simple-dialog .bd .icon {
192 background-repeat:no-repeat;
193 width:16px;
194 height:16px;
195 margin-right:10px;
196 float:left;
197}
198
199.dialog .ft, .simple-dialog .ft {
200 padding-bottom:5px;
201 padding-right:5px;
202 text-align:right;
203}
204
205.dialog form, .simple-dialog form {
206 margin:0;
207}
208
209.button-group button {
210 font:100 76% verdana;
211 text-decoration:none;
212 background-color: #E4E4E4;
213 color: #333;
214 cursor: hand;
215 vertical-align: middle;
216 border: 2px solid #797979;
217 border-top-color:#FFF;
218 border-left-color:#FFF;
219 margin:2px;
220 padding:2px;
221}
222
223.button-group button.default {
224 font-weight:bold;
225}
226
227.button-group button:hover, .button-group button.hover {
228 border:2px solid #90A029;
229 background-color:#EBF09E;
230 border-top-color:#FFF;
231 border-left-color:#FFF;
232}
233
234.button-group button:active {
235 border:2px solid #E4E4E4;
236 background-color:#BBB;
237 border-top-color:#333;
238 border-left-color:#333;
239}
240