summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui
authorGiulio Cesare Solaroli <giulio.cesare@clipperz.com>2011-10-02 23:56:18 (UTC)
committer Giulio Cesare Solaroli <giulio.cesare@clipperz.com>2011-10-02 23:56:18 (UTC)
commitef68436ac04da078ffdcacd7e1f785473a303d45 (patch) (unidiff)
treec403752d66a2c4775f00affd4fa8431b29c5b68c /frontend/beta/css/yui
parent597ecfbc0249d83e1b856cbd558340c01237a360 (diff)
downloadclipperz-ef68436ac04da078ffdcacd7e1f785473a303d45.zip
clipperz-ef68436ac04da078ffdcacd7e1f785473a303d45.tar.gz
clipperz-ef68436ac04da078ffdcacd7e1f785473a303d45.tar.bz2
First version of the newly restructured repository
Diffstat (limited to 'frontend/beta/css/yui') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui/calendar.css189
-rw-r--r--frontend/beta/css/yui/container.css240
-rw-r--r--frontend/beta/css/yui/fonts.css62
-rw-r--r--frontend/beta/css/yui/grids.css116
-rw-r--r--frontend/beta/css/yui/logger.css49
-rw-r--r--frontend/beta/css/yui/menu.css328
-rw-r--r--frontend/beta/css/yui/reset.css43
-rw-r--r--frontend/beta/css/yui/tree.css132
8 files changed, 1159 insertions, 0 deletions
diff --git a/frontend/beta/css/yui/calendar.css b/frontend/beta/css/yui/calendar.css
new file mode 100644
index 0000000..a634e50
--- a/dev/null
+++ b/frontend/beta/css/yui/calendar.css
@@ -0,0 +1,189 @@
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.3
34*/
35
36.yui-cal2upwrapper {*height:1%;} /* IE */
37.yui-cal2upwrapper:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */
38
39.yui-calcontainer {
40 float:left;
41 padding:5px;
42 background-color:#F7F9FB;
43 border:1px solid #7B9EBD;
44}
45
46.yui-calcontainer .title {
47 font:100% sans-serif;
48 color:#000;
49 font-weight:bold;
50 margin-bottom:5px;
51 height:auto;
52 position:relative;
53}
54
55.yui-calcontainer .title .close-icon {
56 position:absolute;
57 right:0;
58 top:0;
59 border:none;
60}
61
62.yui-calcontainer .cal2up {
63 float:left;
64}
65
66.yui-calendar .calnavleft {
67 position:absolute;
68 background-repeat:no-repeat;
69 cursor:pointer;
70 top:2px;
71 bottom:0;
72 width:9px;
73 height:12px;
74 left:2px;
75}
76
77.yui-calendar .calnavright {
78 position:absolute;
79 background-repeat:no-repeat;
80 cursor:pointer;
81 top:2px;
82 bottom:0;
83 width:9px;
84 height:12px;
85 right:2px;
86}
87
88/* Calendar element styles */
89
90.yui-calendar {
91 font:100% sans-serif;
92 text-align:center;
93 border-spacing:0;
94 border-collapse:separate;
95}
96
97.yui-calendar td.calcell {
98 padding:.1em .2em;
99 border:1px solid #E0E0E0;
100 background-color:#FFF;
101}
102
103.yui-calendar td.calcell a {
104 color:#003DB8;
105 text-decoration:none;
106}
107
108.yui-calendar td.calcell.today {
109 border:1px solid #000;
110}
111
112.yui-calendar td.calcell.oom {
113 cursor:default;
114 color:#999;
115 background-color:#EEE;
116 border:1px solid #E0E0E0;
117}
118
119.yui-calendar td.calcell.selected {
120 color:#003DB8;
121 background-color:#FFF19F;
122 border:1px solid #FF9900;
123}
124
125.yui-calendar td.calcell.calcellhover {
126 cursor:pointer;
127 color:#FFF;
128 background-color:#FF9900;
129 border:1px solid #FF9900;
130}
131
132.yui-calendar td.calcell.calcellhover a {
133 color:#FFF;
134}
135
136.yui-calendar td.calcell.restricted {
137 text-decoration:line-through;
138}
139
140.yui-calendar td.calcell.previous {
141 color:#CCC;
142}
143
144.yui-calendar td.calcell.highlight1 { background-color:#CCFF99; }
145.yui-calendar td.calcell.highlight2 { background-color:#99CCFF; }
146.yui-calendar td.calcell.highlight3 { background-color:#FFCCCC; }
147.yui-calendar td.calcell.highlight4 { background-color:#CCFF99; }
148
149
150.yui-calendar .calhead {
151 border:1px solid #E0E0E0;
152 vertical-align:middle;
153 background-color:#FFF;
154}
155
156.yui-calendar .calheader {
157 position:relative;
158 width:100%;
159 text-align:center;
160}
161
162.yui-calendar .calheader img {
163 border:none;
164}
165
166.yui-calendar .calweekdaycell {
167 color:#666;
168 font-weight:normal;
169}
170
171.yui-calendar .calfoot {
172 background-color:#EEE;
173}
174
175.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
176 color:#666;
177 font-size:9px;
178 font-style:italic;
179 font-weight:normal;
180 width:15px;
181}
182
183.yui-calendar .calrowhead {
184 border-right-width:2px;
185}
186
187/*Specific changes for calendar running under fonts/reset */
188.yui-calendar a:hover {background:inherit;}
189p#clear {clear:left; padding-top:10px;}
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
diff --git a/frontend/beta/css/yui/fonts.css b/frontend/beta/css/yui/fonts.css
new file mode 100644
index 0000000..ea8dd16
--- a/dev/null
+++ b/frontend/beta/css/yui/fonts.css
@@ -0,0 +1,62 @@
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.3
34*/
35
36/**
37 * 84.5% for !IE, keywords for IE
38 * Percents could work for IE, but for backCompat purposes, we are using
39 keywords.
40 * x-small is for IE < 6 and IE6 quirks mode.
41 *
42 */
43body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-
44small;}
45table {font-size:inherit;font:100%;}
46
47/**
48 * 99% for safari; 100% is too large
49 */
50select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
51
52/**
53 * Bump up !IE to get to 13px equivalent
54 */
55pre, code {font:115% monospace;*font-size:100%;}
56
57/**
58 * Default line-height based on font-size rather than "computed-value"
59 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
60 */
61body * {line-height:1.22em;}
62
diff --git a/frontend/beta/css/yui/grids.css b/frontend/beta/css/yui/grids.css
new file mode 100644
index 0000000..8b64f89
--- a/dev/null
+++ b/frontend/beta/css/yui/grids.css
@@ -0,0 +1,116 @@
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.3
34*/
35body {
36 text-align:center;
37}
38
39#doc {
40 width:57.69em;
41 *width:56.3em; /* IE */
42 min-width:750px;
43 margin:auto;
44 text-align:left;
45}
46
47#hd,#bd {margin-bottom:1em;text-align:left;}
48#ft {font-size:77%;font-family:verdana;clear:both;}
49
50/* rules for main templates */
51.yui-t1 #yui-main .yui-b, .yui-t2 #yui-main .yui-b, .yui-t3 #yui-main .yui-b,
52.yui-t4 .yui-b, .yui-t5 .yui-b, .yui-t6 .yui-b {float:right;}
53.yui-t1 .yui-b, .yui-t2 .yui-b, .yui-t3 .yui-b, .yui-t4 #yui-main .yui-b, .yui-
54t5 #yui-main .yui-b, .yui-t6 #yui-main .yui-b {float:left;}
55
56/* t1: L160 */
57.yui-t1 #yui-main .yui-b {width:76%;min-width:570px;}
58.yui-t1 .yui-b {width:21.33%;min-width:160px;}
59
60/* t2 & t4: L180 & R180 */
61.yui-t2 #yui-main .yui-b, .yui-t4 #yui-main .yui-b {width:73.4%;min-
62width:550px;}
63.yui-t2 .yui-b, .yui-t4 .yui-b {width:24%;min-width:180px;}
64
65/* t3 & t6: L300 & R300 */
66.yui-t3 #yui-main .yui-b, .yui-t6 #yui-main .yui-b {width:57.6%;min-
67width:430px;}
68.yui-t3 .yui-b, .yui-t6 .yui-b {width:40%;min-width:300px;}
69
70/* t5: R240 */
71.yui-t5 #yui-main .yui-b {width:65.4%;min-width:490px;}
72.yui-t5 .yui-b {width:32%;min-width:240px;}
73
74/* t7: 750 */
75
76
77
78 /*grid-generic rules for all templates */
79
80/* all modules and grids nested in a grid get floated */
81.yui-g .yui-u, .yui-g .yui-g, .yui-ge .yui-u, .yui-gf .yui-u {
82 float:right;
83 display:inline; /* IE */
84}
85
86/* float left and kill margin on first for added flex */
87.yui-g .first, .yui-gd .first, .yui-ge .first, .yui-gf .first {float:left; }
88
89/* 2 col */
90.yui-g .yui-u, .yui-g .yui-g {width:49.1%;}
91.yui-g .yui-g .yui-u {width:48.1%;} /* smaller for nested to preserve margins */
92
93/* 3 col */
94.yui-gb .yui-u, .yui-gc .yui-u, .yui-gd .yui-u {
95 float:left; /* need to reverse the order for 3 */
96 margin-left:2%; *margin-left:1.895%;
97 width:32%;
98}
99
100.yui-gb .first, .yui-gc .first, .yui-gd .first {margin-left:0;}
101
102/* colspan 2 */
103.yui-gc .first, .yui-gd .yui-u {width:66%;}
104.yui-gd .first {width:32%;}
105
106/* colspan 3 */
107.yui-ge .yui-u {width:24%;}
108.yui-ge .first, .yui-gf .yui-u {width:74.2%;}
109.yui-gf .first {width:24%;}
110.yui-ge .first {width:74.2%;}
111
112/* self clear floated parent containers */
113#bd:after, .yui-g:after, .yui-gb:after, .yui-gc:after, .yui-gd:after, .yui-
114ge:after, .yui-gf:after
115{content:".";display:block;height:0;clear:both;visibility:hidden;}
116#bd, .yui-g, .yui-gb, .yui-gc, .yui-gd, .yui-ge, .yui-gf {zoom:1;} /* IE */
diff --git a/frontend/beta/css/yui/logger.css b/frontend/beta/css/yui/logger.css
new file mode 100644
index 0000000..1a00f44
--- a/dev/null
+++ b/frontend/beta/css/yui/logger.css
@@ -0,0 +1,49 @@
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/* Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt Version: 0.11.3 */
30/* logger default styles */
31/* font size is controlled here: default 77% */
32#yui-log {position:absolute;top:1em;right:1em;font-size:77%;text-align:left;}
33/* width is controlled here: default 31em */
34.yui-log {padding:1em;width:31em;background-color:#AAA;border:1px solid black;font-family:monospace;z-index:9000;}
35.yui-log p {margin:1px;padding:.1em;}
36.yui-log button {font-family:monospace;}
37.yui-log .yui-log-hd {margin-top:1em;padding:.5em;background-color:#575757;color:#FFF;}
38/* height is controlled here: default 20em*/
39.yui-log .yui-log-bd {width:100%;height:20em;background-color:#FFF;border:1px solid gray;overflow:auto;}
40.yui-log .yui-log-ft {margin-top:.5em;margin-bottom:1em;}
41.yui-log .yui-log-ft .yui-log-categoryfilters {}
42.yui-log .yui-log-ft .yui-log-sourcefilters {width:100%;border-top:1px solid #575757;margin-top:.75em;padding-top:.75em;}
43.yui-log .yui-log-btns {position:relative;float:right;bottom:.25em;}
44.yui-log .yui-log-filtergrp {margin-right:.5em;}
45.yui-log .info {background-color:#A7CC25;} /* A7CC25 green */
46.yui-log .warn {background-color:#F58516;} /* F58516 orange */
47.yui-log .error {background-color:#E32F0B;} /* E32F0B red */
48.yui-log .time {background-color:#A6C9D7;} /* A6C9D7 blue */
49.yui-log .window {background-color:#F2E886;} /* F2E886 tan */
diff --git a/frontend/beta/css/yui/menu.css b/frontend/beta/css/yui/menu.css
new file mode 100644
index 0000000..ab3daea
--- a/dev/null
+++ b/frontend/beta/css/yui/menu.css
@@ -0,0 +1,328 @@
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.com/yui/license.txt
33Version: 0.11.3
34*/
35
36
37
38/* Menu styles */
39
40div.yuimenu {
41
42 z-index:1;
43 visibility:hidden;
44 background-color:#f6f7ee;
45 border:solid 1px #c4c4be;
46 padding:1px;
47
48}
49
50
51/* MenuBar Styles */
52
53div.yuimenubar {
54
55 background-color:#f6f7ee;
56
57}
58
59/*
60 Application of "zoom:1" triggers "haslayout" in IE so that the module's
61 body clears its floated elements
62*/
63div.yuimenubar div.bd {
64
65 zoom:1;
66
67}
68
69/*
70 Clear the module body for other browsers
71*/
72div.yuimenubar div.bd:after {
73
74 content:'.';
75 display:block;
76 clear:both;
77 visibility:hidden;
78 height:0;
79
80}
81
82
83/* Matches the group title (H6) inside a Menu or MenuBar instance */
84
85div.yuimenu h6,
86div.yuimenubar h6 {
87
88 font-size:100%;
89 font-weight:normal;
90 margin:0;
91 border:solid 1px #c4c4be;
92 color:#b9b9b9;
93
94}
95
96div.yuimenubar h6 {
97
98 float:left;
99 display:inline; /* Prevent margin doubling in IE */
100 padding:4px 12px;
101 border-width:0 1px 0 0;
102
103}
104
105div.yuimenu h6 {
106
107 float:none;
108 display:block;
109 border-width:1px 0 0 0;
110 padding:5px 10px 0 10px;
111
112}
113
114
115/* Matches the UL inside a Menu or MenuBar instance */
116
117div.yuimenubar ul {
118
119 list-style-type:none;
120 margin:0;
121 padding:0;
122
123}
124
125div.yuimenu ul {
126
127 list-style-type:none;
128 border:solid 1px #c4c4be;
129 border-width:1px 0 0 0;
130 margin:0;
131 padding:10px 0;
132
133}
134
135
136div.yuimenu ul.first-of-type,
137div.yuimenu ul.hastitle,
138div.yuimenu h6.first-of-type {
139
140 border-width:0;
141
142}
143
144
145/* MenuItem and MenuBarItem styles */
146
147div.yuimenu li,
148div.yuimenubar li {
149
150 font-size:85%;
151 cursor:pointer;
152 cursor:hand;
153 white-space:nowrap;
154 text-align:left;
155
156}
157
158div.yuimenu li.yuimenuitem {
159
160 padding:2px 24px;
161
162}
163
164div.yuimenu li li,
165div.yuimenubar li li {
166
167 font-size:100%;
168
169}
170
171
172/* Matches the help text for a menu item */
173
174div.yuimenu li em {
175
176 font-style:normal;
177 margin:0 0 0 40px;
178
179}
180
181div.yuimenu li a em {
182
183 margin:0;
184
185}
186
187div.yuimenu li a,
188div.yuimenubar li a {
189
190 /*
191 "zoom:1" triggers "haslayout" in IE to ensure that the mouseover and
192 mouseout events bubble to the parent LI in IE.
193 */
194 zoom:1;
195 color:#000;
196 text-decoration:none;
197
198}
199
200div.yuimenu li.hassubmenu,
201div.yuimenu li.hashelptext {
202
203 text-align:right;
204
205}
206
207div.yuimenu li.hassubmenu a.hassubmenu,
208div.yuimenu li.hashelptext a.hashelptext {
209
210 float:left;
211 display:inline; /* Prevent margin doubling in IE */
212 text-align:left;
213
214}
215
216
217/* Matches focused and selected menu items */
218
219div.yuimenu li.selected,
220div.yuimenubar li.selected {
221
222 background-color:#8c8ad0;
223
224}
225
226div.yuimenu li.selected a.selected,
227div.yuimenubar li.selected a.selected {
228
229 text-decoration:underline;
230
231}
232
233div.yuimenu li.selected a.selected,
234div.yuimenu li.selected em.selected,
235div.yuimenubar li.selected a.selected {
236
237 color:#fff;
238
239}
240
241
242/* Matches disabled menu items */
243
244div.yuimenu li.disabled,
245div.yuimenubar li.disabled {
246
247 cursor:default;
248
249}
250
251div.yuimenu li.disabled a.disabled,
252div.yuimenu li.disabled em.disabled,
253div.yuimenubar li.disabled a.disabled {
254
255 color:#b9b9b9;
256 cursor:default;
257
258}
259
260div.yuimenubar li.yuimenubaritem {
261
262 float:left;
263 display:inline; /* Prevent margin doubling in IE */
264 border-width:0 0 0 1px;
265 border-style:solid;
266 border-color:#c4c4be;
267 padding:4px 24px;
268 margin:0;
269
270}
271
272div.yuimenubar li.yuimenubaritem.first-of-type {
273
274 border-width:0;
275
276}
277
278
279/* Matches the submenu indicator for menu items */
280
281div.yuimenubar li.yuimenubaritem img {
282
283 height:8px;
284 width:8px;
285 margin:0 0 0 10px;
286 vertical-align:middle;
287
288}
289
290div.yuimenu li.yuimenuitem img {
291
292 height:8px;
293 width:8px;
294 margin:0 -16px 0 10px;
295 border:0;
296
297 *margin-left:0;
298 *border-left-width:10px;
299 *border-style:solid;
300 *border-color:#f6f7ee;
301
302}
303
304div.yuimenu li.yuimenuitem.selected img.selected {
305
306 *border-color:#8c8ad0;
307
308}
309
310div.yuimenu li.checked {
311
312 position:relative;
313
314}
315
316div.yuimenu li.checked img.checked {
317
318 height:8px;
319 width:8px;
320 margin:0;
321 border:0;
322 position:absolute;
323 left:6px;
324 _left:-16px; /* Underscore hack b/c this is for IE 5.5 and IE 6 only */
325 top:.5em;
326
327}
328
diff --git a/frontend/beta/css/yui/reset.css b/frontend/beta/css/yui/reset.css
new file mode 100644
index 0000000..c72ae7b
--- a/dev/null
+++ b/frontend/beta/css/yui/reset.css
@@ -0,0 +1,43 @@
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.3
34*/
35body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
36table{border-collapse:collapse;border-spacing:0;}
37fieldset,img{border:0;}
38address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
39ol,ul {list-style:none;}
40caption,th {text-align:left;}
41h1,h2,h3,h4,h5,h6{font-size:100%;}
42q:before,q:after{content:'';}
43
diff --git a/frontend/beta/css/yui/tree.css b/frontend/beta/css/yui/tree.css
new file mode 100644
index 0000000..8f537ac
--- a/dev/null
+++ b/frontend/beta/css/yui/tree.css
@@ -0,0 +1,132 @@
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.com/yui/license.txt
33Version: 0.11.3
34*/
35
36/* first or middle sibling, no children */
37.ygtvtn {
38 width:16px; height:22px;
39 background: url(../../images/yui/treeview/tn.gif) 0 0 no-repeat;
40}
41
42/* first or middle sibling, collapsable */
43.ygtvtm {
44 width:16px; height:22px;
45 cursor:pointer ;
46 background: url(../../images/yui/treeview/tm.gif) 0 0 no-repeat;
47}
48
49/* first or middle sibling, collapsable, hover */
50.ygtvtmh {
51 width:16px; height:22px;
52 cursor:pointer ;
53 background: url(../../images/yui/treeview/tmh.gif) 0 0 no-repeat;
54}
55
56/* first or middle sibling, expandable */
57.ygtvtp {
58 width:16px; height:22px;
59 cursor:pointer ;
60 background: url(../../images/yui/treeview/tp.gif) 0 0 no-repeat;
61}
62
63/* first or middle sibling, expandable, hover */
64.ygtvtph {
65 width:16px; height:22px;
66 cursor:pointer ;
67 background: url(../../images/yui/treeview/tph.gif) 0 0 no-repeat;
68}
69
70/* last sibling, no children */
71.ygtvln {
72 width:16px; height:22px;
73 background: url(../../images/yui/treeview/ln.gif) 0 0 no-repeat;
74}
75
76/* Last sibling, collapsable */
77.ygtvlm {
78 width:16px; height:22px;
79 cursor:pointer ;
80 background: url(../../images/yui/treeview/lm.gif) 0 0 no-repeat;
81}
82
83/* Last sibling, collapsable, hover */
84.ygtvlmh {
85 width:16px; height:22px;
86 cursor:pointer ;
87 background: url(../../images/yui/treeview/lmh.gif) 0 0 no-repeat;
88}
89
90/* Last sibling, expandable */
91.ygtvlp {
92 width:16px; height:22px;
93 cursor:pointer ;
94 background: url(../../images/yui/treeview/lp.gif) 0 0 no-repeat;
95}
96
97/* Last sibling, expandable, hover */
98.ygtvlph {
99 width:16px; height:22px; cursor:pointer ;
100 background: url(../../images/yui/treeview/lph.gif) 0 0 no-repeat;
101}
102
103/* Loading icon */
104.ygtvloading {
105 width:16px; height:22px;
106 background: url(../../images/yui/treeview/loading.gif) 0 0 no-repeat;
107}
108
109/* the style for the empty cells that are used for rendering the depth
110 * of the node */
111.ygtvdepthcell {
112 width:16px; height:22px;
113 background: url(../../images/yui/treeview/vline.gif) 0 0 no-repeat;
114}
115
116.ygtvblankdepthcell { width:16px; height:22px; }
117
118/* the style of the div around each node */
119.ygtvitem { }
120
121/* the style of the div around each node's collection of children */
122.ygtvchildren { }
123* html .ygtvchildren { height:2%; }
124
125/* the style of the text label in ygTextNode */
126.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
127 margin-left:2px;
128 text-decoration: none;
129}
130
131.ygtvspacer { height: 10px; width: 10px; margin: 2px; }
132