summaryrefslogtreecommitdiff
path: root/frontend/gamma/css/web.css
Unidiff
Diffstat (limited to 'frontend/gamma/css/web.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/gamma/css/web.css33
1 files changed, 21 insertions, 12 deletions
diff --git a/frontend/gamma/css/web.css b/frontend/gamma/css/web.css
index 5d8bc20..011831a 100644
--- a/frontend/gamma/css/web.css
+++ b/frontend/gamma/css/web.css
@@ -1,70 +1,68 @@
1/* 1/*
2 2
3Copyright 2008-2011 Clipperz Srl 3Copyright 2008-2013 Clipperz Srl
4 4
5This file is part of Clipperz Community Edition. 5This file is part of Clipperz, the online password manager.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please 6For further information about its features and functionalities please
8refer to http://www.clipperz.com. 7refer to http://www.clipperz.com.
9 8
10* Clipperz Community Edition is free software: you can redistribute 9* Clipperz is free software: you can redistribute it and/or modify it
11 it and/or modify it under the terms of the GNU Affero General Public 10 under the terms of the GNU Affero General Public License as published
12 License as published by the Free Software Foundation, either version 11 by the Free Software Foundation, either version 3 of the License, or
13 3 of the License, or (at your option) any later version. 12 (at your option) any later version.
14 13
15* Clipperz Community Edition is distributed in the hope that it will 14* Clipperz is distributed in the hope that it will be useful, but
16 be useful, but WITHOUT ANY WARRANTY; without even the implied 15 WITHOUT ANY WARRANTY; without even the implied warranty of
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details. 17 See the GNU Affero General Public License for more details.
19 18
20* You should have received a copy of the GNU Affero General Public 19* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see 20 License along with Clipperz. If not, see http://www.gnu.org/licenses/.
22 <http://www.gnu.org/licenses/>.
23 21
24*/ 22*/
25 23
26/* 24/*
27 25
28Color list: 26Color list:
29- login box: 27- login box:
30 light#ff9955 28 light#ff9955
31 dark#ff6622 29 dark#ff6622
32- login button: 30- login button:
33 regular#dd5500 31 regular#dd5500
34 hover#773311 32 hover#773311
35- login translations: 33- login translations:
36 box: #cc6622; 34 box: #cc6622;
37 not-selected: 35 not-selected:
38 color: #ddaa99 36 color: #ddaa99
39 background:#994422 37 background:#994422
40 selected: #772211; 38 selected: #772211;
41*/ 39*/
42html { 40html {
43 height: 100%; 41 height: 100%;
44} 42}
45body { 43body {
46 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 44 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
47 margin: 0px; 45 margin: 0px;
48} 46}
49div.modalDialogMask.userInfoBoxMask { 47div.modalDialogMask.userInfoBoxMask {
50 -moz-opacity: 0.0; 48 -moz-opacity: 0.0;
51 opacity: .0; 49 opacity: .0;
52 filter: alpha(opacity=0); 50 filter: alpha(opacity=0);
53 z-index: 19000; 51 z-index: 19000;
54} 52}
55.reset-margin { 53.reset-margin {
56 margin: 0px; 54 margin: 0px;
57 padding: 0px; 55 padding: 0px;
58 border: 0px; 56 border: 0px;
59} 57}
60.clear { 58.clear {
61 clear: both; 59 clear: both;
62} 60}
63.hidden_none { 61.hidden_none {
64 display: none; 62 display: none;
65 visibility: hidden; 63 visibility: hidden;
66} 64}
67.keepTogether { 65.keepTogether {
68 display: inline-block; 66 display: inline-block;
69 white-space: nowrap; 67 white-space: nowrap;
70} 68}
@@ -169,191 +167,196 @@ Color list:
169 box: #cc6622; 167 box: #cc6622;
170 not-selected: 168 not-selected:
171 color: #ddaa99 169 color: #ddaa99
172 background:#994422 170 background:#994422
173 selected: #772211; 171 selected: #772211;
174*/ 172*/
175html { 173html {
176 height: 100%; 174 height: 100%;
177} 175}
178body { 176body {
179 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 177 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
180 margin: 0px; 178 margin: 0px;
181} 179}
182div.modalDialogMask.userInfoBoxMask { 180div.modalDialogMask.userInfoBoxMask {
183 -moz-opacity: 0.0; 181 -moz-opacity: 0.0;
184 opacity: .0; 182 opacity: .0;
185 filter: alpha(opacity=0); 183 filter: alpha(opacity=0);
186 z-index: 19000; 184 z-index: 19000;
187} 185}
188.reset-margin { 186.reset-margin {
189 margin: 0px; 187 margin: 0px;
190 padding: 0px; 188 padding: 0px;
191 border: 0px; 189 border: 0px;
192} 190}
193.clear { 191.clear {
194 clear: both; 192 clear: both;
195} 193}
196.hidden_none { 194.hidden_none {
197 display: none; 195 display: none;
198 visibility: hidden; 196 visibility: hidden;
199} 197}
200.keepTogether { 198.keepTogether {
201 display: inline-block; 199 display: inline-block;
202 white-space: nowrap; 200 white-space: nowrap;
203} 201}
204#mainDiv { 202#mainDiv {
205 margin: 0 auto; 203 margin: 0 auto;
206} 204}
207div.tooltip { 205div.tooltip {
208 position: absolute; 206 position: absolute;
209 z-index: 30001; 207 z-index: 30001;
210} 208}
211div.tooltip div.tooltip_body { 209div.tooltip div.tooltip_body {
212 border-radius: 8px; 210 border-radius: 8px;
213 -moz-border-radius: 8px; 211 -moz-border-radius: 8px;
214 -webkit-border-radius: 8px; 212 -webkit-border-radius: 8px;
215 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbbbbb), to(#555555)); 213 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbbbbb), to(#555555));
216 background: -moz-linear-gradient(0% 100% 90deg, #555555, #bbbbbb); 214 background: -moz-linear-gradient(0% 100% 90deg, #555555, #bbbbbb);
215 background: linear-gradient(0deg, #555555, #bbbbbb);
217 -webkit-box-shadow: 4px 4px 10px #333333; 216 -webkit-box-shadow: 4px 4px 10px #333333;
218 -moz-box-shadow: 4px 4px 10px #333333; 217 -moz-box-shadow: 4px 4px 10px #333333;
219 box-shadow: 4px 4px 10px #333333; 218 box-shadow: 4px 4px 10px #333333;
220 border-top: 1px solid #d4d4d4; 219 border-top: 1px solid #d4d4d4;
221 border-left: 1px solid #a2a2a2; 220 border-left: 1px solid #a2a2a2;
222 border-right: 1px solid #6f6f6f; 221 border-right: 1px solid #6f6f6f;
223 border-bottom: 1px solid #3c3c3c; 222 border-bottom: 1px solid #3c3c3c;
224} 223}
225div.tooltip div.tooltip_body span { 224div.tooltip div.tooltip_body span {
226 display: block; 225 display: block;
227 padding: 10px; 226 padding: 10px;
228 font-size: 10pt; 227 font-size: 10pt;
229 color: white; 228 color: white;
230} 229}
231div.tooltip div.tooltip_body div.tooltip_text { 230div.tooltip div.tooltip_body div.tooltip_text {
232 width: 200px; 231 width: 200px;
233} 232}
234div.tooltip div.tooltip_arrow { 233div.tooltip div.tooltip_arrow {
235 position: absolute; 234 position: absolute;
236 width: 0; 235 width: 0;
237 height: 0; 236 height: 0;
238 border: 6px solid transparent; 237 border: 6px solid transparent;
239} 238}
240div.tooltip.BELOW div.tooltip_arrow { 239div.tooltip.BELOW div.tooltip_arrow {
241 top: -12px; 240 top: -12px;
242 left: 97px; 241 left: 97px;
243 border-bottom: 6px solid #bbbbbb; 242 border-bottom: 6px solid #bbbbbb;
244} 243}
245div.tooltip.ABOVE div.tooltip_arrow { 244div.tooltip.ABOVE div.tooltip_arrow {
246 position: static; 245 position: static;
247 margin-left: 97px; 246 margin-left: 97px;
248 border-top: 6px solid #555555; 247 border-top: 6px solid #555555;
249} 248}
250div.tooltip.LEFT div.tooltip_arrow { 249div.tooltip.LEFT div.tooltip_arrow {
251 left: 203px; 250 left: 203px;
252 top: 10px; 251 top: 10px;
253 border-left: 6px solid #747474; 252 border-left: 6px solid #747474;
254} 253}
255div.tooltip.LEFT div.tooltip_body div.tooltip_text { 254div.tooltip.LEFT div.tooltip_body div.tooltip_text {
256 min-height: 45px; 255 min-height: 45px;
257} 256}
258div.tooltip.RIGHT div.tooltip_arrow { 257div.tooltip.RIGHT div.tooltip_arrow {
259 left: -12px; 258 left: -12px;
260 top: 10px; 259 top: 10px;
261 border-right: 6px solid #9c9c9c; 260 border-right: 6px solid #9c9c9c;
262} 261}
263div.tooltip.RIGHT div.tooltip_body div.tooltip_text { 262div.tooltip.RIGHT div.tooltip_body div.tooltip_text {
264 min-height: 45px; 263 min-height: 45px;
265} 264}
266.button.default { 265.button.default {
267 display: inline-block; 266 display: inline-block;
268 height: 20px; 267 height: 20px;
269 cursor: pointer; 268 cursor: pointer;
270 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa76f), to(#ff6622)); 269 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa76f), to(#ff6622));
271 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ffa76f); 270 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ffa76f);
271 background: linear-gradient(0deg, #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 background: linear-gradient(0deg, #ff6622, #ff8e46);
289} 290}
290.button { 291.button {
291 display: inline-block; 292 display: inline-block;
292 height: 20px; 293 height: 20px;
293 cursor: pointer; 294 cursor: pointer;
294 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bfbfbf), to(#999999)); 295 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bfbfbf), to(#999999));
295 background: -moz-linear-gradient(0% 100% 90deg, #999999, #bfbfbf); 296 background: -moz-linear-gradient(0% 100% 90deg, #999999, #bfbfbf);
297 background: linear-gradient(0deg, #999999, #bfbfbf);
296 border-radius: 5; 298 border-radius: 5;
297 -moz-border-radius: 5; 299 -moz-border-radius: 5;
298 -webkit-border-radius: 5; 300 -webkit-border-radius: 5;
299 border: 1px solid #ababab; 301 border: 1px solid #ababab;
300 padding-top: 4px; 302 padding-top: 4px;
301 padding-left: 15px; 303 padding-left: 15px;
302 padding-right: 15px; 304 padding-right: 15px;
303 padding-bottom: 2px; 305 padding-bottom: 2px;
304 color: white; 306 color: white;
305 font-weight: lighter; 307 font-weight: lighter;
306 text-shadow: -1px -1px 1px #999999, 1px 1px 1px #bfbfbf; 308 text-shadow: -1px -1px 1px #999999, 1px 1px 1px #bfbfbf;
307 text-decoration: none; 309 text-decoration: none;
308} 310}
309.button:hover { 311.button:hover {
310 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ababab), to(#999999)); 312 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ababab), to(#999999));
311 background: -moz-linear-gradient(0% 100% 90deg, #999999, #ababab); 313 background: -moz-linear-gradient(0% 100% 90deg, #999999, #ababab);
314 background: linear-gradient(0deg, #999999, #ababab);
312} 315}
313/* 316/*
314 317
315Color list: 318Color list:
316- login box: 319- login box:
317 light#ff9955 320 light#ff9955
318 dark#ff6622 321 dark#ff6622
319- login button: 322- login button:
320 regular#dd5500 323 regular#dd5500
321 hover#773311 324 hover#773311
322- login translations: 325- login translations:
323 box: #cc6622; 326 box: #cc6622;
324 not-selected: 327 not-selected:
325 color: #ddaa99 328 color: #ddaa99
326 background:#994422 329 background:#994422
327 selected: #772211; 330 selected: #772211;
328*/ 331*/
329html { 332html {
330 height: 100%; 333 height: 100%;
331} 334}
332body { 335body {
333 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 336 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
334 margin: 0px; 337 margin: 0px;
335} 338}
336div.modalDialogMask.userInfoBoxMask { 339div.modalDialogMask.userInfoBoxMask {
337 -moz-opacity: 0.0; 340 -moz-opacity: 0.0;
338 opacity: .0; 341 opacity: .0;
339 filter: alpha(opacity=0); 342 filter: alpha(opacity=0);
340 z-index: 19000; 343 z-index: 19000;
341} 344}
342.reset-margin { 345.reset-margin {
343 margin: 0px; 346 margin: 0px;
344 padding: 0px; 347 padding: 0px;
345 border: 0px; 348 border: 0px;
346} 349}
347.clear { 350.clear {
348 clear: both; 351 clear: both;
349} 352}
350.hidden_none { 353.hidden_none {
351 display: none; 354 display: none;
352 visibility: hidden; 355 visibility: hidden;
353} 356}
354.keepTogether { 357.keepTogether {
355 display: inline-block; 358 display: inline-block;
356 white-space: nowrap; 359 white-space: nowrap;
357} 360}
358#mainDiv { 361#mainDiv {
359 margin: 0 auto; 362 margin: 0 auto;
@@ -404,96 +407,97 @@ div.pageHeaderAndBody div.pageHeader div#logoFrame {
404 padding: 16px 16px 60px 16px; 407 padding: 16px 16px 60px 16px;
405 min-height: 44px; 408 min-height: 44px;
406} 409}
407div.pageHeaderAndBody div.pageHeader div#logoFrame a { 410div.pageHeaderAndBody div.pageHeader div#logoFrame a {
408 color: white; 411 color: white;
409 text-decoration: none; 412 text-decoration: none;
410} 413}
411div.pageHeaderAndBody div.pageHeader div#logoFrame a canvas { 414div.pageHeaderAndBody div.pageHeader div#logoFrame a canvas {
412 margin: 0px; 415 margin: 0px;
413 padding: 0px; 416 padding: 0px;
414 border: 0px; 417 border: 0px;
415 width: 150px; 418 width: 150px;
416 height: 39px; 419 height: 39px;
417} 420}
418div.pageHeaderAndBody div.pageHeader div#logoFrame a h5.clipperzPayoff { 421div.pageHeaderAndBody div.pageHeader div#logoFrame a h5.clipperzPayoff {
419 font-size: 13pt; 422 font-size: 13pt;
420 font-weight: normal; 423 font-weight: normal;
421 white-space: nowrap; 424 white-space: nowrap;
422 margin: 0px; 425 margin: 0px;
423 padding-left: 4px; 426 padding-left: 4px;
424} 427}
425div.pageHeaderAndBody div.pageHeader div#featureTabs table { 428div.pageHeaderAndBody div.pageHeader div#featureTabs table {
426 width: 100%; 429 width: 100%;
427 padding: 6px; 430 padding: 6px;
428 padding-left: 15px; 431 padding-left: 15px;
429 padding-right: 15px; 432 padding-right: 15px;
430 padding-bottom: 46px; 433 padding-bottom: 46px;
431} 434}
432div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td { 435div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td {
433 width: 25%; 436 width: 25%;
434 vertical-align: top; 437 vertical-align: top;
435 font-size: 11pt; 438 font-size: 11pt;
436 color: white; 439 color: white;
437} 440}
438div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td img { 441div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td img {
439 float: left; 442 float: left;
440} 443}
441div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td span { 444div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td span {
442 display: block; 445 display: block;
443 padding: 5 10 5 85; 446 padding: 5 10 5 85;
444} 447}
445div.pageHeaderAndBody div.pageHeader div#featureTabs canvas.featureIcon { 448div.pageHeaderAndBody div.pageHeader div#featureTabs canvas.featureIcon {
446 width: 76px; 449 width: 76px;
447 height: 76px; 450 height: 76px;
448 display: block; 451 display: block;
449 float: left; 452 float: left;
450 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffad79), to(#ff6622)); 453 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffad79), to(#ff6622));
451 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ffad79); 454 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ffad79);
455 background: linear-gradient(0deg, #ff6622, #ffad79);
452 border-radius: 38px; 456 border-radius: 38px;
453 -moz-border-radius: 38px; 457 -moz-border-radius: 38px;
454 -webkit-border-radius: 38px; 458 -webkit-border-radius: 38px;
455} 459}
456div.pageHeaderAndBody div.pageHeader div#news { 460div.pageHeaderAndBody div.pageHeader div#news {
457 top: -82px; 461 top: -82px;
458 left: 240px; 462 left: 240px;
459 width: 310px; 463 width: 310px;
460 height: 90px; 464 height: 90px;
461 position: absolute; 465 position: absolute;
462 background-color: #616475; 466 background-color: #616475;
463 -webkit-border-bottom-left-radius: 8px; 467 -webkit-border-bottom-left-radius: 8px;
464 -moz-border-radius-bottomleft: 8px; 468 -moz-border-radius-bottomleft: 8px;
465 border-bottom-left-radius: 8px; 469 border-bottom-left-radius: 8px;
466 -webkit-border-bottom-right-radius: 8px; 470 -webkit-border-bottom-right-radius: 8px;
467 -moz-border-radius-bottomright: 8px; 471 -moz-border-radius-bottomright: 8px;
468 border-bottom-right-radius: 8px; 472 border-bottom-right-radius: 8px;
469 -webkit-box-shadow: 2px 2px 9px #333333; 473 -webkit-box-shadow: 2px 2px 9px #333333;
470 -moz-box-shadow: 2px 2px 9px #333333; 474 -moz-box-shadow: 2px 2px 9px #333333;
471 box-shadow: 2px 2px 9px #333333; 475 box-shadow: 2px 2px 9px #333333;
472} 476}
473div.pageHeaderAndBody div.pageHeader div#news div#newsframe { 477div.pageHeaderAndBody div.pageHeader div#news div#newsframe {
474 margin-left: 10px; 478 margin-left: 10px;
475 margin-right: 10px; 479 margin-right: 10px;
476 height: 75px; 480 height: 75px;
477 overflow: hidden; 481 overflow: hidden;
478} 482}
479div.pageHeaderAndBody div.pageHeader div#news div#newsframe iframe { 483div.pageHeaderAndBody div.pageHeader div#news div#newsframe iframe {
480 width: 290px; 484 width: 290px;
481 border: 0px; 485 border: 0px;
482 color: #616475; 486 color: #616475;
483 background-color: #616475; 487 background-color: #616475;
484} 488}
485div.pageHeaderAndBody div.pageHeader div#news div.grip { 489div.pageHeaderAndBody div.pageHeader div#news div.grip {
486 width: 310px; 490 width: 310px;
487 height: 6px; 491 height: 6px;
488 margin-top: 2px; 492 margin-top: 2px;
489 cursor: pointer; 493 cursor: pointer;
490} 494}
491div.pageHeaderAndBody div.pageHeader div#news div.grip div.gripHandler { 495div.pageHeaderAndBody div.pageHeader div#news div.grip div.gripHandler {
492 margin-left: auto; 496 margin-left: auto;
493 margin-right: auto; 497 margin-right: auto;
494 margin-top: 8px; 498 margin-top: 8px;
495 width: 0; 499 width: 0;
496 height: 0; 500 height: 0;
497 border-left: 5px solid transparent; 501 border-left: 5px solid transparent;
498 border-right: 5px solid transparent; 502 border-right: 5px solid transparent;
499} 503}
@@ -570,96 +574,97 @@ body {
570} 574}
571div.modalDialogMask.userInfoBoxMask { 575div.modalDialogMask.userInfoBoxMask {
572 -moz-opacity: 0.0; 576 -moz-opacity: 0.0;
573 opacity: .0; 577 opacity: .0;
574 filter: alpha(opacity=0); 578 filter: alpha(opacity=0);
575 z-index: 19000; 579 z-index: 19000;
576} 580}
577.reset-margin { 581.reset-margin {
578 margin: 0px; 582 margin: 0px;
579 padding: 0px; 583 padding: 0px;
580 border: 0px; 584 border: 0px;
581} 585}
582.clear { 586.clear {
583 clear: both; 587 clear: both;
584} 588}
585.hidden_none { 589.hidden_none {
586 display: none; 590 display: none;
587 visibility: hidden; 591 visibility: hidden;
588} 592}
589.keepTogether { 593.keepTogether {
590 display: inline-block; 594 display: inline-block;
591 white-space: nowrap; 595 white-space: nowrap;
592} 596}
593#mainDiv { 597#mainDiv {
594 margin: 0 auto; 598 margin: 0 auto;
595} 599}
596div#loginBox { 600div#loginBox {
597 width: 273px; 601 width: 273px;
598 z-index: 19000; 602 z-index: 19000;
599 top: -30px; 603 top: -30px;
600 right: 30px; 604 right: 30px;
601 position: relative; 605 position: relative;
602 float: right; 606 float: right;
603} 607}
604div#loginBox div.header { 608div#loginBox div.header {
605 height: 25px; 609 height: 25px;
606 width: 273px; 610 width: 273px;
607 background-color: #ff9b5a; 611 background-color: #ff9b5a;
608 -webkit-border-top-left-radius: 20px; 612 -webkit-border-top-left-radius: 20px;
609 -moz-border-radius-topleft: 20px; 613 -moz-border-radius-topleft: 20px;
610 border-top-left-radius: 20px; 614 border-top-left-radius: 20px;
611 -webkit-border-top-right-radius: 20px; 615 -webkit-border-top-right-radius: 20px;
612 -moz-border-radius-topright: 20px; 616 -moz-border-radius-topright: 20px;
613 border-top-right-radius: 20px; 617 border-top-right-radius: 20px;
614} 618}
615div#loginBox div.body { 619div#loginBox div.body {
616 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9b5a), to(#ff6622)); 620 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9b5a), to(#ff6622));
617 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9b5a); 621 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9b5a);
622 background: linear-gradient(0deg, #ff6622, #ff9b5a);
618} 623}
619div#loginBox div.body h4 { 624div#loginBox div.body h4 {
620 color: #ffffff; 625 color: #ffffff;
621 font-size: 16pt; 626 font-size: 16pt;
622 font-weight: normal; 627 font-weight: normal;
623 padding-left: 20px; 628 padding-left: 20px;
624 margin: 0px; 629 margin: 0px;
625} 630}
626div#loginBox div.body form.loginForm { 631div#loginBox div.body form.loginForm {
627 padding: 5px 20px 0px; 632 padding: 5px 20px 0px;
628 margin-bottom: 0px; 633 margin-bottom: 0px;
629} 634}
630div#loginBox div.body form.loginForm label { 635div#loginBox div.body form.loginForm label {
631 color: #ffffff; 636 color: #ffffff;
632 font-size: 10pt; 637 font-size: 10pt;
633 display: block; 638 display: block;
634 padding-top: 5px; 639 padding-top: 5px;
635} 640}
636div#loginBox div.body form.loginForm label.checkbox { 641div#loginBox div.body form.loginForm label.checkbox {
637 display: inline; 642 display: inline;
638} 643}
639div#loginBox div.body form.loginForm input { 644div#loginBox div.body form.loginForm input {
640 width: 230px; 645 width: 230px;
641 font-size: 14pt; 646 font-size: 14pt;
642 color: #333366; 647 color: #333366;
643 background-color: #ffffff; 648 background-color: #ffffff;
644 border: 1px solid #bb4924; 649 border: 1px solid #bb4924;
645 padding: 2px 5px; 650 padding: 2px 5px;
646 height: 28px; 651 height: 28px;
647} 652}
648div#loginBox div.body form.loginForm input.checkbox { 653div#loginBox div.body form.loginForm input.checkbox {
649 margin: 10px 8px 0px 0px; 654 margin: 10px 8px 0px 0px;
650 height: auto; 655 height: auto;
651 width: auto; 656 width: auto;
652 border: 0px; 657 border: 0px;
653} 658}
654div#loginBox div.body form.loginForm input.checkbox:hover { 659div#loginBox div.body form.loginForm input.checkbox:hover {
655 cursor: pointer; 660 cursor: pointer;
656} 661}
657div#loginBox div.body form.loginForm input.otp { 662div#loginBox div.body form.loginForm input.otp {
658 width: 57px; 663 width: 57px;
659 display: inline; 664 display: inline;
660 padding-left: 0px; 665 padding-left: 0px;
661 padding-right: 0px; 666 padding-right: 0px;
662 height: 28px; 667 height: 28px;
663 font: 8pt monospace; 668 font: 8pt monospace;
664} 669}
665div#loginBox div.body form.loginForm input.submit { 670div#loginBox div.body form.loginForm input.submit {
@@ -847,96 +852,97 @@ Color list:
847 box: #cc6622; 852 box: #cc6622;
848 not-selected: 853 not-selected:
849 color: #ddaa99 854 color: #ddaa99
850 background:#994422 855 background:#994422
851 selected: #772211; 856 selected: #772211;
852*/ 857*/
853html { 858html {
854 height: 100%; 859 height: 100%;
855} 860}
856body { 861body {
857 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 862 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
858 margin: 0px; 863 margin: 0px;
859} 864}
860div.modalDialogMask.userInfoBoxMask { 865div.modalDialogMask.userInfoBoxMask {
861 -moz-opacity: 0.0; 866 -moz-opacity: 0.0;
862 opacity: .0; 867 opacity: .0;
863 filter: alpha(opacity=0); 868 filter: alpha(opacity=0);
864 z-index: 19000; 869 z-index: 19000;
865} 870}
866.reset-margin { 871.reset-margin {
867 margin: 0px; 872 margin: 0px;
868 padding: 0px; 873 padding: 0px;
869 border: 0px; 874 border: 0px;
870} 875}
871.clear { 876.clear {
872 clear: both; 877 clear: both;
873} 878}
874.hidden_none { 879.hidden_none {
875 display: none; 880 display: none;
876 visibility: hidden; 881 visibility: hidden;
877} 882}
878.keepTogether { 883.keepTogether {
879 display: inline-block; 884 display: inline-block;
880 white-space: nowrap; 885 white-space: nowrap;
881} 886}
882#mainDiv { 887#mainDiv {
883 margin: 0 auto; 888 margin: 0 auto;
884} 889}
885div.userInfoBox { 890div.userInfoBox {
886 position: absolute; 891 position: absolute;
887 width: 160px; 892 width: 160px;
888 height: 120px; 893 height: 120px;
889 top: 100px; 894 top: 100px;
890 left: 15px; 895 left: 15px;
891 color: white; 896 color: white;
892 background-color: #ff9955; 897 background-color: #ff9955;
893 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9a56), to(#ff6723)); 898 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9a56), to(#ff6723));
894 background: -moz-linear-gradient(0% 100% 90deg, #ff6723, #ff9a56); 899 background: -moz-linear-gradient(0% 100% 90deg, #ff6723, #ff9a56);
900 background: linear-gradient(0deg, #ff6723, #ff9a56);
895 border-radius: 10px; 901 border-radius: 10px;
896 -moz-border-radius: 10px; 902 -moz-border-radius: 10px;
897 -webkit-border-radius: 10px; 903 -webkit-border-radius: 10px;
898 -webkit-box-shadow: 2px 2px 9px #333333; 904 -webkit-box-shadow: 2px 2px 9px #333333;
899 -moz-box-shadow: 2px 2px 9px #333333; 905 -moz-box-shadow: 2px 2px 9px #333333;
900 box-shadow: 2px 2px 9px #333333; 906 box-shadow: 2px 2px 9px #333333;
901} 907}
902div.userInfoBox.locked { 908div.userInfoBox.locked {
903 z-index: 19001; 909 z-index: 19001;
904} 910}
905div.userInfoBox.locked div.header a.lockButton { 911div.userInfoBox.locked div.header a.lockButton {
906 background: url(./images/old/lock/locked.png) no-repeat -5px -2px; 912 background: url(./images/old/lock/locked.png) no-repeat -5px -2px;
907} 913}
908div.userInfoBox.locked div.header a.lockButton:hover { 914div.userInfoBox.locked div.header a.lockButton:hover {
909 background: url(./images/old/lock/locked_hover.png) no-repeat -5px -2px; 915 background: url(./images/old/lock/locked_hover.png) no-repeat -5px -2px;
910} 916}
911div.userInfoBox.locked div.body a { 917div.userInfoBox.locked div.body a {
912 display: none; 918 display: none;
913} 919}
914div.userInfoBox div.header { 920div.userInfoBox div.header {
915 height: 30px; 921 height: 30px;
916} 922}
917div.userInfoBox div.header h1 { 923div.userInfoBox div.header h1 {
918 font-size: 8pt; 924 font-size: 8pt;
919 font-weight: normal; 925 font-weight: normal;
920 margin: 0px; 926 margin: 0px;
921 padding-top: 12px; 927 padding-top: 12px;
922 padding-left: 12px; 928 padding-left: 12px;
923} 929}
924div.userInfoBox div.header a.lockButton { 930div.userInfoBox div.header a.lockButton {
925 position: absolute; 931 position: absolute;
926 top: 8px; 932 top: 8px;
927 right: 12px; 933 right: 12px;
928 display: block; 934 display: block;
929 width: 15px; 935 width: 15px;
930 height: 20px; 936 height: 20px;
931 text-decoration: none; 937 text-decoration: none;
932 background: url(./images/old/lock/unlocked.png) no-repeat -5px -2px; 938 background: url(./images/old/lock/unlocked.png) no-repeat -5px -2px;
933} 939}
934div.userInfoBox div.header a.lockButton:hover { 940div.userInfoBox div.header a.lockButton:hover {
935 background: url(./images/old/lock/unlocked_hover.png) no-repeat -5px -2px; 941 background: url(./images/old/lock/unlocked_hover.png) no-repeat -5px -2px;
936} 942}
937div.userInfoBox div.body { 943div.userInfoBox div.body {
938 padding: 0px 12px; 944 padding: 0px 12px;
939} 945}
940div.userInfoBox div.body h3 { 946div.userInfoBox div.body h3 {
941 font-size: 11pt; 947 font-size: 11pt;
942 font-weight: bold; 948 font-weight: bold;
@@ -1228,145 +1234,148 @@ div.subPanelTabs ul li.selected:hover {
1228} 1234}
1229div.subPanelTabs ul li.selected a { 1235div.subPanelTabs ul li.selected a {
1230 color: #444440; 1236 color: #444440;
1231} 1237}
1232div.subPanelTabs ul li:hover { 1238div.subPanelTabs ul li:hover {
1233 border-right: 1px solid #d5d5bc; 1239 border-right: 1px solid #d5d5bc;
1234 background-color: #eef0e3; 1240 background-color: #eef0e3;
1235} 1241}
1236div.subPanelTabs ul li a { 1242div.subPanelTabs ul li a {
1237 color: #787872; 1243 color: #787872;
1238 text-decoration: none; 1244 text-decoration: none;
1239 display: block; 1245 display: block;
1240 text-align: center; 1246 text-align: center;
1241 padding-top: 15px; 1247 padding-top: 15px;
1242 padding-left: 20px; 1248 padding-left: 20px;
1243 padding-right: 20px; 1249 padding-right: 20px;
1244 font-size: 13pt; 1250 font-size: 13pt;
1245} 1251}
1246div.subPanelContent { 1252div.subPanelContent {
1247 padding-top: 20px; 1253 padding-top: 20px;
1248 padding-left: 30px; 1254 padding-left: 30px;
1249 padding-right: 30px; 1255 padding-right: 30px;
1250 min-height: 280px; 1256 min-height: 280px;
1251 color: #787872; 1257 color: #787872;
1252 margin: 0px 6px 0 9px; 1258 margin: 0px 6px 0 9px;
1253} 1259}
1254div.subPanelContent h3 { 1260div.subPanelContent h3 {
1255 margin: 0px; 1261 margin: 0px;
1256 border: 0px; 1262 border: 0px;
1257 padding: 0px; 1263 padding: 0px;
1258} 1264}
1259div.subPanelContent ul { 1265div.subPanelContent ul {
1260 margin: 0px; 1266 margin: 0px;
1261 padding: 0px; 1267 padding: 0px;
1262 list-style-type: none; 1268 list-style-type: none;
1263} 1269}
1264div.subPanelContent ul li { 1270div.subPanelContent ul li {
1265 display: none; 1271 display: none;
1266} 1272}
1267div.subPanelContent ul li.selected { 1273div.subPanelContent ul li.selected {
1268 display: block; 1274 display: block;
1269} 1275}
1270.downloadOfflineCopy { 1276.downloadOfflineCopy {
1271 display: inline-block; 1277 display: inline-block;
1272 height: 20px; 1278 height: 20px;
1273 cursor: pointer; 1279 cursor: pointer;
1274 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#59bc4c), to(#448833)); 1280 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#59bc4c), to(#448833));
1275 background: -moz-linear-gradient(0% 100% 90deg, #448833, #59bc4c); 1281 background: -moz-linear-gradient(0% 100% 90deg, #448833, #59bc4c);
1282 background: linear-gradient(0deg, #448833, #59bc4c);
1276 border-radius: 5; 1283 border-radius: 5;
1277 -moz-border-radius: 5; 1284 -moz-border-radius: 5;
1278 -webkit-border-radius: 5; 1285 -webkit-border-radius: 5;
1279 border: 1px solid #51a23d; 1286 border: 1px solid #51a23d;
1280 padding-top: 4px; 1287 padding-top: 4px;
1281 padding-left: 15px; 1288 padding-left: 15px;
1282 padding-right: 15px; 1289 padding-right: 15px;
1283 padding-bottom: 2px; 1290 padding-bottom: 2px;
1284 color: white; 1291 color: white;
1285 font-weight: lighter; 1292 font-weight: lighter;
1286 text-shadow: -1px -1px 1px #448833, 1px 1px 1px #59bc4c; 1293 text-shadow: -1px -1px 1px #448833, 1px 1px 1px #59bc4c;
1287 text-decoration: none; 1294 text-decoration: none;
1288} 1295}
1289.downloadOfflineCopy:hover { 1296.downloadOfflineCopy:hover {
1290 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#49a23d), to(#448833)); 1297 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#49a23d), to(#448833));
1291 background: -moz-linear-gradient(0% 100% 90deg, #448833, #49a23d); 1298 background: -moz-linear-gradient(0% 100% 90deg, #448833, #49a23d);
1299 background: linear-gradient(0deg, #448833, #49a23d);
1292} 1300}
1293div.SimpleMessagePanel { 1301div.SimpleMessagePanel {
1294 position: relative; 1302 position: relative;
1295 left: -225px; 1303 left: -225px;
1296 top: -70px; 1304 top: -70px;
1297 width: 450px; 1305 width: 450px;
1298 height: 140px; 1306 height: 140px;
1299} 1307}
1300div.SimpleMessagePanel div.body { 1308div.SimpleMessagePanel div.body {
1301 padding: 20px; 1309 padding: 20px;
1302 padding-bottom: 15px; 1310 padding-bottom: 15px;
1303 background-color: #f1f1ef; 1311 background-color: #f1f1ef;
1304 -webkit-box-shadow: 2px 2px 9px #333333; 1312 -webkit-box-shadow: 2px 2px 9px #333333;
1305 -moz-box-shadow: 2px 2px 9px #333333; 1313 -moz-box-shadow: 2px 2px 9px #333333;
1306 box-shadow: 2px 2px 9px #333333; 1314 box-shadow: 2px 2px 9px #333333;
1307 border-radius: 10; 1315 border-radius: 10;
1308 -moz-border-radius: 10; 1316 -moz-border-radius: 10;
1309 -webkit-border-radius: 10; 1317 -webkit-border-radius: 10;
1310} 1318}
1311div.SimpleMessagePanel div.body h3 { 1319div.SimpleMessagePanel div.body h3 {
1312 font-size: 14pt; 1320 font-size: 14pt;
1313 font-weight: normal; 1321 font-weight: normal;
1314 margin: 0px; 1322 margin: 0px;
1315 padding-top: 4px; 1323 padding-top: 4px;
1316 color: #787872; 1324 color: #787872;
1317} 1325}
1318div.SimpleMessagePanel div.body div.img { 1326div.SimpleMessagePanel div.body div.img {
1319 width: 50px; 1327 width: 50px;
1320 height: 50px; 1328 height: 50px;
1321 float: left; 1329 float: left;
1322 margin-right: 15px; 1330 margin-right: 15px;
1323 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9b5a), to(#ff6622)); 1331 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9b5a), to(#ff6622));
1324 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9b5a); 1332 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9b5a);
1333 background: linear-gradient(0deg, #ff6622, #ff9b5a);
1325 border-radius: 25px; 1334 border-radius: 25px;
1326 -moz-border-radius: 25px; 1335 -moz-border-radius: 25px;
1327 -webkit-border-radius: 25px; 1336 -webkit-border-radius: 25px;
1328} 1337}
1329div.SimpleMessagePanel div.body div.img canvas { 1338div.SimpleMessagePanel div.body div.img canvas {
1330 width: 50px; 1339 width: 50px;
1331 height: 50px; 1340 height: 50px;
1332} 1341}
1333div.SimpleMessagePanel div.body p { 1342div.SimpleMessagePanel div.body p {
1334 margin: 0; 1343 margin: 0;
1335 font-size: 10pt; 1344 font-size: 10pt;
1336 font-weight: normal; 1345 font-weight: normal;
1337 color: #787872; 1346 color: #787872;
1338 padding-top: 10px; 1347 padding-top: 10px;
1339 padding-bottom: 5px; 1348 padding-bottom: 5px;
1340 line-height: 1.3; 1349 line-height: 1.3;
1341} 1350}
1342div.SimpleMessagePanel div.body div.buttonArea { 1351div.SimpleMessagePanel div.body div.buttonArea {
1343 height: 40px; 1352 height: 40px;
1344 clear: both; 1353 clear: both;
1345} 1354}
1346div.SimpleMessagePanel div.body div.buttonArea > div { 1355div.SimpleMessagePanel div.body div.buttonArea > div {
1347 float: right; 1356 float: right;
1348 margin-left: 15px; 1357 margin-left: 15px;
1349 margin-top: 10px; 1358 margin-top: 10px;
1350} 1359}
1351div.SimpleMessagePanel div.passphrase { 1360div.SimpleMessagePanel div.passphrase {
1352 padding-left: 65px; 1361 padding-left: 65px;
1353} 1362}
1354div.SimpleMessagePanel div.passphrase input { 1363div.SimpleMessagePanel div.passphrase input {
1355 width: 250px; 1364 width: 250px;
1356 font-size: 14pt; 1365 font-size: 14pt;
1357 border: 1px solid #bb4924; 1366 border: 1px solid #bb4924;
1358 color: #333366; 1367 color: #333366;
1359 background-color: white; 1368 background-color: white;
1360 padding: 2px 5px; 1369 padding: 2px 5px;
1361 height: 28px; 1370 height: 28px;
1362} 1371}
1363div.SimpleMessagePanel div.progressBarWrapper { 1372div.SimpleMessagePanel div.progressBarWrapper {
1364 margin-left: 80px; 1373 margin-left: 80px;
1365} 1374}
1366/* @end */ 1375/* @end */
1367/* @group Javascript Alert */ 1376/* @group Javascript Alert */
1368div#javaScriptAlert div.mask { 1377div#javaScriptAlert div.mask {
1369 position: fixed; 1378 position: fixed;
1370 top: 0px; 1379 top: 0px;
1371 left: 0px; 1380 left: 0px;
1372 right: 0px; 1381 right: 0px;