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