summaryrefslogtreecommitdiff
authorClipperz <info@clipperz.com>2013-01-09 10:56:27 (UTC)
committer Clipperz <info@clipperz.com>2013-01-09 10:56:27 (UTC)
commit34726bbee84efbf0490f204d5d267b15fb4d3214 (patch) (unidiff)
tree1dcc3953e6dd153b9c59232e63085dd6b0d88021
parent5996ee475c193f08a713eb53338e4769c2716aa7 (diff)
downloadclipperz-34726bbee84efbf0490f204d5d267b15fb4d3214.zip
clipperz-34726bbee84efbf0490f204d5d267b15fb4d3214.tar.gz
clipperz-34726bbee84efbf0490f204d5d267b15fb4d3214.tar.bz2
Fixed application version display on /gamma
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/gamma/css/web.css5
-rw-r--r--frontend/gamma/js/Clipperz/PM/UI/Web/Components/PageFooter.js2
2 files changed, 5 insertions, 2 deletions
diff --git a/frontend/gamma/css/web.css b/frontend/gamma/css/web.css
index 3540016..94cd715 100644
--- a/frontend/gamma/css/web.css
+++ b/frontend/gamma/css/web.css
@@ -1,1311 +1,1314 @@
1/* 1/*
2 2
3Copyright 2008-2011 Clipperz Srl 3Copyright 2008-2011 Clipperz Srl
4 4
5This file is part of Clipperz Community Edition. 5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager. 6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please 7For further information about its features and functionalities please
8refer to http://www.clipperz.com. 8refer to http://www.clipperz.com.
9 9
10* Clipperz Community Edition is free software: you can redistribute 10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public 11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version 12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version. 13 3 of the License, or (at your option) any later version.
14 14
15* Clipperz Community Edition is distributed in the hope that it will 15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied 16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details. 18 See the GNU Affero General Public License for more details.
19 19
20* You should have received a copy of the GNU Affero General Public 20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see 21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>. 22 <http://www.gnu.org/licenses/>.
23 23
24*/ 24*/
25 25
26/* 26/*
27 27
28Color list: 28Color list:
29- login box: 29- login box:
30 light#ff9955 30 light#ff9955
31 dark#ff6622 31 dark#ff6622
32- login button: 32- login button:
33 regular#dd5500 33 regular#dd5500
34 hover#773311 34 hover#773311
35- login translations: 35- login translations:
36 box: #cc6622; 36 box: #cc6622;
37 not-selected: 37 not-selected:
38 color: #ddaa99 38 color: #ddaa99
39 background:#994422 39 background:#994422
40 selected: #772211; 40 selected: #772211;
41*/ 41*/
42html { 42html {
43 height: 100%; 43 height: 100%;
44} 44}
45body { 45body {
46 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 46 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
47 margin: 0px; 47 margin: 0px;
48} 48}
49div.modalDialogMask.userInfoBoxMask { 49div.modalDialogMask.userInfoBoxMask {
50 -moz-opacity: 0.0; 50 -moz-opacity: 0.0;
51 opacity: .0; 51 opacity: .0;
52 filter: alpha(opacity=0); 52 filter: alpha(opacity=0);
53 z-index: 19000; 53 z-index: 19000;
54} 54}
55.reset-margin { 55.reset-margin {
56 margin: 0px; 56 margin: 0px;
57 padding: 0px; 57 padding: 0px;
58 border: 0px; 58 border: 0px;
59} 59}
60.clear { 60.clear {
61 clear: both; 61 clear: both;
62} 62}
63.hidden_none { 63.hidden_none {
64 display: none; 64 display: none;
65 visibility: hidden; 65 visibility: hidden;
66} 66}
67.keepTogether { 67.keepTogether {
68 display: inline-block; 68 display: inline-block;
69 white-space: nowrap; 69 white-space: nowrap;
70} 70}
71#mainDiv { 71#mainDiv {
72 margin: 0 auto; 72 margin: 0 auto;
73} 73}
74/* 74/*
75 75
76Color list: 76Color list:
77- login box: 77- login box:
78 light#ff9955 78 light#ff9955
79 dark#ff6622 79 dark#ff6622
80- login button: 80- login button:
81 regular#dd5500 81 regular#dd5500
82 hover#773311 82 hover#773311
83- login translations: 83- login translations:
84 box: #cc6622; 84 box: #cc6622;
85 not-selected: 85 not-selected:
86 color: #ddaa99 86 color: #ddaa99
87 background:#994422 87 background:#994422
88 selected: #772211; 88 selected: #772211;
89*/ 89*/
90html { 90html {
91 height: 100%; 91 height: 100%;
92} 92}
93body { 93body {
94 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 94 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
95 margin: 0px; 95 margin: 0px;
96} 96}
97div.modalDialogMask.userInfoBoxMask { 97div.modalDialogMask.userInfoBoxMask {
98 -moz-opacity: 0.0; 98 -moz-opacity: 0.0;
99 opacity: .0; 99 opacity: .0;
100 filter: alpha(opacity=0); 100 filter: alpha(opacity=0);
101 z-index: 19000; 101 z-index: 19000;
102} 102}
103.reset-margin { 103.reset-margin {
104 margin: 0px; 104 margin: 0px;
105 padding: 0px; 105 padding: 0px;
106 border: 0px; 106 border: 0px;
107} 107}
108.clear { 108.clear {
109 clear: both; 109 clear: both;
110} 110}
111.hidden_none { 111.hidden_none {
112 display: none; 112 display: none;
113 visibility: hidden; 113 visibility: hidden;
114} 114}
115.keepTogether { 115.keepTogether {
116 display: inline-block; 116 display: inline-block;
117 white-space: nowrap; 117 white-space: nowrap;
118} 118}
119#mainDiv { 119#mainDiv {
120 margin: 0 auto; 120 margin: 0 auto;
121} 121}
122div#loading { 122div#loading {
123 width: 100%; 123 width: 100%;
124 height: 100%; 124 height: 100%;
125 display: table; 125 display: table;
126 background-image: -ms-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%); 126 background-image: -ms-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%);
127 /* IE10 */ 127 /* IE10 */
128 background-image: -moz-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%); 128 background-image: -moz-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%);
129 /* Mozilla Firefox */ 129 /* Mozilla Firefox */
130 background-image: -o-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%); 130 background-image: -o-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%);
131 /* Opera */ 131 /* Opera */
132 background-image: -webkit-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%); 132 background-image: -webkit-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%);
133 /* Webkit (Chrome 11+) */ 133 /* Webkit (Chrome 11+) */
134 background-image: radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%); 134 background-image: radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%);
135 /* Proposed W3C Markup */ 135 /* Proposed W3C Markup */
136 background-image: -webkit-gradient(radial, center center, 0, center center, 495, color-stop(0, #4d52b3), color-stop(1, #1f2148)); 136 background-image: -webkit-gradient(radial, center center, 0, center center, 495, color-stop(0, #4d52b3), color-stop(1, #1f2148));
137 /* Webkit (Safari/Chrome 10) */ 137 /* Webkit (Safari/Chrome 10) */
138} 138}
139div#loading div { 139div#loading div {
140 display: table-cell; 140 display: table-cell;
141 vertical-align: middle; 141 vertical-align: middle;
142 width: 100%; 142 width: 100%;
143 text-align: center; 143 text-align: center;
144} 144}
145div#loading div h1 { 145div#loading div h1 {
146 font-size: 40pt; 146 font-size: 40pt;
147 color: #ffffff; 147 color: #ffffff;
148 text-shadow: -1px -1px 2px #2e316c, 1px 1px 1px #454aa1; 148 text-shadow: -1px -1px 2px #2e316c, 1px 1px 1px #454aa1;
149} 149}
150div#loading div h3 { 150div#loading div h3 {
151 font-size: 18pt; 151 font-size: 18pt;
152 text-shadow: -1px -1px 1px #2e316c, 1px 1px 1px #454aa1; 152 text-shadow: -1px -1px 1px #2e316c, 1px 1px 1px #454aa1;
153 color: #1f2148; 153 color: #1f2148;
154} 154}
155div#loading div h5 { 155div#loading div h5 {
156 padding-left: 20px; 156 padding-left: 20px;
157 color: #ff9200; 157 color: #ff9200;
158} 158}
159/* 159/*
160 160
161Color list: 161Color list:
162- login box: 162- login box:
163 light#ff9955 163 light#ff9955
164 dark#ff6622 164 dark#ff6622
165- login button: 165- login button:
166 regular#dd5500 166 regular#dd5500
167 hover#773311 167 hover#773311
168- login translations: 168- login translations:
169 box: #cc6622; 169 box: #cc6622;
170 not-selected: 170 not-selected:
171 color: #ddaa99 171 color: #ddaa99
172 background:#994422 172 background:#994422
173 selected: #772211; 173 selected: #772211;
174*/ 174*/
175html { 175html {
176 height: 100%; 176 height: 100%;
177} 177}
178body { 178body {
179 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 179 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
180 margin: 0px; 180 margin: 0px;
181} 181}
182div.modalDialogMask.userInfoBoxMask { 182div.modalDialogMask.userInfoBoxMask {
183 -moz-opacity: 0.0; 183 -moz-opacity: 0.0;
184 opacity: .0; 184 opacity: .0;
185 filter: alpha(opacity=0); 185 filter: alpha(opacity=0);
186 z-index: 19000; 186 z-index: 19000;
187} 187}
188.reset-margin { 188.reset-margin {
189 margin: 0px; 189 margin: 0px;
190 padding: 0px; 190 padding: 0px;
191 border: 0px; 191 border: 0px;
192} 192}
193.clear { 193.clear {
194 clear: both; 194 clear: both;
195} 195}
196.hidden_none { 196.hidden_none {
197 display: none; 197 display: none;
198 visibility: hidden; 198 visibility: hidden;
199} 199}
200.keepTogether { 200.keepTogether {
201 display: inline-block; 201 display: inline-block;
202 white-space: nowrap; 202 white-space: nowrap;
203} 203}
204#mainDiv { 204#mainDiv {
205 margin: 0 auto; 205 margin: 0 auto;
206} 206}
207div.tooltip { 207div.tooltip {
208 position: absolute; 208 position: absolute;
209 z-index: 30001; 209 z-index: 30001;
210} 210}
211div.tooltip div.tooltip_body { 211div.tooltip div.tooltip_body {
212 border-radius: 8px; 212 border-radius: 8px;
213 -moz-border-radius: 8px; 213 -moz-border-radius: 8px;
214 -webkit-border-radius: 8px; 214 -webkit-border-radius: 8px;
215 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbbbbb), to(#555555)); 215 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbbbbb), to(#555555));
216 background: -moz-linear-gradient(0% 100% 90deg, #555555, #bbbbbb); 216 background: -moz-linear-gradient(0% 100% 90deg, #555555, #bbbbbb);
217 -webkit-box-shadow: 4px 4px 10px #333333; 217 -webkit-box-shadow: 4px 4px 10px #333333;
218 -moz-box-shadow: 4px 4px 10px #333333; 218 -moz-box-shadow: 4px 4px 10px #333333;
219 box-shadow: 4px 4px 10px #333333; 219 box-shadow: 4px 4px 10px #333333;
220 border-top: 1px solid #d4d4d4; 220 border-top: 1px solid #d4d4d4;
221 border-left: 1px solid #a2a2a2; 221 border-left: 1px solid #a2a2a2;
222 border-right: 1px solid #6f6f6f; 222 border-right: 1px solid #6f6f6f;
223 border-bottom: 1px solid #3c3c3c; 223 border-bottom: 1px solid #3c3c3c;
224} 224}
225div.tooltip div.tooltip_body span { 225div.tooltip div.tooltip_body span {
226 display: block; 226 display: block;
227 padding: 10px; 227 padding: 10px;
228 font-size: 10pt; 228 font-size: 10pt;
229 color: white; 229 color: white;
230} 230}
231div.tooltip div.tooltip_body div.tooltip_text { 231div.tooltip div.tooltip_body div.tooltip_text {
232 width: 200px; 232 width: 200px;
233} 233}
234div.tooltip div.tooltip_arrow { 234div.tooltip div.tooltip_arrow {
235 position: absolute; 235 position: absolute;
236 width: 0; 236 width: 0;
237 height: 0; 237 height: 0;
238 border: 6px solid transparent; 238 border: 6px solid transparent;
239} 239}
240div.tooltip.BELOW div.tooltip_arrow { 240div.tooltip.BELOW div.tooltip_arrow {
241 top: -12px; 241 top: -12px;
242 left: 97px; 242 left: 97px;
243 border-bottom: 6px solid #bbbbbb; 243 border-bottom: 6px solid #bbbbbb;
244} 244}
245div.tooltip.ABOVE div.tooltip_arrow { 245div.tooltip.ABOVE div.tooltip_arrow {
246 position: static; 246 position: static;
247 margin-left: 97px; 247 margin-left: 97px;
248 border-top: 6px solid #555555; 248 border-top: 6px solid #555555;
249} 249}
250div.tooltip.LEFT div.tooltip_arrow { 250div.tooltip.LEFT div.tooltip_arrow {
251 left: 203px; 251 left: 203px;
252 top: 10px; 252 top: 10px;
253 border-left: 6px solid #747474; 253 border-left: 6px solid #747474;
254} 254}
255div.tooltip.LEFT div.tooltip_body div.tooltip_text { 255div.tooltip.LEFT div.tooltip_body div.tooltip_text {
256 min-height: 45px; 256 min-height: 45px;
257} 257}
258div.tooltip.RIGHT div.tooltip_arrow { 258div.tooltip.RIGHT div.tooltip_arrow {
259 left: -12px; 259 left: -12px;
260 top: 10px; 260 top: 10px;
261 border-right: 6px solid #9c9c9c; 261 border-right: 6px solid #9c9c9c;
262} 262}
263div.tooltip.RIGHT div.tooltip_body div.tooltip_text { 263div.tooltip.RIGHT div.tooltip_body div.tooltip_text {
264 min-height: 45px; 264 min-height: 45px;
265} 265}
266.button.default { 266.button.default {
267 display: inline-block; 267 display: inline-block;
268 height: 20px; 268 height: 20px;
269 cursor: pointer; 269 cursor: pointer;
270 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa76f), to(#ff6622)); 270 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa76f), to(#ff6622));
271 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ffa76f); 271 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ffa76f);
272 border-radius: 5; 272 border-radius: 5;
273 -moz-border-radius: 5; 273 -moz-border-radius: 5;
274 -webkit-border-radius: 5; 274 -webkit-border-radius: 5;
275 border: 1px solid #ff7f46; 275 border: 1px solid #ff7f46;
276 padding-top: 4px; 276 padding-top: 4px;
277 padding-left: 15px; 277 padding-left: 15px;
278 padding-right: 15px; 278 padding-right: 15px;
279 padding-bottom: 2px; 279 padding-bottom: 2px;
280 color: white; 280 color: white;
281 font-weight: lighter; 281 font-weight: lighter;
282 text-shadow: -1px -1px 1px #ff6622, 1px 1px 1px #ffa76f; 282 text-shadow: -1px -1px 1px #ff6622, 1px 1px 1px #ffa76f;
283 text-decoration: none; 283 text-decoration: none;
284 font-weight: normal; 284 font-weight: normal;
285} 285}
286.button.default:hover { 286.button.default:hover {
287 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8e46), to(#ff6622)); 287 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8e46), to(#ff6622));
288 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff8e46); 288 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff8e46);
289} 289}
290.button { 290.button {
291 display: inline-block; 291 display: inline-block;
292 height: 20px; 292 height: 20px;
293 cursor: pointer; 293 cursor: pointer;
294 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bfbfbf), to(#999999)); 294 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bfbfbf), to(#999999));
295 background: -moz-linear-gradient(0% 100% 90deg, #999999, #bfbfbf); 295 background: -moz-linear-gradient(0% 100% 90deg, #999999, #bfbfbf);
296 border-radius: 5; 296 border-radius: 5;
297 -moz-border-radius: 5; 297 -moz-border-radius: 5;
298 -webkit-border-radius: 5; 298 -webkit-border-radius: 5;
299 border: 1px solid #ababab; 299 border: 1px solid #ababab;
300 padding-top: 4px; 300 padding-top: 4px;
301 padding-left: 15px; 301 padding-left: 15px;
302 padding-right: 15px; 302 padding-right: 15px;
303 padding-bottom: 2px; 303 padding-bottom: 2px;
304 color: white; 304 color: white;
305 font-weight: lighter; 305 font-weight: lighter;
306 text-shadow: -1px -1px 1px #999999, 1px 1px 1px #bfbfbf; 306 text-shadow: -1px -1px 1px #999999, 1px 1px 1px #bfbfbf;
307 text-decoration: none; 307 text-decoration: none;
308} 308}
309.button:hover { 309.button:hover {
310 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ababab), to(#999999)); 310 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ababab), to(#999999));
311 background: -moz-linear-gradient(0% 100% 90deg, #999999, #ababab); 311 background: -moz-linear-gradient(0% 100% 90deg, #999999, #ababab);
312} 312}
313/* 313/*
314 314
315Color list: 315Color list:
316- login box: 316- login box:
317 light#ff9955 317 light#ff9955
318 dark#ff6622 318 dark#ff6622
319- login button: 319- login button:
320 regular#dd5500 320 regular#dd5500
321 hover#773311 321 hover#773311
322- login translations: 322- login translations:
323 box: #cc6622; 323 box: #cc6622;
324 not-selected: 324 not-selected:
325 color: #ddaa99 325 color: #ddaa99
326 background:#994422 326 background:#994422
327 selected: #772211; 327 selected: #772211;
328*/ 328*/
329html { 329html {
330 height: 100%; 330 height: 100%;
331} 331}
332body { 332body {
333 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 333 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
334 margin: 0px; 334 margin: 0px;
335} 335}
336div.modalDialogMask.userInfoBoxMask { 336div.modalDialogMask.userInfoBoxMask {
337 -moz-opacity: 0.0; 337 -moz-opacity: 0.0;
338 opacity: .0; 338 opacity: .0;
339 filter: alpha(opacity=0); 339 filter: alpha(opacity=0);
340 z-index: 19000; 340 z-index: 19000;
341} 341}
342.reset-margin { 342.reset-margin {
343 margin: 0px; 343 margin: 0px;
344 padding: 0px; 344 padding: 0px;
345 border: 0px; 345 border: 0px;
346} 346}
347.clear { 347.clear {
348 clear: both; 348 clear: both;
349} 349}
350.hidden_none { 350.hidden_none {
351 display: none; 351 display: none;
352 visibility: hidden; 352 visibility: hidden;
353} 353}
354.keepTogether { 354.keepTogether {
355 display: inline-block; 355 display: inline-block;
356 white-space: nowrap; 356 white-space: nowrap;
357} 357}
358#mainDiv { 358#mainDiv {
359 margin: 0 auto; 359 margin: 0 auto;
360} 360}
361div.pageHeaderAndBody { 361div.pageHeaderAndBody {
362 height: 100%; 362 height: 100%;
363} 363}
364div.pageHeaderAndBody div#pageBody { 364div.pageHeaderAndBody div#pageBody {
365 min-width: 1013px; 365 min-width: 1013px;
366 padding-bottom: 90px; 366 padding-bottom: 90px;
367} 367}
368div.pageHeaderAndBody div.pageHeader { 368div.pageHeaderAndBody div.pageHeader {
369 background-color: #1f2148; 369 background-color: #1f2148;
370 min-width: 1013px; 370 min-width: 1013px;
371} 371}
372div.pageHeaderAndBody div.pageHeader div#miscLinks { 372div.pageHeaderAndBody div.pageHeader div#miscLinks {
373 float: right; 373 float: right;
374} 374}
375div.pageHeaderAndBody div.pageHeader div#miscLinks ul { 375div.pageHeaderAndBody div.pageHeader div#miscLinks ul {
376 margin: 12px 0px 0px; 376 margin: 12px 0px 0px;
377 padding: 15px; 377 padding: 15px;
378} 378}
379div.pageHeaderAndBody div.pageHeader div#miscLinks ul li { 379div.pageHeaderAndBody div.pageHeader div#miscLinks ul li {
380 display: inline; 380 display: inline;
381 margin: 0px; 381 margin: 0px;
382 padding: 0px; 382 padding: 0px;
383 border: 0px; 383 border: 0px;
384} 384}
385div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a { 385div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a {
386 color: #ffffff; 386 color: #ffffff;
387 margin: 0px; 387 margin: 0px;
388 padding: 0px; 388 padding: 0px;
389 border: 0px; 389 border: 0px;
390 padding: 15px; 390 padding: 15px;
391 border-left: 1px solid #3e428f; 391 border-left: 1px solid #3e428f;
392 font-weight: normal; 392 font-weight: normal;
393 text-decoration: none; 393 text-decoration: none;
394 font-size: 12pt; 394 font-size: 12pt;
395 min-width: 70px; 395 min-width: 70px;
396} 396}
397div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a:hover { 397div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a:hover {
398 color: #b8bae1; 398 color: #b8bae1;
399} 399}
400div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a#donateHeaderLink { 400div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a#donateHeaderLink {
401 border-left: 0px; 401 border-left: 0px;
402} 402}
403div.pageHeaderAndBody div.pageHeader div#logoFrame { 403div.pageHeaderAndBody div.pageHeader div#logoFrame {
404 padding: 16px 16px 60px 16px; 404 padding: 16px 16px 60px 16px;
405 min-height: 44px; 405 min-height: 44px;
406} 406}
407div.pageHeaderAndBody div.pageHeader div#logoFrame a { 407div.pageHeaderAndBody div.pageHeader div#logoFrame a {
408 color: white; 408 color: white;
409 text-decoration: none; 409 text-decoration: none;
410} 410}
411div.pageHeaderAndBody div.pageHeader div#logoFrame a canvas { 411div.pageHeaderAndBody div.pageHeader div#logoFrame a canvas {
412 margin: 0px; 412 margin: 0px;
413 padding: 0px; 413 padding: 0px;
414 border: 0px; 414 border: 0px;
415 width: 150px; 415 width: 150px;
416 height: 39px; 416 height: 39px;
417} 417}
418div.pageHeaderAndBody div.pageHeader div#logoFrame a h5.clipperzPayoff { 418div.pageHeaderAndBody div.pageHeader div#logoFrame a h5.clipperzPayoff {
419 font-size: 13pt; 419 font-size: 13pt;
420 font-weight: normal; 420 font-weight: normal;
421 white-space: nowrap; 421 white-space: nowrap;
422 margin: 0px; 422 margin: 0px;
423 padding-left: 4px; 423 padding-left: 4px;
424} 424}
425div.pageHeaderAndBody div.pageHeader div#featureTabs table { 425div.pageHeaderAndBody div.pageHeader div#featureTabs table {
426 width: 100%; 426 width: 100%;
427 padding: 6px; 427 padding: 6px;
428 padding-left: 15px; 428 padding-left: 15px;
429 padding-right: 15px; 429 padding-right: 15px;
430 padding-bottom: 46px; 430 padding-bottom: 46px;
431} 431}
432div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td { 432div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td {
433 width: 25%; 433 width: 25%;
434 vertical-align: top; 434 vertical-align: top;
435 font-size: 11pt; 435 font-size: 11pt;
436 color: white; 436 color: white;
437} 437}
438div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td img { 438div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td img {
439 float: left; 439 float: left;
440} 440}
441div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td span { 441div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td span {
442 display: block; 442 display: block;
443 padding: 5 10 5 85; 443 padding: 5 10 5 85;
444} 444}
445div.pageHeaderAndBody div.pageHeader div#featureTabs canvas.featureIcon { 445div.pageHeaderAndBody div.pageHeader div#featureTabs canvas.featureIcon {
446 width: 76px; 446 width: 76px;
447 height: 76px; 447 height: 76px;
448 display: block; 448 display: block;
449 float: left; 449 float: left;
450 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffad79), to(#ff6622)); 450 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffad79), to(#ff6622));
451 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ffad79); 451 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ffad79);
452 border-radius: 38px; 452 border-radius: 38px;
453 -moz-border-radius: 38px; 453 -moz-border-radius: 38px;
454 -webkit-border-radius: 38px; 454 -webkit-border-radius: 38px;
455} 455}
456div.pageHeaderAndBody div.pageHeader div#news { 456div.pageHeaderAndBody div.pageHeader div#news {
457 top: -82px; 457 top: -82px;
458 left: 240px; 458 left: 240px;
459 width: 310px; 459 width: 310px;
460 height: 90px; 460 height: 90px;
461 position: absolute; 461 position: absolute;
462 background-color: #616475; 462 background-color: #616475;
463 -webkit-border-bottom-left-radius: 8px; 463 -webkit-border-bottom-left-radius: 8px;
464 -moz-border-radius-bottomleft: 8px; 464 -moz-border-radius-bottomleft: 8px;
465 border-bottom-left-radius: 8px; 465 border-bottom-left-radius: 8px;
466 -webkit-border-bottom-right-radius: 8px; 466 -webkit-border-bottom-right-radius: 8px;
467 -moz-border-radius-bottomright: 8px; 467 -moz-border-radius-bottomright: 8px;
468 border-bottom-right-radius: 8px; 468 border-bottom-right-radius: 8px;
469 -webkit-box-shadow: 2px 2px 9px #333333; 469 -webkit-box-shadow: 2px 2px 9px #333333;
470 -moz-box-shadow: 2px 2px 9px #333333; 470 -moz-box-shadow: 2px 2px 9px #333333;
471 box-shadow: 2px 2px 9px #333333; 471 box-shadow: 2px 2px 9px #333333;
472} 472}
473div.pageHeaderAndBody div.pageHeader div#news div#newsframe { 473div.pageHeaderAndBody div.pageHeader div#news div#newsframe {
474 margin-left: 10px; 474 margin-left: 10px;
475 margin-right: 10px; 475 margin-right: 10px;
476 height: 75px; 476 height: 75px;
477 overflow: hidden; 477 overflow: hidden;
478} 478}
479div.pageHeaderAndBody div.pageHeader div#news div#newsframe iframe { 479div.pageHeaderAndBody div.pageHeader div#news div#newsframe iframe {
480 width: 290px; 480 width: 290px;
481 border: 0px; 481 border: 0px;
482 color: #616475; 482 color: #616475;
483 background-color: #616475; 483 background-color: #616475;
484} 484}
485div.pageHeaderAndBody div.pageHeader div#news div.grip { 485div.pageHeaderAndBody div.pageHeader div#news div.grip {
486 width: 310px; 486 width: 310px;
487 height: 6px; 487 height: 6px;
488 margin-top: 2px; 488 margin-top: 2px;
489 cursor: pointer; 489 cursor: pointer;
490} 490}
491div.pageHeaderAndBody div.pageHeader div#news div.grip div.gripHandler { 491div.pageHeaderAndBody div.pageHeader div#news div.grip div.gripHandler {
492 margin-left: auto; 492 margin-left: auto;
493 margin-right: auto; 493 margin-right: auto;
494 margin-top: 8px; 494 margin-top: 8px;
495 width: 0; 495 width: 0;
496 height: 0; 496 height: 0;
497 border-left: 5px solid transparent; 497 border-left: 5px solid transparent;
498 border-right: 5px solid transparent; 498 border-right: 5px solid transparent;
499} 499}
500div.pageHeaderAndBody div.pageHeader div#news.open div.grip div.gripHandler { 500div.pageHeaderAndBody div.pageHeader div#news.open div.grip div.gripHandler {
501 border-bottom: 5px solid #e9e9ec; 501 border-bottom: 5px solid #e9e9ec;
502} 502}
503div.pageHeaderAndBody div.pageHeader div#news.hidden div.grip div.gripHandler { 503div.pageHeaderAndBody div.pageHeader div#news.hidden div.grip div.gripHandler {
504 border-top: 5px solid #e9e9ec; 504 border-top: 5px solid #e9e9ec;
505} 505}
506div.pageFooter { 506div.pageFooter {
507 margin-top: -90px; 507 margin-top: -90px;
508 height: 90px; 508 height: 90px;
509 clear: both; 509 clear: both;
510} 510}
511div.pageFooter div.footerWrapper { 511div.pageFooter div.footerWrapper {
512 clear: both; 512 clear: both;
513 padding-top: 10px; 513 padding-top: 10px;
514} 514}
515div.pageFooter div.footerWrapper div.footerContent { 515div.pageFooter div.footerWrapper div.footerContent {
516 background-color: #eaebe6; 516 background-color: #eaebe6;
517 padding: 20px; 517 padding: 20px;
518 font-size: 8pt; 518 font-size: 8pt;
519} 519}
520div.pageFooter div.footerWrapper div.footerContent canvas.footerStarIcon { 520div.pageFooter div.footerWrapper div.footerContent canvas.footerStarIcon {
521 width: 40px; 521 width: 40px;
522 height: 40px; 522 height: 40px;
523 float: left; 523 float: left;
524} 524}
525div.pageFooter div.footerWrapper div.footerContent span.copyright { 525div.pageFooter div.footerWrapper div.footerContent span.copyright {
526 padding-left: 10px; 526 padding-left: 10px;
527 color: #a0a0a0; 527 color: #a0a0a0;
528} 528}
529div.pageFooter div.footerWrapper div.footerContent a { 529div.pageFooter div.footerWrapper div.footerContent a {
530 padding-left: 50px; 530 padding-left: 50px;
531 display: block; 531 display: block;
532 color: #888888; 532 color: #888888;
533 font-weight: bold; 533 font-weight: bold;
534 text-decoration: none; 534 text-decoration: none;
535} 535}
536div.pageFooter div.footerWrapper div.footerContent span.applicationVersion { 536div.pageFooter div.footerWrapper div.footerContent div.applicationVersion {
537 padding: 8px; 537 padding: 8px;
538 color: #888888; 538 color: #888888;
539 background-color: #d2d2d2; 539 background-color: #d2d2d2;
540 position: relative; 540 position: relative;
541 top: -40px; 541 top: -40px;
542 float: right; 542 float: right;
543} 543}
544div.pageFooter div.footerWrapper div.footerContent div.applicationVersion a {
545 display: inline;
546}
544/* 547/*
545 548
546Color list: 549Color list:
547- login box: 550- login box:
548 light#ff9955 551 light#ff9955
549 dark#ff6622 552 dark#ff6622
550- login button: 553- login button:
551 regular#dd5500 554 regular#dd5500
552 hover#773311 555 hover#773311
553- login translations: 556- login translations:
554 box: #cc6622; 557 box: #cc6622;
555 not-selected: 558 not-selected:
556 color: #ddaa99 559 color: #ddaa99
557 background:#994422 560 background:#994422
558 selected: #772211; 561 selected: #772211;
559*/ 562*/
560html { 563html {
561 height: 100%; 564 height: 100%;
562} 565}
563body { 566body {
564 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 567 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
565 margin: 0px; 568 margin: 0px;
566} 569}
567div.modalDialogMask.userInfoBoxMask { 570div.modalDialogMask.userInfoBoxMask {
568 -moz-opacity: 0.0; 571 -moz-opacity: 0.0;
569 opacity: .0; 572 opacity: .0;
570 filter: alpha(opacity=0); 573 filter: alpha(opacity=0);
571 z-index: 19000; 574 z-index: 19000;
572} 575}
573.reset-margin { 576.reset-margin {
574 margin: 0px; 577 margin: 0px;
575 padding: 0px; 578 padding: 0px;
576 border: 0px; 579 border: 0px;
577} 580}
578.clear { 581.clear {
579 clear: both; 582 clear: both;
580} 583}
581.hidden_none { 584.hidden_none {
582 display: none; 585 display: none;
583 visibility: hidden; 586 visibility: hidden;
584} 587}
585.keepTogether { 588.keepTogether {
586 display: inline-block; 589 display: inline-block;
587 white-space: nowrap; 590 white-space: nowrap;
588} 591}
589#mainDiv { 592#mainDiv {
590 margin: 0 auto; 593 margin: 0 auto;
591} 594}
592div#loginBox { 595div#loginBox {
593 width: 273px; 596 width: 273px;
594 z-index: 19000; 597 z-index: 19000;
595 top: -30px; 598 top: -30px;
596 right: 30px; 599 right: 30px;
597 position: relative; 600 position: relative;
598 float: right; 601 float: right;
599} 602}
600div#loginBox div.header { 603div#loginBox div.header {
601 height: 25px; 604 height: 25px;
602 width: 273px; 605 width: 273px;
603 background-color: #ff9b5a; 606 background-color: #ff9b5a;
604 -webkit-border-top-left-radius: 20px; 607 -webkit-border-top-left-radius: 20px;
605 -moz-border-radius-topleft: 20px; 608 -moz-border-radius-topleft: 20px;
606 border-top-left-radius: 20px; 609 border-top-left-radius: 20px;
607 -webkit-border-top-right-radius: 20px; 610 -webkit-border-top-right-radius: 20px;
608 -moz-border-radius-topright: 20px; 611 -moz-border-radius-topright: 20px;
609 border-top-right-radius: 20px; 612 border-top-right-radius: 20px;
610} 613}
611div#loginBox div.body { 614div#loginBox div.body {
612 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9b5a), to(#ff6622)); 615 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9b5a), to(#ff6622));
613 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9b5a); 616 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9b5a);
614} 617}
615div#loginBox div.body h4 { 618div#loginBox div.body h4 {
616 color: #ffffff; 619 color: #ffffff;
617 font-size: 16pt; 620 font-size: 16pt;
618 font-weight: normal; 621 font-weight: normal;
619 padding-left: 20px; 622 padding-left: 20px;
620 margin: 0px; 623 margin: 0px;
621} 624}
622div#loginBox div.body form.loginForm { 625div#loginBox div.body form.loginForm {
623 padding: 5px 20px 0px; 626 padding: 5px 20px 0px;
624 margin-bottom: 0px; 627 margin-bottom: 0px;
625} 628}
626div#loginBox div.body form.loginForm label { 629div#loginBox div.body form.loginForm label {
627 color: #ffffff; 630 color: #ffffff;
628 font-size: 10pt; 631 font-size: 10pt;
629 display: block; 632 display: block;
630 padding-top: 5px; 633 padding-top: 5px;
631} 634}
632div#loginBox div.body form.loginForm label.checkbox { 635div#loginBox div.body form.loginForm label.checkbox {
633 display: inline; 636 display: inline;
634} 637}
635div#loginBox div.body form.loginForm input { 638div#loginBox div.body form.loginForm input {
636 width: 230px; 639 width: 230px;
637 font-size: 14pt; 640 font-size: 14pt;
638 color: #333366; 641 color: #333366;
639 background-color: #ffffff; 642 background-color: #ffffff;
640 border: 1px solid #bb4924; 643 border: 1px solid #bb4924;
641 padding: 2px 5px; 644 padding: 2px 5px;
642 height: 28px; 645 height: 28px;
643} 646}
644div#loginBox div.body form.loginForm input.checkbox { 647div#loginBox div.body form.loginForm input.checkbox {
645 margin: 10px 8px 0px 0px; 648 margin: 10px 8px 0px 0px;
646 height: auto; 649 height: auto;
647 width: auto; 650 width: auto;
648 border: 0px; 651 border: 0px;
649} 652}
650div#loginBox div.body form.loginForm input.checkbox:hover { 653div#loginBox div.body form.loginForm input.checkbox:hover {
651 cursor: pointer; 654 cursor: pointer;
652} 655}
653div#loginBox div.body form.loginForm input.otp { 656div#loginBox div.body form.loginForm input.otp {
654 width: 57px; 657 width: 57px;
655 display: inline; 658 display: inline;
656 padding-left: 0px; 659 padding-left: 0px;
657 padding-right: 0px; 660 padding-right: 0px;
658 height: 28px; 661 height: 28px;
659 font: 8pt monospace; 662 font: 8pt monospace;
660} 663}
661div#loginBox div.body form.loginForm input.submit { 664div#loginBox div.body form.loginForm input.submit {
662 margin: 0px 45px; 665 margin: 0px 45px;
663 width: 140px; 666 width: 140px;
664 color: #ffffff; 667 color: #ffffff;
665 background-color: #d44100; 668 background-color: #d44100;
666 border: 1px solid #bb4924; 669 border: 1px solid #bb4924;
667 padding: 6px; 670 padding: 6px;
668 font-size: 12pt; 671 font-size: 12pt;
669 height: auto; 672 height: auto;
670} 673}
671div#loginBox div.body form.loginForm input.submit:hover { 674div#loginBox div.body form.loginForm input.submit:hover {
672 color: #ffffff; 675 color: #ffffff;
673 background-color: #7e2700; 676 background-color: #7e2700;
674 cursor: pointer; 677 cursor: pointer;
675} 678}
676div#loginBox div.body form.loginForm ul { 679div#loginBox div.body form.loginForm ul {
677 list-style-type: none; 680 list-style-type: none;
678 padding: 0px; 681 padding: 0px;
679 margin: 0px; 682 margin: 0px;
680} 683}
681div#loginBox div.body form.loginForm ul li { 684div#loginBox div.body form.loginForm ul li {
682 display: block; 685 display: block;
683} 686}
684div#loginBox div.body form.loginForm div.translations { 687div#loginBox div.body form.loginForm div.translations {
685 margin: 15px -20px; 688 margin: 15px -20px;
686 background-color: #c87b59; 689 background-color: #c87b59;
687} 690}
688div#loginBox div.body form.loginForm div.translations h4 { 691div#loginBox div.body form.loginForm div.translations h4 {
689 font-size: 9pt; 692 font-size: 9pt;
690 padding: 6px 20px 0px; 693 padding: 6px 20px 0px;
691} 694}
692div#loginBox div.body form.loginForm div.translations ul { 695div#loginBox div.body form.loginForm div.translations ul {
693 margin: 0px; 696 margin: 0px;
694 padding: 5px 10px 10px; 697 padding: 5px 10px 10px;
695 margin-bottom: 15px; 698 margin-bottom: 15px;
696} 699}
697div#loginBox div.body form.loginForm div.translations ul li { 700div#loginBox div.body form.loginForm div.translations ul li {
698 font-size: 8pt; 701 font-size: 8pt;
699 color: #ddaa99; 702 color: #ddaa99;
700 background-color: #994422; 703 background-color: #994422;
701 display: inline-block; 704 display: inline-block;
702 padding: 2px 4px; 705 padding: 2px 4px;
703 margin: 1px; 706 margin: 1px;
704} 707}
705div#loginBox div.body form.loginForm div.translations ul li.selected { 708div#loginBox div.body form.loginForm div.translations ul li.selected {
706 color: #ffffff; 709 color: #ffffff;
707 background-color: #772211; 710 background-color: #772211;
708} 711}
709div#loginBox div.body form.loginForm div.translations ul li.selected:hover { 712div#loginBox div.body form.loginForm div.translations ul li.selected:hover {
710 cursor: default; 713 cursor: default;
711} 714}
712div#loginBox div.body form.loginForm div.translations ul li:hover { 715div#loginBox div.body form.loginForm div.translations ul li:hover {
713 cursor: pointer; 716 cursor: pointer;
714 color: #ffffff; 717 color: #ffffff;
715} 718}
716div#loginBox div.footer { 719div#loginBox div.footer {
717 height: 37px; 720 height: 37px;
718 width: 273px; 721 width: 273px;
719 background-color: #ff6622; 722 background-color: #ff6622;
720 -webkit-border-bottom-left-radius: 20px; 723 -webkit-border-bottom-left-radius: 20px;
721 -moz-border-radius-bottomleft: 20px; 724 -moz-border-radius-bottomleft: 20px;
722 border-bottom-left-radius: 20px; 725 border-bottom-left-radius: 20px;
723 -webkit-border-bottom-right-radius: 20px; 726 -webkit-border-bottom-right-radius: 20px;
724 -moz-border-radius-bottomright: 20px; 727 -moz-border-radius-bottomright: 20px;
725 border-bottom-right-radius: 20px; 728 border-bottom-right-radius: 20px;
726} 729}
727body.ext-gecko div#loginBox form.loginForm div.translations ul li { 730body.ext-gecko div#loginBox form.loginForm div.translations ul li {
728 display: -moz-inline-box; 731 display: -moz-inline-box;
729} 732}
730div#featurePoints { 733div#featurePoints {
731 min-width: 400px; 734 min-width: 400px;
732 padding-top: 15px; 735 padding-top: 15px;
733 padding-bottom: 20px; 736 padding-bottom: 20px;
734 padding-left: 20px; 737 padding-left: 20px;
735 padding-right: 330px; 738 padding-right: 330px;
736} 739}
737div#featurePoints table tbody tr td { 740div#featurePoints table tbody tr td {
738 width: 50%; 741 width: 50%;
739 vertical-align: top; 742 vertical-align: top;
740} 743}
741div#featurePoints div.block { 744div#featurePoints div.block {
742 padding: 10px; 745 padding: 10px;
743 color: #86858e; 746 color: #86858e;
744} 747}
745div#featurePoints div.block h3 { 748div#featurePoints div.block h3 {
746 font-weight: normal; 749 font-weight: normal;
747 font-size: 12pt; 750 font-size: 12pt;
748 margin: 0px; 751 margin: 0px;
749 padding: 5px 0px; 752 padding: 5px 0px;
750} 753}
751div#featurePoints div.block ul { 754div#featurePoints div.block ul {
752 margin: 0px; 755 margin: 0px;
753 margin-left: 20px; 756 margin-left: 20px;
754 padding: 0px; 757 padding: 0px;
755 list-style-position: outside; 758 list-style-position: outside;
756} 759}
757div#featurePoints div.block ul li { 760div#featurePoints div.block ul li {
758 font-size: 10pt; 761 font-size: 10pt;
759 padding: 3px 0px; 762 padding: 3px 0px;
760} 763}
761div.activeFeatures { 764div.activeFeatures {
762 float: left; 765 float: left;
763 margin-left: 20px; 766 margin-left: 20px;
764 height: 100px; 767 height: 100px;
765} 768}
766div.activeFeatures a { 769div.activeFeatures a {
767 display: inline-block; 770 display: inline-block;
768 padding-left: 46px; 771 padding-left: 46px;
769 color: #ff5906; 772 color: #ff5906;
770 text-decoration: none; 773 text-decoration: none;
771 font-size: 10pt; 774 font-size: 10pt;
772} 775}
773div.activeFeatures a span.payoff { 776div.activeFeatures a span.payoff {
774 display: block; 777 display: block;
775 font-size: 13pt; 778 font-size: 13pt;
776 font-weight: lighter; 779 font-weight: lighter;
777 color: #9b9689; 780 color: #9b9689;
778 margin: 0px; 781 margin: 0px;
779 padding: 0px; 782 padding: 0px;
780} 783}
781div.activeFeatures a:hover span.payoff { 784div.activeFeatures a:hover span.payoff {
782 color: #666666; 785 color: #666666;
783} 786}
784div.activeFeatures div.keepTogether a { 787div.activeFeatures div.keepTogether a {
785 padding-left: 0px; 788 padding-left: 0px;
786} 789}
787div.activeFeatures div.keepTogether div { 790div.activeFeatures div.keepTogether div {
788 display: inline-block; 791 display: inline-block;
789 padding-right: 15px; 792 padding-right: 15px;
790} 793}
791div.activeFeatures div.keepTogether canvas { 794div.activeFeatures div.keepTogether canvas {
792 width: 46px; 795 width: 46px;
793 height: 46px; 796 height: 46px;
794 vertical-align: bottom; 797 vertical-align: bottom;
795} 798}
796div.activeFeatures div.createAccountLink { 799div.activeFeatures div.createAccountLink {
797 display: inline-block; 800 display: inline-block;
798 width: 282; 801 width: 282;
799 height: 65px; 802 height: 65px;
800 background-image: url(./images/old/home/register.png); 803 background-image: url(./images/old/home/register.png);
801 margin-right: 20px; 804 margin-right: 20px;
802} 805}
803div.activeFeatures div.createAccountLink a.createAccountLink { 806div.activeFeatures div.createAccountLink a.createAccountLink {
804 position: relative; 807 position: relative;
805 top: -92px; 808 top: -92px;
806 left: 5px; 809 left: 5px;
807} 810}
808div.activeFeatures div.createAccountLink a.createAccountLink span.payoff { 811div.activeFeatures div.createAccountLink a.createAccountLink span.payoff {
809 margin-top: 23px; 812 margin-top: 23px;
810 margin-left: 40px; 813 margin-left: 40px;
811 font-size: 17pt; 814 font-size: 17pt;
812 color: #64626c; 815 color: #64626c;
813} 816}
814div.activeFeatures div.createAccountLink a.createAccountLink span.link { 817div.activeFeatures div.createAccountLink a.createAccountLink span.link {
815 padding-left: 40px; 818 padding-left: 40px;
816 padding-right: 50px; 819 padding-right: 50px;
817 padding-bottom: 10px; 820 padding-bottom: 10px;
818 font-size: 12pt; 821 font-size: 12pt;
819} 822}
820div.activeFeatures div.createAccountLink:hover { 823div.activeFeatures div.createAccountLink:hover {
821 background-image: url(./images/old/home/register_selected.png); 824 background-image: url(./images/old/home/register_selected.png);
822} 825}
823div.activeFeatures div.createAccountLink:hover a.createAccountLink span.payoff { 826div.activeFeatures div.createAccountLink:hover a.createAccountLink span.payoff {
824 color: #54535a; 827 color: #54535a;
825} 828}
826div.activeFeatures div.createAccountLink:hover a.createAccountLink span.link { 829div.activeFeatures div.createAccountLink:hover a.createAccountLink span.link {
827 color: white; 830 color: white;
828} 831}
829div.activeFeatures div.createAccountLink canvas { 832div.activeFeatures div.createAccountLink canvas {
830 width: 282px; 833 width: 282px;
831 height: 93px; 834 height: 93px;
832} 835}
833/* 836/*
834 837
835Color list: 838Color list:
836- login box: 839- login box:
837 light#ff9955 840 light#ff9955
838 dark#ff6622 841 dark#ff6622
839- login button: 842- login button:
840 regular#dd5500 843 regular#dd5500
841 hover#773311 844 hover#773311
842- login translations: 845- login translations:
843 box: #cc6622; 846 box: #cc6622;
844 not-selected: 847 not-selected:
845 color: #ddaa99 848 color: #ddaa99
846 background:#994422 849 background:#994422
847 selected: #772211; 850 selected: #772211;
848*/ 851*/
849html { 852html {
850 height: 100%; 853 height: 100%;
851} 854}
852body { 855body {
853 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 856 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
854 margin: 0px; 857 margin: 0px;
855} 858}
856div.modalDialogMask.userInfoBoxMask { 859div.modalDialogMask.userInfoBoxMask {
857 -moz-opacity: 0.0; 860 -moz-opacity: 0.0;
858 opacity: .0; 861 opacity: .0;
859 filter: alpha(opacity=0); 862 filter: alpha(opacity=0);
860 z-index: 19000; 863 z-index: 19000;
861} 864}
862.reset-margin { 865.reset-margin {
863 margin: 0px; 866 margin: 0px;
864 padding: 0px; 867 padding: 0px;
865 border: 0px; 868 border: 0px;
866} 869}
867.clear { 870.clear {
868 clear: both; 871 clear: both;
869} 872}
870.hidden_none { 873.hidden_none {
871 display: none; 874 display: none;
872 visibility: hidden; 875 visibility: hidden;
873} 876}
874.keepTogether { 877.keepTogether {
875 display: inline-block; 878 display: inline-block;
876 white-space: nowrap; 879 white-space: nowrap;
877} 880}
878#mainDiv { 881#mainDiv {
879 margin: 0 auto; 882 margin: 0 auto;
880} 883}
881div.userInfoBox { 884div.userInfoBox {
882 position: absolute; 885 position: absolute;
883 width: 160px; 886 width: 160px;
884 height: 120px; 887 height: 120px;
885 top: 100px; 888 top: 100px;
886 left: 15px; 889 left: 15px;
887 color: white; 890 color: white;
888 background-color: #ff9955; 891 background-color: #ff9955;
889 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9a56), to(#ff6723)); 892 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9a56), to(#ff6723));
890 background: -moz-linear-gradient(0% 100% 90deg, #ff6723, #ff9a56); 893 background: -moz-linear-gradient(0% 100% 90deg, #ff6723, #ff9a56);
891 border-radius: 10px; 894 border-radius: 10px;
892 -moz-border-radius: 10px; 895 -moz-border-radius: 10px;
893 -webkit-border-radius: 10px; 896 -webkit-border-radius: 10px;
894 -webkit-box-shadow: 2px 2px 9px #333333; 897 -webkit-box-shadow: 2px 2px 9px #333333;
895 -moz-box-shadow: 2px 2px 9px #333333; 898 -moz-box-shadow: 2px 2px 9px #333333;
896 box-shadow: 2px 2px 9px #333333; 899 box-shadow: 2px 2px 9px #333333;
897} 900}
898div.userInfoBox.locked { 901div.userInfoBox.locked {
899 z-index: 19001; 902 z-index: 19001;
900} 903}
901div.userInfoBox.locked div.header a.lockButton { 904div.userInfoBox.locked div.header a.lockButton {
902 background: url(./images/old/lock/locked.png) no-repeat -5px -2px; 905 background: url(./images/old/lock/locked.png) no-repeat -5px -2px;
903} 906}
904div.userInfoBox.locked div.header a.lockButton:hover { 907div.userInfoBox.locked div.header a.lockButton:hover {
905 background: url(./images/old/lock/locked_hover.png) no-repeat -5px -2px; 908 background: url(./images/old/lock/locked_hover.png) no-repeat -5px -2px;
906} 909}
907div.userInfoBox.locked div.body a { 910div.userInfoBox.locked div.body a {
908 display: none; 911 display: none;
909} 912}
910div.userInfoBox div.header { 913div.userInfoBox div.header {
911 height: 30px; 914 height: 30px;
912} 915}
913div.userInfoBox div.header h1 { 916div.userInfoBox div.header h1 {
914 font-size: 8pt; 917 font-size: 8pt;
915 font-weight: normal; 918 font-weight: normal;
916 margin: 0px; 919 margin: 0px;
917 padding-top: 12px; 920 padding-top: 12px;
918 padding-left: 12px; 921 padding-left: 12px;
919} 922}
920div.userInfoBox div.header a.lockButton { 923div.userInfoBox div.header a.lockButton {
921 position: absolute; 924 position: absolute;
922 top: 8px; 925 top: 8px;
923 right: 12px; 926 right: 12px;
924 display: block; 927 display: block;
925 width: 15px; 928 width: 15px;
926 height: 20px; 929 height: 20px;
927 text-decoration: none; 930 text-decoration: none;
928 background: url(./images/old/lock/unlocked.png) no-repeat -5px -2px; 931 background: url(./images/old/lock/unlocked.png) no-repeat -5px -2px;
929} 932}
930div.userInfoBox div.header a.lockButton:hover { 933div.userInfoBox div.header a.lockButton:hover {
931 background: url(./images/old/lock/unlocked_hover.png) no-repeat -5px -2px; 934 background: url(./images/old/lock/unlocked_hover.png) no-repeat -5px -2px;
932} 935}
933div.userInfoBox div.body { 936div.userInfoBox div.body {
934 padding: 0px 12px; 937 padding: 0px 12px;
935} 938}
936div.userInfoBox div.body h3 { 939div.userInfoBox div.body h3 {
937 font-size: 11pt; 940 font-size: 11pt;
938 font-weight: bold; 941 font-weight: bold;
939 margin: 0px; 942 margin: 0px;
940} 943}
941div.userInfoBox div.body ul { 944div.userInfoBox div.body ul {
942 font-size: 8pt; 945 font-size: 8pt;
943 padding: 0px; 946 padding: 0px;
944 margin: 4px 0px; 947 margin: 4px 0px;
945 list-style-position: inside; 948 list-style-position: inside;
946} 949}
947div.userInfoBox div.body ul li span.number { 950div.userInfoBox div.body ul li span.number {
948 font-weight: bold; 951 font-weight: bold;
949 padding-right: 3px; 952 padding-right: 3px;
950} 953}
951div.userInfoBox div.body a { 954div.userInfoBox div.body a {
952 display: block; 955 display: block;
953 margin-top: 8px; 956 margin-top: 8px;
954 border-top: 1px solid white; 957 border-top: 1px solid white;
955 padding-top: 6px; 958 padding-top: 6px;
956 font-size: 10pt; 959 font-size: 10pt;
957 font-weight: bold; 960 font-weight: bold;
958 color: #d15a22; 961 color: #d15a22;
959 border-color: #fe9a5f; 962 border-color: #fe9a5f;
960 text-decoration: none; 963 text-decoration: none;
961} 964}
962div.userInfoBox div.body a:hover { 965div.userInfoBox div.body a:hover {
963 color: #8c3b15; 966 color: #8c3b15;
964} 967}
965div.sidePanels { 968div.sidePanels {
966 float: left; 969 float: left;
967 margin-top: 106px; 970 margin-top: 106px;
968 margin-left: 20px; 971 margin-left: 20px;
969 width: 160px; 972 width: 160px;
970} 973}
971div.sidePanels div.tabSidePanel { 974div.sidePanels div.tabSidePanel {
972 margin-right: -10px; 975 margin-right: -10px;
973} 976}
974div.sidePanels div.tabSidePanel ul { 977div.sidePanels div.tabSidePanel ul {
975 margin: 0px; 978 margin: 0px;
976 padding-left: 0px; 979 padding-left: 0px;
977 list-style-type: none; 980 list-style-type: none;
978 color: #f78b46; 981 color: #f78b46;
979} 982}
980div.sidePanels div.tabSidePanel ul.mainTabs { 983div.sidePanels div.tabSidePanel ul.mainTabs {
981 margin: 0px; 984 margin: 0px;
982} 985}
983div.sidePanels div.tabSidePanel ul.mainTabs li a { 986div.sidePanels div.tabSidePanel ul.mainTabs li a {
984 display: block; 987 display: block;
985 line-height: 30px; 988 line-height: 30px;
986 height: 43px; 989 height: 43px;
987 padding-left: 40px; 990 padding-left: 40px;
988 color: #ff6621; 991 color: #ff6621;
989 margin: 0px; 992 margin: 0px;
990 font-weight: normal; 993 font-weight: normal;
991 font-size: 13pt; 994 font-size: 13pt;
992 text-decoration: none; 995 text-decoration: none;
993} 996}
994div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter { 997div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter {
995 display: none; 998 display: none;
996} 999}
997div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add { 1000div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add {
998 font-size: 14pt; 1001 font-size: 14pt;
999 font-weight: bold; 1002 font-weight: bold;
1000 position: relative; 1003 position: relative;
1001 top: -34px; 1004 top: -34px;
1002 right: 16px; 1005 right: 16px;
1003 background: none; 1006 background: none;
1004 color: #c0531b; 1007 color: #c0531b;
1005 padding-left: 15px; 1008 padding-left: 15px;
1006} 1009}
1007div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add:hover { 1010div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add:hover {
1008 color: white; 1011 color: white;
1009} 1012}
1010div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add span { 1013div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add span {
1011 font-size: 8pt; 1014 font-size: 8pt;
1012 vertical-align: middle; 1015 vertical-align: middle;
1013} 1016}
1014div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add h3 { 1017div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add h3 {
1015 display: inline; 1018 display: inline;
1016 padding-left: 5px; 1019 padding-left: 5px;
1017} 1020}
1018div.sidePanels div.tabSidePanel ul.mainTabs li.selected div.selectionHighlighter { 1021div.sidePanels div.tabSidePanel ul.mainTabs li.selected div.selectionHighlighter {
1019 display: block; 1022 display: block;
1020 position: absolute; 1023 position: absolute;
1021 left: 154px; 1024 left: 154px;
1022 margin-top: -43px; 1025 margin-top: -43px;
1023} 1026}
1024div.sidePanels div.tabSidePanel ul.mainTabs li.cards a { 1027div.sidePanels div.tabSidePanel ul.mainTabs li.cards a {
1025 background: url(./images/old/main/tabs/cardsBackground.png) -19px -63px; 1028 background: url(./images/old/main/tabs/cardsBackground.png) -19px -63px;
1026} 1029}
1027div.sidePanels div.tabSidePanel ul.mainTabs li.cards a:hover { 1030div.sidePanels div.tabSidePanel ul.mainTabs li.cards a:hover {
1028 background: url(./images/old/main/tabs/cardsBackground.png) -19px -110px; 1031 background: url(./images/old/main/tabs/cardsBackground.png) -19px -110px;
1029} 1032}
1030div.sidePanels div.tabSidePanel ul.mainTabs li.cards.selected a { 1033div.sidePanels div.tabSidePanel ul.mainTabs li.cards.selected a {
1031 margin-left: -10px; 1034 margin-left: -10px;
1032 padding-left: 50px; 1035 padding-left: 50px;
1033 color: white; 1036 color: white;
1034 background: url(./images/old/main/tabs/cardsBackground.png) -9px -14px; 1037 background: url(./images/old/main/tabs/cardsBackground.png) -9px -14px;
1035} 1038}
1036div.sidePanels div.tabSidePanel ul.mainTabs li.directLogins.selected a { 1039div.sidePanels div.tabSidePanel ul.mainTabs li.directLogins.selected a {
1037 margin-left: -10px; 1040 margin-left: -10px;
1038 padding-left: 50px; 1041 padding-left: 50px;
1039 color: white; 1042 color: white;
1040} 1043}
1041div.sidePanels div.tabSidePanel ul.mainTabs li.directLogins.selected a:hover { 1044div.sidePanels div.tabSidePanel ul.mainTabs li.directLogins.selected a:hover {
1042 color: white; 1045 color: white;
1043} 1046}
1044div.sidePanels div.tabSidePanel ul.otherTabs { 1047div.sidePanels div.tabSidePanel ul.otherTabs {
1045 margin: 10px 0px; 1048 margin: 10px 0px;
1046} 1049}
1047div.sidePanels div.tabSidePanel ul.otherTabs li { 1050div.sidePanels div.tabSidePanel ul.otherTabs li {
1048 margin-top: -4px; 1051 margin-top: -4px;
1049} 1052}
1050div.sidePanels div.tabSidePanel ul.otherTabs li div.selectionHighlighter { 1053div.sidePanels div.tabSidePanel ul.otherTabs li div.selectionHighlighter {
1051 display: none; 1054 display: none;
1052} 1055}
1053div.sidePanels div.tabSidePanel ul.otherTabs li a { 1056div.sidePanels div.tabSidePanel ul.otherTabs li a {
1054 display: block; 1057 display: block;
1055 line-height: 36px; 1058 line-height: 36px;
1056 height: 43px; 1059 height: 43px;
1057 padding-left: 40px; 1060 padding-left: 40px;
1058 color: #ff6621; 1061 color: #ff6621;
1059 text-decoration: none; 1062 text-decoration: none;
1060} 1063}
1061div.sidePanels div.tabSidePanel ul.otherTabs li a:hover { 1064div.sidePanels div.tabSidePanel ul.otherTabs li a:hover {
1062 background: url(./images/old/main/tabs/itemsBackground.png) -10px -49px; 1065 background: url(./images/old/main/tabs/itemsBackground.png) -10px -49px;
1063} 1066}
1064div.sidePanels div.tabSidePanel ul.otherTabs li.selected a { 1067div.sidePanels div.tabSidePanel ul.otherTabs li.selected a {
1065 margin-left: -10px; 1068 margin-left: -10px;
1066 padding-left: 50px; 1069 padding-left: 50px;
1067 background: url(./images/old/main/tabs/itemsBackground.png) 1px -96px; 1070 background: url(./images/old/main/tabs/itemsBackground.png) 1px -96px;
1068 color: white; 1071 color: white;
1069} 1072}
1070div.sidePanels div.tabSidePanel ul.otherTabs li.selected div.selectionHighlighter { 1073div.sidePanels div.tabSidePanel ul.otherTabs li.selected div.selectionHighlighter {
1071 display: block; 1074 display: block;
1072 position: absolute; 1075 position: absolute;
1073 left: 154px; 1076 left: 154px;
1074 margin-top: -42px; 1077 margin-top: -42px;
1075} 1078}
1076div.tagSidePanel { 1079div.tagSidePanel {
1077 /* 1080 /*
1078 margin-right: -8px; 1081 margin-right: -8px;
1079 1082
1080 div.tagSidePanel div.header { 1083 div.tagSidePanel div.header {
1081 height: 50px; 1084 height: 50px;
1082 background-image: url(./images/old/main/tabs/tagsBackground.png); 1085 background-image: url(./images/old/main/tabs/tagsBackground.png);
1083 } 1086 }
1084 div.tagSidePanel div.header h1 { 1087 div.tagSidePanel div.header h1 {
1085 padding-left: 52px; 1088 padding-left: 52px;
1086 padding-top: 14px; 1089 padding-top: 14px;
1087 font-size: 14pt; 1090 font-size: 14pt;
1088 font-weight: normal; 1091 font-weight: normal;
1089 color: #888888; 1092 color: #888888;
1090 } 1093 }
1091 div.tagSidePanel div.body { 1094 div.tagSidePanel div.body {
1092 background: url(./images/old/main/tabs/tagsBackground.png) -255px; 1095 background: url(./images/old/main/tabs/tagsBackground.png) -255px;
1093 } 1096 }
1094 div.tagSidePanel div.footer { 1097 div.tagSidePanel div.footer {
1095 height: 10px; 1098 height: 10px;
1096 background: url(./images/old/main/tabs/tagsBackground.png) -510px -40px; 1099 background: url(./images/old/main/tabs/tagsBackground.png) -510px -40px;
1097 } 1100 }
1098 div.tagSidePanel ul.tags { 1101 div.tagSidePanel ul.tags {
1099 margin: 0px; 1102 margin: 0px;
1100 list-style-type: none; 1103 list-style-type: none;
1101 padding: 0px; 1104 padding: 0px;
1102 } 1105 }
1103 div.tagSidePanel ul.tags li a { 1106 div.tagSidePanel ul.tags li a {
1104 display: block; 1107 display: block;
1105 font-size: 9pt; 1108 font-size: 9pt;
1106 text-decoration: none; 1109 text-decoration: none;
1107 color: #ff6621; 1110 color: #ff6621;
1108 padding: 0px 4px 0px 15px; 1111 padding: 0px 4px 0px 15px;
1109 line-height: 20px; 1112 line-height: 20px;
1110 } 1113 }
1111 div.tagSidePanel ul.tags li a:hover { 1114 div.tagSidePanel ul.tags li a:hover {
1112 background-color: #dddddd; 1115 background-color: #dddddd;
1113 } 1116 }
1114 div.tagSidePanel ul.tags li span.tagCardinality { 1117 div.tagSidePanel ul.tags li span.tagCardinality {
1115 float: right; 1118 float: right;
1116 font-size: 8pt; 1119 font-size: 8pt;
1117 color: #999999; 1120 color: #999999;
1118 margin-right: 15px; 1121 margin-right: 15px;
1119 margin-top: -17px; 1122 margin-top: -17px;
1120 } 1123 }
1121 div.tagSidePanel ul.tags li.selected a { 1124 div.tagSidePanel ul.tags li.selected a {
1122 background-color: #d4d5cf; 1125 background-color: #d4d5cf;
1123 } 1126 }
1124 div.tagSidePanel ul.tags li.selected a:hover { 1127 div.tagSidePanel ul.tags li.selected a:hover {
1125 background-color: #d4d5cf; 1128 background-color: #d4d5cf;
1126 } 1129 }
1127 div.tagSidePanel ul.tags li.selected a { 1130 div.tagSidePanel ul.tags li.selected a {
1128 font-weight: bold; 1131 font-weight: bold;
1129 } 1132 }
1130*/ 1133*/
1131} 1134}
1132div.groupSidePanel { 1135div.groupSidePanel {
1133 /* 1136 /*
1134 margin-right: -10px; 1137 margin-right: -10px;
1135 1138
1136 div.groupSidePanel div.header { 1139 div.groupSidePanel div.header {
1137 height: 50px; 1140 height: 50px;
1138 background-image: url(./images/old/main/tabs/groupsBackground.png); 1141 background-image: url(./images/old/main/tabs/groupsBackground.png);
1139 } 1142 }
1140 div.groupSidePanel div.header h1 { 1143 div.groupSidePanel div.header h1 {
1141 padding-left: 52px; 1144 padding-left: 52px;
1142 padding-top: 14px; 1145 padding-top: 14px;
1143 font-size: 14pt; 1146 font-size: 14pt;
1144 font-weight: normal; 1147 font-weight: normal;
1145 color: white; 1148 color: white;
1146 } 1149 }
1147 div.groupSidePanel div.header a { 1150 div.groupSidePanel div.header a {
1148 float: right; 1151 float: right;
1149 margin-top: -30px; 1152 margin-top: -30px;
1150 margin-right: 20px; 1153 margin-right: 20px;
1151 text-decoration: none; 1154 text-decoration: none;
1152 color: #666666; 1155 color: #666666;
1153 font-size: 9pt; 1156 font-size: 9pt;
1154 line-height: 18px; 1157 line-height: 18px;
1155 } 1158 }
1156 div.groupSidePanel div.header a:hover { 1159 div.groupSidePanel div.header a:hover {
1157 color: #444444; 1160 color: #444444;
1158 } 1161 }
1159 div.groupSidePanel div.body { 1162 div.groupSidePanel div.body {
1160 background: url(./images/old/main/tabs/groupsBackground.png) -255px; 1163 background: url(./images/old/main/tabs/groupsBackground.png) -255px;
1161 } 1164 }
1162 div.groupSidePanel div.footer { 1165 div.groupSidePanel div.footer {
1163 height: 10px; 1166 height: 10px;
1164 background: url(./images/old/main/tabs/groupsBackground.png) -510px -39px; 1167 background: url(./images/old/main/tabs/groupsBackground.png) -510px -39px;
1165 } 1168 }
1166 div.groupSidePanel ul.groups { 1169 div.groupSidePanel ul.groups {
1167 margin: 0px; 1170 margin: 0px;
1168 list-style-type: none; 1171 list-style-type: none;
1169 padding: 0px; 1172 padding: 0px;
1170 } 1173 }
1171 div.groupSidePanel ul.groups li a { 1174 div.groupSidePanel ul.groups li a {
1172 display: block; 1175 display: block;
1173 font-size: 9pt; 1176 font-size: 9pt;
1174 text-decoration: none; 1177 text-decoration: none;
1175 color: white; 1178 color: white;
1176 padding: 0px 4px 0px 15px; 1179 padding: 0px 4px 0px 15px;
1177 line-height: 20px; 1180 line-height: 20px;
1178 } 1181 }
1179 div.groupSidePanel ul.groups li a:hover { 1182 div.groupSidePanel ul.groups li a:hover {
1180 background-color: #aaaaaa; 1183 background-color: #aaaaaa;
1181 } 1184 }
1182 div.groupSidePanel ul.groups li span.groupCardinality { 1185 div.groupSidePanel ul.groups li span.groupCardinality {
1183 float: right; 1186 float: right;
1184 font-size: 8pt; 1187 font-size: 8pt;
1185 color: #dddddd; 1188 color: #dddddd;
1186 margin-right: 15px; 1189 margin-right: 15px;
1187 margin-top: -17px; 1190 margin-top: -17px;
1188 } 1191 }
1189 div.groupSidePanel ul.groups li.selected a { 1192 div.groupSidePanel ul.groups li.selected a {
1190 background-color: #bbbbbb; 1193 background-color: #bbbbbb;
1191 } 1194 }
1192 div.groupSidePanel ul.groups li.selected a:hover { 1195 div.groupSidePanel ul.groups li.selected a:hover {
1193 background-color: #bbbbbb; 1196 background-color: #bbbbbb;
1194 } 1197 }
1195 div.groupSidePanel ul.groups li.selected a { 1198 div.groupSidePanel ul.groups li.selected a {
1196 font-weight: bold; 1199 font-weight: bold;
1197 } 1200 }
1198*/ 1201*/
1199} 1202}
1200div.subPanelTabs ul { 1203div.subPanelTabs ul {
1201 margin: 0px; 1204 margin: 0px;
1202 margin-right: 7px; 1205 margin-right: 7px;
1203 padding: 0px; 1206 padding: 0px;
1204} 1207}
1205div.subPanelTabs ul li { 1208div.subPanelTabs ul li {
1206 display: inline-block; 1209 display: inline-block;
1207 vertical-align: middle; 1210 vertical-align: middle;
1208 height: 50px; 1211 height: 50px;
1209 border-right: 1px solid #eef0e3; 1212 border-right: 1px solid #eef0e3;
1210 border-bottom: 1px solid #d5d5bc; 1213 border-bottom: 1px solid #d5d5bc;
1211} 1214}
1212div.subPanelTabs ul li.first { 1215div.subPanelTabs ul li.first {
1213 -webkit-border-top-left-radius: 20px; 1216 -webkit-border-top-left-radius: 20px;
1214 -moz-border-radius-topleft: 20px; 1217 -moz-border-radius-topleft: 20px;
1215 border-top-left-radius: 20px; 1218 border-top-left-radius: 20px;
1216} 1219}
1217div.subPanelTabs ul li.selected { 1220div.subPanelTabs ul li.selected {
1218 background-color: #eef0e3; 1221 background-color: #eef0e3;
1219 border-bottom: 1px solid #eef0e3; 1222 border-bottom: 1px solid #eef0e3;
1220 border-right: 1px solid #d5d5bc; 1223 border-right: 1px solid #d5d5bc;
1221} 1224}
1222div.subPanelTabs ul li.selected:hover { 1225div.subPanelTabs ul li.selected:hover {
1223 border-right: 1px solid #d5d5bc; 1226 border-right: 1px solid #d5d5bc;
1224} 1227}
1225div.subPanelTabs ul li.selected a { 1228div.subPanelTabs ul li.selected a {
1226 color: #444440; 1229 color: #444440;
1227} 1230}
1228div.subPanelTabs ul li:hover { 1231div.subPanelTabs ul li:hover {
1229 border-right: 1px solid #d5d5bc; 1232 border-right: 1px solid #d5d5bc;
1230 background-color: #eef0e3; 1233 background-color: #eef0e3;
1231} 1234}
1232div.subPanelTabs ul li a { 1235div.subPanelTabs ul li a {
1233 color: #787872; 1236 color: #787872;
1234 text-decoration: none; 1237 text-decoration: none;
1235 display: block; 1238 display: block;
1236 text-align: center; 1239 text-align: center;
1237 padding-top: 15px; 1240 padding-top: 15px;
1238 padding-left: 20px; 1241 padding-left: 20px;
1239 padding-right: 20px; 1242 padding-right: 20px;
1240 font-size: 13pt; 1243 font-size: 13pt;
1241} 1244}
1242div.subPanelContent { 1245div.subPanelContent {
1243 padding-top: 20px; 1246 padding-top: 20px;
1244 padding-left: 30px; 1247 padding-left: 30px;
1245 padding-right: 30px; 1248 padding-right: 30px;
1246 min-height: 280px; 1249 min-height: 280px;
1247 color: #787872; 1250 color: #787872;
1248 margin: 0px 6px 0 9px; 1251 margin: 0px 6px 0 9px;
1249} 1252}
1250div.subPanelContent h3 { 1253div.subPanelContent h3 {
1251 margin: 0px; 1254 margin: 0px;
1252 border: 0px; 1255 border: 0px;
1253 padding: 0px; 1256 padding: 0px;
1254} 1257}
1255div.subPanelContent ul { 1258div.subPanelContent ul {
1256 margin: 0px; 1259 margin: 0px;
1257 padding: 0px; 1260 padding: 0px;
1258 list-style-type: none; 1261 list-style-type: none;
1259} 1262}
1260div.subPanelContent ul li { 1263div.subPanelContent ul li {
1261 display: none; 1264 display: none;
1262} 1265}
1263div.subPanelContent ul li.selected { 1266div.subPanelContent ul li.selected {
1264 display: block; 1267 display: block;
1265} 1268}
1266.downloadOfflineCopy { 1269.downloadOfflineCopy {
1267 display: inline-block; 1270 display: inline-block;
1268 height: 20px; 1271 height: 20px;
1269 cursor: pointer; 1272 cursor: pointer;
1270 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#59bc4c), to(#448833)); 1273 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#59bc4c), to(#448833));
1271 background: -moz-linear-gradient(0% 100% 90deg, #448833, #59bc4c); 1274 background: -moz-linear-gradient(0% 100% 90deg, #448833, #59bc4c);
1272 border-radius: 5; 1275 border-radius: 5;
1273 -moz-border-radius: 5; 1276 -moz-border-radius: 5;
1274 -webkit-border-radius: 5; 1277 -webkit-border-radius: 5;
1275 border: 1px solid #51a23d; 1278 border: 1px solid #51a23d;
1276 padding-top: 4px; 1279 padding-top: 4px;
1277 padding-left: 15px; 1280 padding-left: 15px;
1278 padding-right: 15px; 1281 padding-right: 15px;
1279 padding-bottom: 2px; 1282 padding-bottom: 2px;
1280 color: white; 1283 color: white;
1281 font-weight: lighter; 1284 font-weight: lighter;
1282 text-shadow: -1px -1px 1px #448833, 1px 1px 1px #59bc4c; 1285 text-shadow: -1px -1px 1px #448833, 1px 1px 1px #59bc4c;
1283 text-decoration: none; 1286 text-decoration: none;
1284} 1287}
1285.downloadOfflineCopy:hover { 1288.downloadOfflineCopy:hover {
1286 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#49a23d), to(#448833)); 1289 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#49a23d), to(#448833));
1287 background: -moz-linear-gradient(0% 100% 90deg, #448833, #49a23d); 1290 background: -moz-linear-gradient(0% 100% 90deg, #448833, #49a23d);
1288} 1291}
1289div.SimpleMessagePanel { 1292div.SimpleMessagePanel {
1290 position: relative; 1293 position: relative;
1291 left: -225px; 1294 left: -225px;
1292 top: -70px; 1295 top: -70px;
1293 width: 450px; 1296 width: 450px;
1294 height: 140px; 1297 height: 140px;
1295} 1298}
1296div.SimpleMessagePanel div.body { 1299div.SimpleMessagePanel div.body {
1297 padding: 20px; 1300 padding: 20px;
1298 padding-bottom: 15px; 1301 padding-bottom: 15px;
1299 background-color: #f1f1ef; 1302 background-color: #f1f1ef;
1300 -webkit-box-shadow: 2px 2px 9px #333333; 1303 -webkit-box-shadow: 2px 2px 9px #333333;
1301 -moz-box-shadow: 2px 2px 9px #333333; 1304 -moz-box-shadow: 2px 2px 9px #333333;
1302 box-shadow: 2px 2px 9px #333333; 1305 box-shadow: 2px 2px 9px #333333;
1303 border-radius: 10; 1306 border-radius: 10;
1304 -moz-border-radius: 10; 1307 -moz-border-radius: 10;
1305 -webkit-border-radius: 10; 1308 -webkit-border-radius: 10;
1306} 1309}
1307div.SimpleMessagePanel div.body h3 { 1310div.SimpleMessagePanel div.body h3 {
1308 font-size: 14pt; 1311 font-size: 14pt;
1309 font-weight: normal; 1312 font-weight: normal;
1310 margin: 0px; 1313 margin: 0px;
1311 padding-top: 4px; 1314 padding-top: 4px;
diff --git a/frontend/gamma/js/Clipperz/PM/UI/Web/Components/PageFooter.js b/frontend/gamma/js/Clipperz/PM/UI/Web/Components/PageFooter.js
index 2b2865c..e6ae72b 100644
--- a/frontend/gamma/js/Clipperz/PM/UI/Web/Components/PageFooter.js
+++ b/frontend/gamma/js/Clipperz/PM/UI/Web/Components/PageFooter.js
@@ -1,67 +1,67 @@
1/* 1/*
2 2
3Copyright 2008-2011 Clipperz Srl 3Copyright 2008-2011 Clipperz Srl
4 4
5This file is part of Clipperz Community Edition. 5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager. 6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please 7For further information about its features and functionalities please
8refer to http://www.clipperz.com. 8refer to http://www.clipperz.com.
9 9
10* Clipperz Community Edition is free software: you can redistribute 10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public 11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version 12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version. 13 3 of the License, or (at your option) any later version.
14 14
15* Clipperz Community Edition is distributed in the hope that it will 15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied 16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details. 18 See the GNU Affero General Public License for more details.
19 19
20* You should have received a copy of the GNU Affero General Public 20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see 21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>. 22 <http://www.gnu.org/licenses/>.
23 23
24*/ 24*/
25 25
26Clipperz.Base.module('Clipperz.PM.UI.Web.Components'); 26Clipperz.Base.module('Clipperz.PM.UI.Web.Components');
27 27
28Clipperz.PM.UI.Web.Components.PageFooter = function(args) { 28Clipperz.PM.UI.Web.Components.PageFooter = function(args) {
29 args = args || {}; 29 args = args || {};
30 30
31 Clipperz.PM.UI.Web.Components.PageFooter.superclass.constructor.apply(this, arguments); 31 Clipperz.PM.UI.Web.Components.PageFooter.superclass.constructor.apply(this, arguments);
32 32
33 return this; 33 return this;
34} 34}
35 35
36//============================================================================= 36//=============================================================================
37 37
38Clipperz.Base.extend(Clipperz.PM.UI.Web.Components.PageFooter, Clipperz.PM.UI.Common.Components.BaseComponent, { 38Clipperz.Base.extend(Clipperz.PM.UI.Web.Components.PageFooter, Clipperz.PM.UI.Common.Components.BaseComponent, {
39 39
40 //------------------------------------------------------------------------- 40 //-------------------------------------------------------------------------
41 41
42 'toString': function () { 42 'toString': function () {
43 return "Clipperz.PM.UI.Web.Components.PageFooter component"; 43 return "Clipperz.PM.UI.Web.Components.PageFooter component";
44 }, 44 },
45 45
46 //------------------------------------------------------------------------- 46 //-------------------------------------------------------------------------
47 47
48 'renderSelf': function(/*aContainer, aPosition*/) { 48 'renderSelf': function(/*aContainer, aPosition*/) {
49 this.append(this.element(), [ 49 this.append(this.element(), [
50 {tag:'div', cls:'footerWrapper', children:[ 50 {tag:'div', cls:'footerWrapper', children:[
51 {tag:'div', cls:'footerContent', children:[ 51 {tag:'div', cls:'footerContent', children:[
52 {tag:'canvas', id:this.getId('footerStarIcon'), cls:'footerStarIcon'}, 52 {tag:'canvas', id:this.getId('footerStarIcon'), cls:'footerStarIcon'},
53 {tag:'span', cls:'copyright', html:'Copyright &copy; 2009-2013 Clipperz Srl'}, 53 {tag:'span', cls:'copyright', html:'Copyright &copy; 2009-2013 Clipperz Srl'},
54 {tag:'a', href:'http://www.clipperz.com/terms_of_service',target:'_blank', html:'terms of service'}, 54 {tag:'a', href:'http://www.clipperz.com/terms_of_service',target:'_blank', html:'terms of service'},
55 {tag:'a', href:'http://www.clipperz.com/privacy_policy',target:'_blank', html:'privacy policy'}, 55 {tag:'a', href:'http://www.clipperz.com/privacy_policy',target:'_blank', html:'privacy policy'},
56 {tag:'span', cls:'applicationVersion', htmlString:'application version: [<a href="https://github.com/clipperz/password-manager/tree/' + Clipperz_version + '" target="github">' + Clipperz_version + '</a>]'} 56 {tag:'div', cls:'applicationVersion', htmlString:'application version: [<a href="https://github.com/clipperz/password-manager/tree/' + Clipperz_version + '" target="github">' + Clipperz_version + '</a>]'}
57 ]} 57 ]}
58 ]} 58 ]}
59 ]); 59 ]);
60 60
61 Clipperz.PM.UI.Canvas.star.normal(this.getElement('footerStarIcon'), "#7e7e7e"); 61 Clipperz.PM.UI.Canvas.star.normal(this.getElement('footerStarIcon'), "#7e7e7e");
62 }, 62 },
63 63
64 //------------------------------------------------------------------------- 64 //-------------------------------------------------------------------------
65 65
66 __syntaxFix__: "syntax fix" 66 __syntaxFix__: "syntax fix"
67}); 67});