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,118 +1,116 @@
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}
71#mainDiv { 69#mainDiv {
72 margin: 0 auto; 70 margin: 0 auto;
73} 71}
74/* 72/*
75 73
76Color list: 74Color list:
77- login box: 75- login box:
78 light#ff9955 76 light#ff9955
79 dark#ff6622 77 dark#ff6622
80- login button: 78- login button:
81 regular#dd5500 79 regular#dd5500
82 hover#773311 80 hover#773311
83- login translations: 81- login translations:
84 box: #cc6622; 82 box: #cc6622;
85 not-selected: 83 not-selected:
86 color: #ddaa99 84 color: #ddaa99
87 background:#994422 85 background:#994422
88 selected: #772211; 86 selected: #772211;
89*/ 87*/
90html { 88html {
91 height: 100%; 89 height: 100%;
92} 90}
93body { 91body {
94 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 92 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
95 margin: 0px; 93 margin: 0px;
96} 94}
97div.modalDialogMask.userInfoBoxMask { 95div.modalDialogMask.userInfoBoxMask {
98 -moz-opacity: 0.0; 96 -moz-opacity: 0.0;
99 opacity: .0; 97 opacity: .0;
100 filter: alpha(opacity=0); 98 filter: alpha(opacity=0);
101 z-index: 19000; 99 z-index: 19000;
102} 100}
103.reset-margin { 101.reset-margin {
104 margin: 0px; 102 margin: 0px;
105 padding: 0px; 103 padding: 0px;
106 border: 0px; 104 border: 0px;
107} 105}
108.clear { 106.clear {
109 clear: both; 107 clear: both;
110} 108}
111.hidden_none { 109.hidden_none {
112 display: none; 110 display: none;
113 visibility: hidden; 111 visibility: hidden;
114} 112}
115.keepTogether { 113.keepTogether {
116 display: inline-block; 114 display: inline-block;
117 white-space: nowrap; 115 white-space: nowrap;
118} 116}
@@ -121,593 +119,600 @@ div.modalDialogMask.userInfoBoxMask {
121} 119}
122div#loading { 120div#loading {
123 width: 100%; 121 width: 100%;
124 height: 100%; 122 height: 100%;
125 display: table; 123 display: table;
126 background-image: -ms-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%); 124 background-image: -ms-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%);
127 /* IE10 */ 125 /* IE10 */
128 background-image: -moz-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%); 126 background-image: -moz-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%);
129 /* Mozilla Firefox */ 127 /* Mozilla Firefox */
130 background-image: -o-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%); 128 background-image: -o-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%);
131 /* Opera */ 129 /* Opera */
132 background-image: -webkit-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%); 130 background-image: -webkit-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%);
133 /* Webkit (Chrome 11+) */ 131 /* Webkit (Chrome 11+) */
134 background-image: radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%); 132 background-image: radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%);
135 /* Proposed W3C Markup */ 133 /* Proposed W3C Markup */
136 background-image: -webkit-gradient(radial, center center, 0, center center, 495, color-stop(0, #4d52b3), color-stop(1, #1f2148)); 134 background-image: -webkit-gradient(radial, center center, 0, center center, 495, color-stop(0, #4d52b3), color-stop(1, #1f2148));
137 /* Webkit (Safari/Chrome 10) */ 135 /* Webkit (Safari/Chrome 10) */
138} 136}
139div#loading div { 137div#loading div {
140 display: table-cell; 138 display: table-cell;
141 vertical-align: middle; 139 vertical-align: middle;
142 width: 100%; 140 width: 100%;
143 text-align: center; 141 text-align: center;
144} 142}
145div#loading div h1 { 143div#loading div h1 {
146 font-size: 40pt; 144 font-size: 40pt;
147 color: #ffffff; 145 color: #ffffff;
148 text-shadow: -1px -1px 2px #2e316c, 1px 1px 1px #454aa1; 146 text-shadow: -1px -1px 2px #2e316c, 1px 1px 1px #454aa1;
149} 147}
150div#loading div h3 { 148div#loading div h3 {
151 font-size: 18pt; 149 font-size: 18pt;
152 text-shadow: -1px -1px 1px #2e316c, 1px 1px 1px #454aa1; 150 text-shadow: -1px -1px 1px #2e316c, 1px 1px 1px #454aa1;
153 color: #1f2148; 151 color: #1f2148;
154} 152}
155div#loading div h5 { 153div#loading div h5 {
156 padding-left: 20px; 154 padding-left: 20px;
157 color: #ff9200; 155 color: #ff9200;
158} 156}
159/* 157/*
160 158
161Color list: 159Color list:
162- login box: 160- login box:
163 light#ff9955 161 light#ff9955
164 dark#ff6622 162 dark#ff6622
165- login button: 163- login button:
166 regular#dd5500 164 regular#dd5500
167 hover#773311 165 hover#773311
168- login translations: 166- login translations:
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;
360} 363}
361div.pageHeaderAndBody { 364div.pageHeaderAndBody {
362 height: 100%; 365 height: 100%;
363} 366}
364div.pageHeaderAndBody div#pageBody { 367div.pageHeaderAndBody div#pageBody {
365 min-width: 1013px; 368 min-width: 1013px;
366 padding-bottom: 90px; 369 padding-bottom: 90px;
367} 370}
368div.pageHeaderAndBody div.pageHeader { 371div.pageHeaderAndBody div.pageHeader {
369 background-color: #1f2148; 372 background-color: #1f2148;
370 min-width: 1013px; 373 min-width: 1013px;
371} 374}
372div.pageHeaderAndBody div.pageHeader div#miscLinks { 375div.pageHeaderAndBody div.pageHeader div#miscLinks {
373 float: right; 376 float: right;
374} 377}
375div.pageHeaderAndBody div.pageHeader div#miscLinks ul { 378div.pageHeaderAndBody div.pageHeader div#miscLinks ul {
376 margin: 12px 0px 0px; 379 margin: 12px 0px 0px;
377 padding: 15px; 380 padding: 15px;
378} 381}
379div.pageHeaderAndBody div.pageHeader div#miscLinks ul li { 382div.pageHeaderAndBody div.pageHeader div#miscLinks ul li {
380 display: inline; 383 display: inline;
381 margin: 0px; 384 margin: 0px;
382 padding: 0px; 385 padding: 0px;
383 border: 0px; 386 border: 0px;
384} 387}
385div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a { 388div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a {
386 color: #ffffff; 389 color: #ffffff;
387 margin: 0px; 390 margin: 0px;
388 padding: 0px; 391 padding: 0px;
389 border: 0px; 392 border: 0px;
390 padding: 15px; 393 padding: 15px;
391 border-left: 1px solid #3e428f; 394 border-left: 1px solid #3e428f;
392 font-weight: normal; 395 font-weight: normal;
393 text-decoration: none; 396 text-decoration: none;
394 font-size: 12pt; 397 font-size: 12pt;
395 min-width: 70px; 398 min-width: 70px;
396} 399}
397div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a:hover { 400div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a:hover {
398 color: #b8bae1; 401 color: #b8bae1;
399} 402}
400div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a#donateHeaderLink { 403div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a#donateHeaderLink {
401 border-left: 0px; 404 border-left: 0px;
402} 405}
403div.pageHeaderAndBody div.pageHeader div#logoFrame { 406div.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}
500div.pageHeaderAndBody div.pageHeader div#news.open div.grip div.gripHandler { 504div.pageHeaderAndBody div.pageHeader div#news.open div.grip div.gripHandler {
501 border-bottom: 5px solid #e9e9ec; 505 border-bottom: 5px solid #e9e9ec;
502} 506}
503div.pageHeaderAndBody div.pageHeader div#news.hidden div.grip div.gripHandler { 507div.pageHeaderAndBody div.pageHeader div#news.hidden div.grip div.gripHandler {
504 border-top: 5px solid #e9e9ec; 508 border-top: 5px solid #e9e9ec;
505} 509}
506div.pageFooter { 510div.pageFooter {
507 margin-top: -90px; 511 margin-top: -90px;
508 height: 90px; 512 height: 90px;
509 clear: both; 513 clear: both;
510} 514}
511div.pageFooter div.footerWrapper { 515div.pageFooter div.footerWrapper {
512 clear: both; 516 clear: both;
513 padding-top: 10px; 517 padding-top: 10px;
514} 518}
515div.pageFooter div.footerWrapper div.footerContent { 519div.pageFooter div.footerWrapper div.footerContent {
516 background-color: #eaebe6; 520 background-color: #eaebe6;
517 padding: 20px; 521 padding: 20px;
518 font-size: 8pt; 522 font-size: 8pt;
519} 523}
520div.pageFooter div.footerWrapper div.footerContent canvas.footerStarIcon { 524div.pageFooter div.footerWrapper div.footerContent canvas.footerStarIcon {
521 width: 40px; 525 width: 40px;
522 height: 40px; 526 height: 40px;
523 float: left; 527 float: left;
524} 528}
525div.pageFooter div.footerWrapper div.footerContent span.copyright { 529div.pageFooter div.footerWrapper div.footerContent span.copyright {
526 padding-left: 10px; 530 padding-left: 10px;
527 color: #a0a0a0; 531 color: #a0a0a0;
528} 532}
529div.pageFooter div.footerWrapper div.footerContent a { 533div.pageFooter div.footerWrapper div.footerContent a {
530 padding-left: 50px; 534 padding-left: 50px;
531 display: block; 535 display: block;
532 color: #888888; 536 color: #888888;
533 font-weight: bold; 537 font-weight: bold;
534 text-decoration: none; 538 text-decoration: none;
535} 539}
536div.pageFooter div.footerWrapper div.footerContent div.applicationVersion { 540div.pageFooter div.footerWrapper div.footerContent div.applicationVersion {
537 padding: 8px; 541 padding: 8px;
538 color: #888888; 542 color: #888888;
539 background-color: #d2d2d2; 543 background-color: #d2d2d2;
540 position: relative; 544 position: relative;
541 top: -40px; 545 top: -40px;
542 float: right; 546 float: right;
543} 547}
544div.pageFooter div.footerWrapper div.footerContent div.applicationVersion a { 548div.pageFooter div.footerWrapper div.footerContent div.applicationVersion a {
545 padding-left: 0px; 549 padding-left: 0px;
546 display: inline; 550 display: inline;
547} 551}
548/* 552/*
549 553
550Color list: 554Color list:
551- login box: 555- login box:
552 light#ff9955 556 light#ff9955
553 dark#ff6622 557 dark#ff6622
554- login button: 558- login button:
555 regular#dd5500 559 regular#dd5500
556 hover#773311 560 hover#773311
557- login translations: 561- login translations:
558 box: #cc6622; 562 box: #cc6622;
559 not-selected: 563 not-selected:
560 color: #ddaa99 564 color: #ddaa99
561 background:#994422 565 background:#994422
562 selected: #772211; 566 selected: #772211;
563*/ 567*/
564html { 568html {
565 height: 100%; 569 height: 100%;
566} 570}
567body { 571body {
568 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 572 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
569 margin: 0px; 573 margin: 0px;
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 {
666 margin: 0px 45px; 671 margin: 0px 45px;
667 width: 140px; 672 width: 140px;
668 color: #ffffff; 673 color: #ffffff;
669 background-color: #d44100; 674 background-color: #d44100;
670 border: 1px solid #bb4924; 675 border: 1px solid #bb4924;
671 padding: 6px; 676 padding: 6px;
672 font-size: 12pt; 677 font-size: 12pt;
673 height: auto; 678 height: auto;
674} 679}
675div#loginBox div.body form.loginForm input.submit:hover { 680div#loginBox div.body form.loginForm input.submit:hover {
676 color: #ffffff; 681 color: #ffffff;
677 background-color: #7e2700; 682 background-color: #7e2700;
678 cursor: pointer; 683 cursor: pointer;
679} 684}
680div#loginBox div.body form.loginForm ul { 685div#loginBox div.body form.loginForm ul {
681 list-style-type: none; 686 list-style-type: none;
682 padding: 0px; 687 padding: 0px;
683 margin: 0px; 688 margin: 0px;
684} 689}
685div#loginBox div.body form.loginForm ul li { 690div#loginBox div.body form.loginForm ul li {
686 display: block; 691 display: block;
687} 692}
688div#loginBox div.body form.loginForm div.translations { 693div#loginBox div.body form.loginForm div.translations {
689 margin: 15px -20px; 694 margin: 15px -20px;
690 background-color: #c87b59; 695 background-color: #c87b59;
691} 696}
692div#loginBox div.body form.loginForm div.translations h4 { 697div#loginBox div.body form.loginForm div.translations h4 {
693 font-size: 9pt; 698 font-size: 9pt;
694 padding: 6px 20px 0px; 699 padding: 6px 20px 0px;
695} 700}
696div#loginBox div.body form.loginForm div.translations ul { 701div#loginBox div.body form.loginForm div.translations ul {
697 margin: 0px; 702 margin: 0px;
698 padding: 5px 10px 10px; 703 padding: 5px 10px 10px;
699 margin-bottom: 15px; 704 margin-bottom: 15px;
700} 705}
701div#loginBox div.body form.loginForm div.translations ul li { 706div#loginBox div.body form.loginForm div.translations ul li {
702 font-size: 8pt; 707 font-size: 8pt;
703 color: #ddaa99; 708 color: #ddaa99;
704 background-color: #994422; 709 background-color: #994422;
705 display: inline-block; 710 display: inline-block;
706 padding: 2px 4px; 711 padding: 2px 4px;
707 margin: 1px; 712 margin: 1px;
708} 713}
709div#loginBox div.body form.loginForm div.translations ul li.selected { 714div#loginBox div.body form.loginForm div.translations ul li.selected {
710 color: #ffffff; 715 color: #ffffff;
711 background-color: #772211; 716 background-color: #772211;
712} 717}
713div#loginBox div.body form.loginForm div.translations ul li.selected:hover { 718div#loginBox div.body form.loginForm div.translations ul li.selected:hover {
@@ -799,192 +804,193 @@ div.activeFeatures div.keepTogether canvas {
799} 804}
800div.activeFeatures div.createAccountLink { 805div.activeFeatures div.createAccountLink {
801 display: inline-block; 806 display: inline-block;
802 width: 282; 807 width: 282;
803 height: 65px; 808 height: 65px;
804 background-image: url(./images/old/home/register.png); 809 background-image: url(./images/old/home/register.png);
805 margin-right: 20px; 810 margin-right: 20px;
806} 811}
807div.activeFeatures div.createAccountLink a.createAccountLink { 812div.activeFeatures div.createAccountLink a.createAccountLink {
808 position: relative; 813 position: relative;
809 top: -92px; 814 top: -92px;
810 left: 5px; 815 left: 5px;
811} 816}
812div.activeFeatures div.createAccountLink a.createAccountLink span.payoff { 817div.activeFeatures div.createAccountLink a.createAccountLink span.payoff {
813 margin-top: 23px; 818 margin-top: 23px;
814 margin-left: 40px; 819 margin-left: 40px;
815 font-size: 17pt; 820 font-size: 17pt;
816 color: #64626c; 821 color: #64626c;
817} 822}
818div.activeFeatures div.createAccountLink a.createAccountLink span.link { 823div.activeFeatures div.createAccountLink a.createAccountLink span.link {
819 padding-left: 40px; 824 padding-left: 40px;
820 padding-right: 50px; 825 padding-right: 50px;
821 padding-bottom: 10px; 826 padding-bottom: 10px;
822 font-size: 12pt; 827 font-size: 12pt;
823} 828}
824div.activeFeatures div.createAccountLink:hover { 829div.activeFeatures div.createAccountLink:hover {
825 background-image: url(./images/old/home/register_selected.png); 830 background-image: url(./images/old/home/register_selected.png);
826} 831}
827div.activeFeatures div.createAccountLink:hover a.createAccountLink span.payoff { 832div.activeFeatures div.createAccountLink:hover a.createAccountLink span.payoff {
828 color: #54535a; 833 color: #54535a;
829} 834}
830div.activeFeatures div.createAccountLink:hover a.createAccountLink span.link { 835div.activeFeatures div.createAccountLink:hover a.createAccountLink span.link {
831 color: white; 836 color: white;
832} 837}
833div.activeFeatures div.createAccountLink canvas { 838div.activeFeatures div.createAccountLink canvas {
834 width: 282px; 839 width: 282px;
835 height: 93px; 840 height: 93px;
836} 841}
837/* 842/*
838 843
839Color list: 844Color list:
840- login box: 845- login box:
841 light#ff9955 846 light#ff9955
842 dark#ff6622 847 dark#ff6622
843- login button: 848- login button:
844 regular#dd5500 849 regular#dd5500
845 hover#773311 850 hover#773311
846- login translations: 851- login translations:
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;
943 margin: 0px; 949 margin: 0px;
944} 950}
945div.userInfoBox div.body ul { 951div.userInfoBox div.body ul {
946 font-size: 8pt; 952 font-size: 8pt;
947 padding: 0px; 953 padding: 0px;
948 margin: 4px 0px; 954 margin: 4px 0px;
949 list-style-position: inside; 955 list-style-position: inside;
950} 956}
951div.userInfoBox div.body ul li span.number { 957div.userInfoBox div.body ul li span.number {
952 font-weight: bold; 958 font-weight: bold;
953 padding-right: 3px; 959 padding-right: 3px;
954} 960}
955div.userInfoBox div.body a { 961div.userInfoBox div.body a {
956 display: block; 962 display: block;
957 margin-top: 8px; 963 margin-top: 8px;
958 border-top: 1px solid white; 964 border-top: 1px solid white;
959 padding-top: 6px; 965 padding-top: 6px;
960 font-size: 10pt; 966 font-size: 10pt;
961 font-weight: bold; 967 font-weight: bold;
962 color: #d15a22; 968 color: #d15a22;
963 border-color: #fe9a5f; 969 border-color: #fe9a5f;
964 text-decoration: none; 970 text-decoration: none;
965} 971}
966div.userInfoBox div.body a:hover { 972div.userInfoBox div.body a:hover {
967 color: #8c3b15; 973 color: #8c3b15;
968} 974}
969div.sidePanels { 975div.sidePanels {
970 float: left; 976 float: left;
971 margin-top: 106px; 977 margin-top: 106px;
972 margin-left: 20px; 978 margin-left: 20px;
973 width: 160px; 979 width: 160px;
974} 980}
975div.sidePanels div.tabSidePanel { 981div.sidePanels div.tabSidePanel {
976 margin-right: -10px; 982 margin-right: -10px;
977} 983}
978div.sidePanels div.tabSidePanel ul { 984div.sidePanels div.tabSidePanel ul {
979 margin: 0px; 985 margin: 0px;
980 padding-left: 0px; 986 padding-left: 0px;
981 list-style-type: none; 987 list-style-type: none;
982 color: #f78b46; 988 color: #f78b46;
983} 989}
984div.sidePanels div.tabSidePanel ul.mainTabs { 990div.sidePanels div.tabSidePanel ul.mainTabs {
985 margin: 0px; 991 margin: 0px;
986} 992}
987div.sidePanels div.tabSidePanel ul.mainTabs li a { 993div.sidePanels div.tabSidePanel ul.mainTabs li a {
988 display: block; 994 display: block;
989 line-height: 30px; 995 line-height: 30px;
990 height: 43px; 996 height: 43px;
@@ -1180,241 +1186,244 @@ div.groupSidePanel {
1180 padding: 0px 4px 0px 15px; 1186 padding: 0px 4px 0px 15px;
1181 line-height: 20px; 1187 line-height: 20px;
1182 } 1188 }
1183 div.groupSidePanel ul.groups li a:hover { 1189 div.groupSidePanel ul.groups li a:hover {
1184 background-color: #aaaaaa; 1190 background-color: #aaaaaa;
1185 } 1191 }
1186 div.groupSidePanel ul.groups li span.groupCardinality { 1192 div.groupSidePanel ul.groups li span.groupCardinality {
1187 float: right; 1193 float: right;
1188 font-size: 8pt; 1194 font-size: 8pt;
1189 color: #dddddd; 1195 color: #dddddd;
1190 margin-right: 15px; 1196 margin-right: 15px;
1191 margin-top: -17px; 1197 margin-top: -17px;
1192 } 1198 }
1193 div.groupSidePanel ul.groups li.selected a { 1199 div.groupSidePanel ul.groups li.selected a {
1194 background-color: #bbbbbb; 1200 background-color: #bbbbbb;
1195 } 1201 }
1196 div.groupSidePanel ul.groups li.selected a:hover { 1202 div.groupSidePanel ul.groups li.selected a:hover {
1197 background-color: #bbbbbb; 1203 background-color: #bbbbbb;
1198 } 1204 }
1199 div.groupSidePanel ul.groups li.selected a { 1205 div.groupSidePanel ul.groups li.selected a {
1200 font-weight: bold; 1206 font-weight: bold;
1201 } 1207 }
1202*/ 1208*/
1203} 1209}
1204div.subPanelTabs ul { 1210div.subPanelTabs ul {
1205 margin: 0px; 1211 margin: 0px;
1206 margin-right: 7px; 1212 margin-right: 7px;
1207 padding: 0px; 1213 padding: 0px;
1208} 1214}
1209div.subPanelTabs ul li { 1215div.subPanelTabs ul li {
1210 display: inline-block; 1216 display: inline-block;
1211 vertical-align: middle; 1217 vertical-align: middle;
1212 height: 50px; 1218 height: 50px;
1213 border-right: 1px solid #eef0e3; 1219 border-right: 1px solid #eef0e3;
1214 border-bottom: 1px solid #d5d5bc; 1220 border-bottom: 1px solid #d5d5bc;
1215} 1221}
1216div.subPanelTabs ul li.first { 1222div.subPanelTabs ul li.first {
1217 -webkit-border-top-left-radius: 20px; 1223 -webkit-border-top-left-radius: 20px;
1218 -moz-border-radius-topleft: 20px; 1224 -moz-border-radius-topleft: 20px;
1219 border-top-left-radius: 20px; 1225 border-top-left-radius: 20px;
1220} 1226}
1221div.subPanelTabs ul li.selected { 1227div.subPanelTabs ul li.selected {
1222 background-color: #eef0e3; 1228 background-color: #eef0e3;
1223 border-bottom: 1px solid #eef0e3; 1229 border-bottom: 1px solid #eef0e3;
1224 border-right: 1px solid #d5d5bc; 1230 border-right: 1px solid #d5d5bc;
1225} 1231}
1226div.subPanelTabs ul li.selected:hover { 1232div.subPanelTabs ul li.selected:hover {
1227 border-right: 1px solid #d5d5bc; 1233 border-right: 1px solid #d5d5bc;
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;
1373 bottom: 0px; 1382 bottom: 0px;
1374 background-color: black; 1383 background-color: black;
1375 z-index: 1001; 1384 z-index: 1001;
1376 -moz-opacity: 0.7; 1385 -moz-opacity: 0.7;
1377 opacity: .70; 1386 opacity: .70;
1378 filter: alpha(opacity=70); 1387 filter: alpha(opacity=70);
1379} 1388}
1380div#javaScriptAlert div.header { 1389div#javaScriptAlert div.header {
1381 height: 34px; 1390 height: 34px;
1382 width: 468; 1391 width: 468;
1383 background-image: url(./images/old/alert/header.png); 1392 background-image: url(./images/old/alert/header.png);
1384} 1393}
1385div#javaScriptAlert div.body { 1394div#javaScriptAlert div.body {
1386 background-image: url(./images/old/alert/body.png); 1395 background-image: url(./images/old/alert/body.png);
1387 padding: 0px 20px 10px 20px; 1396 padding: 0px 20px 10px 20px;
1388} 1397}
1389/* 1398/*
1390div#javaScriptAlert div.body div.alert { 1399div#javaScriptAlert div.body div.alert {
1391 padding-left: 100px; 1400 padding-left: 100px;
1392 background: url(./images/old/alert/alert.png) no-repeat; 1401 background: url(./images/old/alert/alert.png) no-repeat;
1393} 1402}
1394*/ 1403*/
1395/*div#javaScriptAlert div.body img.alert {*/ 1404/*div#javaScriptAlert div.body img.alert {*/
1396div#javaScriptAlert div.body div.alertLogo { 1405div#javaScriptAlert div.body div.alertLogo {
1397 float: left; 1406 float: left;
1398 background-image: url(./images/old/alert/alert.png); 1407 background-image: url(./images/old/alert/alert.png);
1399 width: 88px; 1408 width: 88px;
1400 height: 88px; 1409 height: 88px;
1401} 1410}
1402div#javaScriptAlert div.body div.alert { 1411div#javaScriptAlert div.body div.alert {
1403 padding-left: 100px; 1412 padding-left: 100px;
1404} 1413}
1405div#javaScriptAlert div.footer { 1414div#javaScriptAlert div.footer {
1406 height: 34px; 1415 height: 34px;
1407 width: 468; 1416 width: 468;
1408 background-image: url(./images/old/alert/footer.png); 1417 background-image: url(./images/old/alert/footer.png);
1409} 1418}
1410div#javaScriptAlert div.message { 1419div#javaScriptAlert div.message {
1411 position: relative; 1420 position: relative;
1412 top: -150px; 1421 top: -150px;
1413 z-index: 1002; 1422 z-index: 1002;
1414 /* 1423 /*
1415 left: 100px; 1424 left: 100px;
1416 right: 100px; 1425 right: 100px;
1417*/ 1426*/
1418 1427
1419 margin-left: auto; 1428 margin-left: auto;
1420 margin-right: auto; 1429 margin-right: auto;