summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/ytheme-aero.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/ytheme-aero.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/ytheme-aero.css361
1 files changed, 361 insertions, 0 deletions
diff --git a/frontend/beta/css/yui-extensions/ytheme-aero.css b/frontend/beta/css/yui-extensions/ytheme-aero.css
new file mode 100644
index 0000000..10d8ec0
--- a/dev/null
+++ b/frontend/beta/css/yui-extensions/ytheme-aero.css
@@ -0,0 +1,361 @@
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/**
30* Tabs
31*/
32.ytab-wrap, .ylayout-panel .ytabs-top .ytab-wrap {
33 background:#deecfd;
34 border:1px solid #8db2e3;
35 padding-bottom:2px;
36 padding-top:0px;
37}
38.ytab-strip-wrap{
39 padding-top:1px;
40 background:#cedff5 url(../images/aero/tabs/tab-strip-bg.gif) repeat-x bottom;
41 border-bottom:1px solid #8db2e3;
42}
43.ytab-strip .ytab-text {
44 color:#15428b;
45 font-weight:normal;
46}
47.ytab-strip .on .ytab-text {
48 cursor:default;
49 color:#15428b;
50}
51.ytabs-top .ytab-strip .on .ytab-right {
52 background: url(../images/aero/tabs/tab-sprite.gif) no-repeat right 0px;
53}
54.ytabs-top .ytab-strip .on .ytab-left,.ytabs-top .ytab-strip .on a:hover .ytab-left{
55 background: url(../images/aero/tabs/tab-sprite.gif) no-repeat 0px -100px;
56}
57.ytabs-top .ytab-strip .ytab-right {
58 background:transparent url(../images/aero/tabs/tab-sprite.gif) no-repeat right -50px;
59}
60.ytabs-top .ytab-strip .ytab-left {
61 background:transparent url(../images/aero/tabs/tab-sprite.gif) no-repeat 0px -150px;
62}
63.ytabs-top .yui-ext-tabbody {
64 border:1px solid #8db2e3;
65 border-top:0px none;
66}
67.ytabs-bottom .ytab-wrap, .ylayout-panel .ytabs-bottom .ytab-wrap {
68 background:#deecfd;
69 border:1px solid #8db2e3;
70 padding-top:2px;
71 padding-bottom:0px;
72}
73.ytabs-bottom .ytab-strip-wrap{
74 padding-top:0px;
75 padding-bottom:1px;
76 background:#cedff5 url(../images/aero/tabs/tab-strip-btm-bg.gif) repeat-x top;
77 border-top:1px solid #8db2e3;
78 border-bottom:0px none;
79}
80.ytabs-bottom .ytab-strip .ytab-right {
81 background:transparent url(../images/aero/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right;
82}
83.ytabs-bottom .ytab-strip .ytab-left {
84 background:transparent url(../images/aero/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left;
85}
86.ytabs-bottom .ytab-strip .on .ytab-right,.ytabs-bottom .ytab-strip .on a:hover {
87 background: url(../images/aero/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
88}
89.ytabs-bottom .ytab-strip .on .ytab-left,.ytabs-bottom .ytab-strip .on a:hover .ytab-left {
90 background: url(../images/aero/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
91}
92.ytabs-bottom .yui-ext-tabbody {
93 border:1px solid #8db2e3;
94 border-bottom:0px none;
95}
96/**
97* Basic-Dialog
98*/
99.ydlg-proxy {
100 background:#C7DFFC;
101 border:1px solid #A5CCF9;
102}
103.ydlg-shadow{
104 background:#cccccc;
105 opacity:.3;
106 -moz-opacity:.3;
107 filter: alpha(opacity=30);
108}
109.ydlg {
110 background:transparent;
111}
112.ydlg .ydlg-hd {
113 background: url(../images/aero/basic-dialog/hd-sprite.gif) repeat-x 0px -82px;
114 background-color:#aabaca;
115 color:#15428b;
116 zoom:1;
117 padding-top:7px;
118}
119.ydlg .ydlg-hd-left {
120 opacity:.85;-moz-opacity:.85;filter:alpha(opacity=80);
121 background: url(../images/aero/basic-dialog/hd-sprite.gif) no-repeat 0px -41px;
122 zoom:1;
123}
124.ydlg-modal .ydlg-hd-left {
125 opacity:.75;-moz-opacity:.75;filter:alpha(opacity=70);
126}
127
128.ydlg .ydlg-hd-right {
129 background: url(../images/aero/basic-dialog/hd-sprite.gif) no-repeat right 0px;
130 zoom:1;
131}
132.ydlg .ydlg-dlg-body{
133 padding:0px 0px 0px;
134 position:absolute;
135 top:24px;left:0px;
136 z-index:1;
137 border:0px none;
138 background:transparent;
139}
140.ydlg .ydlg-bd{
141 background:#fff;
142 border:1px solid #96b9e6;
143}
144.ydlg .ydlg-ft{
145 border:0px none;
146 background:transparent;
147 padding-bottom:8px;
148}
149.ydlg .ydlg-bg{
150 filter:alpha(opacity=80);
151 opacity:.85;
152 -moz-opacity:.85;
153 zoom:1;
154}
155.ydlg-modal .ydlg-bg {
156 opacity:.75;-moz-opacity:.75;filter:alpha(opacity=70);
157}
158.ydlg .ydlg-bg-center {
159 padding: 2px 7px 7px 7px;
160 background:transparent url(../images/aero/basic-dialog/bg-center.gif) repeat-x bottom;
161 zoom:1;
162}
163.ydlg .ydlg-bg-left{
164 padding-left:7px;
165 background:transparent url(../images/aero/basic-dialog/bg-left.gif) no-repeat bottom left;
166 zoom:1;
167}
168.ydlg .ydlg-bg-right{
169 padding-right:7px;
170 background:transparent url(../images/aero/basic-dialog/bg-right.gif) no-repeat bottom right;
171 zoom:1;
172}
173.ydlg-auto-tabs .ydlg-dlg-body, .ydlg-auto-layout .ydlg-dlg-body{
174 background:transparent;
175 border:0px none;
176}
177.ydlg-auto-tabs .ydlg-bd, .ydlg-auto-layout .ydlg-bd{
178 background:#fff;
179 border:1px solid #e9f3f5;
180}
181.ydlg-auto-tabs .ytabs-top .yui-ext-tabbody,.ydlg-auto-tabs .ytabs-bottom .yui-ext-tabbody{
182 border-color:#8db2e3;
183}
184.ydlg-auto-tabs .ytabs-top .ytab-wrap,.ydlg-auto-tabs .ytabs-bottom .ytab-wrap{
185 border-color:#8db2e3;
186}
187.ydlg .ydlg-close {
188 width:21px;
189 height:20px;
190 top:5px;
191 right:5px;
192 opacity:.85;-moz-opacity:.85;filter:alpha(opacity=80);
193 background-image:url(../images/aero/basic-dialog/aero-close.gif);
194 zoom:1;
195}
196.ydlg .ydlg-close-over {
197 background-image:url(../images/aero/basic-dialog/aero-close-over.gif);
198}
199.ydlg div.yresizable-handle-east{
200 background-image:url(../images/aero/s.gif);
201 border:0px none;
202}
203.ydlg div.yresizable-handle-south{
204 background-image:url(../images/aero/s.gif);
205 border:0px none;
206}
207.ydlg div.yresizable-handle-west{
208 background-image:url(../images/aero/s.gif);
209 border:0px none;
210}
211.ydlg div.yresizable-handle-southeast{
212 background-image:url(../images/aero/basic-dialog/se-handle.gif);
213 background-position: bottom right;
214 width:9px;
215 height:9px;
216 border:0px;
217 right:2px;
218 bottom:2px;
219}
220.ydlg div.yresizable-handle-southwest{
221 background-image:url(../images/aero/s.gif);
222 background-position: top right;
223 margin-left:1px;
224 margin-bottom:1px;
225 border:0px;
226}
227.ydlg div.yresizable-handle-north{
228 background-image:url(../images/aero/s.gif);
229 border:0px none;
230}
231
232#mb-dlg .ydlg-bd{
233 background:#CFE0F5;
234 border:0px none;
235}
236
237/* BorderLayout */
238.ylayout-container{
239 background:#deecfd;
240}
241.ylayout-collapsed{
242 background-color:#deecfd;
243 border:1px solid #99bbe8;
244}
245.ylayout-collapsed-over{
246 background-color:#F5F9FE;
247}
248.ylayout-panel{
249 border:1px solid #99bbe8;
250}
251.ylayout-nested-layout .ylayout-panel {
252 border:0px none;
253}
254.ylayout-split{
255 background-color:#deecfd;
256}
257.ylayout-panel-hd{
258 background-image: url(../images/aero/layout/panel-title-light-bg.gif);
259 border-bottom:1px solid #c0d7f4;
260}
261.ylayout-panel-hd-text {
262 color:#15428b;
263}
264
265.ylayout-split-h{
266 background:#deecfd;
267}
268.ylayout-split-v{
269 background:#deecfd;
270}
271.ylayout-panel .ytabs-top .ytab-wrap{
272 border:0px none;
273 border-bottom:1px solid #8db2e3;
274}
275.ylayout-panel .ytabs-bottom .ytab-wrap{
276 border:0px none;
277 border-top:1px solid #8db2e3;
278}
279.ylayout-container .yui-ext-tabbody{
280 border:0px none;
281}
282
283.ylayout-nested-layout .ylayout-panel-north {
284 border-bottom:1px solid #99bbe8;
285}
286.ylayout-nested-layout .ylayout-panel-south {
287 border-top:1px solid #99bbe8;
288}
289.ylayout-nested-layout .ylayout-panel-east {
290 border-left:1px solid #99bbe8;
291}
292.ylayout-nested-layout .ylayout-panel-west {
293 border-right:1px solid #99bbe8;
294}
295.ylayout-panel-dragover {
296 border: 2px solid #99bbe8;
297}
298.ylayout-panel-proxy {
299 background-image: url(../images/aero/layout/gradient-bg.gif);
300 background-color:#f3f2e7;
301 border:1px dashed #99bbe8;
302}
303/** Resizable */
304
305.yresizable-proxy{
306 border: 1px dashed #3b5a82;
307}
308
309/* grid */
310.ygrid-hd{
311 border-bottom:0px;
312 background:none;
313}
314.ygrid-hd-body {
315 border-bottom:0px none;
316}
317.ygrid-hd-over {
318 border-bottom:0px none;
319}
320.ygrid-hd-over .ygrid-hd-body{
321 background:none;
322 border-bottom:0px none;
323}
324.ygrid-hd-over .ygrid-hd-body{
325 background-color: transparent;
326 border-bottom:0px;
327}
328.ygrid-hd-split {
329 background-image: url(../images/aero/grid/grid-split.gif);
330}
331.ygrid-hrow{
332 background: url(../images/aero/grid/grid-hrow.gif);
333 height: 22px;
334 border:0px none;
335}
336.ygrid-row-alt{
337 background-color: #f5f5f5;
338}
339.ygrid-row{
340 border-bottom: 1px solid #eeeeee;
341}
342.ygrid-col{
343 border-right:1px solid #eeeeee;
344}
345.ygrid-sort-col .ygrid-hd-body {
346 padding-bottom:4px;
347}
348
349/** Toolbar */
350.ytoolbar{
351 border:0px none;
352 background: #E2ECF8;
353 padding:1px 3px;
354 border-bottom:1px solid #c0d7f4;
355}
356.ytoolbar .ytb-button-over{
357 border:1px solid #8db2e3;
358}
359.ytoolbar .ytb-sep{
360 background-image: url(../images/aero/grid/grid-blue-split.gif);
361}