-rw-r--r-- | frontend/gamma/css/web.css | 56 | ||||
-rw-r--r-- | frontend/gamma/js/Clipperz/PM/UI/Web/Components/PageHeader.js | 4 | ||||
-rw-r--r-- | frontend/gamma/js/Clipperz/PM/UI/Web/Components/UserInfoBox.js | 32 |
3 files changed, 85 insertions, 7 deletions
diff --git a/frontend/gamma/css/web.css b/frontend/gamma/css/web.css index 011831a..7d1745b 100644 --- a/frontend/gamma/css/web.css +++ b/frontend/gamma/css/web.css | |||
@@ -1,4108 +1,4158 @@ | |||
1 | /* | 1 | /* |
2 | 2 | ||
3 | Copyright 2008-2013 Clipperz Srl | 3 | Copyright 2008-2013 Clipperz Srl |
4 | 4 | ||
5 | This file is part of Clipperz, the online password manager. | 5 | This file is part of Clipperz, the online password manager. |
6 | For further information about its features and functionalities please | 6 | For further information about its features and functionalities please |
7 | refer to http://www.clipperz.com. | 7 | refer to http://www.clipperz.com. |
8 | 8 | ||
9 | * Clipperz is free software: you can redistribute it and/or modify it | 9 | * Clipperz is free software: you can redistribute it and/or modify it |
10 | under the terms of the GNU Affero General Public License as published | 10 | under the terms of the GNU Affero General Public License as published |
11 | by the Free Software Foundation, either version 3 of the License, or | 11 | by the Free Software Foundation, either version 3 of the License, or |
12 | (at your option) any later version. | 12 | (at your option) any later version. |
13 | 13 | ||
14 | * Clipperz is distributed in the hope that it will be useful, but | 14 | * Clipperz is distributed in the hope that it will be useful, but |
15 | WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | WITHOUT ANY WARRANTY; without even the implied warranty of |
16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
17 | See the GNU Affero General Public License for more details. | 17 | See the GNU Affero General Public License for more details. |
18 | 18 | ||
19 | * 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 |
20 | License along with Clipperz. If not, see http://www.gnu.org/licenses/. | 20 | License along with Clipperz. If not, see http://www.gnu.org/licenses/. |
21 | 21 | ||
22 | */ | 22 | */ |
23 | 23 | ||
24 | /* | 24 | /* |
25 | 25 | ||
26 | Color list: | 26 | Color list: |
27 | - login box: | 27 | - login box: |
28 | light#ff9955 | 28 | light#ff9955 |
29 | dark#ff6622 | 29 | dark#ff6622 |
30 | - login button: | 30 | - login button: |
31 | regular#dd5500 | 31 | regular#dd5500 |
32 | hover#773311 | 32 | hover#773311 |
33 | - login translations: | 33 | - login translations: |
34 | box: #cc6622; | 34 | box: #cc6622; |
35 | not-selected: | 35 | not-selected: |
36 | color: #ddaa99 | 36 | color: #ddaa99 |
37 | background:#994422 | 37 | background:#994422 |
38 | selected: #772211; | 38 | selected: #772211; |
39 | */ | 39 | */ |
40 | html { | 40 | html { |
41 | height: 100%; | 41 | height: 100%; |
42 | } | 42 | } |
43 | body { | 43 | body { |
44 | font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; | 44 | font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; |
45 | margin: 0px; | 45 | margin: 0px; |
46 | } | 46 | } |
47 | div.modalDialogMask.userInfoBoxMask { | 47 | div.modalDialogMask.userInfoBoxMask { |
48 | -moz-opacity: 0.0; | 48 | -moz-opacity: 0.0; |
49 | opacity: .0; | 49 | opacity: .0; |
50 | filter: alpha(opacity=0); | 50 | filter: alpha(opacity=0); |
51 | z-index: 19000; | 51 | z-index: 19000; |
52 | } | 52 | } |
53 | .reset-margin { | 53 | .reset-margin { |
54 | margin: 0px; | 54 | margin: 0px; |
55 | padding: 0px; | 55 | padding: 0px; |
56 | border: 0px; | 56 | border: 0px; |
57 | } | 57 | } |
58 | .clear { | 58 | .clear { |
59 | clear: both; | 59 | clear: both; |
60 | } | 60 | } |
61 | .hidden_none { | 61 | .hidden_none { |
62 | display: none; | 62 | display: none; |
63 | visibility: hidden; | 63 | visibility: hidden; |
64 | } | 64 | } |
65 | .keepTogether { | 65 | .keepTogether { |
66 | display: inline-block; | 66 | display: inline-block; |
67 | white-space: nowrap; | 67 | white-space: nowrap; |
68 | } | 68 | } |
69 | #mainDiv { | 69 | #mainDiv { |
70 | margin: 0 auto; | 70 | margin: 0 auto; |
71 | } | 71 | } |
72 | /* | 72 | /* |
73 | 73 | ||
74 | Color list: | 74 | Color list: |
75 | - login box: | 75 | - login box: |
76 | light#ff9955 | 76 | light#ff9955 |
77 | dark#ff6622 | 77 | dark#ff6622 |
78 | - login button: | 78 | - login button: |
79 | regular#dd5500 | 79 | regular#dd5500 |
80 | hover#773311 | 80 | hover#773311 |
81 | - login translations: | 81 | - login translations: |
82 | box: #cc6622; | 82 | box: #cc6622; |
83 | not-selected: | 83 | not-selected: |
84 | color: #ddaa99 | 84 | color: #ddaa99 |
85 | background:#994422 | 85 | background:#994422 |
86 | selected: #772211; | 86 | selected: #772211; |
87 | */ | 87 | */ |
88 | html { | 88 | html { |
89 | height: 100%; | 89 | height: 100%; |
90 | } | 90 | } |
91 | body { | 91 | body { |
92 | font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; | 92 | font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; |
93 | margin: 0px; | 93 | margin: 0px; |
94 | } | 94 | } |
95 | div.modalDialogMask.userInfoBoxMask { | 95 | div.modalDialogMask.userInfoBoxMask { |
96 | -moz-opacity: 0.0; | 96 | -moz-opacity: 0.0; |
97 | opacity: .0; | 97 | opacity: .0; |
98 | filter: alpha(opacity=0); | 98 | filter: alpha(opacity=0); |
99 | z-index: 19000; | 99 | z-index: 19000; |
100 | } | 100 | } |
101 | .reset-margin { | 101 | .reset-margin { |
102 | margin: 0px; | 102 | margin: 0px; |
103 | padding: 0px; | 103 | padding: 0px; |
104 | border: 0px; | 104 | border: 0px; |
105 | } | 105 | } |
106 | .clear { | 106 | .clear { |
107 | clear: both; | 107 | clear: both; |
108 | } | 108 | } |
109 | .hidden_none { | 109 | .hidden_none { |
110 | display: none; | 110 | display: none; |
111 | visibility: hidden; | 111 | visibility: hidden; |
112 | } | 112 | } |
113 | .keepTogether { | 113 | .keepTogether { |
114 | display: inline-block; | 114 | display: inline-block; |
115 | white-space: nowrap; | 115 | white-space: nowrap; |
116 | } | 116 | } |
117 | #mainDiv { | 117 | #mainDiv { |
118 | margin: 0 auto; | 118 | margin: 0 auto; |
119 | } | 119 | } |
120 | div#loading { | 120 | div#loading { |
121 | width: 100%; | 121 | width: 100%; |
122 | height: 100%; | 122 | height: 100%; |
123 | display: table; | 123 | display: table; |
124 | 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%); |
125 | /* IE10 */ | 125 | /* IE10 */ |
126 | 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%); |
127 | /* Mozilla Firefox */ | 127 | /* Mozilla Firefox */ |
128 | 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%); |
129 | /* Opera */ | 129 | /* Opera */ |
130 | 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%); |
131 | /* Webkit (Chrome 11+) */ | 131 | /* Webkit (Chrome 11+) */ |
132 | 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%); |
133 | /* Proposed W3C Markup */ | 133 | /* Proposed W3C Markup */ |
134 | 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)); |
135 | /* Webkit (Safari/Chrome 10) */ | 135 | /* Webkit (Safari/Chrome 10) */ |
136 | } | 136 | } |
137 | div#loading div { | 137 | div#loading div { |
138 | display: table-cell; | 138 | display: table-cell; |
139 | vertical-align: middle; | 139 | vertical-align: middle; |
140 | width: 100%; | 140 | width: 100%; |
141 | text-align: center; | 141 | text-align: center; |
142 | } | 142 | } |
143 | div#loading div h1 { | 143 | div#loading div h1 { |
144 | font-size: 40pt; | 144 | font-size: 40pt; |
145 | color: #ffffff; | 145 | color: #ffffff; |
146 | text-shadow: -1px -1px 2px #2e316c, 1px 1px 1px #454aa1; | 146 | text-shadow: -1px -1px 2px #2e316c, 1px 1px 1px #454aa1; |
147 | } | 147 | } |
148 | div#loading div h3 { | 148 | div#loading div h3 { |
149 | font-size: 18pt; | 149 | font-size: 18pt; |
150 | text-shadow: -1px -1px 1px #2e316c, 1px 1px 1px #454aa1; | 150 | text-shadow: -1px -1px 1px #2e316c, 1px 1px 1px #454aa1; |
151 | color: #1f2148; | 151 | color: #1f2148; |
152 | } | 152 | } |
153 | div#loading div h5 { | 153 | div#loading div h5 { |
154 | padding-left: 20px; | 154 | padding-left: 20px; |
155 | color: #ff9200; | 155 | color: #ff9200; |
156 | } | 156 | } |
157 | /* | 157 | /* |
158 | 158 | ||
159 | Color list: | 159 | Color list: |
160 | - login box: | 160 | - login box: |
161 | light#ff9955 | 161 | light#ff9955 |
162 | dark#ff6622 | 162 | dark#ff6622 |
163 | - login button: | 163 | - login button: |
164 | regular#dd5500 | 164 | regular#dd5500 |
165 | hover#773311 | 165 | hover#773311 |
166 | - login translations: | 166 | - login translations: |
167 | box: #cc6622; | 167 | box: #cc6622; |
168 | not-selected: | 168 | not-selected: |
169 | color: #ddaa99 | 169 | color: #ddaa99 |
170 | background:#994422 | 170 | background:#994422 |
171 | selected: #772211; | 171 | selected: #772211; |
172 | */ | 172 | */ |
173 | html { | 173 | html { |
174 | height: 100%; | 174 | height: 100%; |
175 | } | 175 | } |
176 | body { | 176 | body { |
177 | font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; | 177 | font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; |
178 | margin: 0px; | 178 | margin: 0px; |
179 | } | 179 | } |
180 | div.modalDialogMask.userInfoBoxMask { | 180 | div.modalDialogMask.userInfoBoxMask { |
181 | -moz-opacity: 0.0; | 181 | -moz-opacity: 0.0; |
182 | opacity: .0; | 182 | opacity: .0; |
183 | filter: alpha(opacity=0); | 183 | filter: alpha(opacity=0); |
184 | z-index: 19000; | 184 | z-index: 19000; |
185 | } | 185 | } |
186 | .reset-margin { | 186 | .reset-margin { |
187 | margin: 0px; | 187 | margin: 0px; |
188 | padding: 0px; | 188 | padding: 0px; |
189 | border: 0px; | 189 | border: 0px; |
190 | } | 190 | } |
191 | .clear { | 191 | .clear { |
192 | clear: both; | 192 | clear: both; |
193 | } | 193 | } |
194 | .hidden_none { | 194 | .hidden_none { |
195 | display: none; | 195 | display: none; |
196 | visibility: hidden; | 196 | visibility: hidden; |
197 | } | 197 | } |
198 | .keepTogether { | 198 | .keepTogether { |
199 | display: inline-block; | 199 | display: inline-block; |
200 | white-space: nowrap; | 200 | white-space: nowrap; |
201 | } | 201 | } |
202 | #mainDiv { | 202 | #mainDiv { |
203 | margin: 0 auto; | 203 | margin: 0 auto; |
204 | } | 204 | } |
205 | div.tooltip { | 205 | div.tooltip { |
206 | position: absolute; | 206 | position: absolute; |
207 | z-index: 30001; | 207 | z-index: 30001; |
208 | } | 208 | } |
209 | div.tooltip div.tooltip_body { | 209 | div.tooltip div.tooltip_body { |
210 | border-radius: 8px; | 210 | border-radius: 8px; |
211 | -moz-border-radius: 8px; | 211 | -moz-border-radius: 8px; |
212 | -webkit-border-radius: 8px; | 212 | -webkit-border-radius: 8px; |
213 | 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)); |
214 | 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); | 215 | background: linear-gradient(0deg, #555555, #bbbbbb); |
216 | -webkit-box-shadow: 4px 4px 10px #333333; | 216 | -webkit-box-shadow: 4px 4px 10px #333333; |
217 | -moz-box-shadow: 4px 4px 10px #333333; | 217 | -moz-box-shadow: 4px 4px 10px #333333; |
218 | box-shadow: 4px 4px 10px #333333; | 218 | box-shadow: 4px 4px 10px #333333; |
219 | border-top: 1px solid #d4d4d4; | 219 | border-top: 1px solid #d4d4d4; |
220 | border-left: 1px solid #a2a2a2; | 220 | border-left: 1px solid #a2a2a2; |
221 | border-right: 1px solid #6f6f6f; | 221 | border-right: 1px solid #6f6f6f; |
222 | border-bottom: 1px solid #3c3c3c; | 222 | border-bottom: 1px solid #3c3c3c; |
223 | } | 223 | } |
224 | div.tooltip div.tooltip_body span { | 224 | div.tooltip div.tooltip_body span { |
225 | display: block; | 225 | display: block; |
226 | padding: 10px; | 226 | padding: 10px; |
227 | font-size: 10pt; | 227 | font-size: 10pt; |
228 | color: white; | 228 | color: white; |
229 | } | 229 | } |
230 | div.tooltip div.tooltip_body div.tooltip_text { | 230 | div.tooltip div.tooltip_body div.tooltip_text { |
231 | width: 200px; | 231 | width: 200px; |
232 | } | 232 | } |
233 | div.tooltip div.tooltip_arrow { | 233 | div.tooltip div.tooltip_arrow { |
234 | position: absolute; | 234 | position: absolute; |
235 | width: 0; | 235 | width: 0; |
236 | height: 0; | 236 | height: 0; |
237 | border: 6px solid transparent; | 237 | border: 6px solid transparent; |
238 | } | 238 | } |
239 | div.tooltip.BELOW div.tooltip_arrow { | 239 | div.tooltip.BELOW div.tooltip_arrow { |
240 | top: -12px; | 240 | top: -12px; |
241 | left: 97px; | 241 | left: 97px; |
242 | border-bottom: 6px solid #bbbbbb; | 242 | border-bottom: 6px solid #bbbbbb; |
243 | } | 243 | } |
244 | div.tooltip.ABOVE div.tooltip_arrow { | 244 | div.tooltip.ABOVE div.tooltip_arrow { |
245 | position: static; | 245 | position: static; |
246 | margin-left: 97px; | 246 | margin-left: 97px; |
247 | border-top: 6px solid #555555; | 247 | border-top: 6px solid #555555; |
248 | } | 248 | } |
249 | div.tooltip.LEFT div.tooltip_arrow { | 249 | div.tooltip.LEFT div.tooltip_arrow { |
250 | left: 203px; | 250 | left: 203px; |
251 | top: 10px; | 251 | top: 10px; |
252 | border-left: 6px solid #747474; | 252 | border-left: 6px solid #747474; |
253 | } | 253 | } |
254 | div.tooltip.LEFT div.tooltip_body div.tooltip_text { | 254 | div.tooltip.LEFT div.tooltip_body div.tooltip_text { |
255 | min-height: 45px; | 255 | min-height: 45px; |
256 | } | 256 | } |
257 | div.tooltip.RIGHT div.tooltip_arrow { | 257 | div.tooltip.RIGHT div.tooltip_arrow { |
258 | left: -12px; | 258 | left: -12px; |
259 | top: 10px; | 259 | top: 10px; |
260 | border-right: 6px solid #9c9c9c; | 260 | border-right: 6px solid #9c9c9c; |
261 | } | 261 | } |
262 | div.tooltip.RIGHT div.tooltip_body div.tooltip_text { | 262 | div.tooltip.RIGHT div.tooltip_body div.tooltip_text { |
263 | min-height: 45px; | 263 | min-height: 45px; |
264 | } | 264 | } |
265 | .button.default { | 265 | .button.default { |
266 | display: inline-block; | 266 | display: inline-block; |
267 | height: 20px; | 267 | height: 20px; |
268 | cursor: pointer; | 268 | cursor: pointer; |
269 | 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)); |
270 | 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); | 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 | background: linear-gradient(0deg, #ff6622, #ff8e46); |
290 | } | 290 | } |
291 | .button { | 291 | .button { |
292 | display: inline-block; | 292 | display: inline-block; |
293 | height: 20px; | 293 | height: 20px; |
294 | cursor: pointer; | 294 | cursor: pointer; |
295 | 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)); |
296 | 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); | 297 | background: linear-gradient(0deg, #999999, #bfbfbf); |
298 | border-radius: 5; | 298 | border-radius: 5; |
299 | -moz-border-radius: 5; | 299 | -moz-border-radius: 5; |
300 | -webkit-border-radius: 5; | 300 | -webkit-border-radius: 5; |
301 | border: 1px solid #ababab; | 301 | border: 1px solid #ababab; |
302 | padding-top: 4px; | 302 | padding-top: 4px; |
303 | padding-left: 15px; | 303 | padding-left: 15px; |
304 | padding-right: 15px; | 304 | padding-right: 15px; |
305 | padding-bottom: 2px; | 305 | padding-bottom: 2px; |
306 | color: white; | 306 | color: white; |
307 | font-weight: lighter; | 307 | font-weight: lighter; |
308 | text-shadow: -1px -1px 1px #999999, 1px 1px 1px #bfbfbf; | 308 | text-shadow: -1px -1px 1px #999999, 1px 1px 1px #bfbfbf; |
309 | text-decoration: none; | 309 | text-decoration: none; |
310 | } | 310 | } |
311 | .button:hover { | 311 | .button:hover { |
312 | 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)); |
313 | 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); | 314 | background: linear-gradient(0deg, #999999, #ababab); |
315 | } | 315 | } |
316 | /* | 316 | /* |
317 | 317 | ||
318 | Color list: | 318 | Color list: |
319 | - login box: | 319 | - login box: |
320 | light#ff9955 | 320 | light#ff9955 |
321 | dark#ff6622 | 321 | dark#ff6622 |
322 | - login button: | 322 | - login button: |
323 | regular#dd5500 | 323 | regular#dd5500 |
324 | hover#773311 | 324 | hover#773311 |
325 | - login translations: | 325 | - login translations: |
326 | box: #cc6622; | 326 | box: #cc6622; |
327 | not-selected: | 327 | not-selected: |
328 | color: #ddaa99 | 328 | color: #ddaa99 |
329 | background:#994422 | 329 | background:#994422 |
330 | selected: #772211; | 330 | selected: #772211; |
331 | */ | 331 | */ |
332 | html { | 332 | html { |
333 | height: 100%; | 333 | height: 100%; |
334 | } | 334 | } |
335 | body { | 335 | body { |
336 | font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; | 336 | font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; |
337 | margin: 0px; | 337 | margin: 0px; |
338 | } | 338 | } |
339 | div.modalDialogMask.userInfoBoxMask { | 339 | div.modalDialogMask.userInfoBoxMask { |
340 | -moz-opacity: 0.0; | 340 | -moz-opacity: 0.0; |
341 | opacity: .0; | 341 | opacity: .0; |
342 | filter: alpha(opacity=0); | 342 | filter: alpha(opacity=0); |
343 | z-index: 19000; | 343 | z-index: 19000; |
344 | } | 344 | } |
345 | .reset-margin { | 345 | .reset-margin { |
346 | margin: 0px; | 346 | margin: 0px; |
347 | padding: 0px; | 347 | padding: 0px; |
348 | border: 0px; | 348 | border: 0px; |
349 | } | 349 | } |
350 | .clear { | 350 | .clear { |
351 | clear: both; | 351 | clear: both; |
352 | } | 352 | } |
353 | .hidden_none { | 353 | .hidden_none { |
354 | display: none; | 354 | display: none; |
355 | visibility: hidden; | 355 | visibility: hidden; |
356 | } | 356 | } |
357 | .keepTogether { | 357 | .keepTogether { |
358 | display: inline-block; | 358 | display: inline-block; |
359 | white-space: nowrap; | 359 | white-space: nowrap; |
360 | } | 360 | } |
361 | #mainDiv { | 361 | #mainDiv { |
362 | margin: 0 auto; | 362 | margin: 0 auto; |
363 | } | 363 | } |
364 | div.pageHeaderAndBody { | 364 | div.pageHeaderAndBody { |
365 | height: 100%; | 365 | height: 100%; |
366 | } | 366 | } |
367 | div.pageHeaderAndBody div#pageBody { | 367 | div.pageHeaderAndBody div#pageBody { |
368 | min-width: 1013px; | 368 | min-width: 1013px; |
369 | padding-bottom: 90px; | 369 | padding-bottom: 90px; |
370 | } | 370 | } |
371 | div.pageHeaderAndBody div.pageHeader { | 371 | div.pageHeaderAndBody div.pageHeader { |
372 | background-color: #1f2148; | 372 | background-color: #1f2148; |
373 | min-width: 1013px; | 373 | min-width: 1013px; |
374 | } | 374 | } |
375 | div.pageHeaderAndBody div.pageHeader div#miscLinks { | 375 | div.pageHeaderAndBody div.pageHeader div#miscLinks { |
376 | float: right; | 376 | float: right; |
377 | } | 377 | } |
378 | div.pageHeaderAndBody div.pageHeader div#miscLinks ul { | 378 | div.pageHeaderAndBody div.pageHeader div#miscLinks ul { |
379 | margin: 12px 0px 0px; | 379 | margin: 12px 0px 0px; |
380 | padding: 15px; | 380 | padding: 15px; |
381 | } | 381 | } |
382 | div.pageHeaderAndBody div.pageHeader div#miscLinks ul li { | 382 | div.pageHeaderAndBody div.pageHeader div#miscLinks ul li { |
383 | display: inline; | 383 | display: inline; |
384 | margin: 0px; | 384 | margin: 0px; |
385 | padding: 0px; | 385 | padding: 0px; |
386 | border: 0px; | 386 | border: 0px; |
387 | } | 387 | } |
388 | div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a { | 388 | div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a { |
389 | color: #ffffff; | 389 | color: #ffffff; |
390 | margin: 0px; | 390 | margin: 0px; |
391 | padding: 0px; | 391 | padding: 0px; |
392 | border: 0px; | 392 | border: 0px; |
393 | padding: 15px; | 393 | padding: 15px; |
394 | border-left: 1px solid #3e428f; | 394 | border-left: 1px solid #3e428f; |
395 | font-weight: normal; | 395 | font-weight: normal; |
396 | text-decoration: none; | 396 | text-decoration: none; |
397 | font-size: 12pt; | 397 | font-size: 12pt; |
398 | min-width: 70px; | 398 | min-width: 70px; |
399 | } | 399 | } |
400 | div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a:hover { | 400 | div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a:hover { |
401 | color: #b8bae1; | 401 | color: #b8bae1; |
402 | } | 402 | } |
403 | div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a#donateHeaderLink { | 403 | div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a#donateHeaderLink { |
404 | border-left: 0px; | 404 | border-left: 0px; |
405 | } | 405 | } |
406 | div.pageHeaderAndBody div.pageHeader div#logoFrame { | 406 | div.pageHeaderAndBody div.pageHeader div#logoFrame { |
407 | padding: 16px 16px 60px 16px; | 407 | padding: 16px 16px 60px 16px; |
408 | min-height: 44px; | 408 | min-height: 44px; |
409 | } | 409 | } |
410 | div.pageHeaderAndBody div.pageHeader div#logoFrame a { | 410 | div.pageHeaderAndBody div.pageHeader div#logoFrame a { |
411 | color: white; | 411 | color: white; |
412 | text-decoration: none; | 412 | text-decoration: none; |
413 | } | 413 | } |
414 | div.pageHeaderAndBody div.pageHeader div#logoFrame a canvas { | 414 | div.pageHeaderAndBody div.pageHeader div#logoFrame a canvas { |
415 | margin: 0px; | 415 | margin: 0px; |
416 | padding: 0px; | 416 | padding: 0px; |
417 | border: 0px; | 417 | border: 0px; |
418 | width: 150px; | 418 | width: 150px; |
419 | height: 39px; | 419 | height: 39px; |
420 | } | 420 | } |
421 | div.pageHeaderAndBody div.pageHeader div#logoFrame a h5.clipperzPayoff { | 421 | div.pageHeaderAndBody div.pageHeader div#logoFrame a h5.clipperzPayoff { |
422 | font-size: 13pt; | 422 | font-size: 13pt; |
423 | font-weight: normal; | 423 | font-weight: normal; |
424 | white-space: nowrap; | 424 | white-space: nowrap; |
425 | margin: 0px; | 425 | margin: 0px; |
426 | padding-left: 4px; | 426 | padding-left: 4px; |
427 | } | 427 | } |
428 | div.pageHeaderAndBody div.pageHeader div#featureTabs table { | 428 | div.pageHeaderAndBody div.pageHeader div#featureTabs table { |
429 | width: 100%; | 429 | width: 100%; |
430 | padding: 6px; | 430 | padding: 6px; |
431 | padding-left: 15px; | 431 | padding-left: 15px; |
432 | padding-right: 15px; | 432 | padding-right: 15px; |
433 | padding-bottom: 46px; | 433 | padding-bottom: 46px; |
434 | } | 434 | } |
435 | div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td { | 435 | div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td { |
436 | width: 25%; | 436 | width: 25%; |
437 | vertical-align: top; | 437 | vertical-align: top; |
438 | font-size: 11pt; | 438 | font-size: 11pt; |
439 | color: white; | 439 | color: white; |
440 | } | 440 | } |
441 | div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td img { | 441 | div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td img { |
442 | float: left; | 442 | float: left; |
443 | } | 443 | } |
444 | div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td span { | 444 | div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td span { |
445 | display: block; | 445 | display: block; |
446 | padding: 5 10 5 85; | 446 | padding: 5 10 5 85; |
447 | } | 447 | } |
448 | div.pageHeaderAndBody div.pageHeader div#featureTabs canvas.featureIcon { | 448 | div.pageHeaderAndBody div.pageHeader div#featureTabs canvas.featureIcon { |
449 | width: 76px; | 449 | width: 76px; |
450 | height: 76px; | 450 | height: 76px; |
451 | display: block; | 451 | display: block; |
452 | float: left; | 452 | float: left; |
453 | 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)); |
454 | 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); | 455 | background: linear-gradient(0deg, #ff6622, #ffad79); |
456 | border-radius: 38px; | 456 | border-radius: 38px; |
457 | -moz-border-radius: 38px; | 457 | -moz-border-radius: 38px; |
458 | -webkit-border-radius: 38px; | 458 | -webkit-border-radius: 38px; |
459 | } | 459 | } |
460 | div.pageHeaderAndBody div.pageHeader div#news { | 460 | div.pageHeaderAndBody div.pageHeader div#news { |
461 | top: -82px; | 461 | top: -82px; |
462 | left: 240px; | 462 | left: 240px; |
463 | width: 310px; | 463 | width: 310px; |
464 | height: 90px; | 464 | height: 90px; |
465 | position: absolute; | 465 | position: absolute; |
466 | background-color: #616475; | 466 | background-color: #616475; |
467 | -webkit-border-bottom-left-radius: 8px; | 467 | -webkit-border-bottom-left-radius: 8px; |
468 | -moz-border-radius-bottomleft: 8px; | 468 | -moz-border-radius-bottomleft: 8px; |
469 | border-bottom-left-radius: 8px; | 469 | border-bottom-left-radius: 8px; |
470 | -webkit-border-bottom-right-radius: 8px; | 470 | -webkit-border-bottom-right-radius: 8px; |
471 | -moz-border-radius-bottomright: 8px; | 471 | -moz-border-radius-bottomright: 8px; |
472 | border-bottom-right-radius: 8px; | 472 | border-bottom-right-radius: 8px; |
473 | -webkit-box-shadow: 2px 2px 9px #333333; | 473 | -webkit-box-shadow: 2px 2px 9px #333333; |
474 | -moz-box-shadow: 2px 2px 9px #333333; | 474 | -moz-box-shadow: 2px 2px 9px #333333; |
475 | box-shadow: 2px 2px 9px #333333; | 475 | box-shadow: 2px 2px 9px #333333; |
476 | } | 476 | } |
477 | div.pageHeaderAndBody div.pageHeader div#news div#newsframe { | 477 | div.pageHeaderAndBody div.pageHeader div#news div#newsframe { |
478 | margin-left: 10px; | 478 | margin-left: 10px; |
479 | margin-right: 10px; | 479 | margin-right: 10px; |
480 | height: 75px; | 480 | height: 75px; |
481 | overflow: hidden; | 481 | overflow: hidden; |
482 | } | 482 | } |
483 | div.pageHeaderAndBody div.pageHeader div#news div#newsframe iframe { | 483 | div.pageHeaderAndBody div.pageHeader div#news div#newsframe iframe { |
484 | width: 290px; | 484 | width: 290px; |
485 | border: 0px; | 485 | border: 0px; |
486 | color: #616475; | 486 | color: #616475; |
487 | background-color: #616475; | 487 | background-color: #616475; |
488 | } | 488 | } |
489 | div.pageHeaderAndBody div.pageHeader div#news div.grip { | 489 | div.pageHeaderAndBody div.pageHeader div#news div.grip { |
490 | width: 310px; | 490 | width: 310px; |
491 | height: 6px; | 491 | height: 6px; |
492 | margin-top: 2px; | 492 | margin-top: 2px; |
493 | cursor: pointer; | 493 | cursor: pointer; |
494 | } | 494 | } |
495 | div.pageHeaderAndBody div.pageHeader div#news div.grip div.gripHandler { | 495 | div.pageHeaderAndBody div.pageHeader div#news div.grip div.gripHandler { |
496 | margin-left: auto; | 496 | margin-left: auto; |
497 | margin-right: auto; | 497 | margin-right: auto; |
498 | margin-top: 8px; | 498 | margin-top: 8px; |
499 | width: 0; | 499 | width: 0; |
500 | height: 0; | 500 | height: 0; |
501 | border-left: 5px solid transparent; | 501 | border-left: 5px solid transparent; |
502 | border-right: 5px solid transparent; | 502 | border-right: 5px solid transparent; |
503 | } | 503 | } |
504 | div.pageHeaderAndBody div.pageHeader div#news.open div.grip div.gripHandler { | 504 | div.pageHeaderAndBody div.pageHeader div#news.open div.grip div.gripHandler { |
505 | border-bottom: 5px solid #e9e9ec; | 505 | border-bottom: 5px solid #e9e9ec; |
506 | } | 506 | } |
507 | div.pageHeaderAndBody div.pageHeader div#news.hidden div.grip div.gripHandler { | 507 | div.pageHeaderAndBody div.pageHeader div#news.hidden div.grip div.gripHandler { |
508 | border-top: 5px solid #e9e9ec; | 508 | border-top: 5px solid #e9e9ec; |
509 | } | 509 | } |
510 | div.pageFooter { | 510 | div.pageFooter { |
511 | margin-top: -90px; | 511 | margin-top: -90px; |
512 | height: 90px; | 512 | height: 90px; |
513 | clear: both; | 513 | clear: both; |
514 | } | 514 | } |
515 | div.pageFooter div.footerWrapper { | 515 | div.pageFooter div.footerWrapper { |
516 | clear: both; | 516 | clear: both; |
517 | padding-top: 10px; | 517 | padding-top: 10px; |
518 | } | 518 | } |
519 | div.pageFooter div.footerWrapper div.footerContent { | 519 | div.pageFooter div.footerWrapper div.footerContent { |
520 | background-color: #eaebe6; | 520 | background-color: #eaebe6; |
521 | padding: 20px; | 521 | padding: 20px; |
522 | font-size: 8pt; | 522 | font-size: 8pt; |
523 | } | 523 | } |
524 | div.pageFooter div.footerWrapper div.footerContent canvas.footerStarIcon { | 524 | div.pageFooter div.footerWrapper div.footerContent canvas.footerStarIcon { |
525 | width: 40px; | 525 | width: 40px; |
526 | height: 40px; | 526 | height: 40px; |
527 | float: left; | 527 | float: left; |
528 | } | 528 | } |
529 | div.pageFooter div.footerWrapper div.footerContent span.copyright { | 529 | div.pageFooter div.footerWrapper div.footerContent span.copyright { |
530 | padding-left: 10px; | 530 | padding-left: 10px; |
531 | color: #a0a0a0; | 531 | color: #a0a0a0; |
532 | } | 532 | } |
533 | div.pageFooter div.footerWrapper div.footerContent a { | 533 | div.pageFooter div.footerWrapper div.footerContent a { |
534 | padding-left: 50px; | 534 | padding-left: 50px; |
535 | display: block; | 535 | display: block; |
536 | color: #888888; | 536 | color: #888888; |
537 | font-weight: bold; | 537 | font-weight: bold; |
538 | text-decoration: none; | 538 | text-decoration: none; |
539 | } | 539 | } |
540 | div.pageFooter div.footerWrapper div.footerContent div.applicationVersion { | 540 | div.pageFooter div.footerWrapper div.footerContent div.applicationVersion { |
541 | padding: 8px; | 541 | padding: 8px; |
542 | color: #888888; | 542 | color: #888888; |
543 | background-color: #d2d2d2; | 543 | background-color: #d2d2d2; |
544 | position: relative; | 544 | position: relative; |
545 | top: -40px; | 545 | top: -40px; |
546 | float: right; | 546 | float: right; |
547 | } | 547 | } |
548 | div.pageFooter div.footerWrapper div.footerContent div.applicationVersion a { | 548 | div.pageFooter div.footerWrapper div.footerContent div.applicationVersion a { |
549 | padding-left: 0px; | 549 | padding-left: 0px; |
550 | display: inline; | 550 | display: inline; |
551 | } | 551 | } |
552 | /* | 552 | /* |
553 | 553 | ||
554 | Color list: | 554 | Color list: |
555 | - login box: | 555 | - login box: |
556 | light#ff9955 | 556 | light#ff9955 |
557 | dark#ff6622 | 557 | dark#ff6622 |
558 | - login button: | 558 | - login button: |
559 | regular#dd5500 | 559 | regular#dd5500 |
560 | hover#773311 | 560 | hover#773311 |
561 | - login translations: | 561 | - login translations: |
562 | box: #cc6622; | 562 | box: #cc6622; |
563 | not-selected: | 563 | not-selected: |
564 | color: #ddaa99 | 564 | color: #ddaa99 |
565 | background:#994422 | 565 | background:#994422 |
566 | selected: #772211; | 566 | selected: #772211; |
567 | */ | 567 | */ |
568 | html { | 568 | html { |
569 | height: 100%; | 569 | height: 100%; |
570 | } | 570 | } |
571 | body { | 571 | body { |
572 | font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; | 572 | font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; |
573 | margin: 0px; | 573 | margin: 0px; |
574 | } | 574 | } |
575 | div.modalDialogMask.userInfoBoxMask { | 575 | div.modalDialogMask.userInfoBoxMask { |
576 | -moz-opacity: 0.0; | 576 | -moz-opacity: 0.0; |
577 | opacity: .0; | 577 | opacity: .0; |
578 | filter: alpha(opacity=0); | 578 | filter: alpha(opacity=0); |
579 | z-index: 19000; | 579 | z-index: 19000; |
580 | } | 580 | } |
581 | .reset-margin { | 581 | .reset-margin { |
582 | margin: 0px; | 582 | margin: 0px; |
583 | padding: 0px; | 583 | padding: 0px; |
584 | border: 0px; | 584 | border: 0px; |
585 | } | 585 | } |
586 | .clear { | 586 | .clear { |
587 | clear: both; | 587 | clear: both; |
588 | } | 588 | } |
589 | .hidden_none { | 589 | .hidden_none { |
590 | display: none; | 590 | display: none; |
591 | visibility: hidden; | 591 | visibility: hidden; |
592 | } | 592 | } |
593 | .keepTogether { | 593 | .keepTogether { |
594 | display: inline-block; | 594 | display: inline-block; |
595 | white-space: nowrap; | 595 | white-space: nowrap; |
596 | } | 596 | } |
597 | #mainDiv { | 597 | #mainDiv { |
598 | margin: 0 auto; | 598 | margin: 0 auto; |
599 | } | 599 | } |
600 | div#loginBox { | 600 | div#loginBox { |
601 | width: 273px; | 601 | width: 273px; |
602 | z-index: 19000; | 602 | z-index: 19000; |
603 | top: -30px; | 603 | top: -30px; |
604 | right: 30px; | 604 | right: 30px; |
605 | position: relative; | 605 | position: relative; |
606 | float: right; | 606 | float: right; |
607 | } | 607 | } |
608 | div#loginBox div.header { | 608 | div#loginBox div.header { |
609 | height: 25px; | 609 | height: 25px; |
610 | width: 273px; | 610 | width: 273px; |
611 | background-color: #ff9b5a; | 611 | background-color: #ff9b5a; |
612 | -webkit-border-top-left-radius: 20px; | 612 | -webkit-border-top-left-radius: 20px; |
613 | -moz-border-radius-topleft: 20px; | 613 | -moz-border-radius-topleft: 20px; |
614 | border-top-left-radius: 20px; | 614 | border-top-left-radius: 20px; |
615 | -webkit-border-top-right-radius: 20px; | 615 | -webkit-border-top-right-radius: 20px; |
616 | -moz-border-radius-topright: 20px; | 616 | -moz-border-radius-topright: 20px; |
617 | border-top-right-radius: 20px; | 617 | border-top-right-radius: 20px; |
618 | } | 618 | } |
619 | div#loginBox div.body { | 619 | div#loginBox div.body { |
620 | 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)); |
621 | 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); | 622 | background: linear-gradient(0deg, #ff6622, #ff9b5a); |
623 | } | 623 | } |
624 | div#loginBox div.body h4 { | 624 | div#loginBox div.body h4 { |
625 | color: #ffffff; | 625 | color: #ffffff; |
626 | font-size: 16pt; | 626 | font-size: 16pt; |
627 | font-weight: normal; | 627 | font-weight: normal; |
628 | padding-left: 20px; | 628 | padding-left: 20px; |
629 | margin: 0px; | 629 | margin: 0px; |
630 | } | 630 | } |
631 | div#loginBox div.body form.loginForm { | 631 | div#loginBox div.body form.loginForm { |
632 | padding: 5px 20px 0px; | 632 | padding: 5px 20px 0px; |
633 | margin-bottom: 0px; | 633 | margin-bottom: 0px; |
634 | } | 634 | } |
635 | div#loginBox div.body form.loginForm label { | 635 | div#loginBox div.body form.loginForm label { |
636 | color: #ffffff; | 636 | color: #ffffff; |
637 | font-size: 10pt; | 637 | font-size: 10pt; |
638 | display: block; | 638 | display: block; |
639 | padding-top: 5px; | 639 | padding-top: 5px; |
640 | } | 640 | } |
641 | div#loginBox div.body form.loginForm label.checkbox { | 641 | div#loginBox div.body form.loginForm label.checkbox { |
642 | display: inline; | 642 | display: inline; |
643 | } | 643 | } |
644 | div#loginBox div.body form.loginForm input { | 644 | div#loginBox div.body form.loginForm input { |
645 | width: 230px; | 645 | width: 230px; |
646 | font-size: 14pt; | 646 | font-size: 14pt; |
647 | color: #333366; | 647 | color: #333366; |
648 | background-color: #ffffff; | 648 | background-color: #ffffff; |
649 | border: 1px solid #bb4924; | 649 | border: 1px solid #bb4924; |
650 | padding: 2px 5px; | 650 | padding: 2px 5px; |
651 | height: 28px; | 651 | height: 28px; |
652 | } | 652 | } |
653 | div#loginBox div.body form.loginForm input.checkbox { | 653 | div#loginBox div.body form.loginForm input.checkbox { |
654 | margin: 10px 8px 0px 0px; | 654 | margin: 10px 8px 0px 0px; |
655 | height: auto; | 655 | height: auto; |
656 | width: auto; | 656 | width: auto; |
657 | border: 0px; | 657 | border: 0px; |
658 | } | 658 | } |
659 | div#loginBox div.body form.loginForm input.checkbox:hover { | 659 | div#loginBox div.body form.loginForm input.checkbox:hover { |
660 | cursor: pointer; | 660 | cursor: pointer; |
661 | } | 661 | } |
662 | div#loginBox div.body form.loginForm input.otp { | 662 | div#loginBox div.body form.loginForm input.otp { |
663 | width: 57px; | 663 | width: 57px; |
664 | display: inline; | 664 | display: inline; |
665 | padding-left: 0px; | 665 | padding-left: 0px; |
666 | padding-right: 0px; | 666 | padding-right: 0px; |
667 | height: 28px; | 667 | height: 28px; |
668 | font: 8pt monospace; | 668 | font: 8pt monospace; |
669 | } | 669 | } |
670 | div#loginBox div.body form.loginForm input.submit { | 670 | div#loginBox div.body form.loginForm input.submit { |
671 | margin: 0px 45px; | 671 | margin: 0px 45px; |
672 | width: 140px; | 672 | width: 140px; |
673 | color: #ffffff; | 673 | color: #ffffff; |
674 | background-color: #d44100; | 674 | background-color: #d44100; |
675 | border: 1px solid #bb4924; | 675 | border: 1px solid #bb4924; |
676 | padding: 6px; | 676 | padding: 6px; |
677 | font-size: 12pt; | 677 | font-size: 12pt; |
678 | height: auto; | 678 | height: auto; |
679 | } | 679 | } |
680 | div#loginBox div.body form.loginForm input.submit:hover { | 680 | div#loginBox div.body form.loginForm input.submit:hover { |
681 | color: #ffffff; | 681 | color: #ffffff; |
682 | background-color: #7e2700; | 682 | background-color: #7e2700; |
683 | cursor: pointer; | 683 | cursor: pointer; |
684 | } | 684 | } |
685 | div#loginBox div.body form.loginForm ul { | 685 | div#loginBox div.body form.loginForm ul { |
686 | list-style-type: none; | 686 | list-style-type: none; |
687 | padding: 0px; | 687 | padding: 0px; |
688 | margin: 0px; | 688 | margin: 0px; |
689 | } | 689 | } |
690 | div#loginBox div.body form.loginForm ul li { | 690 | div#loginBox div.body form.loginForm ul li { |
691 | display: block; | 691 | display: block; |
692 | } | 692 | } |
693 | div#loginBox div.body form.loginForm div.translations { | 693 | div#loginBox div.body form.loginForm div.translations { |
694 | margin: 15px -20px; | 694 | margin: 15px -20px; |
695 | background-color: #c87b59; | 695 | background-color: #c87b59; |
696 | } | 696 | } |
697 | div#loginBox div.body form.loginForm div.translations h4 { | 697 | div#loginBox div.body form.loginForm div.translations h4 { |
698 | font-size: 9pt; | 698 | font-size: 9pt; |
699 | padding: 6px 20px 0px; | 699 | padding: 6px 20px 0px; |
700 | } | 700 | } |
701 | div#loginBox div.body form.loginForm div.translations ul { | 701 | div#loginBox div.body form.loginForm div.translations ul { |
702 | margin: 0px; | 702 | margin: 0px; |
703 | padding: 5px 10px 10px; | 703 | padding: 5px 10px 10px; |
704 | margin-bottom: 15px; | 704 | margin-bottom: 15px; |
705 | } | 705 | } |
706 | div#loginBox div.body form.loginForm div.translations ul li { | 706 | div#loginBox div.body form.loginForm div.translations ul li { |
707 | font-size: 8pt; | 707 | font-size: 8pt; |
708 | color: #ddaa99; | 708 | color: #ddaa99; |
709 | background-color: #994422; | 709 | background-color: #994422; |
710 | display: inline-block; | 710 | display: inline-block; |
711 | padding: 2px 4px; | 711 | padding: 2px 4px; |
712 | margin: 1px; | 712 | margin: 1px; |
713 | } | 713 | } |
714 | div#loginBox div.body form.loginForm div.translations ul li.selected { | 714 | div#loginBox div.body form.loginForm div.translations ul li.selected { |
715 | color: #ffffff; | 715 | color: #ffffff; |
716 | background-color: #772211; | 716 | background-color: #772211; |
717 | } | 717 | } |
718 | div#loginBox div.body form.loginForm div.translations ul li.selected:hover { | 718 | div#loginBox div.body form.loginForm div.translations ul li.selected:hover { |
719 | cursor: default; | 719 | cursor: default; |
720 | } | 720 | } |
721 | div#loginBox div.body form.loginForm div.translations ul li:hover { | 721 | div#loginBox div.body form.loginForm div.translations ul li:hover { |
722 | cursor: pointer; | 722 | cursor: pointer; |
723 | color: #ffffff; | 723 | color: #ffffff; |
724 | } | 724 | } |
725 | div#loginBox div.footer { | 725 | div#loginBox div.footer { |
726 | height: 37px; | 726 | height: 37px; |
727 | width: 273px; | 727 | width: 273px; |
728 | background-color: #ff6622; | 728 | background-color: #ff6622; |
729 | -webkit-border-bottom-left-radius: 20px; | 729 | -webkit-border-bottom-left-radius: 20px; |
730 | -moz-border-radius-bottomleft: 20px; | 730 | -moz-border-radius-bottomleft: 20px; |
731 | border-bottom-left-radius: 20px; | 731 | border-bottom-left-radius: 20px; |
732 | -webkit-border-bottom-right-radius: 20px; | 732 | -webkit-border-bottom-right-radius: 20px; |
733 | -moz-border-radius-bottomright: 20px; | 733 | -moz-border-radius-bottomright: 20px; |
734 | border-bottom-right-radius: 20px; | 734 | border-bottom-right-radius: 20px; |
735 | } | 735 | } |
736 | body.ext-gecko div#loginBox form.loginForm div.translations ul li { | 736 | body.ext-gecko div#loginBox form.loginForm div.translations ul li { |
737 | display: -moz-inline-box; | 737 | display: -moz-inline-box; |
738 | } | 738 | } |
739 | div#featurePoints { | 739 | div#featurePoints { |
740 | min-width: 400px; | 740 | min-width: 400px; |
741 | padding-top: 15px; | 741 | padding-top: 15px; |
742 | padding-bottom: 20px; | 742 | padding-bottom: 20px; |
743 | padding-left: 20px; | 743 | padding-left: 20px; |
744 | padding-right: 330px; | 744 | padding-right: 330px; |
745 | } | 745 | } |
746 | div#featurePoints table tbody tr td { | 746 | div#featurePoints table tbody tr td { |
747 | width: 50%; | 747 | width: 50%; |
748 | vertical-align: top; | 748 | vertical-align: top; |
749 | } | 749 | } |
750 | div#featurePoints div.block { | 750 | div#featurePoints div.block { |
751 | padding: 10px; | 751 | padding: 10px; |
752 | color: #86858e; | 752 | color: #86858e; |
753 | } | 753 | } |
754 | div#featurePoints div.block h3 { | 754 | div#featurePoints div.block h3 { |
755 | font-weight: normal; | 755 | font-weight: normal; |
756 | font-size: 12pt; | 756 | font-size: 12pt; |
757 | margin: 0px; | 757 | margin: 0px; |
758 | padding: 5px 0px; | 758 | padding: 5px 0px; |
759 | } | 759 | } |
760 | div#featurePoints div.block ul { | 760 | div#featurePoints div.block ul { |
761 | margin: 0px; | 761 | margin: 0px; |
762 | margin-left: 20px; | 762 | margin-left: 20px; |
763 | padding: 0px; | 763 | padding: 0px; |
764 | list-style-position: outside; | 764 | list-style-position: outside; |
765 | } | 765 | } |
766 | div#featurePoints div.block ul li { | 766 | div#featurePoints div.block ul li { |
767 | font-size: 10pt; | 767 | font-size: 10pt; |
768 | padding: 3px 0px; | 768 | padding: 3px 0px; |
769 | } | 769 | } |
770 | div.activeFeatures { | 770 | div.activeFeatures { |
771 | float: left; | 771 | float: left; |
772 | margin-left: 20px; | 772 | margin-left: 20px; |
773 | height: 100px; | 773 | height: 100px; |
774 | } | 774 | } |
775 | div.activeFeatures a { | 775 | div.activeFeatures a { |
776 | display: inline-block; | 776 | display: inline-block; |
777 | padding-left: 46px; | 777 | padding-left: 46px; |
778 | color: #ff5906; | 778 | color: #ff5906; |
779 | text-decoration: none; | 779 | text-decoration: none; |
780 | font-size: 10pt; | 780 | font-size: 10pt; |
781 | } | 781 | } |
782 | div.activeFeatures a span.payoff { | 782 | div.activeFeatures a span.payoff { |
783 | display: block; | 783 | display: block; |
784 | font-size: 13pt; | 784 | font-size: 13pt; |
785 | font-weight: lighter; | 785 | font-weight: lighter; |
786 | color: #9b9689; | 786 | color: #9b9689; |
787 | margin: 0px; | 787 | margin: 0px; |
788 | padding: 0px; | 788 | padding: 0px; |
789 | } | 789 | } |
790 | div.activeFeatures a:hover span.payoff { | 790 | div.activeFeatures a:hover span.payoff { |
791 | color: #666666; | 791 | color: #666666; |
792 | } | 792 | } |
793 | div.activeFeatures div.keepTogether a { | 793 | div.activeFeatures div.keepTogether a { |
794 | padding-left: 0px; | 794 | padding-left: 0px; |
795 | } | 795 | } |
796 | div.activeFeatures div.keepTogether div { | 796 | div.activeFeatures div.keepTogether div { |
797 | display: inline-block; | 797 | display: inline-block; |
798 | padding-right: 15px; | 798 | padding-right: 15px; |
799 | } | 799 | } |
800 | div.activeFeatures div.keepTogether canvas { | 800 | div.activeFeatures div.keepTogether canvas { |
801 | width: 46px; | 801 | width: 46px; |
802 | height: 46px; | 802 | height: 46px; |
803 | vertical-align: bottom; | 803 | vertical-align: bottom; |
804 | } | 804 | } |
805 | div.activeFeatures div.createAccountLink { | 805 | div.activeFeatures div.createAccountLink { |
806 | display: inline-block; | 806 | display: inline-block; |
807 | width: 282; | 807 | width: 282; |
808 | height: 65px; | 808 | height: 65px; |
809 | background-image: url(./images/old/home/register.png); | 809 | background-image: url(./images/old/home/register.png); |
810 | margin-right: 20px; | 810 | margin-right: 20px; |
811 | } | 811 | } |
812 | div.activeFeatures div.createAccountLink a.createAccountLink { | 812 | div.activeFeatures div.createAccountLink a.createAccountLink { |
813 | position: relative; | 813 | position: relative; |
814 | top: -92px; | 814 | top: -92px; |
815 | left: 5px; | 815 | left: 5px; |
816 | } | 816 | } |
817 | div.activeFeatures div.createAccountLink a.createAccountLink span.payoff { | 817 | div.activeFeatures div.createAccountLink a.createAccountLink span.payoff { |
818 | margin-top: 23px; | 818 | margin-top: 23px; |
819 | margin-left: 40px; | 819 | margin-left: 40px; |
820 | font-size: 17pt; | 820 | font-size: 17pt; |
821 | color: #64626c; | 821 | color: #64626c; |
822 | } | 822 | } |
823 | div.activeFeatures div.createAccountLink a.createAccountLink span.link { | 823 | div.activeFeatures div.createAccountLink a.createAccountLink span.link { |
824 | padding-left: 40px; | 824 | padding-left: 40px; |
825 | padding-right: 50px; | 825 | padding-right: 50px; |
826 | padding-bottom: 10px; | 826 | padding-bottom: 10px; |
827 | font-size: 12pt; | 827 | font-size: 12pt; |
828 | } | 828 | } |
829 | div.activeFeatures div.createAccountLink:hover { | 829 | div.activeFeatures div.createAccountLink:hover { |
830 | background-image: url(./images/old/home/register_selected.png); | 830 | background-image: url(./images/old/home/register_selected.png); |
831 | } | 831 | } |
832 | div.activeFeatures div.createAccountLink:hover a.createAccountLink span.payoff { | 832 | div.activeFeatures div.createAccountLink:hover a.createAccountLink span.payoff { |
833 | color: #54535a; | 833 | color: #54535a; |
834 | } | 834 | } |
835 | div.activeFeatures div.createAccountLink:hover a.createAccountLink span.link { | 835 | div.activeFeatures div.createAccountLink:hover a.createAccountLink span.link { |
836 | color: white; | 836 | color: white; |
837 | } | 837 | } |
838 | div.activeFeatures div.createAccountLink canvas { | 838 | div.activeFeatures div.createAccountLink canvas { |
839 | width: 282px; | 839 | width: 282px; |
840 | height: 93px; | 840 | height: 93px; |
841 | } | 841 | } |
842 | /* | 842 | /* |
843 | 843 | ||
844 | Color list: | 844 | Color list: |
845 | - login box: | 845 | - login box: |
846 | light#ff9955 | 846 | light#ff9955 |
847 | dark#ff6622 | 847 | dark#ff6622 |
848 | - login button: | 848 | - login button: |
849 | regular#dd5500 | 849 | regular#dd5500 |
850 | hover#773311 | 850 | hover#773311 |
851 | - login translations: | 851 | - login translations: |
852 | box: #cc6622; | 852 | box: #cc6622; |
853 | not-selected: | 853 | not-selected: |
854 | color: #ddaa99 | 854 | color: #ddaa99 |
855 | background:#994422 | 855 | background:#994422 |
856 | selected: #772211; | 856 | selected: #772211; |
857 | */ | 857 | */ |
858 | html { | 858 | html { |
859 | height: 100%; | 859 | height: 100%; |
860 | } | 860 | } |
861 | body { | 861 | body { |
862 | font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; | 862 | font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; |
863 | margin: 0px; | 863 | margin: 0px; |
864 | } | 864 | } |
865 | div.modalDialogMask.userInfoBoxMask { | 865 | div.modalDialogMask.userInfoBoxMask { |
866 | -moz-opacity: 0.0; | 866 | -moz-opacity: 0.0; |
867 | opacity: .0; | 867 | opacity: .0; |
868 | filter: alpha(opacity=0); | 868 | filter: alpha(opacity=0); |
869 | z-index: 19000; | 869 | z-index: 19000; |
870 | } | 870 | } |
871 | .reset-margin { | 871 | .reset-margin { |
872 | margin: 0px; | 872 | margin: 0px; |
873 | padding: 0px; | 873 | padding: 0px; |
874 | border: 0px; | 874 | border: 0px; |
875 | } | 875 | } |
876 | .clear { | 876 | .clear { |
877 | clear: both; | 877 | clear: both; |
878 | } | 878 | } |
879 | .hidden_none { | 879 | .hidden_none { |
880 | display: none; | 880 | display: none; |
881 | visibility: hidden; | 881 | visibility: hidden; |
882 | } | 882 | } |
883 | .keepTogether { | 883 | .keepTogether { |
884 | display: inline-block; | 884 | display: inline-block; |
885 | white-space: nowrap; | 885 | white-space: nowrap; |
886 | } | 886 | } |
887 | #mainDiv { | 887 | #mainDiv { |
888 | margin: 0 auto; | 888 | margin: 0 auto; |
889 | } | 889 | } |
890 | div.userInfoBox { | 890 | div.userInfoBox { |
891 | position: absolute; | 891 | position: absolute; |
892 | width: 160px; | 892 | width: 160px; |
893 | height: 120px; | 893 | height: 200px; |
894 | top: 100px; | 894 | top: 100px; |
895 | left: 15px; | 895 | left: 15px; |
896 | color: white; | 896 | color: white; |
897 | background-color: #ff9955; | 897 | background-color: #ff9955; |
898 | 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)); |
899 | 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); | 900 | background: linear-gradient(0deg, #ff6723, #ff9a56); |
901 | border-radius: 10px; | 901 | border-radius: 10px; |
902 | -moz-border-radius: 10px; | 902 | -moz-border-radius: 10px; |
903 | -webkit-border-radius: 10px; | 903 | -webkit-border-radius: 10px; |
904 | -webkit-box-shadow: 2px 2px 9px #333333; | 904 | -webkit-box-shadow: 2px 2px 9px #333333; |
905 | -moz-box-shadow: 2px 2px 9px #333333; | 905 | -moz-box-shadow: 2px 2px 9px #333333; |
906 | box-shadow: 2px 2px 9px #333333; | 906 | box-shadow: 2px 2px 9px #333333; |
907 | } | 907 | } |
908 | div.userInfoBox.locked { | 908 | div.userInfoBox.locked { |
909 | z-index: 19001; | 909 | z-index: 19001; |
910 | } | 910 | } |
911 | div.userInfoBox.locked div.header a.lockButton { | 911 | div.userInfoBox.locked div.header a.lockButton { |
912 | background: url(./images/old/lock/locked.png) no-repeat -5px -2px; | 912 | background: url(./images/old/lock/locked.png) no-repeat -5px -2px; |
913 | } | 913 | } |
914 | div.userInfoBox.locked div.header a.lockButton:hover { | 914 | div.userInfoBox.locked div.header a.lockButton:hover { |
915 | 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; |
916 | } | 916 | } |
917 | div.userInfoBox.locked div.body a { | 917 | div.userInfoBox.locked div.body a { |
918 | display: none; | 918 | display: none; |
919 | } | 919 | } |
920 | div.userInfoBox div.header { | 920 | div.userInfoBox div.header { |
921 | height: 30px; | 921 | height: 30px; |
922 | } | 922 | } |
923 | div.userInfoBox div.header h1 { | 923 | div.userInfoBox div.header h1 { |
924 | font-size: 8pt; | 924 | font-size: 8pt; |
925 | font-weight: normal; | 925 | font-weight: normal; |
926 | margin: 0px; | 926 | margin: 0px; |
927 | padding-top: 12px; | 927 | padding-top: 12px; |
928 | padding-left: 12px; | 928 | padding-left: 12px; |
929 | } | 929 | } |
930 | div.userInfoBox div.header a.lockButton { | 930 | div.userInfoBox div.header a.lockButton { |
931 | position: absolute; | 931 | position: absolute; |
932 | top: 8px; | 932 | top: 8px; |
933 | right: 12px; | 933 | right: 12px; |
934 | display: block; | 934 | display: block; |
935 | width: 15px; | 935 | width: 15px; |
936 | height: 20px; | 936 | height: 20px; |
937 | text-decoration: none; | 937 | text-decoration: none; |
938 | background: url(./images/old/lock/unlocked.png) no-repeat -5px -2px; | 938 | background: url(./images/old/lock/unlocked.png) no-repeat -5px -2px; |
939 | } | 939 | } |
940 | div.userInfoBox div.header a.lockButton:hover { | 940 | div.userInfoBox div.header a.lockButton:hover { |
941 | 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; |
942 | } | 942 | } |
943 | div.userInfoBox div.body { | 943 | div.userInfoBox div.body { |
944 | padding: 0px 12px; | 944 | padding: 0px 12px; |
945 | } | 945 | } |
946 | div.userInfoBox div.body h3 { | 946 | div.userInfoBox div.body h3 { |
947 | font-size: 11pt; | 947 | font-size: 11pt; |
948 | font-weight: bold; | 948 | font-weight: bold; |
949 | margin: 0px; | 949 | margin: 0px; |
950 | } | 950 | } |
951 | div.userInfoBox div.body ul { | 951 | div.userInfoBox div.body ul { |
952 | font-size: 8pt; | 952 | font-size: 8pt; |
953 | padding: 0px; | 953 | padding: 0px; |
954 | margin: 4px 0px; | 954 | margin: 4px 0px; |
955 | list-style-position: inside; | 955 | list-style-position: inside; |
956 | } | 956 | } |
957 | div.userInfoBox div.body ul li span.number { | 957 | div.userInfoBox div.body ul li span.number { |
958 | font-weight: bold; | 958 | font-weight: bold; |
959 | padding-right: 3px; | 959 | padding-right: 3px; |
960 | } | 960 | } |
961 | div.userInfoBox div.body div.accountInfo { | ||
962 | margin-top: 6px; | ||
963 | border-top: 1px solid white; | ||
964 | border-color: #f4aa84; | ||
965 | } | ||
966 | div.userInfoBox div.body div.accountInfo h5 { | ||
967 | margin: 0px; | ||
968 | padding-top: 8px; | ||
969 | padding-bottom: 8px; | ||
970 | font-size: 8pt; | ||
971 | font-weight: normal; | ||
972 | } | ||
973 | div.userInfoBox div.body div.accountInfo span.label { | ||
974 | font-size: 9pt; | ||
975 | font-weight: normal; | ||
976 | padding-right: 4px; | ||
977 | display: inline-block; | ||
978 | width: 45px; | ||
979 | } | ||
980 | div.userInfoBox div.body div.accountInfo span.label:after { | ||
981 | content: ":"; | ||
982 | } | ||
983 | div.userInfoBox div.body div.accountInfo span.status { | ||
984 | font-size: 10pt; | ||
985 | } | ||
986 | div.userInfoBox div.body div.accountInfo span.expriation { | ||
987 | font-size: 9pt; | ||
988 | } | ||
989 | div.userInfoBox div.body div.accountInfo div.payButton { | ||
990 | float: right; | ||
991 | padding-top: 6px; | ||
992 | text-align: right; | ||
993 | } | ||
994 | div.userInfoBox div.body div.accountInfo div.payButton a { | ||
995 | border: 0px; | ||
996 | margin-top: 0px; | ||
997 | padding: 0px; | ||
998 | color: white; | ||
999 | display: inline-block; | ||
1000 | padding: 2px 5px 2px 5px; | ||
1001 | border-radius: 4px; | ||
1002 | -moz-border-radius: 4px; | ||
1003 | -webkit-border-radius: 4px; | ||
1004 | font-size: 9pt; | ||
1005 | font-weight: normal; | ||
1006 | background-color: #d15a22; | ||
1007 | } | ||
1008 | div.userInfoBox div.body div.accountInfo div.payButton a:hover { | ||
1009 | background-color: #8c3b15; | ||
1010 | } | ||
961 | div.userInfoBox div.body a { | 1011 | div.userInfoBox div.body a { |
962 | display: block; | 1012 | display: block; |
963 | margin-top: 8px; | 1013 | margin-top: 4px; |
964 | border-top: 1px solid white; | 1014 | border-top: 1px solid white; |
965 | padding-top: 6px; | 1015 | padding-top: 6px; |
966 | font-size: 10pt; | 1016 | font-size: 10pt; |
967 | font-weight: bold; | 1017 | font-weight: bold; |
968 | color: #d15a22; | 1018 | color: #d15a22; |
969 | border-color: #fe9a5f; | 1019 | border-color: #fe9a5f; |
970 | text-decoration: none; | 1020 | text-decoration: none; |
971 | } | 1021 | } |
972 | div.userInfoBox div.body a:hover { | 1022 | div.userInfoBox div.body a:hover { |
973 | color: #8c3b15; | 1023 | color: #8c3b15; |
974 | } | 1024 | } |
975 | div.sidePanels { | 1025 | div.sidePanels { |
976 | float: left; | 1026 | float: left; |
977 | margin-top: 106px; | 1027 | margin-top: 186px; |
978 | margin-left: 20px; | 1028 | margin-left: 20px; |
979 | width: 160px; | 1029 | width: 160px; |
980 | } | 1030 | } |
981 | div.sidePanels div.tabSidePanel { | 1031 | div.sidePanels div.tabSidePanel { |
982 | margin-right: -10px; | 1032 | margin-right: -10px; |
983 | } | 1033 | } |
984 | div.sidePanels div.tabSidePanel ul { | 1034 | div.sidePanels div.tabSidePanel ul { |
985 | margin: 0px; | 1035 | margin: 0px; |
986 | padding-left: 0px; | 1036 | padding-left: 0px; |
987 | list-style-type: none; | 1037 | list-style-type: none; |
988 | color: #f78b46; | 1038 | color: #f78b46; |
989 | } | 1039 | } |
990 | div.sidePanels div.tabSidePanel ul.mainTabs { | 1040 | div.sidePanels div.tabSidePanel ul.mainTabs { |
991 | margin: 0px; | 1041 | margin: 0px; |
992 | } | 1042 | } |
993 | div.sidePanels div.tabSidePanel ul.mainTabs li a { | 1043 | div.sidePanels div.tabSidePanel ul.mainTabs li a { |
994 | display: block; | 1044 | display: block; |
995 | line-height: 30px; | 1045 | line-height: 30px; |
996 | height: 43px; | 1046 | height: 43px; |
997 | padding-left: 40px; | 1047 | padding-left: 40px; |
998 | color: #ff6621; | 1048 | color: #ff6621; |
999 | margin: 0px; | 1049 | margin: 0px; |
1000 | font-weight: normal; | 1050 | font-weight: normal; |
1001 | font-size: 13pt; | 1051 | font-size: 13pt; |
1002 | text-decoration: none; | 1052 | text-decoration: none; |
1003 | } | 1053 | } |
1004 | div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter { | 1054 | div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter { |
1005 | display: none; | 1055 | display: none; |
1006 | } | 1056 | } |
1007 | div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add { | 1057 | div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add { |
1008 | font-size: 14pt; | 1058 | font-size: 14pt; |
1009 | font-weight: bold; | 1059 | font-weight: bold; |
1010 | position: relative; | 1060 | position: relative; |
1011 | top: -34px; | 1061 | top: -34px; |
1012 | right: 16px; | 1062 | right: 16px; |
1013 | background: none; | 1063 | background: none; |
1014 | color: #c0531b; | 1064 | color: #c0531b; |
1015 | padding-left: 15px; | 1065 | padding-left: 15px; |
1016 | } | 1066 | } |
1017 | div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add:hover { | 1067 | div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add:hover { |
1018 | color: white; | 1068 | color: white; |
1019 | } | 1069 | } |
1020 | div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add span { | 1070 | div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add span { |
1021 | font-size: 8pt; | 1071 | font-size: 8pt; |
1022 | vertical-align: middle; | 1072 | vertical-align: middle; |
1023 | } | 1073 | } |
1024 | div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add h3 { | 1074 | div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add h3 { |
1025 | display: inline; | 1075 | display: inline; |
1026 | padding-left: 5px; | 1076 | padding-left: 5px; |
1027 | } | 1077 | } |
1028 | div.sidePanels div.tabSidePanel ul.mainTabs li.selected div.selectionHighlighter { | 1078 | div.sidePanels div.tabSidePanel ul.mainTabs li.selected div.selectionHighlighter { |
1029 | display: block; | 1079 | display: block; |
1030 | position: absolute; | 1080 | position: absolute; |
1031 | left: 154px; | 1081 | left: 154px; |
1032 | margin-top: -43px; | 1082 | margin-top: -43px; |
1033 | } | 1083 | } |
1034 | div.sidePanels div.tabSidePanel ul.mainTabs li.cards a { | 1084 | div.sidePanels div.tabSidePanel ul.mainTabs li.cards a { |
1035 | background: url(./images/old/main/tabs/cardsBackground.png) -19px -63px; | 1085 | background: url(./images/old/main/tabs/cardsBackground.png) -19px -63px; |
1036 | } | 1086 | } |
1037 | div.sidePanels div.tabSidePanel ul.mainTabs li.cards a:hover { | 1087 | div.sidePanels div.tabSidePanel ul.mainTabs li.cards a:hover { |
1038 | background: url(./images/old/main/tabs/cardsBackground.png) -19px -110px; | 1088 | background: url(./images/old/main/tabs/cardsBackground.png) -19px -110px; |
1039 | } | 1089 | } |
1040 | div.sidePanels div.tabSidePanel ul.mainTabs li.cards.selected a { | 1090 | div.sidePanels div.tabSidePanel ul.mainTabs li.cards.selected a { |
1041 | margin-left: -10px; | 1091 | margin-left: -10px; |
1042 | padding-left: 50px; | 1092 | padding-left: 50px; |
1043 | color: white; | 1093 | color: white; |
1044 | background: url(./images/old/main/tabs/cardsBackground.png) -9px -14px; | 1094 | background: url(./images/old/main/tabs/cardsBackground.png) -9px -14px; |
1045 | } | 1095 | } |
1046 | div.sidePanels div.tabSidePanel ul.mainTabs li.directLogins.selected a { | 1096 | div.sidePanels div.tabSidePanel ul.mainTabs li.directLogins.selected a { |
1047 | margin-left: -10px; | 1097 | margin-left: -10px; |
1048 | padding-left: 50px; | 1098 | padding-left: 50px; |
1049 | color: white; | 1099 | color: white; |
1050 | } | 1100 | } |
1051 | div.sidePanels div.tabSidePanel ul.mainTabs li.directLogins.selected a:hover { | 1101 | div.sidePanels div.tabSidePanel ul.mainTabs li.directLogins.selected a:hover { |
1052 | color: white; | 1102 | color: white; |
1053 | } | 1103 | } |
1054 | div.sidePanels div.tabSidePanel ul.otherTabs { | 1104 | div.sidePanels div.tabSidePanel ul.otherTabs { |
1055 | margin: 10px 0px; | 1105 | margin: 10px 0px; |
1056 | } | 1106 | } |
1057 | div.sidePanels div.tabSidePanel ul.otherTabs li { | 1107 | div.sidePanels div.tabSidePanel ul.otherTabs li { |
1058 | margin-top: -4px; | 1108 | margin-top: -4px; |
1059 | } | 1109 | } |
1060 | div.sidePanels div.tabSidePanel ul.otherTabs li div.selectionHighlighter { | 1110 | div.sidePanels div.tabSidePanel ul.otherTabs li div.selectionHighlighter { |
1061 | display: none; | 1111 | display: none; |
1062 | } | 1112 | } |
1063 | div.sidePanels div.tabSidePanel ul.otherTabs li a { | 1113 | div.sidePanels div.tabSidePanel ul.otherTabs li a { |
1064 | display: block; | 1114 | display: block; |
1065 | line-height: 36px; | 1115 | line-height: 36px; |
1066 | height: 43px; | 1116 | height: 43px; |
1067 | padding-left: 40px; | 1117 | padding-left: 40px; |
1068 | color: #ff6621; | 1118 | color: #ff6621; |
1069 | text-decoration: none; | 1119 | text-decoration: none; |
1070 | } | 1120 | } |
1071 | div.sidePanels div.tabSidePanel ul.otherTabs li a:hover { | 1121 | div.sidePanels div.tabSidePanel ul.otherTabs li a:hover { |
1072 | background: url(./images/old/main/tabs/itemsBackground.png) -10px -49px; | 1122 | background: url(./images/old/main/tabs/itemsBackground.png) -10px -49px; |
1073 | } | 1123 | } |
1074 | div.sidePanels div.tabSidePanel ul.otherTabs li.selected a { | 1124 | div.sidePanels div.tabSidePanel ul.otherTabs li.selected a { |
1075 | margin-left: -10px; | 1125 | margin-left: -10px; |
1076 | padding-left: 50px; | 1126 | padding-left: 50px; |
1077 | background: url(./images/old/main/tabs/itemsBackground.png) 1px -96px; | 1127 | background: url(./images/old/main/tabs/itemsBackground.png) 1px -96px; |
1078 | color: white; | 1128 | color: white; |
1079 | } | 1129 | } |
1080 | div.sidePanels div.tabSidePanel ul.otherTabs li.selected div.selectionHighlighter { | 1130 | div.sidePanels div.tabSidePanel ul.otherTabs li.selected div.selectionHighlighter { |
1081 | display: block; | 1131 | display: block; |
1082 | position: absolute; | 1132 | position: absolute; |
1083 | left: 154px; | 1133 | left: 154px; |
1084 | margin-top: -42px; | 1134 | margin-top: -42px; |
1085 | } | 1135 | } |
1086 | div.tagSidePanel { | 1136 | div.tagSidePanel { |
1087 | /* | 1137 | /* |
1088 | margin-right: -8px; | 1138 | margin-right: -8px; |
1089 | 1139 | ||
1090 | div.tagSidePanel div.header { | 1140 | div.tagSidePanel div.header { |
1091 | height: 50px; | 1141 | height: 50px; |
1092 | background-image: url(./images/old/main/tabs/tagsBackground.png); | 1142 | background-image: url(./images/old/main/tabs/tagsBackground.png); |
1093 | } | 1143 | } |
1094 | div.tagSidePanel div.header h1 { | 1144 | div.tagSidePanel div.header h1 { |
1095 | padding-left: 52px; | 1145 | padding-left: 52px; |
1096 | padding-top: 14px; | 1146 | padding-top: 14px; |
1097 | font-size: 14pt; | 1147 | font-size: 14pt; |
1098 | font-weight: normal; | 1148 | font-weight: normal; |
1099 | color: #888888; | 1149 | color: #888888; |
1100 | } | 1150 | } |
1101 | div.tagSidePanel div.body { | 1151 | div.tagSidePanel div.body { |
1102 | background: url(./images/old/main/tabs/tagsBackground.png) -255px; | 1152 | background: url(./images/old/main/tabs/tagsBackground.png) -255px; |
1103 | } | 1153 | } |
1104 | div.tagSidePanel div.footer { | 1154 | div.tagSidePanel div.footer { |
1105 | height: 10px; | 1155 | height: 10px; |
1106 | background: url(./images/old/main/tabs/tagsBackground.png) -510px -40px; | 1156 | background: url(./images/old/main/tabs/tagsBackground.png) -510px -40px; |
1107 | } | 1157 | } |
1108 | div.tagSidePanel ul.tags { | 1158 | div.tagSidePanel ul.tags { |
1109 | margin: 0px; | 1159 | margin: 0px; |
1110 | list-style-type: none; | 1160 | list-style-type: none; |
1111 | padding: 0px; | 1161 | padding: 0px; |
1112 | } | 1162 | } |
1113 | div.tagSidePanel ul.tags li a { | 1163 | div.tagSidePanel ul.tags li a { |
1114 | display: block; | 1164 | display: block; |
1115 | font-size: 9pt; | 1165 | font-size: 9pt; |
1116 | text-decoration: none; | 1166 | text-decoration: none; |
1117 | color: #ff6621; | 1167 | color: #ff6621; |
1118 | padding: 0px 4px 0px 15px; | 1168 | padding: 0px 4px 0px 15px; |
1119 | line-height: 20px; | 1169 | line-height: 20px; |
1120 | } | 1170 | } |
1121 | div.tagSidePanel ul.tags li a:hover { | 1171 | div.tagSidePanel ul.tags li a:hover { |
1122 | background-color: #dddddd; | 1172 | background-color: #dddddd; |
1123 | } | 1173 | } |
1124 | div.tagSidePanel ul.tags li span.tagCardinality { | 1174 | div.tagSidePanel ul.tags li span.tagCardinality { |
1125 | float: right; | 1175 | float: right; |
1126 | font-size: 8pt; | 1176 | font-size: 8pt; |
1127 | color: #999999; | 1177 | color: #999999; |
1128 | margin-right: 15px; | 1178 | margin-right: 15px; |
1129 | margin-top: -17px; | 1179 | margin-top: -17px; |
1130 | } | 1180 | } |
1131 | div.tagSidePanel ul.tags li.selected a { | 1181 | div.tagSidePanel ul.tags li.selected a { |
1132 | background-color: #d4d5cf; | 1182 | background-color: #d4d5cf; |
1133 | } | 1183 | } |
1134 | div.tagSidePanel ul.tags li.selected a:hover { | 1184 | div.tagSidePanel ul.tags li.selected a:hover { |
1135 | background-color: #d4d5cf; | 1185 | background-color: #d4d5cf; |
1136 | } | 1186 | } |
1137 | div.tagSidePanel ul.tags li.selected a { | 1187 | div.tagSidePanel ul.tags li.selected a { |
1138 | font-weight: bold; | 1188 | font-weight: bold; |
1139 | } | 1189 | } |
1140 | */ | 1190 | */ |
1141 | } | 1191 | } |
1142 | div.groupSidePanel { | 1192 | div.groupSidePanel { |
1143 | /* | 1193 | /* |
1144 | margin-right: -10px; | 1194 | margin-right: -10px; |
1145 | 1195 | ||
1146 | div.groupSidePanel div.header { | 1196 | div.groupSidePanel div.header { |
1147 | height: 50px; | 1197 | height: 50px; |
1148 | background-image: url(./images/old/main/tabs/groupsBackground.png); | 1198 | background-image: url(./images/old/main/tabs/groupsBackground.png); |
1149 | } | 1199 | } |
1150 | div.groupSidePanel div.header h1 { | 1200 | div.groupSidePanel div.header h1 { |
1151 | padding-left: 52px; | 1201 | padding-left: 52px; |
1152 | padding-top: 14px; | 1202 | padding-top: 14px; |
1153 | font-size: 14pt; | 1203 | font-size: 14pt; |
1154 | font-weight: normal; | 1204 | font-weight: normal; |
1155 | color: white; | 1205 | color: white; |
1156 | } | 1206 | } |
1157 | div.groupSidePanel div.header a { | 1207 | div.groupSidePanel div.header a { |
1158 | float: right; | 1208 | float: right; |
1159 | margin-top: -30px; | 1209 | margin-top: -30px; |
1160 | margin-right: 20px; | 1210 | margin-right: 20px; |
1161 | text-decoration: none; | 1211 | text-decoration: none; |
1162 | color: #666666; | 1212 | color: #666666; |
1163 | font-size: 9pt; | 1213 | font-size: 9pt; |
1164 | line-height: 18px; | 1214 | line-height: 18px; |
1165 | } | 1215 | } |
1166 | div.groupSidePanel div.header a:hover { | 1216 | div.groupSidePanel div.header a:hover { |
1167 | color: #444444; | 1217 | color: #444444; |
1168 | } | 1218 | } |
1169 | div.groupSidePanel div.body { | 1219 | div.groupSidePanel div.body { |
1170 | background: url(./images/old/main/tabs/groupsBackground.png) -255px; | 1220 | background: url(./images/old/main/tabs/groupsBackground.png) -255px; |
1171 | } | 1221 | } |
1172 | div.groupSidePanel div.footer { | 1222 | div.groupSidePanel div.footer { |
1173 | height: 10px; | 1223 | height: 10px; |
1174 | background: url(./images/old/main/tabs/groupsBackground.png) -510px -39px; | 1224 | background: url(./images/old/main/tabs/groupsBackground.png) -510px -39px; |
1175 | } | 1225 | } |
1176 | div.groupSidePanel ul.groups { | 1226 | div.groupSidePanel ul.groups { |
1177 | margin: 0px; | 1227 | margin: 0px; |
1178 | list-style-type: none; | 1228 | list-style-type: none; |
1179 | padding: 0px; | 1229 | padding: 0px; |
1180 | } | 1230 | } |
1181 | div.groupSidePanel ul.groups li a { | 1231 | div.groupSidePanel ul.groups li a { |
1182 | display: block; | 1232 | display: block; |
1183 | font-size: 9pt; | 1233 | font-size: 9pt; |
1184 | text-decoration: none; | 1234 | text-decoration: none; |
1185 | color: white; | 1235 | color: white; |
1186 | padding: 0px 4px 0px 15px; | 1236 | padding: 0px 4px 0px 15px; |
1187 | line-height: 20px; | 1237 | line-height: 20px; |
1188 | } | 1238 | } |
1189 | div.groupSidePanel ul.groups li a:hover { | 1239 | div.groupSidePanel ul.groups li a:hover { |
1190 | background-color: #aaaaaa; | 1240 | background-color: #aaaaaa; |
1191 | } | 1241 | } |
1192 | div.groupSidePanel ul.groups li span.groupCardinality { | 1242 | div.groupSidePanel ul.groups li span.groupCardinality { |
1193 | float: right; | 1243 | float: right; |
1194 | font-size: 8pt; | 1244 | font-size: 8pt; |
1195 | color: #dddddd; | 1245 | color: #dddddd; |
1196 | margin-right: 15px; | 1246 | margin-right: 15px; |
1197 | margin-top: -17px; | 1247 | margin-top: -17px; |
1198 | } | 1248 | } |
1199 | div.groupSidePanel ul.groups li.selected a { | 1249 | div.groupSidePanel ul.groups li.selected a { |
1200 | background-color: #bbbbbb; | 1250 | background-color: #bbbbbb; |
1201 | } | 1251 | } |
1202 | div.groupSidePanel ul.groups li.selected a:hover { | 1252 | div.groupSidePanel ul.groups li.selected a:hover { |
1203 | background-color: #bbbbbb; | 1253 | background-color: #bbbbbb; |
1204 | } | 1254 | } |
1205 | div.groupSidePanel ul.groups li.selected a { | 1255 | div.groupSidePanel ul.groups li.selected a { |
1206 | font-weight: bold; | 1256 | font-weight: bold; |
1207 | } | 1257 | } |
1208 | */ | 1258 | */ |
1209 | } | 1259 | } |
1210 | div.subPanelTabs ul { | 1260 | div.subPanelTabs ul { |
1211 | margin: 0px; | 1261 | margin: 0px; |
1212 | margin-right: 7px; | 1262 | margin-right: 7px; |
1213 | padding: 0px; | 1263 | padding: 0px; |
1214 | } | 1264 | } |
1215 | div.subPanelTabs ul li { | 1265 | div.subPanelTabs ul li { |
1216 | display: inline-block; | 1266 | display: inline-block; |
1217 | vertical-align: middle; | 1267 | vertical-align: middle; |
1218 | height: 50px; | 1268 | height: 50px; |
1219 | border-right: 1px solid #eef0e3; | 1269 | border-right: 1px solid #eef0e3; |
1220 | border-bottom: 1px solid #d5d5bc; | 1270 | border-bottom: 1px solid #d5d5bc; |
1221 | } | 1271 | } |
1222 | div.subPanelTabs ul li.first { | 1272 | div.subPanelTabs ul li.first { |
1223 | -webkit-border-top-left-radius: 20px; | 1273 | -webkit-border-top-left-radius: 20px; |
1224 | -moz-border-radius-topleft: 20px; | 1274 | -moz-border-radius-topleft: 20px; |
1225 | border-top-left-radius: 20px; | 1275 | border-top-left-radius: 20px; |
1226 | } | 1276 | } |
1227 | div.subPanelTabs ul li.selected { | 1277 | div.subPanelTabs ul li.selected { |
1228 | background-color: #eef0e3; | 1278 | background-color: #eef0e3; |
1229 | border-bottom: 1px solid #eef0e3; | 1279 | border-bottom: 1px solid #eef0e3; |
1230 | border-right: 1px solid #d5d5bc; | 1280 | border-right: 1px solid #d5d5bc; |
1231 | } | 1281 | } |
1232 | div.subPanelTabs ul li.selected:hover { | 1282 | div.subPanelTabs ul li.selected:hover { |
1233 | border-right: 1px solid #d5d5bc; | 1283 | border-right: 1px solid #d5d5bc; |
1234 | } | 1284 | } |
1235 | div.subPanelTabs ul li.selected a { | 1285 | div.subPanelTabs ul li.selected a { |
1236 | color: #444440; | 1286 | color: #444440; |
1237 | } | 1287 | } |
1238 | div.subPanelTabs ul li:hover { | 1288 | div.subPanelTabs ul li:hover { |
1239 | border-right: 1px solid #d5d5bc; | 1289 | border-right: 1px solid #d5d5bc; |
1240 | background-color: #eef0e3; | 1290 | background-color: #eef0e3; |
1241 | } | 1291 | } |
1242 | div.subPanelTabs ul li a { | 1292 | div.subPanelTabs ul li a { |
1243 | color: #787872; | 1293 | color: #787872; |
1244 | text-decoration: none; | 1294 | text-decoration: none; |
1245 | display: block; | 1295 | display: block; |
1246 | text-align: center; | 1296 | text-align: center; |
1247 | padding-top: 15px; | 1297 | padding-top: 15px; |
1248 | padding-left: 20px; | 1298 | padding-left: 20px; |
1249 | padding-right: 20px; | 1299 | padding-right: 20px; |
1250 | font-size: 13pt; | 1300 | font-size: 13pt; |
1251 | } | 1301 | } |
1252 | div.subPanelContent { | 1302 | div.subPanelContent { |
1253 | padding-top: 20px; | 1303 | padding-top: 20px; |
1254 | padding-left: 30px; | 1304 | padding-left: 30px; |
1255 | padding-right: 30px; | 1305 | padding-right: 30px; |
1256 | min-height: 280px; | 1306 | min-height: 280px; |
1257 | color: #787872; | 1307 | color: #787872; |
1258 | margin: 0px 6px 0 9px; | 1308 | margin: 0px 6px 0 9px; |
1259 | } | 1309 | } |
1260 | div.subPanelContent h3 { | 1310 | div.subPanelContent h3 { |
1261 | margin: 0px; | 1311 | margin: 0px; |
1262 | border: 0px; | 1312 | border: 0px; |
1263 | padding: 0px; | 1313 | padding: 0px; |
1264 | } | 1314 | } |
1265 | div.subPanelContent ul { | 1315 | div.subPanelContent ul { |
1266 | margin: 0px; | 1316 | margin: 0px; |
1267 | padding: 0px; | 1317 | padding: 0px; |
1268 | list-style-type: none; | 1318 | list-style-type: none; |
1269 | } | 1319 | } |
1270 | div.subPanelContent ul li { | 1320 | div.subPanelContent ul li { |
1271 | display: none; | 1321 | display: none; |
1272 | } | 1322 | } |
1273 | div.subPanelContent ul li.selected { | 1323 | div.subPanelContent ul li.selected { |
1274 | display: block; | 1324 | display: block; |
1275 | } | 1325 | } |
1276 | .downloadOfflineCopy { | 1326 | .downloadOfflineCopy { |
1277 | display: inline-block; | 1327 | display: inline-block; |
1278 | height: 20px; | 1328 | height: 20px; |
1279 | cursor: pointer; | 1329 | cursor: pointer; |
1280 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#59bc4c), to(#448833)); | 1330 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#59bc4c), to(#448833)); |
1281 | background: -moz-linear-gradient(0% 100% 90deg, #448833, #59bc4c); | 1331 | background: -moz-linear-gradient(0% 100% 90deg, #448833, #59bc4c); |
1282 | background: linear-gradient(0deg, #448833, #59bc4c); | 1332 | background: linear-gradient(0deg, #448833, #59bc4c); |
1283 | border-radius: 5; | 1333 | border-radius: 5; |
1284 | -moz-border-radius: 5; | 1334 | -moz-border-radius: 5; |
1285 | -webkit-border-radius: 5; | 1335 | -webkit-border-radius: 5; |
1286 | border: 1px solid #51a23d; | 1336 | border: 1px solid #51a23d; |
1287 | padding-top: 4px; | 1337 | padding-top: 4px; |
1288 | padding-left: 15px; | 1338 | padding-left: 15px; |
1289 | padding-right: 15px; | 1339 | padding-right: 15px; |
1290 | padding-bottom: 2px; | 1340 | padding-bottom: 2px; |
1291 | color: white; | 1341 | color: white; |
1292 | font-weight: lighter; | 1342 | font-weight: lighter; |
1293 | text-shadow: -1px -1px 1px #448833, 1px 1px 1px #59bc4c; | 1343 | text-shadow: -1px -1px 1px #448833, 1px 1px 1px #59bc4c; |
1294 | text-decoration: none; | 1344 | text-decoration: none; |
1295 | } | 1345 | } |
1296 | .downloadOfflineCopy:hover { | 1346 | .downloadOfflineCopy:hover { |
1297 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#49a23d), to(#448833)); | 1347 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#49a23d), to(#448833)); |
1298 | background: -moz-linear-gradient(0% 100% 90deg, #448833, #49a23d); | 1348 | background: -moz-linear-gradient(0% 100% 90deg, #448833, #49a23d); |
1299 | background: linear-gradient(0deg, #448833, #49a23d); | 1349 | background: linear-gradient(0deg, #448833, #49a23d); |
1300 | } | 1350 | } |
1301 | div.SimpleMessagePanel { | 1351 | div.SimpleMessagePanel { |
1302 | position: relative; | 1352 | position: relative; |
1303 | left: -225px; | 1353 | left: -225px; |
1304 | top: -70px; | 1354 | top: -70px; |
1305 | width: 450px; | 1355 | width: 450px; |
1306 | height: 140px; | 1356 | height: 140px; |
1307 | } | 1357 | } |
1308 | div.SimpleMessagePanel div.body { | 1358 | div.SimpleMessagePanel div.body { |
1309 | padding: 20px; | 1359 | padding: 20px; |
1310 | padding-bottom: 15px; | 1360 | padding-bottom: 15px; |
1311 | background-color: #f1f1ef; | 1361 | background-color: #f1f1ef; |
1312 | -webkit-box-shadow: 2px 2px 9px #333333; | 1362 | -webkit-box-shadow: 2px 2px 9px #333333; |
1313 | -moz-box-shadow: 2px 2px 9px #333333; | 1363 | -moz-box-shadow: 2px 2px 9px #333333; |
1314 | box-shadow: 2px 2px 9px #333333; | 1364 | box-shadow: 2px 2px 9px #333333; |
1315 | border-radius: 10; | 1365 | border-radius: 10; |
1316 | -moz-border-radius: 10; | 1366 | -moz-border-radius: 10; |
1317 | -webkit-border-radius: 10; | 1367 | -webkit-border-radius: 10; |
1318 | } | 1368 | } |
1319 | div.SimpleMessagePanel div.body h3 { | 1369 | div.SimpleMessagePanel div.body h3 { |
1320 | font-size: 14pt; | 1370 | font-size: 14pt; |
1321 | font-weight: normal; | 1371 | font-weight: normal; |
1322 | margin: 0px; | 1372 | margin: 0px; |
1323 | padding-top: 4px; | 1373 | padding-top: 4px; |
1324 | color: #787872; | 1374 | color: #787872; |
1325 | } | 1375 | } |
1326 | div.SimpleMessagePanel div.body div.img { | 1376 | div.SimpleMessagePanel div.body div.img { |
1327 | width: 50px; | 1377 | width: 50px; |
1328 | height: 50px; | 1378 | height: 50px; |
1329 | float: left; | 1379 | float: left; |
1330 | margin-right: 15px; | 1380 | margin-right: 15px; |
1331 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9b5a), to(#ff6622)); | 1381 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9b5a), to(#ff6622)); |
1332 | background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9b5a); | 1382 | background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9b5a); |
1333 | background: linear-gradient(0deg, #ff6622, #ff9b5a); | 1383 | background: linear-gradient(0deg, #ff6622, #ff9b5a); |
1334 | border-radius: 25px; | 1384 | border-radius: 25px; |
1335 | -moz-border-radius: 25px; | 1385 | -moz-border-radius: 25px; |
1336 | -webkit-border-radius: 25px; | 1386 | -webkit-border-radius: 25px; |
1337 | } | 1387 | } |
1338 | div.SimpleMessagePanel div.body div.img canvas { | 1388 | div.SimpleMessagePanel div.body div.img canvas { |
1339 | width: 50px; | 1389 | width: 50px; |
1340 | height: 50px; | 1390 | height: 50px; |
1341 | } | 1391 | } |
1342 | div.SimpleMessagePanel div.body p { | 1392 | div.SimpleMessagePanel div.body p { |
1343 | margin: 0; | 1393 | margin: 0; |
1344 | font-size: 10pt; | 1394 | font-size: 10pt; |
1345 | font-weight: normal; | 1395 | font-weight: normal; |
1346 | color: #787872; | 1396 | color: #787872; |
1347 | padding-top: 10px; | 1397 | padding-top: 10px; |
1348 | padding-bottom: 5px; | 1398 | padding-bottom: 5px; |
1349 | line-height: 1.3; | 1399 | line-height: 1.3; |
1350 | } | 1400 | } |
1351 | div.SimpleMessagePanel div.body div.buttonArea { | 1401 | div.SimpleMessagePanel div.body div.buttonArea { |
1352 | height: 40px; | 1402 | height: 40px; |
1353 | clear: both; | 1403 | clear: both; |
1354 | } | 1404 | } |
1355 | div.SimpleMessagePanel div.body div.buttonArea > div { | 1405 | div.SimpleMessagePanel div.body div.buttonArea > div { |
1356 | float: right; | 1406 | float: right; |
1357 | margin-left: 15px; | 1407 | margin-left: 15px; |
1358 | margin-top: 10px; | 1408 | margin-top: 10px; |
1359 | } | 1409 | } |
1360 | div.SimpleMessagePanel div.passphrase { | 1410 | div.SimpleMessagePanel div.passphrase { |
1361 | padding-left: 65px; | 1411 | padding-left: 65px; |
1362 | } | 1412 | } |
1363 | div.SimpleMessagePanel div.passphrase input { | 1413 | div.SimpleMessagePanel div.passphrase input { |
1364 | width: 250px; | 1414 | width: 250px; |
1365 | font-size: 14pt; | 1415 | font-size: 14pt; |
1366 | border: 1px solid #bb4924; | 1416 | border: 1px solid #bb4924; |
1367 | color: #333366; | 1417 | color: #333366; |
1368 | background-color: white; | 1418 | background-color: white; |
1369 | padding: 2px 5px; | 1419 | padding: 2px 5px; |
1370 | height: 28px; | 1420 | height: 28px; |
1371 | } | 1421 | } |
1372 | div.SimpleMessagePanel div.progressBarWrapper { | 1422 | div.SimpleMessagePanel div.progressBarWrapper { |
1373 | margin-left: 80px; | 1423 | margin-left: 80px; |
1374 | } | 1424 | } |
1375 | /* @end */ | 1425 | /* @end */ |
1376 | /* @group Javascript Alert */ | 1426 | /* @group Javascript Alert */ |
1377 | div#javaScriptAlert div.mask { | 1427 | div#javaScriptAlert div.mask { |
1378 | position: fixed; | 1428 | position: fixed; |
1379 | top: 0px; | 1429 | top: 0px; |
1380 | left: 0px; | 1430 | left: 0px; |
1381 | right: 0px; | 1431 | right: 0px; |
1382 | bottom: 0px; | 1432 | bottom: 0px; |
1383 | background-color: black; | 1433 | background-color: black; |
1384 | z-index: 1001; | 1434 | z-index: 1001; |
1385 | -moz-opacity: 0.7; | 1435 | -moz-opacity: 0.7; |
1386 | opacity: .70; | 1436 | opacity: .70; |
1387 | filter: alpha(opacity=70); | 1437 | filter: alpha(opacity=70); |
1388 | } | 1438 | } |
1389 | div#javaScriptAlert div.header { | 1439 | div#javaScriptAlert div.header { |
1390 | height: 34px; | 1440 | height: 34px; |
1391 | width: 468; | 1441 | width: 468; |
1392 | background-image: url(./images/old/alert/header.png); | 1442 | background-image: url(./images/old/alert/header.png); |
1393 | } | 1443 | } |
1394 | div#javaScriptAlert div.body { | 1444 | div#javaScriptAlert div.body { |
1395 | background-image: url(./images/old/alert/body.png); | 1445 | background-image: url(./images/old/alert/body.png); |
1396 | padding: 0px 20px 10px 20px; | 1446 | padding: 0px 20px 10px 20px; |
1397 | } | 1447 | } |
1398 | /* | 1448 | /* |
1399 | div#javaScriptAlert div.body div.alert { | 1449 | div#javaScriptAlert div.body div.alert { |
1400 | padding-left: 100px; | 1450 | padding-left: 100px; |
1401 | background: url(./images/old/alert/alert.png) no-repeat; | 1451 | background: url(./images/old/alert/alert.png) no-repeat; |
1402 | } | 1452 | } |
1403 | */ | 1453 | */ |
1404 | /*div#javaScriptAlert div.body img.alert {*/ | 1454 | /*div#javaScriptAlert div.body img.alert {*/ |
1405 | div#javaScriptAlert div.body div.alertLogo { | 1455 | div#javaScriptAlert div.body div.alertLogo { |
1406 | float: left; | 1456 | float: left; |
1407 | background-image: url(./images/old/alert/alert.png); | 1457 | background-image: url(./images/old/alert/alert.png); |
1408 | width: 88px; | 1458 | width: 88px; |
1409 | height: 88px; | 1459 | height: 88px; |
1410 | } | 1460 | } |
1411 | div#javaScriptAlert div.body div.alert { | 1461 | div#javaScriptAlert div.body div.alert { |
1412 | padding-left: 100px; | 1462 | padding-left: 100px; |
1413 | } | 1463 | } |
1414 | div#javaScriptAlert div.footer { | 1464 | div#javaScriptAlert div.footer { |
1415 | height: 34px; | 1465 | height: 34px; |
1416 | width: 468; | 1466 | width: 468; |
1417 | background-image: url(./images/old/alert/footer.png); | 1467 | background-image: url(./images/old/alert/footer.png); |
1418 | } | 1468 | } |
1419 | div#javaScriptAlert div.message { | 1469 | div#javaScriptAlert div.message { |
1420 | position: relative; | 1470 | position: relative; |
1421 | top: -150px; | 1471 | top: -150px; |
1422 | z-index: 1002; | 1472 | z-index: 1002; |
1423 | /* | 1473 | /* |
1424 | left: 100px; | 1474 | left: 100px; |
1425 | right: 100px; | 1475 | right: 100px; |
1426 | */ | 1476 | */ |
1427 | 1477 | ||
1428 | margin-left: auto; | 1478 | margin-left: auto; |
1429 | margin-right: auto; | 1479 | margin-right: auto; |
1430 | max-width: 468px; | 1480 | max-width: 468px; |
1431 | } | 1481 | } |
1432 | div#javaScriptAlert div.message h1 { | 1482 | div#javaScriptAlert div.message h1 { |
1433 | font-size: 16pt; | 1483 | font-size: 16pt; |
1434 | margin: 0px; | 1484 | margin: 0px; |
1435 | color: #ff5930; | 1485 | color: #ff5930; |
1436 | } | 1486 | } |
1437 | div#javaScriptAlert div.message p { | 1487 | div#javaScriptAlert div.message p { |
1438 | margin-top: 0px; | 1488 | margin-top: 0px; |
1439 | color: #999999; | 1489 | color: #999999; |
1440 | } | 1490 | } |
1441 | div#javaScriptAlert div.message h3 { | 1491 | div#javaScriptAlert div.message h3 { |
1442 | font-size: 12pt; | 1492 | font-size: 12pt; |
1443 | margin-bottom: 0px; | 1493 | margin-bottom: 0px; |
1444 | color: #ff5930; | 1494 | color: #ff5930; |
1445 | } | 1495 | } |
1446 | div#javaScriptAlert div.message h5 { | 1496 | div#javaScriptAlert div.message h5 { |
1447 | margin: 0px; | 1497 | margin: 0px; |
1448 | color: #999999; | 1498 | color: #999999; |
1449 | } | 1499 | } |
1450 | /* @end */ | 1500 | /* @end */ |
1451 | /* @group Components | 1501 | /* @group Components |
1452 | */ | 1502 | */ |
1453 | /* @group LoginProgress */ | 1503 | /* @group LoginProgress */ |
1454 | div.LoginProgress { | 1504 | div.LoginProgress { |
1455 | position: relative; | 1505 | position: relative; |
1456 | left: -190px; | 1506 | left: -190px; |
1457 | top: -100px; | 1507 | top: -100px; |
1458 | width: 380px; | 1508 | width: 380px; |
1459 | height: 200px; | 1509 | height: 200px; |
1460 | /* background: url(./images/old/loginProgress/background.png);*/ | 1510 | /* background: url(./images/old/loginProgress/background.png);*/ |
1461 | 1511 | ||
1462 | background-color: #d7d7c0; | 1512 | background-color: #d7d7c0; |
1463 | -webkit-border-radius: 20px; | 1513 | -webkit-border-radius: 20px; |
1464 | -moz-border-radius: 20px; | 1514 | -moz-border-radius: 20px; |
1465 | border-radius: 20px; | 1515 | border-radius: 20px; |
1466 | -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6); | 1516 | -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6); |
1467 | -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6); | 1517 | -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6); |
1468 | box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6); | 1518 | box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6); |
1469 | } | 1519 | } |
1470 | div.LoginProgress div.header { | 1520 | div.LoginProgress div.header { |
1471 | height: 40px; | 1521 | height: 40px; |
1472 | } | 1522 | } |
1473 | div.LoginProgress div.header h3 { | 1523 | div.LoginProgress div.header h3 { |
1474 | font-size: 12pt; | 1524 | font-size: 12pt; |
1475 | font-weight: normal; | 1525 | font-weight: normal; |
1476 | margin: 0px; | 1526 | margin: 0px; |
1477 | color: #777777; | 1527 | color: #777777; |
1478 | padding-top: 13px; | 1528 | padding-top: 13px; |
1479 | padding-left: 18px; | 1529 | padding-left: 18px; |
1480 | } | 1530 | } |
1481 | div.LoginProgress div.body { | 1531 | div.LoginProgress div.body { |
1482 | height: 120px; | 1532 | height: 120px; |
1483 | overflow: auto; | 1533 | overflow: auto; |
1484 | padding-left: 20px; | 1534 | padding-left: 20px; |
1485 | padding-right: 20px; | 1535 | padding-right: 20px; |
1486 | background-color: #f1f1e9; | 1536 | background-color: #f1f1e9; |
1487 | /* | 1537 | /* |
1488 | margin-left: 19px; | 1538 | margin-left: 19px; |
1489 | margin-right: 18px; | 1539 | margin-right: 18px; |
1490 | */ | 1540 | */ |
1491 | 1541 | ||
1492 | } | 1542 | } |
1493 | div.LoginProgress div.body div.img { | 1543 | div.LoginProgress div.body div.img { |
1494 | margin: 10px; | 1544 | margin: 10px; |
1495 | width: 50px; | 1545 | width: 50px; |
1496 | height: 50px; | 1546 | height: 50px; |
1497 | float: left; | 1547 | float: left; |
1498 | } | 1548 | } |
1499 | div.LoginProgress div.body div.img.ALERT { | 1549 | div.LoginProgress div.body div.img.ALERT { |
1500 | /* background-image: url(./images/old/simpleMessageBox/Alert.png);*/ | 1550 | /* background-image: url(./images/old/simpleMessageBox/Alert.png);*/ |
1501 | 1551 | ||
1502 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9955), to(#ff6622), color-stop(1, #333333)); | 1552 | background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9955), to(#ff6622), color-stop(1, #333333)); |
1503 | background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9955); | 1553 | background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9955); |
1504 | -webkit-border-radius: 25px; | 1554 | -webkit-border-radius: 25px; |
1505 | -moz-border-radius: 25px; | 1555 | -moz-border-radius: 25px; |
1506 | border-radius: 25px; | 1556 | border-radius: 25px; |
1507 | } | 1557 | } |
1508 | div.LoginProgress div.body div.img.ALERT canvas { | 1558 | div.LoginProgress div.body div.img.ALERT canvas { |
1509 | width: 50px; | 1559 | width: 50px; |
1510 | height: 50px; | 1560 | height: 50px; |
1511 | /*background-image: url(./images/old/simpleMessageBox/excalmationPoint.png); */ | 1561 | /*background-image: url(./images/old/simpleMessageBox/excalmationPoint.png); */ |
1512 | 1562 | ||
1513 | } | 1563 | } |
1514 | div.LoginProgress div.body div.loadingBar { | 1564 | div.LoginProgress div.body div.loadingBar { |
1515 | position: relative; | 1565 | position: relative; |
1516 | top: 51px; | 1566 | top: 51px; |
1517 | left: 60px; | 1567 | left: 60px; |
1518 | } | 1568 | } |
1519 | div.LoginProgress div.body div.errorBox p { | 1569 | div.LoginProgress div.body div.errorBox p { |
1520 | color: #787872; | 1570 | color: #787872; |
1521 | padding-top: 20px; | 1571 | padding-top: 20px; |
1522 | padding-left: 80px; | 1572 | padding-left: 80px; |
1523 | } | 1573 | } |
1524 | div.LoginProgress div.footer { | 1574 | div.LoginProgress div.footer { |
1525 | margin-left: 19px; | 1575 | margin-left: 19px; |
1526 | margin-right: 18px; | 1576 | margin-right: 18px; |
1527 | } | 1577 | } |
1528 | /* | 1578 | /* |
1529 | div.LoginProgress div.footer a { | 1579 | div.LoginProgress div.footer a { |
1530 | text-decoration: none; | 1580 | text-decoration: none; |
1531 | text-align: center; | 1581 | text-align: center; |
1532 | color: #787872; | 1582 | color: #787872; |
1533 | display: block; | 1583 | display: block; |
1534 | font-weight: bold; | 1584 | font-weight: bold; |
1535 | font-size: 11pt; | 1585 | font-size: 11pt; |
1536 | width: 100px; | 1586 | width: 100px; |
1537 | margin-top: 11px; | 1587 | margin-top: 11px; |
1538 | margin-left: auto; | 1588 | margin-left: auto; |
1539 | margin-right: auto; | 1589 | margin-right: auto; |
1540 | } | 1590 | } |
1541 | */ | 1591 | */ |
1542 | div.LoginProgress div.buttonArea { | 1592 | div.LoginProgress div.buttonArea { |
1543 | padding-top: 6px; | 1593 | padding-top: 6px; |
1544 | text-align: center; | 1594 | text-align: center; |
1545 | } | 1595 | } |
1546 | div.LoginProgress div.button { | 1596 | div.LoginProgress div.button { |
1547 | display: inline-block; | 1597 | display: inline-block; |
1548 | } | 1598 | } |
1549 | div.LoginProgress div.footer a:hover { | 1599 | div.LoginProgress div.footer a:hover { |
1550 | color: #515247; | 1600 | color: #515247; |
1551 | } | 1601 | } |
1552 | /* @end */ | 1602 | /* @end */ |
1553 | /* @group SimpleMessagePanel */ | 1603 | /* @group SimpleMessagePanel */ |
1554 | /* -> SimpleMessagePanel.less | 1604 | /* -> SimpleMessagePanel.less |
1555 | div.SimpleMessagePanel { | 1605 | div.SimpleMessagePanel { |
1556 | position: relative; | 1606 | position: relative; |
1557 | left: -225px; | 1607 | left: -225px; |
1558 | top: -70px; | 1608 | top: -70px; |
1559 | width: 450px; | 1609 | width: 450px; |
1560 | height: 140px; | 1610 | height: 140px; |
1561 | //background: url(./images/old/loginProgress/background.png); | 1611 | //background: url(./images/old/loginProgress/background.png); |
1562 | background-color: #f1f1ef; | 1612 | background-color: #f1f1ef; |
1563 | .border-radius(10); | 1613 | .border-radius(10); |
1564 | } | 1614 | } |
1565 | //div.SimpleMessagePanel div.header { | 1615 | //div.SimpleMessagePanel div.header { |
1566 | // height: 17px; | 1616 | // height: 17px; |
1567 | // background: url(./images/old/simpleMessageBox/background_header.png) no-repeat; | 1617 | // background: url(./images/old/simpleMessageBox/background_header.png) no-repeat; |
1568 | } | 1618 | } |
1569 | div.SimpleMessagePanel div.body { | 1619 | div.SimpleMessagePanel div.body { |
1570 | / * | 1620 | / * |
1571 | height: 120px; | 1621 | height: 120px; |
1572 | overflow: auto; | 1622 | overflow: auto; |
1573 | margin-left: 19px; | 1623 | margin-left: 19px; |
1574 | margin-right: 18px; | 1624 | margin-right: 18px; |
1575 | * / | 1625 | * / |
1576 | 1626 | ||
1577 | // background: url(./images/old/simpleMessageBox/background_body.png) repeat-y; | 1627 | // background: url(./images/old/simpleMessageBox/background_body.png) repeat-y; |
1578 | // padding-left: 25px; | 1628 | // padding-left: 25px; |
1579 | // padding-right: 25px; | 1629 | // padding-right: 25px; |
1580 | // padding-top: 10px; | 1630 | // padding-top: 10px; |
1581 | padding: 20px; | 1631 | padding: 20px; |
1582 | .box-shadow (2px, 2px, 9px, @Global_shadow-color); | 1632 | .box-shadow (2px, 2px, 9px, @Global_shadow-color); |
1583 | } | 1633 | } |
1584 | div.SimpleMessagePanel div.body h3 { | 1634 | div.SimpleMessagePanel div.body h3 { |
1585 | font-size: 14pt; | 1635 | font-size: 14pt; |
1586 | font-weight: normal; | 1636 | font-weight: normal; |
1587 | margin: 0px; | 1637 | margin: 0px; |
1588 | padding-top: 4px; | 1638 | padding-top: 4px; |
1589 | color: #787872; | 1639 | color: #787872; |
1590 | } | 1640 | } |
1591 | div.SimpleMessagePanel div.body div.img { | 1641 | div.SimpleMessagePanel div.body div.img { |
1592 | width: 60px; | 1642 | width: 60px; |
1593 | height: 60px; | 1643 | height: 60px; |
1594 | float: left; | 1644 | float: left; |
1595 | margin-right: 10px; | 1645 | margin-right: 10px; |
1596 | 1646 | ||
1597 | .graduated-background (#ff6622, #ffad79); | 1647 | .graduated-background (#ff6622, #ffad79); |
1598 | .border-radius(30); | 1648 | .border-radius(30); |
1599 | } | 1649 | } |
1600 | div.SimpleMessagePanel div.body div.img canvas { | 1650 | div.SimpleMessagePanel div.body div.img canvas { |
1601 | width: 60px; | 1651 | width: 60px; |
1602 | height: 60px; | 1652 | height: 60px; |
1603 | } | 1653 | } |
1604 | div.SimpleMessagePanel div.body p { | 1654 | div.SimpleMessagePanel div.body p { |
1605 | margin: 0; | 1655 | margin: 0; |
1606 | font-size: 10pt; | 1656 | font-size: 10pt; |
1607 | font-weight: normal; | 1657 | font-weight: normal; |
1608 | color: #787872; | 1658 | color: #787872; |
1609 | padding-top: 10px; | 1659 | padding-top: 10px; |
1610 | padding-bottom: 5px; | 1660 | padding-bottom: 5px; |
1611 | line-height: 1.3; | 1661 | line-height: 1.3; |
1612 | } | 1662 | } |
1613 | div.SimpleMessagePanel div.body div.img.ALERT { | 1663 | div.SimpleMessagePanel div.body div.img.ALERT { |
1614 | // background: url(./images/old/simpleMessageBox/Alert.png) no-repeat; | 1664 | // background: url(./images/old/simpleMessageBox/Alert.png) no-repeat; |
1615 | } | 1665 | } |
1616 | div.SimpleMessagePanel div.body div.img.INFO { | 1666 | div.SimpleMessagePanel div.body div.img.INFO { |
1617 | // background: url(./images/old/simpleMessageBox/Info.png) no-repeat; | 1667 | // background: url(./images/old/simpleMessageBox/Info.png) no-repeat; |
1618 | } | 1668 | } |
1619 | div.SimpleMessagePanel div.body div.buttonArea { | 1669 | div.SimpleMessagePanel div.body div.buttonArea { |
1620 | height: 40px; | 1670 | height: 40px; |
1621 | clear: both; | 1671 | clear: both; |
1622 | } | 1672 | } |
1623 | div.SimpleMessagePanel div.body div.buttonArea > div { | 1673 | div.SimpleMessagePanel div.body div.buttonArea > div { |
1624 | float: right; | 1674 | float: right; |
1625 | margin-left: 15px; | 1675 | margin-left: 15px; |
1626 | margin-top: 10px; | 1676 | margin-top: 10px; |
1627 | } | 1677 | } |
1628 | div.SimpleMessagePanel div.footer { | 1678 | div.SimpleMessagePanel div.footer { |
1629 | height: 25px; | 1679 | height: 25px; |
1630 | // background: url(./images/old/simpleMessageBox/background_footer.png) no-repeat; | 1680 | // background: url(./images/old/simpleMessageBox/background_footer.png) no-repeat; |
1631 | } | 1681 | } |
1632 | div.SimpleMessagePanel div.passphrase { | 1682 | div.SimpleMessagePanel div.passphrase { |
1633 | padding-left: 65px; | 1683 | padding-left: 65px; |
1634 | } | 1684 | } |
1635 | div.SimpleMessagePanel div.passphrase input { | 1685 | div.SimpleMessagePanel div.passphrase input { |
1636 | width: 250px; | 1686 | width: 250px; |
1637 | font-size: 14pt; | 1687 | font-size: 14pt; |
1638 | border: 1px solid #bb4924; | 1688 | border: 1px solid #bb4924; |
1639 | color: #333366; | 1689 | color: #333366; |
1640 | background-color: white; | 1690 | background-color: white; |
1641 | padding: 2px 5px; | 1691 | padding: 2px 5px; |
1642 | height: 28px; | 1692 | height: 28px; |
1643 | } | 1693 | } |
1644 | div.SimpleMessagePanel div.progressBarWrapper { | 1694 | div.SimpleMessagePanel div.progressBarWrapper { |
1645 | margin-left: 80px; | 1695 | margin-left: 80px; |
1646 | } | 1696 | } |
1647 | */ | 1697 | */ |
1648 | /* @end */ | 1698 | /* @end */ |
1649 | /* @group Button */ | 1699 | /* @group Button */ |
1650 | /* -> Button.less | 1700 | /* -> Button.less |
1651 | div.button_wrapper { | 1701 | div.button_wrapper { |
1652 | height: 32px; | 1702 | height: 32px; |
1653 | background: url(./images/old/button/default_left.png) no-repeat; | 1703 | background: url(./images/old/button/default_left.png) no-repeat; |
1654 | cursor: pointer; | 1704 | cursor: pointer; |
1655 | } | 1705 | } |
1656 | div.button_wrapper.hover { | 1706 | div.button_wrapper.hover { |
1657 | background: url(./images/old/button/hover_left.png) no-repeat; | 1707 | background: url(./images/old/button/hover_left.png) no-repeat; |
1658 | } | 1708 | } |
1659 | div.button_wrapper.clicked { | 1709 | div.button_wrapper.clicked { |
1660 | background: url(./images/old/button/clicked_left.png) no-repeat; | 1710 | background: url(./images/old/button/clicked_left.png) no-repeat; |
1661 | } | 1711 | } |
1662 | div.button_bodyWrapper { | 1712 | div.button_bodyWrapper { |
1663 | height: 32px; | 1713 | height: 32px; |
1664 | margin-left: 6px; | 1714 | margin-left: 6px; |
1665 | padding-right: 6px; | 1715 | padding-right: 6px; |
1666 | background: url(./images/old/button/default_main.png) repeat-x right 0; | 1716 | background: url(./images/old/button/default_main.png) repeat-x right 0; |
1667 | } | 1717 | } |
1668 | div.button_wrapper.hover div.button_bodyWrapper { | 1718 | div.button_wrapper.hover div.button_bodyWrapper { |
1669 | background: url(./images/old/button/hover_main.png) repeat-x right 0; | 1719 | background: url(./images/old/button/hover_main.png) repeat-x right 0; |
1670 | } | 1720 | } |
1671 | div.button_wrapper.clicked div.button_bodyWrapper { | 1721 | div.button_wrapper.clicked div.button_bodyWrapper { |
1672 | background: url(./images/old/button/clicked_main.png) repeat-x right 0; | 1722 | background: url(./images/old/button/clicked_main.png) repeat-x right 0; |
1673 | } | 1723 | } |
1674 | div.button_body { | 1724 | div.button_body { |
1675 | text-align: center; | 1725 | text-align: center; |
1676 | min-width: 60px; | 1726 | min-width: 60px; |
1677 | padding: 0px 7px; | 1727 | padding: 0px 7px; |
1678 | padding-top: 8px; | 1728 | padding-top: 8px; |
1679 | } | 1729 | } |
1680 | div.button_body span { | 1730 | div.button_body span { |
1681 | font-size: 11pt; | 1731 | font-size: 11pt; |
1682 | color: white; | 1732 | color: white; |
1683 | } | 1733 | } |
1684 | div.button_wrapper.default div.button_body span { | 1734 | div.button_wrapper.default div.button_body span { |
1685 | font-weight: bold; | 1735 | font-weight: bold; |
1686 | } | 1736 | } |
1687 | / * | 1737 | / * |
1688 | div.button_footer { | 1738 | div.button_footer { |
1689 | margin: 0px; | 1739 | margin: 0px; |
1690 | height: 31px; | 1740 | height: 31px; |
1691 | width: 6px; | 1741 | width: 6px; |
1692 | background: green url(./images/old/button/default_right.png) no-repeat; | 1742 | background: green url(./images/old/button/default_right.png) no-repeat; |
1693 | } | 1743 | } |
1694 | * / | 1744 | * / |
1695 | */ | 1745 | */ |
1696 | /* @end */ | 1746 | /* @end */ |
1697 | /* @group Password enthropy */ | 1747 | /* @group Password enthropy */ |
1698 | input.entropyLevelIndicator { | 1748 | input.entropyLevelIndicator { |
1699 | background: url(./images/old/passwordField/background.png) no-repeat 0 26px; | 1749 | background: url(./images/old/passwordField/background.png) no-repeat 0 26px; |
1700 | } | 1750 | } |
1701 | div.passwordEntropyWrapper { | 1751 | div.passwordEntropyWrapper { |
1702 | padding: 0px; | 1752 | padding: 0px; |
1703 | border: 1px solid #bb4924; | 1753 | border: 1px solid #bb4924; |
1704 | border-top: 0px; | 1754 | border-top: 0px; |
1705 | margin-bottom: 4px; | 1755 | margin-bottom: 4px; |
1706 | background-color: white; | 1756 | background-color: white; |
1707 | margin-right: 3px; | 1757 | margin-right: 3px; |
1708 | margin-top: -2; | 1758 | margin-top: -2; |
1709 | } | 1759 | } |
1710 | div.passwordEntropy { | 1760 | div.passwordEntropy { |
1711 | height: 4px; | 1761 | height: 4px; |
1712 | font-size: 1pt; | 1762 | font-size: 1pt; |
1713 | background: url(./images/old/entropyBackground.gif) repeat-x 0 0; | 1763 | background: url(./images/old/entropyBackground.gif) repeat-x 0 0; |
1714 | line-height: 3px; | 1764 | line-height: 3px; |
1715 | } | 1765 | } |
1716 | div.messageBox { | 1766 | div.messageBox { |
1717 | position: absolute; | 1767 | position: absolute; |
1718 | width: 409px; | 1768 | width: 409px; |
1719 | height: 29px; | 1769 | height: 29px; |
1720 | top: 23px; | 1770 | top: 23px; |
1721 | left: 204px; | 1771 | left: 204px; |
1722 | background: url(./images/old/main/messageBoxBackground.png); | 1772 | background: url(./images/old/main/messageBoxBackground.png); |
1723 | } | 1773 | } |
1724 | div.messageBox h3 { | 1774 | div.messageBox h3 { |
1725 | display: inline-block; | 1775 | display: inline-block; |
1726 | color: #342f6b; | 1776 | color: #342f6b; |
1727 | font-weight: bold; | 1777 | font-weight: bold; |
1728 | margin: 7px 2px 0px 12px; | 1778 | margin: 7px 2px 0px 12px; |
1729 | font-size: 10pt; | 1779 | font-size: 10pt; |
1730 | } | 1780 | } |
1731 | body.ext-gecko div.messageBox h3 { | 1781 | body.ext-gecko div.messageBox h3 { |
1732 | display: -moz-inline-box; | 1782 | display: -moz-inline-box; |
1733 | } | 1783 | } |
1734 | div.messageBox h1 { | 1784 | div.messageBox h1 { |
1735 | color: #342f6b; | 1785 | color: #342f6b; |
1736 | display: inline; | 1786 | display: inline; |
1737 | font-weight: normal; | 1787 | font-weight: normal; |
1738 | margin: 0px 1px; | 1788 | margin: 0px 1px; |
1739 | font-size: 9pt; | 1789 | font-size: 9pt; |
1740 | } | 1790 | } |
1741 | div.messageBox a { | 1791 | div.messageBox a { |
1742 | display: block; | 1792 | display: block; |
1743 | width: 20px; | 1793 | width: 20px; |
1744 | height: 20px; | 1794 | height: 20px; |
1745 | float: right; | 1795 | float: right; |
1746 | position: absolute; | 1796 | position: absolute; |
1747 | right: 5px; | 1797 | right: 5px; |
1748 | top: 4px; | 1798 | top: 4px; |
1749 | background-image: url(./images/old/main/messageBoxCloseButton.png); | 1799 | background-image: url(./images/old/main/messageBoxCloseButton.png); |
1750 | } | 1800 | } |
1751 | div.messageBox a:hover { | 1801 | div.messageBox a:hover { |
1752 | background-image: url(./images/old/main/messageBoxCloseButtonActive.png); | 1802 | background-image: url(./images/old/main/messageBoxCloseButtonActive.png); |
1753 | } | 1803 | } |
1754 | /* @end */ | 1804 | /* @end */ |
1755 | /* @group Side panels */ | 1805 | /* @group Side panels */ |
1756 | /* @end */ | 1806 | /* @end */ |
1757 | /* @end */ | 1807 | /* @end */ |
1758 | /* @group MainPanels */ | 1808 | /* @group MainPanels */ |
1759 | div.mainPanels { | 1809 | div.mainPanels { |
1760 | float: left; | 1810 | float: left; |
1761 | width: 833px; | 1811 | width: 833px; |
1762 | margin-top: -38px; | 1812 | margin-top: -38px; |
1763 | /* | 1813 | /* |
1764 | position: relative; | 1814 | position: relative; |
1765 | width: 100%; | 1815 | width: 100%; |
1766 | min-height: 600px; | 1816 | min-height: 600px; |
1767 | top: -40px; | 1817 | top: -40px; |
1768 | left: 250px; | 1818 | left: 250px; |
1769 | */ | 1819 | */ |
1770 | 1820 | ||
1771 | } | 1821 | } |
1772 | div.mainFooter { | 1822 | div.mainFooter { |
1773 | clear: both; | 1823 | clear: both; |
1774 | } | 1824 | } |
1775 | /* @end */ | 1825 | /* @end */ |
1776 | /* @group Grids */ | 1826 | /* @group Grids */ |
1777 | /* @group grid Component */ | 1827 | /* @group grid Component */ |
1778 | /* @group delete */ | 1828 | /* @group delete */ |
1779 | /*div.body div.rows table.rows tbody tr td.delete */ | 1829 | /*div.body div.rows table.rows tbody tr td.delete */ |
1780 | div.delete, | 1830 | div.delete, |
1781 | div.new { | 1831 | div.new { |
1782 | padding-left: 5px; | 1832 | padding-left: 5px; |
1783 | height: 19px; | 1833 | height: 19px; |
1784 | } | 1834 | } |
1785 | div.new span, | 1835 | div.new span, |
1786 | div.delete span { | 1836 | div.delete span { |
1787 | margin: 0px; | 1837 | margin: 0px; |
1788 | padding: 0px; | 1838 | padding: 0px; |
1789 | border: 0px; | 1839 | border: 0px; |
1790 | display: inline-block; | 1840 | display: inline-block; |
1791 | height: 19px; | 1841 | height: 19px; |
1792 | padding-right: 6px; | 1842 | padding-right: 6px; |
1793 | } | 1843 | } |
1794 | div.new span a, | 1844 | div.new span a, |
1795 | div.delete span a { | 1845 | div.delete span a { |
1796 | white-space: nowrap; | 1846 | white-space: nowrap; |
1797 | } | 1847 | } |
1798 | div.delete:hover { | 1848 | div.delete:hover { |
1799 | background: url(./images/old/delete_background_left.png) no-repeat 0; | 1849 | background: url(./images/old/delete_background_left.png) no-repeat 0; |
1800 | } | 1850 | } |
1801 | div.delete:hover span { | 1851 | div.delete:hover span { |
1802 | background: url(./images/old/delete_background.png) no-repeat right 0; | 1852 | background: url(./images/old/delete_background.png) no-repeat right 0; |
1803 | } | 1853 | } |
1804 | div.new:hover { | 1854 | div.new:hover { |
1805 | background: url(./images/old/new_background_left.png) no-repeat 0; | 1855 | background: url(./images/old/new_background_left.png) no-repeat 0; |
1806 | } | 1856 | } |
1807 | div.new:hover span { | 1857 | div.new:hover span { |
1808 | background: url(./images/old/new_background.png) no-repeat right 0; | 1858 | background: url(./images/old/new_background.png) no-repeat right 0; |
1809 | } | 1859 | } |
1810 | /* | 1860 | /* |
1811 | tr.selected div.delete { | 1861 | tr.selected div.delete { |
1812 | background: url(./images/old/delete_background_left.png) no-repeat 0; | 1862 | background: url(./images/old/delete_background_left.png) no-repeat 0; |
1813 | } | 1863 | } |
1814 | tr.selected div.delete span { | 1864 | tr.selected div.delete span { |
1815 | background: url(./images/old/delete_background.png) no-repeat right 0; | 1865 | background: url(./images/old/delete_background.png) no-repeat right 0; |
1816 | } | 1866 | } |
1817 | */ | 1867 | */ |
1818 | div.body div.rows table.rows tbody tr td.delete div.delete span a { | 1868 | div.body div.rows table.rows tbody tr td.delete div.delete span a { |
1819 | visibility: hidden; | 1869 | visibility: hidden; |
1820 | font-size: 8pt; | 1870 | font-size: 8pt; |
1821 | vertical-align: -13px; | 1871 | vertical-align: -13px; |
1822 | color: black; | 1872 | color: black; |
1823 | } | 1873 | } |
1824 | div.body div.rows table.rows tbody tr.selected td.delete div.delete span a { | 1874 | div.body div.rows table.rows tbody tr.selected td.delete div.delete span a { |
1825 | visibility: visible; | 1875 | visibility: visible; |
1826 | } | 1876 | } |
1827 | div.body div.rows table.rows tbody tr:hover td.delete div.delete span a { | 1877 | div.body div.rows table.rows tbody tr:hover td.delete div.delete span a { |
1828 | visibility: visible; | 1878 | visibility: visible; |
1829 | } | 1879 | } |
1830 | div.body div.rows table.rows tbody tr:hover td.delete div.delete:hover span a { | 1880 | div.body div.rows table.rows tbody tr:hover td.delete div.delete:hover span a { |
1831 | color: white; | 1881 | color: white; |
1832 | } | 1882 | } |
1833 | /* | 1883 | /* |
1834 | div.body div.rows table.rows tbody tr.selected td.delete div.delete span a { | 1884 | div.body div.rows table.rows tbody tr.selected td.delete div.delete span a { |
1835 | color: white; | 1885 | color: white; |
1836 | } | 1886 | } |
1837 | */ | 1887 | */ |
1838 | /* @end */ | 1888 | /* @end */ |
1839 | /* @group header */ | 1889 | /* @group header */ |
1840 | div.gridComponent table.rows thead tr th { | 1890 | div.gridComponent table.rows thead tr th { |
1841 | text-align: left; | 1891 | text-align: left; |
1842 | height: 30px; | 1892 | height: 30px; |
1843 | vertical-align: bottom; | 1893 | vertical-align: bottom; |
1844 | } | 1894 | } |
1845 | div.gridComponent table.rows thead tr th.sortable span { | 1895 | div.gridComponent table.rows thead tr th.sortable span { |
1846 | cursor: pointer; | 1896 | cursor: pointer; |
1847 | } | 1897 | } |
1848 | div.gridComponent table.rows thead tr th.sortable span a { | 1898 | div.gridComponent table.rows thead tr th.sortable span a { |
1849 | margin-left: 5px; | 1899 | margin-left: 5px; |
1850 | padding-left: 10px; | 1900 | padding-left: 10px; |
1851 | } | 1901 | } |
1852 | div.gridComponent table.rows thead tr th.directLoginTH { | 1902 | div.gridComponent table.rows thead tr th.directLoginTH { |
1853 | width: 420px; | 1903 | width: 420px; |
1854 | } | 1904 | } |
1855 | div.gridComponent table.rows thead tr th.latestUpdateTH { | 1905 | div.gridComponent table.rows thead tr th.latestUpdateTH { |
1856 | width: 100px; | 1906 | width: 100px; |
1857 | } | 1907 | } |
1858 | div.gridComponent table.rows thead tr th.commandsTH { | 1908 | div.gridComponent table.rows thead tr th.commandsTH { |
1859 | width: 150px; | 1909 | width: 150px; |
1860 | } | 1910 | } |
1861 | div.gridComponent table.rows thead a { | 1911 | div.gridComponent table.rows thead a { |
1862 | text-decoration: none; | 1912 | text-decoration: none; |
1863 | } | 1913 | } |
1864 | div.gridComponent table.rows thead span { | 1914 | div.gridComponent table.rows thead span { |
1865 | font-weight: normal; | 1915 | font-weight: normal; |
1866 | font-size: 9pt; | 1916 | font-size: 9pt; |
1867 | line-height: 20px; | 1917 | line-height: 20px; |
1868 | } | 1918 | } |
1869 | div.gridComponent div.header div.headerSlot { | 1919 | div.gridComponent div.header div.headerSlot { |
1870 | float: right; | 1920 | float: right; |
1871 | } | 1921 | } |
1872 | /* @end */ | 1922 | /* @end */ |
1873 | div.mainPanels div.gridComponent div.body table.rows td.favicon { | 1923 | div.mainPanels div.gridComponent div.body table.rows td.favicon { |
1874 | padding-left: 25px; | 1924 | padding-left: 25px; |
1875 | } | 1925 | } |
1876 | div.mainPanels div.gridComponent div.body table.rows td.favicon img { | 1926 | div.mainPanels div.gridComponent div.body table.rows td.favicon img { |
1877 | width: 16px; | 1927 | width: 16px; |
1878 | height: 16px; | 1928 | height: 16px; |
1879 | border: 0px; | 1929 | border: 0px; |
1880 | } | 1930 | } |
1881 | /* @end */ | 1931 | /* @end */ |
1882 | /* @group Card Grid */ | 1932 | /* @group Card Grid */ |
1883 | /* @group DirectLogin links */ | 1933 | /* @group DirectLogin links */ |
1884 | div.gridComponent th.directLoginTH span { | 1934 | div.gridComponent th.directLoginTH span { |
1885 | margin-left: 7px; | 1935 | margin-left: 7px; |
1886 | } | 1936 | } |
1887 | td.card_directLogins div { | 1937 | td.card_directLogins div { |
1888 | display: inline-table; | 1938 | display: inline-table; |
1889 | } | 1939 | } |
1890 | td.card_directLogins span { | 1940 | td.card_directLogins span { |
1891 | display: inline-block; | 1941 | display: inline-block; |
1892 | } | 1942 | } |
1893 | /* | 1943 | /* |
1894 | td.card_directLogins a { | 1944 | td.card_directLogins a { |
1895 | display: inline-table; | 1945 | display: inline-table; |
1896 | height: 19px; | 1946 | height: 19px; |
1897 | 1947 | ||
1898 | padding-right: 7px; | 1948 | padding-right: 7px; |
1899 | } | 1949 | } |
1900 | 1950 | ||
1901 | td.card_directLogins a:hover { | 1951 | td.card_directLogins a:hover { |
1902 | background: url(./images/old/directLink_background.png) right 0; | 1952 | background: url(./images/old/directLink_background.png) right 0; |
1903 | } | 1953 | } |
1904 | */ | 1954 | */ |
1905 | div.card_directLogin { | 1955 | div.card_directLogin { |
1906 | display: inline-block; | 1956 | display: inline-block; |
1907 | height: 19px; | 1957 | height: 19px; |
1908 | padding-left: 7px; | 1958 | padding-left: 7px; |
1909 | } | 1959 | } |
1910 | div.card_directLogin_ellipses span { | 1960 | div.card_directLogin_ellipses span { |
1911 | padding-bottom: 2px; | 1961 | padding-bottom: 2px; |
1912 | } | 1962 | } |
1913 | div.card_directLogin div.card_directLogin_body { | 1963 | div.card_directLogin div.card_directLogin_body { |
1914 | display: inline-block; | 1964 | display: inline-block; |
1915 | height: 19px; | 1965 | height: 19px; |
1916 | padding-right: 8px; | 1966 | padding-right: 8px; |
1917 | background-position: left; | 1967 | background-position: left; |
1918 | } | 1968 | } |
1919 | div.card_directLogin div.card_directLogin_body a { | 1969 | div.card_directLogin div.card_directLogin_body a { |
1920 | vertical-align: -14px; | 1970 | vertical-align: -14px; |
1921 | } | 1971 | } |
1922 | /*div.card_directLogin:hover {*/ | 1972 | /*div.card_directLogin:hover {*/ |
1923 | div.card_directLogin:hover { | 1973 | div.card_directLogin:hover { |
1924 | background: url(./images/old/directLink_background_left.png) no-repeat 0 0; | 1974 | background: url(./images/old/directLink_background_left.png) no-repeat 0 0; |
1925 | } | 1975 | } |
1926 | /*div.card_directLogin:hover div {*/ | 1976 | /*div.card_directLogin:hover div {*/ |
1927 | div.card_directLogin:hover div.card_directLogin_body { | 1977 | div.card_directLogin:hover div.card_directLogin_body { |
1928 | background: url(./images/old/directLink_background.png) right 0; | 1978 | background: url(./images/old/directLink_background.png) right 0; |
1929 | } | 1979 | } |
1930 | /* @group DirectLogin Popup */ | 1980 | /* @group DirectLogin Popup */ |
1931 | div.DirectLoginListPopup { | 1981 | div.DirectLoginListPopup { |
1932 | position: absolute; | 1982 | position: absolute; |
1933 | width: 184px; | 1983 | width: 184px; |
1934 | } | 1984 | } |
1935 | div.DirectLoginListPopup div.DirectLoginListPopup_body { | 1985 | div.DirectLoginListPopup div.DirectLoginListPopup_body { |
1936 | background-image: url(./images/old/directLogins_background.png); | 1986 | background-image: url(./images/old/directLogins_background.png); |
1937 | padding-top: 8px; | 1987 | padding-top: 8px; |
1938 | } | 1988 | } |
1939 | div.DirectLoginListPopup div.DirectLoginListPopup_footer { | 1989 | div.DirectLoginListPopup div.DirectLoginListPopup_footer { |
1940 | height: 8px; | 1990 | height: 8px; |
1941 | background-image: url(./images/old/directLogins_background_bottom.png); | 1991 | background-image: url(./images/old/directLogins_background_bottom.png); |
1942 | } | 1992 | } |
1943 | div.DirectLoginListPopup div.DirectLoginListPopup_body ul { | 1993 | div.DirectLoginListPopup div.DirectLoginListPopup_body ul { |
1944 | margin: 0px; | 1994 | margin: 0px; |
1945 | padding-left: 13px; | 1995 | padding-left: 13px; |
1946 | list-style: none; | 1996 | list-style: none; |
1947 | } | 1997 | } |
1948 | div.DirectLoginListPopup div.DirectLoginListPopup_body ul li { | 1998 | div.DirectLoginListPopup div.DirectLoginListPopup_body ul li { |
1949 | padding-top: 4px; | 1999 | padding-top: 4px; |
1950 | height: 20px; | 2000 | height: 20px; |
1951 | padding-right: 10px; | 2001 | padding-right: 10px; |
1952 | white-space: nowrap; | 2002 | white-space: nowrap; |
1953 | } | 2003 | } |
1954 | div.DirectLoginListPopup div.DirectLoginListPopup_body ul li div { | 2004 | div.DirectLoginListPopup div.DirectLoginListPopup_body ul li div { |
1955 | padding-right: 10px; | 2005 | padding-right: 10px; |
1956 | overflow: hidden; | 2006 | overflow: hidden; |
1957 | } | 2007 | } |
1958 | div.DirectLoginListPopup div.DirectLoginListPopup_body ul li img.favicon { | 2008 | div.DirectLoginListPopup div.DirectLoginListPopup_body ul li img.favicon { |
1959 | padding-left: 9px; | 2009 | padding-left: 9px; |
1960 | padding-right: 5px; | 2010 | padding-right: 5px; |
1961 | } | 2011 | } |
1962 | div.DirectLoginListPopup div.DirectLoginListPopup_body ul li a { | 2012 | div.DirectLoginListPopup div.DirectLoginListPopup_body ul li a { |
1963 | text-decoration: none; | 2013 | text-decoration: none; |
1964 | color: white; | 2014 | color: white; |
1965 | font-weight: normal; | 2015 | font-weight: normal; |
1966 | font-size: 10pt; | 2016 | font-size: 10pt; |
1967 | vertical-align: 3px; | 2017 | vertical-align: 3px; |
1968 | white-space: nowrap; | 2018 | white-space: nowrap; |
1969 | padding-right: 8px; | 2019 | padding-right: 8px; |
1970 | } | 2020 | } |
1971 | div.DirectLoginListPopup div.DirectLoginListPopup_body ul li:hover { | 2021 | div.DirectLoginListPopup div.DirectLoginListPopup_body ul li:hover { |
1972 | /* background-color: #a5a696;*/ | 2022 | /* background-color: #a5a696;*/ |
1973 | 2023 | ||
1974 | /* background-color: #7b7d70;*/ | 2024 | /* background-color: #7b7d70;*/ |
1975 | 2025 | ||
1976 | background-color: rgba(123, 125, 112, 0.5); | 2026 | background-color: rgba(123, 125, 112, 0.5); |
1977 | } | 2027 | } |
1978 | div.DirectLoginListPopup div.DirectLoginListPopup_body ul li:hover a { | 2028 | div.DirectLoginListPopup div.DirectLoginListPopup_body ul li:hover a { |
1979 | background: url(./images/old/directLink_no_background.png) right; | 2029 | background: url(./images/old/directLink_no_background.png) right; |
1980 | } | 2030 | } |
1981 | /* @end */ | 2031 | /* @end */ |
1982 | /* @end */ | 2032 | /* @end */ |
1983 | div.mainPanels div.gridComponent div.header { | 2033 | div.mainPanels div.gridComponent div.header { |
1984 | /* | 2034 | /* |
1985 | height: 90px; | 2035 | height: 90px; |
1986 | background: url(./images/old/main/blocks/cardGridBackground.png) no-repeat; | 2036 | background: url(./images/old/main/blocks/cardGridBackground.png) no-repeat; |
1987 | */ | 2037 | */ |
1988 | 2038 | ||
1989 | background: url(./images/old/main/blocks/cardGridBackground.png) no-repeat; | 2039 | background: url(./images/old/main/blocks/cardGridBackground.png) no-repeat; |
1990 | padding-left: 40px; | 2040 | padding-left: 40px; |
1991 | padding-right: 40px; | 2041 | padding-right: 40px; |
1992 | padding-top: 20px; | 2042 | padding-top: 20px; |
1993 | padding-bottom: 10px; | 2043 | padding-bottom: 10px; |
1994 | } | 2044 | } |
1995 | div.mainPanels div.gridComponent div.header form.search { | 2045 | div.mainPanels div.gridComponent div.header form.search { |
1996 | height: 32px; | 2046 | height: 32px; |
1997 | margin: 0px; | 2047 | margin: 0px; |
1998 | } | 2048 | } |
1999 | div.mainPanels div.gridComponent div.header form.search div.clearSearchButton { | 2049 | div.mainPanels div.gridComponent div.header form.search div.clearSearchButton { |
2000 | position: absolute; | 2050 | position: absolute; |
2001 | margin-left: 192px; | 2051 | margin-left: 192px; |
2002 | width: 22px; | 2052 | width: 22px; |
2003 | height: 22px; | 2053 | height: 22px; |
2004 | margin-top: 6px; | 2054 | margin-top: 6px; |
2005 | background: url(./images/old/filter/clearFilter_notSelected.png) no-repeat; | 2055 | background: url(./images/old/filter/clearFilter_notSelected.png) no-repeat; |
2006 | } | 2056 | } |
2007 | div.mainPanels div.gridComponent div.header form.search div.clearSearchButton:hover { | 2057 | div.mainPanels div.gridComponent div.header form.search div.clearSearchButton:hover { |
2008 | background: url(./images/old/filter/clearFilter_selected.png) no-repeat; | 2058 | background: url(./images/old/filter/clearFilter_selected.png) no-repeat; |
2009 | cursor: pointer; | 2059 | cursor: pointer; |
2010 | } | 2060 | } |
2011 | div.mainPanels div.gridComponent div.header form.search div.search { | 2061 | div.mainPanels div.gridComponent div.header form.search div.search { |
2012 | display: block; | 2062 | display: block; |
2013 | float: left; | 2063 | float: left; |
2014 | width: 217px; | 2064 | width: 217px; |
2015 | } | 2065 | } |
2016 | div.mainPanels div.gridComponent div.header form.search input.search { | 2066 | div.mainPanels div.gridComponent div.header form.search input.search { |
2017 | border: 1px solid #76786a; | 2067 | border: 1px solid #76786a; |
2018 | color: #666666; | 2068 | color: #666666; |
2019 | font-size: 12pt; | 2069 | font-size: 12pt; |
2020 | width: 100%; | 2070 | width: 100%; |
2021 | padding: 4px; | 2071 | padding: 4px; |
2022 | padding-left: 24px; | 2072 | padding-left: 24px; |
2023 | padding-right: 26px; | 2073 | padding-right: 26px; |
2024 | background: #e8ecde url(./images/old/main/grid/search.png) no-repeat 2px 4px; | 2074 | background: #e8ecde url(./images/old/main/grid/search.png) no-repeat 2px 4px; |
2025 | } | 2075 | } |
2026 | div.mainPanels div.gridComponent div.header form.search input.search.disabled { | 2076 | div.mainPanels div.gridComponent div.header form.search input.search.disabled { |
2027 | disabled: disabled; | 2077 | disabled: disabled; |
2028 | } | 2078 | } |
2029 | div.mainPanels div.gridComponent div.header form.search input.search.running { | 2079 | div.mainPanels div.gridComponent div.header form.search input.search.running { |
2030 | background: #e8ecde url(./images/old/main/grid/running_search.gif) no-repeat 4px 5px; | 2080 | background: #e8ecde url(./images/old/main/grid/running_search.gif) no-repeat 4px 5px; |
2031 | } | 2081 | } |
2032 | div.mainPanels div.gridComponent div.body { | 2082 | div.mainPanels div.gridComponent div.body { |
2033 | clear: both; | 2083 | clear: both; |
2034 | background: url(./images/old/main/blocks/cardGridBackground.png) repeat-y -836px; | 2084 | background: url(./images/old/main/blocks/cardGridBackground.png) repeat-y -836px; |
2035 | } | 2085 | } |
2036 | div.mainPanels div.gridComponent div.footer { | 2086 | div.mainPanels div.gridComponent div.footer { |
2037 | background: url(./images/old/main/blocks/cardGridBackground.png) 834px -28px; | 2087 | background: url(./images/old/main/blocks/cardGridBackground.png) 834px -28px; |
2038 | height: 35px; | 2088 | height: 35px; |
2039 | } | 2089 | } |
2040 | div.mainPanels div.gridComponent div.body h1 { | 2090 | div.mainPanels div.gridComponent div.body h1 { |
2041 | margin: 0px; | 2091 | margin: 0px; |
2042 | } | 2092 | } |
2043 | div.mainPanels div.gridComponent div.body div.rows { | 2093 | div.mainPanels div.gridComponent div.body div.rows { |
2044 | margin-left: 9px; | 2094 | margin-left: 9px; |
2045 | margin-right: 6px; | 2095 | margin-right: 6px; |
2046 | min-height: 582px; | 2096 | min-height: 582px; |
2047 | background: url(./images/old/main/blocks/cardGridStripes.png) 0 7px; | 2097 | background: url(./images/old/main/blocks/cardGridStripes.png) 0 7px; |
2048 | } | 2098 | } |
2049 | div.mainPanels div.gridComponent.noRows div.body table.rows thead, | 2099 | div.mainPanels div.gridComponent.noRows div.body table.rows thead, |
2050 | div.mainPanels div.gridComponent.empty div.body table.rows thead { | 2100 | div.mainPanels div.gridComponent.empty div.body table.rows thead { |
2051 | visibility: hidden; | 2101 | visibility: hidden; |
2052 | } | 2102 | } |
2053 | div.mainPanels div.gridComponent.empty div.body div.rows { | 2103 | div.mainPanels div.gridComponent.empty div.body div.rows { |
2054 | background: #eaebe6 url(./images/old/lock/background_star.png) no-repeat center center; | 2104 | background: #eaebe6 url(./images/old/lock/background_star.png) no-repeat center center; |
2055 | } | 2105 | } |
2056 | div.mainPanels div.gridComponent.noRows div.body div.rows { | 2106 | div.mainPanels div.gridComponent.noRows div.body div.rows { |
2057 | background: #eaebe6; | 2107 | background: #eaebe6; |
2058 | } | 2108 | } |
2059 | div.mainPanels div.gridComponent div.body table.rows { | 2109 | div.mainPanels div.gridComponent div.body table.rows { |
2060 | display: block; | 2110 | display: block; |
2061 | width: 100%; | 2111 | width: 100%; |
2062 | } | 2112 | } |
2063 | div.mainPanels div.gridComponent div.body table.rows tbody tr.odd.selected { | 2113 | div.mainPanels div.gridComponent div.body table.rows tbody tr.odd.selected { |
2064 | background-color: #a5a696; | 2114 | background-color: #a5a696; |
2065 | } | 2115 | } |
2066 | div.mainPanels div.gridComponent div.body table.rows tbody tr.even.selected { | 2116 | div.mainPanels div.gridComponent div.body table.rows tbody tr.even.selected { |
2067 | background-color: #a5a696; | 2117 | background-color: #a5a696; |
2068 | } | 2118 | } |
2069 | div.mainPanels div.gridComponent div.body table.rows tbody tr.selected td a { | 2119 | div.mainPanels div.gridComponent div.body table.rows tbody tr.selected td a { |
2070 | color: #f3f4eb; | 2120 | color: #f3f4eb; |
2071 | } | 2121 | } |
2072 | div.mainPanels div.gridComponent div.body table.rows tbody tr.odd { | 2122 | div.mainPanels div.gridComponent div.body table.rows tbody tr.odd { |
2073 | background-color: #d4d5cf; | 2123 | background-color: #d4d5cf; |
2074 | } | 2124 | } |
2075 | div.mainPanels div.gridComponent div.body table.rows tbody tr.even { | 2125 | div.mainPanels div.gridComponent div.body table.rows tbody tr.even { |
2076 | background-color: #eaebe6; | 2126 | background-color: #eaebe6; |
2077 | } | 2127 | } |
2078 | div.mainPanels div.gridComponent div.body table.rows tbody tr.odd:hover { | 2128 | div.mainPanels div.gridComponent div.body table.rows tbody tr.odd:hover { |
2079 | background-color: #a5a696; | 2129 | background-color: #a5a696; |
2080 | } | 2130 | } |
2081 | div.mainPanels div.gridComponent div.body table.rows tbody tr.even:hover { | 2131 | div.mainPanels div.gridComponent div.body table.rows tbody tr.even:hover { |
2082 | background-color: #a5a696; | 2132 | background-color: #a5a696; |
2083 | } | 2133 | } |
2084 | div.mainPanels div.gridComponent div.body table.rows tbody tr td { | 2134 | div.mainPanels div.gridComponent div.body table.rows tbody tr td { |
2085 | height: 23px; | 2135 | height: 23px; |
2086 | max-height: 23px; | 2136 | max-height: 23px; |
2087 | /* | 2137 | /* |
2088 | white-space: nowrap; | 2138 | white-space: nowrap; |
2089 | overflow: hidden; | 2139 | overflow: hidden; |
2090 | */ | 2140 | */ |
2091 | 2141 | ||
2092 | } | 2142 | } |
2093 | div.mainPanels div.gridComponent div.body table.rows tbody tr td span { | 2143 | div.mainPanels div.gridComponent div.body table.rows tbody tr td span { |
2094 | color: #828479; | 2144 | color: #828479; |
2095 | font-size: 10pt; | 2145 | font-size: 10pt; |
2096 | } | 2146 | } |
2097 | div.mainPanels div.gridComponent div.body table.rows tbody tr td a { | 2147 | div.mainPanels div.gridComponent div.body table.rows tbody tr td a { |
2098 | color: #828479; | 2148 | color: #828479; |
2099 | font-size: 10pt; | 2149 | font-size: 10pt; |
2100 | text-decoration: none; | 2150 | text-decoration: none; |
2101 | } | 2151 | } |
2102 | div.mainPanels div.gridComponent div.body table.rows tbody tr:hover td span { | 2152 | div.mainPanels div.gridComponent div.body table.rows tbody tr:hover td span { |
2103 | color: #f3f4eb; | 2153 | color: #f3f4eb; |
2104 | } | 2154 | } |
2105 | div.mainPanels div.gridComponent div.body table.rows tbody tr.selected td span { | 2155 | div.mainPanels div.gridComponent div.body table.rows tbody tr.selected td span { |
2106 | color: #f3f4eb; | 2156 | color: #f3f4eb; |
2107 | } | 2157 | } |
2108 | div.mainPanels div.gridComponent div.body table.rows tbody tr:hover td a { | 2158 | div.mainPanels div.gridComponent div.body table.rows tbody tr:hover td a { |
2109 | color: #f3f4eb; | 2159 | color: #f3f4eb; |
2110 | } | 2160 | } |
2111 | div.mainPanels div.gridComponent div.body table.rows tbody tr td.title a { | 2161 | div.mainPanels div.gridComponent div.body table.rows tbody tr td.title a { |
2112 | font-weight: bold; | 2162 | font-weight: bold; |
2113 | } | 2163 | } |
2114 | div.mainPanels div.gridComponent div.body table.rows tbody tr td img.favicon { | 2164 | div.mainPanels div.gridComponent div.body table.rows tbody tr td img.favicon { |
2115 | float: right; | 2165 | float: right; |
2116 | padding-right: 6px; | 2166 | padding-right: 6px; |
2117 | } | 2167 | } |
2118 | /* @group header */ | 2168 | /* @group header */ |
2119 | div.gridComponent table.rows thead img { | 2169 | div.gridComponent table.rows thead img { |
2120 | padding-left: 10px; | 2170 | padding-left: 10px; |
2121 | vertical-align: middle; | 2171 | vertical-align: middle; |
2122 | } | 2172 | } |
2123 | div.gridComponent table.rows thead tr th { | 2173 | div.gridComponent table.rows thead tr th { |
2124 | background-color: #eaebe6; | 2174 | background-color: #eaebe6; |
2125 | border-bottom: 1px solid #b3b4af; | 2175 | border-bottom: 1px solid #b3b4af; |
2126 | } | 2176 | } |
2127 | div.gridComponent table.rows thead span { | 2177 | div.gridComponent table.rows thead span { |
2128 | color: #8c8f7e; | 2178 | color: #8c8f7e; |
2129 | } | 2179 | } |
2130 | div.gridComponent table.rows thead tr th.unsorted span.sortable a { | 2180 | div.gridComponent table.rows thead tr th.unsorted span.sortable a { |
2131 | background-image: url(./images/old/main/grid/unsorted.png); | 2181 | background-image: url(./images/old/main/grid/unsorted.png); |
2132 | } | 2182 | } |
2133 | div.gridComponent table.rows thead tr th.descending span.sortable a { | 2183 | div.gridComponent table.rows thead tr th.descending span.sortable a { |
2134 | background-image: url(./images/old/main/grid/descending.png); | 2184 | background-image: url(./images/old/main/grid/descending.png); |
2135 | } | 2185 | } |
2136 | div.gridComponent table.rows thead tr th.ascending span.sortable a { | 2186 | div.gridComponent table.rows thead tr th.ascending span.sortable a { |
2137 | background-image: url(./images/old/main/grid/ascending.png); | 2187 | background-image: url(./images/old/main/grid/ascending.png); |
2138 | } | 2188 | } |
2139 | div.gridComponent table.rows thead tr th.faviconTH { | 2189 | div.gridComponent table.rows thead tr th.faviconTH { |
2140 | width: 53px; | 2190 | width: 53px; |
2141 | } | 2191 | } |
2142 | div.gridComponent table.rows thead tr th.titleTH { | 2192 | div.gridComponent table.rows thead tr th.titleTH { |
2143 | width: 200px; | 2193 | width: 200px; |
2144 | max-width: 200px; | 2194 | max-width: 200px; |
2145 | } | 2195 | } |
2146 | div.gridComponent table.rows thead tr th.deleteTH { | 2196 | div.gridComponent table.rows thead tr th.deleteTH { |
2147 | width: 50px; | 2197 | width: 50px; |
2148 | } | 2198 | } |
2149 | /* @end */ | 2199 | /* @end */ |
2150 | /* @end */ | 2200 | /* @end */ |
2151 | /* @group Direct login Grid */ | 2201 | /* @group Direct login Grid */ |
2152 | /* | 2202 | /* |
2153 | div.mainPanels div.directLoginGrid div.header { | 2203 | div.mainPanels div.directLoginGrid div.header { |
2154 | /* | 2204 | /* |
2155 | height: 90px; | 2205 | height: 90px; |
2156 | background: url(./images/old/main/blocks/cardGridBackground.png) no-repeat; | 2206 | background: url(./images/old/main/blocks/cardGridBackground.png) no-repeat; |
2157 | * / | 2207 | * / |
2158 | } | 2208 | } |
2159 | 2209 | ||
2160 | div.mainPanels div.directLoginGrid div.header form.search { | 2210 | div.mainPanels div.directLoginGrid div.header form.search { |
2161 | background: url(./images/old/main/blocks/directLoginGridBackground.png) no-repeat; | 2211 | background: url(./images/old/main/blocks/directLoginGridBackground.png) no-repeat; |
2162 | padding-left: 40px; | 2212 | padding-left: 40px; |
2163 | padding-top: 20px; | 2213 | padding-top: 20px; |
2164 | padding-bottom: 10px; | 2214 | padding-bottom: 10px; |
2165 | margin: 0px; | 2215 | margin: 0px; |
2166 | } | 2216 | } |
2167 | 2217 | ||
2168 | div.mainPanels div.directLoginGrid div.header form.search input.search { | 2218 | div.mainPanels div.directLoginGrid div.header form.search input.search { |
2169 | border: 1px solid #76786a; | 2219 | border: 1px solid #76786a; |
2170 | color: #666666; | 2220 | color: #666666; |
2171 | font-size: 12pt; | 2221 | font-size: 12pt; |
2172 | padding: 4px; | 2222 | padding: 4px; |
2173 | background-color: #e8ecde; | 2223 | background-color: #e8ecde; |
2174 | } | 2224 | } |
2175 | 2225 | ||
2176 | div.mainPanels div.directLoginGrid div.header form.search input.searchButton { | 2226 | div.mainPanels div.directLoginGrid div.header form.search input.searchButton { |
2177 | background-color: #858877; | 2227 | background-color: #858877; |
2178 | border: 0px; | 2228 | border: 0px; |
2179 | color: white; | 2229 | color: white; |
2180 | font-size: 10pt; | 2230 | font-size: 10pt; |
2181 | } | 2231 | } |
2182 | 2232 | ||
2183 | div.mainPanels div.directLoginGrid div.body { | 2233 | div.mainPanels div.directLoginGrid div.body { |
2184 | background: url(./images/old/main/blocks/directLoginGridBackground.png) repeat-y -836px; | 2234 | background: url(./images/old/main/blocks/directLoginGridBackground.png) repeat-y -836px; |
2185 | } | 2235 | } |
2186 | 2236 | ||
2187 | div.mainPanels div.directLoginGrid div.footer { | 2237 | div.mainPanels div.directLoginGrid div.footer { |
2188 | background: url(./images/old/main/blocks/directLoginGridBackground.png) 834px -28px; | 2238 | background: url(./images/old/main/blocks/directLoginGridBackground.png) 834px -28px; |
2189 | height: 35px; | 2239 | height: 35px; |
2190 | } | 2240 | } |
2191 | 2241 | ||
2192 | div.mainPanels div.directLoginGrid div.body h1 { | 2242 | div.mainPanels div.directLoginGrid div.body h1 { |
2193 | margin: 0px; | 2243 | margin: 0px; |
2194 | } | 2244 | } |
2195 | 2245 | ||
2196 | div.mainPanels div.directLoginGrid div.body div.rows { | 2246 | div.mainPanels div.directLoginGrid div.body div.rows { |
2197 | margin-left: 9px; | 2247 | margin-left: 9px; |
2198 | margin-right: 6px; | 2248 | margin-right: 6px; |
2199 | min-height: 582px; | 2249 | min-height: 582px; |
2200 | background: url(./images/old/main/blocks/directLoginGridStripes.png) 0 7px; | 2250 | background: url(./images/old/main/blocks/directLoginGridStripes.png) 0 7px; |
2201 | } | 2251 | } |
2202 | 2252 | ||
2203 | div.mainPanels div.directLoginGrid div.body table.rows { | 2253 | div.mainPanels div.directLoginGrid div.body table.rows { |
2204 | display: block; | 2254 | display: block; |
2205 | width: 100%; | 2255 | width: 100%; |
2206 | } | 2256 | } |
2207 | 2257 | ||
2208 | div.mainPanels div.directLoginGrid div.body table.rows img { | 2258 | div.mainPanels div.directLoginGrid div.body table.rows img { |
2209 | border: 0px; | 2259 | border: 0px; |
2210 | } | 2260 | } |
2211 | 2261 | ||
2212 | div.mainPanels div.directLoginGrid div.body table.rows tbody tr.even { | 2262 | div.mainPanels div.directLoginGrid div.body table.rows tbody tr.even { |
2213 | background-color: #787666; | 2263 | background-color: #787666; |
2214 | } | 2264 | } |
2215 | 2265 | ||
2216 | div.mainPanels div.directLoginGrid div.body table.rows tbody tr.odd { | 2266 | div.mainPanels div.directLoginGrid div.body table.rows tbody tr.odd { |
2217 | background-color: #646351; | 2267 | background-color: #646351; |
2218 | } | 2268 | } |
2219 | 2269 | ||
2220 | div.mainPanels div.directLoginGrid div.body table.rows tbody tr.odd:hover { | 2270 | div.mainPanels div.directLoginGrid div.body table.rows tbody tr.odd:hover { |
2221 | background-color: #d1d4c6; | 2271 | background-color: #d1d4c6; |
2222 | } | 2272 | } |
2223 | 2273 | ||
2224 | div.mainPanels div.directLoginGrid div.body table.rows tbody tr.even:hover { | 2274 | div.mainPanels div.directLoginGrid div.body table.rows tbody tr.even:hover { |
2225 | background-color: #d1d4c6; | 2275 | background-color: #d1d4c6; |
2226 | } | 2276 | } |
2227 | 2277 | ||
2228 | div.mainPanels div.directLoginGrid div.body table.rows tbody tr td { | 2278 | div.mainPanels div.directLoginGrid div.body table.rows tbody tr td { |
2229 | height: 23px; | 2279 | height: 23px; |
2230 | color: #e1e0d6; | 2280 | color: #e1e0d6; |
2231 | font-size: 10pt; | 2281 | font-size: 10pt; |
2232 | } | 2282 | } |
2233 | 2283 | ||
2234 | div.mainPanels div.directLoginGrid div.body table.rows tbody tr:hover td { | 2284 | div.mainPanels div.directLoginGrid div.body table.rows tbody tr:hover td { |
2235 | color: #777867; | 2285 | color: #777867; |
2236 | } | 2286 | } |
2237 | 2287 | ||
2238 | div.mainPanels div.directLoginGrid div.body table.rows tbody tr td.title { | 2288 | div.mainPanels div.directLoginGrid div.body table.rows tbody tr td.title { |
2239 | font-weight: bold; | 2289 | font-weight: bold; |
2240 | } | 2290 | } |
2241 | 2291 | ||
2242 | div.directLoginGrid div.body table.rows tbody tr a { | 2292 | div.directLoginGrid div.body table.rows tbody tr a { |
2243 | color: #e1e0d6; | 2293 | color: #e1e0d6; |
2244 | text-decoration: none; | 2294 | text-decoration: none; |
2245 | } | 2295 | } |
2246 | 2296 | ||
2247 | div.directLoginGrid div.body table.rows tbody tr:hover a { | 2297 | div.directLoginGrid div.body table.rows tbody tr:hover a { |
2248 | color: #777867; | 2298 | color: #777867; |
2249 | } | 2299 | } |
2250 | */ | 2300 | */ |
2251 | /* @group DirectLogin links */ | 2301 | /* @group DirectLogin links */ |
2252 | /* | 2302 | /* |
2253 | td.card_directLogins div { | 2303 | td.card_directLogins div { |
2254 | display: inline-table; | 2304 | display: inline-table; |
2255 | } | 2305 | } |
2256 | 2306 | ||
2257 | td.card_directLogins span { | 2307 | td.card_directLogins span { |
2258 | display: inline-table; | 2308 | display: inline-table; |
2259 | } | 2309 | } |
2260 | */ | 2310 | */ |
2261 | div.directLogin_directLogin { | 2311 | div.directLogin_directLogin { |
2262 | display: inline-block; | 2312 | display: inline-block; |
2263 | height: 19px; | 2313 | height: 19px; |
2264 | padding-left: 7px; | 2314 | padding-left: 7px; |
2265 | } | 2315 | } |
2266 | div.directLogin_directLogin div.directLogin_directLogin_body { | 2316 | div.directLogin_directLogin div.directLogin_directLogin_body { |
2267 | display: inline-block; | 2317 | display: inline-block; |
2268 | height: 19px; | 2318 | height: 19px; |
2269 | padding-right: 8px; | 2319 | padding-right: 8px; |
2270 | background-position: left; | 2320 | background-position: left; |
2271 | } | 2321 | } |
2272 | div.directLogin_directLogin div.directLogin_directLogin_body a { | 2322 | div.directLogin_directLogin div.directLogin_directLogin_body a { |
2273 | vertical-align: -14px; | 2323 | vertical-align: -14px; |
2274 | } | 2324 | } |
2275 | div.directLogin_directLogin:hover { | 2325 | div.directLogin_directLogin:hover { |
2276 | background: url(./images/old/directLink_background_left.png) no-repeat 0 0; | 2326 | background: url(./images/old/directLink_background_left.png) no-repeat 0 0; |
2277 | } | 2327 | } |
2278 | div.directLogin_directLogin:hover div.directLogin_directLogin_body { | 2328 | div.directLogin_directLogin:hover div.directLogin_directLogin_body { |
2279 | background: url(./images/old/directLink_background.png) right 0; | 2329 | background: url(./images/old/directLink_background.png) right 0; |
2280 | } | 2330 | } |
2281 | table.rows tbody tr td div.directLogin_directLogin:hover div.directLogin_directLogin_body a { | 2331 | table.rows tbody tr td div.directLogin_directLogin:hover div.directLogin_directLogin_body a { |
2282 | color: #f3f4eb; | 2332 | color: #f3f4eb; |
2283 | } | 2333 | } |
2284 | /* @end */ | 2334 | /* @end */ |
2285 | /* @group header */ | 2335 | /* @group header */ |
2286 | div.directLoginGrid table.rows thead span { | 2336 | div.directLoginGrid table.rows thead span { |
2287 | color: #e1e0d6; | 2337 | color: #e1e0d6; |
2288 | } | 2338 | } |
2289 | div.directLoginGrid table.rows thead tr th { | 2339 | div.directLoginGrid table.rows thead tr th { |
2290 | background-color: #787762; | 2340 | background-color: #787762; |
2291 | border-bottom: 1px solid #999883; | 2341 | border-bottom: 1px solid #999883; |
2292 | } | 2342 | } |
2293 | div.directLoginGrid table.rows thead tr th.faviconTH { | 2343 | div.directLoginGrid table.rows thead tr th.faviconTH { |
2294 | min-width: 53px; | 2344 | min-width: 53px; |
2295 | width: 53px; | 2345 | width: 53px; |
2296 | } | 2346 | } |
2297 | div.directLoginGrid table.rows thead tr th.titleTH { | 2347 | div.directLoginGrid table.rows thead tr th.titleTH { |
2298 | min-width: 250px; | 2348 | min-width: 250px; |
2299 | width: 250px; | 2349 | width: 250px; |
2300 | } | 2350 | } |
2301 | div.directLoginGrid table.rows thead tr th.titleTH span { | 2351 | div.directLoginGrid table.rows thead tr th.titleTH span { |
2302 | margin-left: 7px; | 2352 | margin-left: 7px; |
2303 | } | 2353 | } |
2304 | div.directLoginGrid table.rows thead tr th.strengthTH { | 2354 | div.directLoginGrid table.rows thead tr th.strengthTH { |
2305 | width: 100px; | 2355 | width: 100px; |
2306 | } | 2356 | } |
2307 | div.directLoginGrid table.rows thead tr th.cardTitleTH { | 2357 | div.directLoginGrid table.rows thead tr th.cardTitleTH { |
2308 | width: 400px; | 2358 | width: 400px; |
2309 | } | 2359 | } |
2310 | div.directLoginGrid table.rows thead tr th.bookmarkableLinkTH { | 2360 | div.directLoginGrid table.rows thead tr th.bookmarkableLinkTH { |
2311 | width: 64px; | 2361 | width: 64px; |
2312 | } | 2362 | } |
2313 | div.directLoginGrid table.rows thead tr th.deleteTH { | 2363 | div.directLoginGrid table.rows thead tr th.deleteTH { |
2314 | width: 50px; | 2364 | width: 50px; |
2315 | } | 2365 | } |
2316 | div.directLoginGrid table.rows thead tr th.latestAccessTH { | 2366 | div.directLoginGrid table.rows thead tr th.latestAccessTH { |
2317 | width: 100px; | 2367 | width: 100px; |
2318 | } | 2368 | } |
2319 | div.directLoginGrid table.rows thead tr th.commandsTH { | 2369 | div.directLoginGrid table.rows thead tr th.commandsTH { |
2320 | width: 100px; | 2370 | width: 100px; |
2321 | } | 2371 | } |
2322 | /* | 2372 | /* |
2323 | div.directLoginGrid table.rows thead a { | 2373 | div.directLoginGrid table.rows thead a { |
2324 | font-weight: normal; | 2374 | font-weight: normal; |
2325 | text-decoration: none; | 2375 | text-decoration: none; |
2326 | color: #e9e9df; | 2376 | color: #e9e9df; |
2327 | font-size: 9pt; | 2377 | font-size: 9pt; |
2328 | line-height: 20px; | 2378 | line-height: 20px; |
2329 | } | 2379 | } |
2330 | */ | 2380 | */ |
2331 | div.directLoginGrid table.rows thead img { | 2381 | div.directLoginGrid table.rows thead img { |
2332 | padding-left: 10px; | 2382 | padding-left: 10px; |
2333 | vertical-align: middle; | 2383 | vertical-align: middle; |
2334 | } | 2384 | } |
2335 | div.directLoginGrid table.rows thead tr th.unsorted span.sortable a { | 2385 | div.directLoginGrid table.rows thead tr th.unsorted span.sortable a { |
2336 | background: url(./images/old/main/grid/directLogins/unsorted.png) no-repeat; | 2386 | background: url(./images/old/main/grid/directLogins/unsorted.png) no-repeat; |
2337 | } | 2387 | } |
2338 | div.directLoginGrid table.rows thead tr th.descending span.sortable a { | 2388 | div.directLoginGrid table.rows thead tr th.descending span.sortable a { |
2339 | background: url(./images/old/main/grid/directLogins/descending.png) no-repeat; | 2389 | background: url(./images/old/main/grid/directLogins/descending.png) no-repeat; |
2340 | } | 2390 | } |
2341 | div.directLoginGrid table.rows thead tr th.ascending span.sortable a { | 2391 | div.directLoginGrid table.rows thead tr th.ascending span.sortable a { |
2342 | background: url(./images/old/main/grid/directLogins/ascending.png) no-repeat; | 2392 | background: url(./images/old/main/grid/directLogins/ascending.png) no-repeat; |
2343 | } | 2393 | } |
2344 | /* @end */ | 2394 | /* @end */ |
2345 | /* @end */ | 2395 | /* @end */ |
2346 | /* @end */ | 2396 | /* @end */ |
2347 | /* @end */ | 2397 | /* @end */ |
2348 | /* @group other Panels */ | 2398 | /* @group other Panels */ |
2349 | /* @group common styles */ | 2399 | /* @group common styles */ |
2350 | /* | 2400 | /* |
2351 | div.subPanelTabs ul { | 2401 | div.subPanelTabs ul { |
2352 | margin: 0px; | 2402 | margin: 0px; |
2353 | margin-right: 7px; | 2403 | margin-right: 7px; |
2354 | padding: 0px; | 2404 | padding: 0px; |
2355 | } | 2405 | } |
2356 | div.subPanelTabs ul li { | 2406 | div.subPanelTabs ul li { |
2357 | display: inline-block; | 2407 | display: inline-block; |
2358 | vertical-align: middle; | 2408 | vertical-align: middle; |
2359 | /*width: 130px; * / | 2409 | /*width: 130px; * / |
2360 | 2410 | ||
2361 | height: 50px; | 2411 | height: 50px; |
2362 | /*border-right: 1px solid #a5a79c; | 2412 | /*border-right: 1px solid #a5a79c; |
2363 | border-bottom: 1px solid #a5a79c;* / | 2413 | border-bottom: 1px solid #a5a79c;* / |
2364 | 2414 | ||
2365 | border-right: 1px solid #eef0e3; | 2415 | border-right: 1px solid #eef0e3; |
2366 | border-bottom: 1px solid #d5d5bc; | 2416 | border-bottom: 1px solid #d5d5bc; |
2367 | } | 2417 | } |
2368 | div.subPanelTabs ul li.first:hover { | 2418 | div.subPanelTabs ul li.first:hover { |
2369 | /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -9px -5px; * / | 2419 | /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -9px -5px; * / |
2370 | 2420 | ||
2371 | } | 2421 | } |
2372 | div.subPanelTabs ul li:hover { | 2422 | div.subPanelTabs ul li:hover { |
2373 | /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -45px -5px; * / | 2423 | /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -45px -5px; * / |
2374 | 2424 | ||
2375 | border-right: 1px solid #d5d5bc; | 2425 | border-right: 1px solid #d5d5bc; |
2376 | background-color: #eef0e3; | 2426 | background-color: #eef0e3; |
2377 | } | 2427 | } |
2378 | div.subPanelTabs ul li a { | 2428 | div.subPanelTabs ul li a { |
2379 | color: #787872; | 2429 | color: #787872; |
2380 | text-decoration: none; | 2430 | text-decoration: none; |
2381 | display: block; | 2431 | display: block; |
2382 | text-align: center; | 2432 | text-align: center; |
2383 | padding-top: 15px; | 2433 | padding-top: 15px; |
2384 | padding-left: 20px; | 2434 | padding-left: 20px; |
2385 | padding-right: 20px; | 2435 | padding-right: 20px; |
2386 | font-size: 13pt; | 2436 | font-size: 13pt; |
2387 | } | 2437 | } |
2388 | div.subPanelTabs ul li.first { | 2438 | div.subPanelTabs ul li.first { |
2389 | /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -9px -5px; * / | 2439 | /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -9px -5px; * / |
2390 | 2440 | ||
2391 | -webkit-border-top-left-radius: 20px; | 2441 | -webkit-border-top-left-radius: 20px; |
2392 | -moz-border-radius-topleft: 20px; | 2442 | -moz-border-radius-topleft: 20px; |
2393 | border-top-left-radius: 20px; | 2443 | border-top-left-radius: 20px; |
2394 | } | 2444 | } |
2395 | div.subPanelTabs ul li.selected { | 2445 | div.subPanelTabs ul li.selected { |
2396 | /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -45px -5px; * / | 2446 | /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -45px -5px; * / |
2397 | 2447 | ||
2398 | background-color: #eef0e3; | 2448 | background-color: #eef0e3; |
2399 | border-bottom: 1px solid #eef0e3; | 2449 | border-bottom: 1px solid #eef0e3; |
2400 | border-right: 1px solid #d5d5bc; | 2450 | border-right: 1px solid #d5d5bc; |
2401 | } | 2451 | } |
2402 | div.subPanelTabs ul li.selected:hover { | 2452 | div.subPanelTabs ul li.selected:hover { |
2403 | border-right: 1px solid #d5d5bc; | 2453 | border-right: 1px solid #d5d5bc; |
2404 | } | 2454 | } |
2405 | div.subPanelTabs ul li.selected a { | 2455 | div.subPanelTabs ul li.selected a { |
2406 | color: #444440; | 2456 | color: #444440; |
2407 | } | 2457 | } |
2408 | div.subPanelContent { | 2458 | div.subPanelContent { |
2409 | padding-top: 20px; | 2459 | padding-top: 20px; |
2410 | padding-left: 30px; | 2460 | padding-left: 30px; |
2411 | padding-right: 30px; | 2461 | padding-right: 30px; |
2412 | min-height: 280px; | 2462 | min-height: 280px; |
2413 | color: #787872; | 2463 | color: #787872; |
2414 | margin: 0px 6px 0 9px; | 2464 | margin: 0px 6px 0 9px; |
2415 | } | 2465 | } |
2416 | div.subPanelContent ul { | 2466 | div.subPanelContent ul { |
2417 | margin: 0px; | 2467 | margin: 0px; |
2418 | padding: 0px; | 2468 | padding: 0px; |
2419 | list-style-type: none; | 2469 | list-style-type: none; |
2420 | } | 2470 | } |
2421 | div.subPanelContent ul li.selected { | 2471 | div.subPanelContent ul li.selected { |
2422 | display: block; | 2472 | display: block; |
2423 | } | 2473 | } |
2424 | div.subPanelContent ul li { | 2474 | div.subPanelContent ul li { |
2425 | display: none; | 2475 | display: none; |
2426 | } | 2476 | } |
2427 | div.subPanelContent h3 { | 2477 | div.subPanelContent h3 { |
2428 | margin: 0px; | 2478 | margin: 0px; |
2429 | border: 0px; | 2479 | border: 0px; |
2430 | padding: 0px; | 2480 | padding: 0px; |
2431 | } | 2481 | } |
2432 | */ | 2482 | */ |
2433 | /* @end */ | 2483 | /* @end */ |
2434 | /* @group mainPanels otherPanel */ | 2484 | /* @group mainPanels otherPanel */ |
2435 | div.mainPanels div.otherPanel { | 2485 | div.mainPanels div.otherPanel { |
2436 | margin: 5px 10px; | 2486 | margin: 5px 10px; |
2437 | background-color: #eef0e3; | 2487 | background-color: #eef0e3; |
2438 | -webkit-border-radius: 20px; | 2488 | -webkit-border-radius: 20px; |
2439 | -moz-border-radius: 20px; | 2489 | -moz-border-radius: 20px; |
2440 | border-radius: 20px; | 2490 | border-radius: 20px; |
2441 | -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); | 2491 | -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); |
2442 | -moz-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); | 2492 | -moz-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); |
2443 | box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); | 2493 | box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); |
2444 | } | 2494 | } |
2445 | div.mainPanels div.otherPanel div.header { | 2495 | div.mainPanels div.otherPanel div.header { |
2446 | /*background: url(./images/old/main/blocks/otherPanelBackground.png) no-repeat; */ | 2496 | /*background: url(./images/old/main/blocks/otherPanelBackground.png) no-repeat; */ |
2447 | 2497 | ||
2448 | /* | 2498 | /* |
2449 | height: 90px; | 2499 | height: 90px; |
2450 | */ | 2500 | */ |
2451 | 2501 | ||
2452 | background-color: #d5d5bc; | 2502 | background-color: #d5d5bc; |
2453 | /*padding-left: 9px; | 2503 | /*padding-left: 9px; |
2454 | padding-top: 5px; */ | 2504 | padding-top: 5px; */ |
2455 | 2505 | ||
2456 | margin: 0px; | 2506 | margin: 0px; |
2457 | margin-bottom: 0px; | 2507 | margin-bottom: 0px; |
2458 | -webkit-border-top-left-radius: 20px; | 2508 | -webkit-border-top-left-radius: 20px; |
2459 | -webkit-border-top-right-radius: 20px; | 2509 | -webkit-border-top-right-radius: 20px; |
2460 | -moz-border-radius-topleft: 20px; | 2510 | -moz-border-radius-topleft: 20px; |
2461 | -moz-border-radius-topright: 20px; | 2511 | -moz-border-radius-topright: 20px; |
2462 | border-top-left-radius: 20px; | 2512 | border-top-left-radius: 20px; |
2463 | border-top-right-radius: 20px; | 2513 | border-top-right-radius: 20px; |
2464 | } | 2514 | } |
2465 | div.mainPanels div.otherPanel div.body { | 2515 | div.mainPanels div.otherPanel div.body { |
2466 | /*background: url(./images/old/main/blocks/otherPanelBackground.png) repeat-y -836px; */ | 2516 | /*background: url(./images/old/main/blocks/otherPanelBackground.png) repeat-y -836px; */ |
2467 | 2517 | ||
2468 | margin: 0px; | 2518 | margin: 0px; |
2469 | border: 0px; | 2519 | border: 0px; |
2470 | padding: 0px; | 2520 | padding: 0px; |
2471 | } | 2521 | } |
2472 | div.mainPanels div.otherPanel div.footer { | 2522 | div.mainPanels div.otherPanel div.footer { |
2473 | /*background: url(./images/old/main/blocks/otherPanelBackground.png) 834px -18px; */ | 2523 | /*background: url(./images/old/main/blocks/otherPanelBackground.png) 834px -18px; */ |
2474 | 2524 | ||
2475 | height: 45px; | 2525 | height: 45px; |
2476 | } | 2526 | } |
2477 | div.mainPanels div.otherPanel div.body h1 { | 2527 | div.mainPanels div.otherPanel div.body h1 { |
2478 | margin: 0px; | 2528 | margin: 0px; |
2479 | } | 2529 | } |
2480 | /* @end */ | 2530 | /* @end */ |
2481 | /* @group Account */ | 2531 | /* @group Account */ |
2482 | form.changePassphrase div.currentCredentials, | 2532 | form.changePassphrase div.currentCredentials, |
2483 | form.changePassphrase div.newPassphrase { | 2533 | form.changePassphrase div.newPassphrase { |
2484 | float: left; | 2534 | float: left; |
2485 | padding: 10px 20px; | 2535 | padding: 10px 20px; |
2486 | } | 2536 | } |
2487 | form.changePassphrase label { | 2537 | form.changePassphrase label { |
2488 | display: inline-block; | 2538 | display: inline-block; |
2489 | width: 150px; | 2539 | width: 150px; |
2490 | } | 2540 | } |
2491 | form.changePassphrase div.confirm { | 2541 | form.changePassphrase div.confirm { |
2492 | clear: both; | 2542 | clear: both; |
2493 | padding: 10px 20px; | 2543 | padding: 10px 20px; |
2494 | } | 2544 | } |
2495 | form.changePassphrase div.confirm label { | 2545 | form.changePassphrase div.confirm label { |
2496 | width: 500px; | 2546 | width: 500px; |
2497 | } | 2547 | } |
2498 | div.accountPanel h3.manageOTP { | 2548 | div.accountPanel h3.manageOTP { |
2499 | margin-top: 20px; | 2549 | margin-top: 20px; |
2500 | margin-left: -20px; | 2550 | margin-left: -20px; |
2501 | padding-top: 10px; | 2551 | padding-top: 10px; |
2502 | padding-left: 20px; | 2552 | padding-left: 20px; |
2503 | border-top: 1px solid #aaaaaa; | 2553 | border-top: 1px solid #aaaaaa; |
2504 | } | 2554 | } |
2505 | /* @end */ | 2555 | /* @end */ |
2506 | /* @end */ | 2556 | /* @end */ |
2507 | /* @group Message Panel (?) */ | 2557 | /* @group Message Panel (?) */ |
2508 | /* | 2558 | /* |
2509 | div.messagePanelWrapper div.mask { | 2559 | div.messagePanelWrapper div.mask { |
2510 | position: fixed; | 2560 | position: fixed; |
2511 | top: 0px; | 2561 | top: 0px; |
2512 | left: 0px; | 2562 | left: 0px; |
2513 | right: 0px; | 2563 | right: 0px; |
2514 | bottom: 0px; | 2564 | bottom: 0px; |
2515 | 2565 | ||
2516 | background-color: black; | 2566 | background-color: black; |
2517 | z-index:50001; | 2567 | z-index:50001; |
2518 | 2568 | ||
2519 | -moz-opacity: 0.0; | 2569 | -moz-opacity: 0.0; |
2520 | opacity:.0; | 2570 | opacity:.0; |
2521 | filter: alpha(opacity=0); | 2571 | filter: alpha(opacity=0); |
2522 | / * | 2572 | / * |
2523 | -moz-opacity: 0.7; | 2573 | -moz-opacity: 0.7; |
2524 | opacity:.70; | 2574 | opacity:.70; |
2525 | filter: alpha(opacity=70); | 2575 | filter: alpha(opacity=70); |
2526 | * / | 2576 | * / |
2527 | } | 2577 | } |
2528 | 2578 | ||
2529 | div.messagePanelFrame { | 2579 | div.messagePanelFrame { |
2530 | border: 1px solid white; | 2580 | border: 1px solid white; |
2531 | z-index:50002; | 2581 | z-index:50002; |
2532 | / * | 2582 | / * |
2533 | width: 443px; | 2583 | width: 443px; |
2534 | height: 155px; | 2584 | height: 155px; |
2535 | position: fixed; | 2585 | position: fixed; |
2536 | top: 205px; | 2586 | top: 205px; |
2537 | left: 260px; | 2587 | left: 260px; |
2538 | margin-left: auto; | 2588 | margin-left: auto; |
2539 | margin-right: auto; | 2589 | margin-right: auto; |
2540 | max-width: 468px; | 2590 | max-width: 468px; |
2541 | * / | 2591 | * / |
2542 | } | 2592 | } |
2543 | 2593 | ||
2544 | 2594 | ||
2545 | div.messagePanel { | 2595 | div.messagePanel { |
2546 | position: fixed; | 2596 | position: fixed; |
2547 | z-index:50003; | 2597 | z-index:50003; |
2548 | top: 0px; | 2598 | top: 0px; |
2549 | left: 0px; | 2599 | left: 0px; |
2550 | / * | 2600 | / * |
2551 | margin-left: auto; | 2601 | margin-left: auto; |
2552 | margin-right: auto; | 2602 | margin-right: auto; |
2553 | max-width: 468px; | 2603 | max-width: 468px; |
2554 | top: 200px; | 2604 | top: 200px; |
2555 | left: 250px; | 2605 | left: 250px; |
2556 | left: 100px; | 2606 | left: 100px; |
2557 | right: 100px; | 2607 | right: 100px; |
2558 | * / | 2608 | * / |
2559 | } | 2609 | } |
2560 | 2610 | ||
2561 | div.messagePanel div.header { | 2611 | div.messagePanel div.header { |
2562 | height: 34px; | 2612 | height: 34px; |
2563 | width: 468; | 2613 | width: 468; |
2564 | background-image: url(./images/old/alert/header.png); | 2614 | background-image: url(./images/old/alert/header.png); |
2565 | } | 2615 | } |
2566 | 2616 | ||
2567 | div.messagePanel div.body { | 2617 | div.messagePanel div.body { |
2568 | background-image: url(./images/old/alert/body.png); | 2618 | background-image: url(./images/old/alert/body.png); |
2569 | padding: 0px 20px 10px 20px; | 2619 | padding: 0px 20px 10px 20px; |
2570 | min-height: 100px; | 2620 | min-height: 100px; |
2571 | } | 2621 | } |
2572 | / * | 2622 | / * |
2573 | div#javaScriptAlert div.body div.alert { | 2623 | div#javaScriptAlert div.body div.alert { |
2574 | padding-left: 100px; | 2624 | padding-left: 100px; |
2575 | background: url(./images/old/alert/alert.png) no-repeat; | 2625 | background: url(./images/old/alert/alert.png) no-repeat; |
2576 | } | 2626 | } |
2577 | * / | 2627 | * / |
2578 | 2628 | ||
2579 | div.messagePanel div.body img.alert { | 2629 | div.messagePanel div.body img.alert { |
2580 | float: left; | 2630 | float: left; |
2581 | } | 2631 | } |
2582 | 2632 | ||
2583 | div.messagePanel div.body div.alert { | 2633 | div.messagePanel div.body div.alert { |
2584 | padding-left: 100px; | 2634 | padding-left: 100px; |
2585 | } | 2635 | } |
2586 | 2636 | ||
2587 | div.messagePanel div.footer { | 2637 | div.messagePanel div.footer { |
2588 | height: 34px; | 2638 | height: 34px; |
2589 | width: 468; | 2639 | width: 468; |
2590 | background-image: url(./images/old/alert/footer.png); | 2640 | background-image: url(./images/old/alert/footer.png); |
2591 | } | 2641 | } |
2592 | 2642 | ||
2593 | div.messagePanel div.message h1 { | 2643 | div.messagePanel div.message h1 { |
2594 | font-size: 16pt; | 2644 | font-size: 16pt; |
2595 | margin: 0px; | 2645 | margin: 0px; |
2596 | color: #ff5930; | 2646 | color: #ff5930; |
2597 | } | 2647 | } |
2598 | 2648 | ||
2599 | div.messagePanel div.message p { | 2649 | div.messagePanel div.message p { |
2600 | margin-top: 0px; | 2650 | margin-top: 0px; |
2601 | color: #999999; | 2651 | color: #999999; |
2602 | } | 2652 | } |
2603 | 2653 | ||
2604 | div.messagePanel div.message h3 { | 2654 | div.messagePanel div.message h3 { |
2605 | font-size: 12pt; | 2655 | font-size: 12pt; |
2606 | margin-bottom: 0px; | 2656 | margin-bottom: 0px; |
2607 | color: #ff5930; | 2657 | color: #ff5930; |
2608 | } | 2658 | } |
2609 | 2659 | ||
2610 | div.messagePanel div.message h5 { | 2660 | div.messagePanel div.message h5 { |
2611 | margin: 0px; | 2661 | margin: 0px; |
2612 | color: #999999; | 2662 | color: #999999; |
2613 | } | 2663 | } |
2614 | 2664 | ||
2615 | 2665 | ||
2616 | */ | 2666 | */ |
2617 | /* @end */ | 2667 | /* @end */ |
2618 | /* @group LoginProgress (?) */ | 2668 | /* @group LoginProgress (?) */ |
2619 | /* | 2669 | /* |
2620 | div#loginProgress { | 2670 | div#loginProgress { |
2621 | position: relative; | 2671 | position: relative; |
2622 | left: -198px; | 2672 | left: -198px; |
2623 | top: -118px; | 2673 | top: -118px; |
2624 | width: 397px; | 2674 | width: 397px; |
2625 | height: 236px; | 2675 | height: 236px; |
2626 | background: url(./images/old/loginProgress/background.png); | 2676 | background: url(./images/old/loginProgress/background.png); |
2627 | } | 2677 | } |
2628 | 2678 | ||
2629 | div#loginProgress div.header { | 2679 | div#loginProgress div.header { |
2630 | height: 52px; | 2680 | height: 52px; |
2631 | } | 2681 | } |
2632 | 2682 | ||
2633 | div#loginProgress div.header h3 { | 2683 | div#loginProgress div.header h3 { |
2634 | font-size: 12pt; | 2684 | font-size: 12pt; |
2635 | font-weight: normal; | 2685 | font-weight: normal; |
2636 | margin: 0px; | 2686 | margin: 0px; |
2637 | color: #787872; | 2687 | color: #787872; |
2638 | padding-top: 25px; | 2688 | padding-top: 25px; |
2639 | padding-left: 35px; | 2689 | padding-left: 35px; |
2640 | } | 2690 | } |
2641 | 2691 | ||
2642 | div#loginProgress div.body { | 2692 | div#loginProgress div.body { |
2643 | height: 120px; | 2693 | height: 120px; |
2644 | overflow: auto; | 2694 | overflow: auto; |
2645 | margin-left: 19px; | 2695 | margin-left: 19px; |
2646 | margin-right: 18px; | 2696 | margin-right: 18px; |
2647 | } | 2697 | } |
2648 | 2698 | ||
2649 | div#loginProgress div.footer { | 2699 | div#loginProgress div.footer { |
2650 | margin-left: 19px; | 2700 | margin-left: 19px; |
2651 | margin-right: 18px; | 2701 | margin-right: 18px; |
2652 | } | 2702 | } |
2653 | 2703 | ||
2654 | div#loginProgress div.footer a { | 2704 | div#loginProgress div.footer a { |
2655 | font-weight: bold; | 2705 | font-weight: bold; |
2656 | text-decoration: none; | 2706 | text-decoration: none; |
2657 | text-align: center; | 2707 | text-align: center; |
2658 | color: #787872; | 2708 | color: #787872; |
2659 | display: block; | 2709 | display: block; |
2660 | font-size: 11pt; | 2710 | font-size: 11pt; |
2661 | width: 100px; | 2711 | width: 100px; |
2662 | margin-top: 13px; | 2712 | margin-top: 13px; |
2663 | margin-left: auto; | 2713 | margin-left: auto; |
2664 | margin-right: auto; | 2714 | margin-right: auto; |
2665 | } | 2715 | } |
2666 | 2716 | ||
2667 | div#loginProgress div.footer a:hover { | 2717 | div#loginProgress div.footer a:hover { |
2668 | color: #515247; | 2718 | color: #515247; |
2669 | } | 2719 | } |
2670 | 2720 | ||
2671 | */ | 2721 | */ |
2672 | /* @end */ | 2722 | /* @end */ |
2673 | div#modalDialogMask, | 2723 | div#modalDialogMask, |
2674 | div.modalDialogMask { | 2724 | div.modalDialogMask { |
2675 | z-index: 20000; | 2725 | z-index: 20000; |
2676 | /* position: absolute;*/ | 2726 | /* position: absolute;*/ |
2677 | 2727 | ||
2678 | position: fixed; | 2728 | position: fixed; |
2679 | top: 0; | 2729 | top: 0; |
2680 | left: 0; | 2730 | left: 0; |
2681 | -moz-opacity: 0.5; | 2731 | -moz-opacity: 0.5; |
2682 | opacity: .50; | 2732 | opacity: .50; |
2683 | filter: alpha(opacity=50); | 2733 | filter: alpha(opacity=50); |
2684 | /* background-color: #cccccc;*/ | 2734 | /* background-color: #cccccc;*/ |
2685 | 2735 | ||
2686 | background-color: #000000; | 2736 | background-color: #000000; |
2687 | width: 100%; | 2737 | width: 100%; |
2688 | height: 100%; | 2738 | height: 100%; |
2689 | zoom: 1; | 2739 | zoom: 1; |
2690 | } | 2740 | } |
2691 | div#modalDialogFrame, | 2741 | div#modalDialogFrame, |
2692 | div.modalDialogFrame { | 2742 | div.modalDialogFrame { |
2693 | position: absolute; | 2743 | position: absolute; |
2694 | /* border: 1px solid white;*/ | 2744 | /* border: 1px solid white;*/ |
2695 | 2745 | ||
2696 | -moz-opacity: 0.5; | 2746 | -moz-opacity: 0.5; |
2697 | opacity: .50; | 2747 | opacity: .50; |
2698 | filter: alpha(opacity=50); | 2748 | filter: alpha(opacity=50); |
2699 | background-color: #333333; | 2749 | background-color: #333333; |
2700 | z-index: 20001; | 2750 | z-index: 20001; |
2701 | -webkit-border-radius: 20px; | 2751 | -webkit-border-radius: 20px; |
2702 | -moz-border-radius: 20px; | 2752 | -moz-border-radius: 20px; |
2703 | border-radius: 20px; | 2753 | border-radius: 20px; |
2704 | } | 2754 | } |
2705 | div#modalDialog, | 2755 | div#modalDialog, |
2706 | div.modalDialog { | 2756 | div.modalDialog { |
2707 | z-index: 20001; | 2757 | z-index: 20001; |
2708 | } | 2758 | } |
2709 | /*div#modalDialog.scrollable,*/ | 2759 | /*div#modalDialog.scrollable,*/ |
2710 | div.modalDialog.scrollable { | 2760 | div.modalDialog.scrollable { |
2711 | position: absolute; | 2761 | position: absolute; |
2712 | top: 0; | 2762 | top: 0; |
2713 | left: 50%; | 2763 | left: 50%; |
2714 | } | 2764 | } |
2715 | /*div#modalDialog.fixed,*/ | 2765 | /*div#modalDialog.fixed,*/ |
2716 | div.modalDialog.fixed { | 2766 | div.modalDialog.fixed { |
2717 | position: fixed; | 2767 | position: fixed; |
2718 | top: 40%; | 2768 | top: 40%; |
2719 | left: 50%; | 2769 | left: 50%; |
2720 | } | 2770 | } |
2721 | div#modalDialog div, | 2771 | div#modalDialog div, |
2722 | div.modalDialog div { | 2772 | div.modalDialog div { |
2723 | z-index: 20002; | 2773 | z-index: 20002; |
2724 | list-style-type: circle; | 2774 | list-style-type: circle; |
2725 | } | 2775 | } |
2726 | div.modalDialogMask.simpleMessagePanelMask { | 2776 | div.modalDialogMask.simpleMessagePanelMask { |
2727 | z-index: 20010; | 2777 | z-index: 20010; |
2728 | } | 2778 | } |
2729 | div.modalDialogFrame.simpleMessagePanelMask { | 2779 | div.modalDialogFrame.simpleMessagePanelMask { |
2730 | z-index: 20011; | 2780 | z-index: 20011; |
2731 | } | 2781 | } |
2732 | div.modalDialog.simpleMessagePanelMask { | 2782 | div.modalDialog.simpleMessagePanelMask { |
2733 | z-index: 20011; | 2783 | z-index: 20011; |
2734 | } | 2784 | } |
2735 | div.modalDialog.simpleMessagePanelMask div { | 2785 | div.modalDialog.simpleMessagePanelMask div { |
2736 | z-index: 20012; | 2786 | z-index: 20012; |
2737 | } | 2787 | } |
2738 | /* @group Bookmarklet */ | 2788 | /* @group Bookmarklet */ |
2739 | div.bookmarklet div.bookmarklet_link { | 2789 | div.bookmarklet div.bookmarklet_link { |
2740 | /* | 2790 | /* |
2741 | padding-top: 5px; | 2791 | padding-top: 5px; |
2742 | padding-left: 4px; | 2792 | padding-left: 4px; |
2743 | padding-right: 3px; | 2793 | padding-right: 3px; |
2744 | 2794 | ||
2745 | float: right; | 2795 | float: right; |
2746 | margin-top: 12px; | 2796 | margin-top: 12px; |
2747 | margin-right: 13px; | 2797 | margin-right: 13px; |
2748 | */ | 2798 | */ |
2749 | 2799 | ||
2750 | height: 34px; | 2800 | height: 34px; |
2751 | } | 2801 | } |
2752 | div.bookmarklet div.bookmarklet_link a { | 2802 | div.bookmarklet div.bookmarklet_link a { |
2753 | color: #838975; | 2803 | color: #838975; |
2754 | text-decoration: none; | 2804 | text-decoration: none; |
2755 | font-weight: bold; | 2805 | font-weight: bold; |
2756 | font-size: 10pt; | 2806 | font-size: 10pt; |
2757 | /* | 2807 | /* |
2758 | display: block; | 2808 | display: block; |
2759 | text-align: right; | 2809 | text-align: right; |
2760 | padding-top: 7px; | 2810 | padding-top: 7px; |
2761 | padding-right: 11px; | 2811 | padding-right: 11px; |
2762 | padding-bottom: 6px; | 2812 | padding-bottom: 6px; |
2763 | */ | 2813 | */ |
2764 | 2814 | ||
2765 | } | 2815 | } |
2766 | div.bookmarklet div.bookmarklet_link a div.icon { | 2816 | div.bookmarklet div.bookmarklet_link a div.icon { |
2767 | background: url(./images/old/bookmarklet/placeholder_icon.png) no-repeat 0 0; | 2817 | background: url(./images/old/bookmarklet/placeholder_icon.png) no-repeat 0 0; |
2768 | float: left; | 2818 | float: left; |
2769 | width: 34px; | 2819 | width: 34px; |
2770 | height: 34px; | 2820 | height: 34px; |
2771 | } | 2821 | } |
2772 | div.bookmarklet div.bookmarklet_link a:hover div.icon { | 2822 | div.bookmarklet div.bookmarklet_link a:hover div.icon { |
2773 | background: url(./images/old/bookmarklet/placeholder_selected_icon.png) no-repeat 0 0; | 2823 | background: url(./images/old/bookmarklet/placeholder_selected_icon.png) no-repeat 0 0; |
2774 | } | 2824 | } |
2775 | div.bookmarklet div.bookmarklet_link a div.text { | 2825 | div.bookmarklet div.bookmarklet_link a div.text { |
2776 | display: block; | 2826 | display: block; |
2777 | float: right; | 2827 | float: right; |
2778 | background: url(./images/old/bookmarklet/placeholder.png) no-repeat right 0; | 2828 | background: url(./images/old/bookmarklet/placeholder.png) no-repeat right 0; |
2779 | white-space: nowrap; | 2829 | white-space: nowrap; |
2780 | height: 34px; | 2830 | height: 34px; |
2781 | } | 2831 | } |
2782 | div.bookmarklet div.bookmarklet_link a:hover div.text { | 2832 | div.bookmarklet div.bookmarklet_link a:hover div.text { |
2783 | background: url(./images/old/bookmarklet/placeholder_selected.png) no-repeat right 0; | 2833 | background: url(./images/old/bookmarklet/placeholder_selected.png) no-repeat right 0; |
2784 | } | 2834 | } |
2785 | div.bookmarklet div.bookmarklet_link a div.text span { | 2835 | div.bookmarklet div.bookmarklet_link a div.text span { |
2786 | display: block; | 2836 | display: block; |
2787 | padding-top: 10px; | 2837 | padding-top: 10px; |
2788 | padding-right: 10px; | 2838 | padding-right: 10px; |
2789 | padding-left: 6px; | 2839 | padding-left: 6px; |
2790 | clear: both; | 2840 | clear: both; |
2791 | } | 2841 | } |
2792 | /* @end */ | 2842 | /* @end */ |
2793 | /* @group Tooltip */ | 2843 | /* @group Tooltip */ |
2794 | /* | 2844 | /* |
2795 | div#Clipperz_PM_UI_Common_Components_Tooltip_wrapperNode { | 2845 | div#Clipperz_PM_UI_Common_Components_Tooltip_wrapperNode { |
2796 | position: absolute; | 2846 | position: absolute; |
2797 | top: 0px; | 2847 | top: 0px; |
2798 | left: 0px; | 2848 | left: 0px; |
2799 | } | 2849 | } |
2800 | */ | 2850 | */ |
2801 | /* @end */ | 2851 | /* @end */ |
2802 | /* @group News */ | 2852 | /* @group News */ |
2803 | /* | 2853 | /* |
2804 | div#news { | 2854 | div#news { |
2805 | top: 11px; | 2855 | top: 11px; |
2806 | left: 240px; | 2856 | left: 240px; |
2807 | width: 353px; | 2857 | width: 353px; |
2808 | height: 85px; | 2858 | height: 85px; |
2809 | padding-top: 4px; | 2859 | padding-top: 4px; |
2810 | position: absolute; | 2860 | position: absolute; |
2811 | overflow: hidden; | 2861 | overflow: hidden; |
2812 | background: url(./images/old/note.png) 1px 3px; | 2862 | background: url(./images/old/note.png) 1px 3px; |
2813 | } | 2863 | } |
2814 | 2864 | ||
2815 | div#news.hidden { | 2865 | div#news.hidden { |
2816 | display: none; | 2866 | display: none; |
2817 | } | 2867 | } |
2818 | 2868 | ||
2819 | div#news div.close { | 2869 | div#news div.close { |
2820 | display: inline; | 2870 | display: inline; |
2821 | margin-top: 6px; | 2871 | margin-top: 6px; |
2822 | margin-left: 17px; | 2872 | margin-left: 17px; |
2823 | float: left; | 2873 | float: left; |
2824 | width: 15px; | 2874 | width: 15px; |
2825 | } | 2875 | } |
2826 | 2876 | ||
2827 | div#news div.close a { | 2877 | div#news div.close a { |
2828 | text-decoration: none; | 2878 | text-decoration: none; |
2829 | color: #929c1b; | 2879 | color: #929c1b; |
2830 | } | 2880 | } |
2831 | 2881 | ||
2832 | div#news div.close a:hover { | 2882 | div#news div.close a:hover { |
2833 | text-decoration: none; | 2883 | text-decoration: none; |
2834 | color: #3d420b; | 2884 | color: #3d420b; |
2835 | } | 2885 | } |
2836 | 2886 | ||
2837 | div#news div#newsframe { | 2887 | div#news div#newsframe { |
2838 | display: block; | 2888 | display: block; |
2839 | overflow: hidden; | 2889 | overflow: hidden; |
2840 | width: 305px; | 2890 | width: 305px; |
2841 | height: 70px; | 2891 | height: 70px; |
2842 | } | 2892 | } |
2843 | 2893 | ||
2844 | div#news div#newsframe iframe { | 2894 | div#news div#newsframe iframe { |
2845 | border: 0px; | 2895 | border: 0px; |
2846 | } | 2896 | } |
2847 | */ | 2897 | */ |
2848 | /* --------------------------------------- */ | 2898 | /* --------------------------------------- */ |
2849 | div#news { | 2899 | div#news { |
2850 | top: -82px; | 2900 | top: -82px; |
2851 | left: 240px; | 2901 | left: 240px; |
2852 | width: 310px; | 2902 | width: 310px; |
2853 | height: 90px; | 2903 | height: 90px; |
2854 | position: absolute; | 2904 | position: absolute; |
2855 | /*background: url(./images/old/tips/Tips_background.png) 0 -5px; */ | 2905 | /*background: url(./images/old/tips/Tips_background.png) 0 -5px; */ |
2856 | 2906 | ||
2857 | background-color: #616474; | 2907 | background-color: #616474; |
2858 | -webkit-border-bottom-right-radius: 8px; | 2908 | -webkit-border-bottom-right-radius: 8px; |
2859 | -webkit-border-bottom-left-radius: 8px; | 2909 | -webkit-border-bottom-left-radius: 8px; |
2860 | -moz-border-radius-bottomright: 8px; | 2910 | -moz-border-radius-bottomright: 8px; |
2861 | -moz-border-radius-bottomleft: 8px; | 2911 | -moz-border-radius-bottomleft: 8px; |
2862 | border-bottom-right-radius: 8px; | 2912 | border-bottom-right-radius: 8px; |
2863 | border-bottom-left-radius: 8px; | 2913 | border-bottom-left-radius: 8px; |
2864 | -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); | 2914 | -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); |
2865 | -moz-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); | 2915 | -moz-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); |
2866 | box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); | 2916 | box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); |
2867 | } | 2917 | } |
2868 | /* | 2918 | /* |
2869 | div#news.open { | 2919 | div#news.open { |
2870 | background: url(./images/old/tips/Tips_open.png) 0 -5px; | 2920 | background: url(./images/old/tips/Tips_open.png) 0 -5px; |
2871 | } | 2921 | } |
2872 | 2922 | ||
2873 | div#news.hidden { | 2923 | div#news.hidden { |
2874 | background: url(./images/old/tips/Tips_close.png) 0 -5px; | 2924 | background: url(./images/old/tips/Tips_close.png) 0 -5px; |
2875 | } | 2925 | } |
2876 | */ | 2926 | */ |
2877 | /* | 2927 | /* |
2878 | div#news div#newsframe { | 2928 | div#news div#newsframe { |
2879 | margin-left: 10px; | 2929 | margin-left: 10px; |
2880 | margin-right: 10px; | 2930 | margin-right: 10px; |
2881 | height: 75px; | 2931 | height: 75px; |
2882 | overflow: hidden; | 2932 | overflow: hidden; |
2883 | } | 2933 | } |
2884 | div#news div#newsframe.loading { | 2934 | div#news div#newsframe.loading { |
2885 | background: url(./images/old/loading/news.gif) no-repeat center center; | 2935 | background: url(./images/old/loading/news.gif) no-repeat center center; |
2886 | } | 2936 | } |
2887 | div#news div#newsframe iframe { | 2937 | div#news div#newsframe iframe { |
2888 | width: 290px; | 2938 | width: 290px; |
2889 | border: 0px; | 2939 | border: 0px; |
2890 | color: #616474; | 2940 | color: #616474; |
2891 | background-color: #616474; | 2941 | background-color: #616474; |
2892 | } | 2942 | } |
2893 | div#news div.grip { | 2943 | div#news div.grip { |
2894 | width: 310px; | 2944 | width: 310px; |
2895 | height: 12px; | 2945 | height: 12px; |
2896 | margin-top: 2px; | 2946 | margin-top: 2px; |
2897 | cursor: pointer; | 2947 | cursor: pointer; |
2898 | } | 2948 | } |
2899 | div#news.open div.grip { | 2949 | div#news.open div.grip { |
2900 | background: url(./images/old/tips/close.png) no-repeat center 6px; | 2950 | background: url(./images/old/tips/close.png) no-repeat center 6px; |
2901 | } | 2951 | } |
2902 | div#news.hidden div.grip { | 2952 | div#news.hidden div.grip { |
2903 | background: url(./images/old/tips/open.png) no-repeat center 6px; | 2953 | background: url(./images/old/tips/open.png) no-repeat center 6px; |
2904 | } | 2954 | } |
2905 | */ | 2955 | */ |
2906 | /* @end */ | 2956 | /* @end */ |
2907 | /* @group mainDialog */ | 2957 | /* @group mainDialog */ |
2908 | div.mainDialog { | 2958 | div.mainDialog { |
2909 | position: relative; | 2959 | position: relative; |
2910 | left: -263px; | 2960 | left: -263px; |
2911 | width: 525px; | 2961 | width: 525px; |
2912 | height: 325px; | 2962 | height: 325px; |
2913 | } | 2963 | } |
2914 | div.scrollable div.mainDialog { | 2964 | div.scrollable div.mainDialog { |
2915 | top: 0px; | 2965 | top: 0px; |
2916 | } | 2966 | } |
2917 | div.fixed div.mainDialog { | 2967 | div.fixed div.mainDialog { |
2918 | top: -118px; | 2968 | top: -118px; |
2919 | } | 2969 | } |
2920 | div.mainDialog div.header { | 2970 | div.mainDialog div.header { |
2921 | height: 55px; | 2971 | height: 55px; |
2922 | background: url(./images/old/cardDialog/background_header.png) no-repeat; | 2972 | background: url(./images/old/cardDialog/background_header.png) no-repeat; |
2923 | } | 2973 | } |
2924 | div.mainDialog div.header div.title { | 2974 | div.mainDialog div.header div.title { |
2925 | padding-top: 16px; | 2975 | padding-top: 16px; |
2926 | padding-left: 20px; | 2976 | padding-left: 20px; |
2927 | padding-right: 20px; | 2977 | padding-right: 20px; |
2928 | } | 2978 | } |
2929 | div.mainDialog div.header div.title input { | 2979 | div.mainDialog div.header div.title input { |
2930 | width: 100%; | 2980 | width: 100%; |
2931 | display: block; | 2981 | display: block; |
2932 | font-size: 16pt; | 2982 | font-size: 16pt; |
2933 | margin: 0px; | 2983 | margin: 0px; |
2934 | border: 0px; | 2984 | border: 0px; |
2935 | padding: 3px 10px; | 2985 | padding: 3px 10px; |
2936 | color: #787872; | 2986 | color: #787872; |
2937 | border: 1px solid #cccec0; | 2987 | border: 1px solid #cccec0; |
2938 | background-color: #cccec0; | 2988 | background-color: #cccec0; |
2939 | } | 2989 | } |
2940 | div.mainDialog div.header div.title h3 { | 2990 | div.mainDialog div.header div.title h3 { |
2941 | display: block; | 2991 | display: block; |
2942 | font-size: 16pt; | 2992 | font-size: 16pt; |
2943 | color: #787872; | 2993 | color: #787872; |
2944 | margin: 0px; | 2994 | margin: 0px; |
2945 | border: 0px; | 2995 | border: 0px; |
2946 | padding: 3px 10px; | 2996 | padding: 3px 10px; |
2947 | } | 2997 | } |
2948 | div.mainDialog div.header div.title.selectedField input, | 2998 | div.mainDialog div.header div.title.selectedField input, |
2949 | div.mainDialog div.header div.title:hover input { | 2999 | div.mainDialog div.header div.title:hover input { |
2950 | border: 1px solid #515247; | 3000 | border: 1px solid #515247; |
2951 | background-color: #b5b7ab; | 3001 | background-color: #b5b7ab; |
2952 | } | 3002 | } |
2953 | div.mainDialog div.header div.title.disabled:hover input { | 3003 | div.mainDialog div.header div.title.disabled:hover input { |
2954 | border: 1px solid #cccec0; | 3004 | border: 1px solid #cccec0; |
2955 | background-color: #cccec0; | 3005 | background-color: #cccec0; |
2956 | } | 3006 | } |
2957 | div.mainDialog div.body { | 3007 | div.mainDialog div.body { |
2958 | padding-top: 0px; | 3008 | padding-top: 0px; |
2959 | padding-left: 10px; | 3009 | padding-left: 10px; |
2960 | padding-right: 9px; | 3010 | padding-right: 9px; |
2961 | min-height: 200px; | 3011 | min-height: 200px; |
2962 | background: url(./images/old/cardDialog/background_body.png) repeat-y; | 3012 | background: url(./images/old/cardDialog/background_body.png) repeat-y; |
2963 | } | 3013 | } |
2964 | div.mainDialog div.body div.mask { | 3014 | div.mainDialog div.body div.mask { |
2965 | display: none; | 3015 | display: none; |
2966 | } | 3016 | } |
2967 | div.mainDialog.loading div.body div.mask { | 3017 | div.mainDialog.loading div.body div.mask { |
2968 | display: block; | 3018 | display: block; |
2969 | position: absolute; | 3019 | position: absolute; |
2970 | top: 55px; | 3020 | top: 55px; |
2971 | left: 10px; | 3021 | left: 10px; |
2972 | right: 9px; | 3022 | right: 9px; |
2973 | bottom: 70px; | 3023 | bottom: 70px; |
2974 | z-index: 1001; | 3024 | z-index: 1001; |
2975 | background-color: white; | 3025 | background-color: white; |
2976 | padding-left: 146px; | 3026 | padding-left: 146px; |
2977 | padding-right: 146px; | 3027 | padding-right: 146px; |
2978 | padding-top: 70px; | 3028 | padding-top: 70px; |
2979 | } | 3029 | } |
2980 | div.mainDialog.loading div.body .tabPanels { | 3030 | div.mainDialog.loading div.body .tabPanels { |
2981 | display: none; | 3031 | display: none; |
2982 | } | 3032 | } |
2983 | div.mainDialog.loading div.body div.mask h3.progressDescription { | 3033 | div.mainDialog.loading div.body div.mask h3.progressDescription { |
2984 | margin: 0px; | 3034 | margin: 0px; |
2985 | text-align: center; | 3035 | text-align: center; |
2986 | padding-bottom: 10px; | 3036 | padding-bottom: 10px; |
2987 | color: #cccec0; | 3037 | color: #cccec0; |
2988 | font-size: 14pt; | 3038 | font-size: 14pt; |
2989 | font-weight: normal; | 3039 | font-weight: normal; |
2990 | } | 3040 | } |
2991 | div.loadingBar { | 3041 | div.loadingBar { |
2992 | height: 22px; | 3042 | height: 22px; |
2993 | width: 214px; | 3043 | width: 214px; |
2994 | background: url(./images/old/loading/loadingBar.gif) no-repeat center top; | 3044 | background: url(./images/old/loading/loadingBar.gif) no-repeat center top; |
2995 | } | 3045 | } |
2996 | div.loadingBar div.loadingBarProgressBox { | 3046 | div.loadingBar div.loadingBarProgressBox { |
2997 | padding: 2px; | 3047 | padding: 2px; |
2998 | } | 3048 | } |
2999 | div.loadingBar div.loadingBarProgress { | 3049 | div.loadingBar div.loadingBarProgress { |
3000 | height: 18px; | 3050 | height: 18px; |
3001 | width: 0%; | 3051 | width: 0%; |
3002 | /* background-repeat: no-repeat;*/ | 3052 | /* background-repeat: no-repeat;*/ |
3003 | 3053 | ||
3004 | background-color: rgba(248, 79, 0, 0.6); | 3054 | background-color: rgba(248, 79, 0, 0.6); |
3005 | -webkit-border-radius: 9px; | 3055 | -webkit-border-radius: 9px; |
3006 | -moz-border-radius: 9px; | 3056 | -moz-border-radius: 9px; |
3007 | border-radius: 9px; | 3057 | border-radius: 9px; |
3008 | } | 3058 | } |
3009 | /* | 3059 | /* |
3010 | div.loadingBar div.loadingBarProgress div.loadingBarProgress_left { | 3060 | div.loadingBar div.loadingBarProgress div.loadingBarProgress_left { |
3011 | height: 100%; | 3061 | height: 100%; |
3012 | max-width: 8px; | 3062 | max-width: 8px; |
3013 | background: url(./images/old/loading/loadingBarProgress.png) no-repeat 0; | 3063 | background: url(./images/old/loading/loadingBarProgress.png) no-repeat 0; |
3014 | } | 3064 | } |
3015 | 3065 | ||
3016 | div.loadingBar div.loadingBarProgress div.loadingBarProgress_right { | 3066 | div.loadingBar div.loadingBarProgress div.loadingBarProgress_right { |
3017 | position: relative; | 3067 | position: relative; |
3018 | height: 100%; | 3068 | height: 100%; |
3019 | margin-left: 8px; | 3069 | margin-left: 8px; |
3020 | background: url(./images/old/loading/loadingBarProgress.png) no-repeat right; | 3070 | background: url(./images/old/loading/loadingBarProgress.png) no-repeat right; |
3021 | top: -22px; | 3071 | top: -22px; |
3022 | } | 3072 | } |
3023 | */ | 3073 | */ |
3024 | div.mainDialog div.body div ul { | 3074 | div.mainDialog div.body div ul { |
3025 | padding: 0px; | 3075 | padding: 0px; |
3026 | clear: both; | 3076 | clear: both; |
3027 | margin: 0px; | 3077 | margin: 0px; |
3028 | list-style-type: none; | 3078 | list-style-type: none; |
3029 | } | 3079 | } |
3030 | div.mainDialog div.body div.tabs { | 3080 | div.mainDialog div.body div.tabs { |
3031 | height: 20px; | 3081 | height: 20px; |
3032 | } | 3082 | } |
3033 | div.mainDialog div.body div.tabs ul.tabs { | 3083 | div.mainDialog div.body div.tabs ul.tabs { |
3034 | height: 33px; | 3084 | height: 33px; |
3035 | /*border-bottom: 1px solid #515247;*/ | 3085 | /*border-bottom: 1px solid #515247;*/ |
3036 | 3086 | ||
3037 | /*background: #cccec0 url(./images/old/cardDialog/tabs_shadow.png) repeat-x 0 -5px;*/ | 3087 | /*background: #cccec0 url(./images/old/cardDialog/tabs_shadow.png) repeat-x 0 -5px;*/ |
3038 | 3088 | ||
3039 | background: url(./images/old/cardDialog/tabs_background.png) repeat-x; | 3089 | background: url(./images/old/cardDialog/tabs_background.png) repeat-x; |
3040 | } | 3090 | } |
3041 | div.mainDialog div.body div.tabs ul.tabs li { | 3091 | div.mainDialog div.body div.tabs ul.tabs li { |
3042 | /* width: 150px;*/ | 3092 | /* width: 150px;*/ |
3043 | 3093 | ||
3044 | height: 32px; | 3094 | height: 32px; |
3045 | font-size: 11pt; | 3095 | font-size: 11pt; |
3046 | text-align: center; | 3096 | text-align: center; |
3047 | border-right: 1px solid #515247; | 3097 | border-right: 1px solid #515247; |
3048 | float: left; | 3098 | float: left; |
3049 | color: #787872; | 3099 | color: #787872; |
3050 | border-bottom: 1px solid #515247; | 3100 | border-bottom: 1px solid #515247; |
3051 | background: #cccec0 url(./images/old/cardDialog/tabs_shadow.png) repeat-x 0 -5px; | 3101 | background: #cccec0 url(./images/old/cardDialog/tabs_shadow.png) repeat-x 0 -5px; |
3052 | cursor: pointer; | 3102 | cursor: pointer; |
3053 | } | 3103 | } |
3054 | div.mainDialog div.body div.tabs ul.tabs li div { | 3104 | div.mainDialog div.body div.tabs ul.tabs li div { |
3055 | display: none; | 3105 | display: none; |
3056 | } | 3106 | } |
3057 | div.mainDialog div.body div.tabs ul.tabs li span { | 3107 | div.mainDialog div.body div.tabs ul.tabs li span { |
3058 | display: block; | 3108 | display: block; |
3059 | padding-top: 9px; | 3109 | padding-top: 9px; |
3060 | padding-bottom: 6px; | 3110 | padding-bottom: 6px; |
3061 | padding-left: 40px; | 3111 | padding-left: 40px; |
3062 | padding-right: 40px; | 3112 | padding-right: 40px; |
3063 | } | 3113 | } |
3064 | div.mainDialog div.body div.tabs ul.tabs li:hover { | 3114 | div.mainDialog div.body div.tabs ul.tabs li:hover { |
3065 | color: #515247; | 3115 | color: #515247; |
3066 | } | 3116 | } |
3067 | div.mainDialog div.body div.tabs ul.tabs li.disabled:hover { | 3117 | div.mainDialog div.body div.tabs ul.tabs li.disabled:hover { |
3068 | color: #787872; | 3118 | color: #787872; |
3069 | cursor: default; | 3119 | cursor: default; |
3070 | } | 3120 | } |
3071 | div.mainDialog div.body div.tabs ul.tabs li.selected { | 3121 | div.mainDialog div.body div.tabs ul.tabs li.selected { |
3072 | color: #515247; | 3122 | color: #515247; |
3073 | background-color: #f1f2e9; | 3123 | background-color: #f1f2e9; |
3074 | border-bottom: 1px solid #f1f2e9; | 3124 | border-bottom: 1px solid #f1f2e9; |
3075 | cursor: default; | 3125 | cursor: default; |
3076 | } | 3126 | } |
3077 | div.mainDialog div.body div.tabs ul.tabs li.selected.disabled:hover { | 3127 | div.mainDialog div.body div.tabs ul.tabs li.selected.disabled:hover { |
3078 | color: #515247; | 3128 | color: #515247; |
3079 | } | 3129 | } |
3080 | div.mainDialog div.body div.tabs ul.tabs li.selected div.backToDirectLoginList { | 3130 | div.mainDialog div.body div.tabs ul.tabs li.selected div.backToDirectLoginList { |
3081 | position: absolute; | 3131 | position: absolute; |
3082 | display: block; | 3132 | display: block; |
3083 | top: 63px; | 3133 | top: 63px; |
3084 | left: 140; | 3134 | left: 140; |
3085 | width: 20px; | 3135 | width: 20px; |
3086 | } | 3136 | } |
3087 | div.mainDialog div.body div.tabs ul.tabs li.selected div.addDirectLoginButton { | 3137 | div.mainDialog div.body div.tabs ul.tabs li.selected div.addDirectLoginButton { |
3088 | position: absolute; | 3138 | position: absolute; |
3089 | display: block; | 3139 | display: block; |
3090 | top: 63px; | 3140 | top: 63px; |
3091 | left: 265px; | 3141 | left: 265px; |
3092 | width: 20px; | 3142 | width: 20px; |
3093 | } | 3143 | } |
3094 | div.mainDialog div.body div.tabs ul.tabs li.selected div span { | 3144 | div.mainDialog div.body div.tabs ul.tabs li.selected div span { |
3095 | padding: 0px; | 3145 | padding: 0px; |
3096 | margin: 0px; | 3146 | margin: 0px; |
3097 | } | 3147 | } |
3098 | div.mainDialog div.body div.tabs ul.tabs li.selected div:hover { | 3148 | div.mainDialog div.body div.tabs ul.tabs li.selected div:hover { |
3099 | cursor: pointer; | 3149 | cursor: pointer; |
3100 | } | 3150 | } |
3101 | div.mainDialog div.body .tabPanels { | 3151 | div.mainDialog div.body .tabPanels { |
3102 | clear: both; | 3152 | clear: both; |
3103 | } | 3153 | } |
3104 | div.mainDialog div.body ul.tabPanels li.tabPanel { | 3154 | div.mainDialog div.body ul.tabPanels li.tabPanel { |
3105 | display: none; | 3155 | display: none; |
3106 | } | 3156 | } |
3107 | div.mainDialog div.body ul.tabPanels li.tabPanel.selected { | 3157 | div.mainDialog div.body ul.tabPanels li.tabPanel.selected { |
3108 | display: block; | 3158 | display: block; |
3109 | } | 3159 | } |
3110 | div.mainDialog div.body ul.tabPanels li.tabPanel.selected h2 { | 3160 | div.mainDialog div.body ul.tabPanels li.tabPanel.selected h2 { |
3111 | margin: 0px; | 3161 | margin: 0px; |
3112 | text-align: center; | 3162 | text-align: center; |
3113 | padding-top: 50px; | 3163 | padding-top: 50px; |
3114 | color: #787872; | 3164 | color: #787872; |
3115 | } | 3165 | } |
3116 | div.mainDialog div.body ul.tabPanels li.tabPanel.selected div.wizardStepDescription { | 3166 | div.mainDialog div.body ul.tabPanels li.tabPanel.selected div.wizardStepDescription { |
3117 | margin: 0px 20px 10px; | 3167 | margin: 0px 20px 10px; |
3118 | font-size: 10pt; | 3168 | font-size: 10pt; |
3119 | color: b0b0b0; | 3169 | color: b0b0b0; |
3120 | font-style: italic; | 3170 | font-style: italic; |
3121 | text-align: center; | 3171 | text-align: center; |
3122 | } | 3172 | } |
3123 | div.mainDialog div.footer { | 3173 | div.mainDialog div.footer { |
3124 | height: 70px; | 3174 | height: 70px; |
3125 | background: url(./images/old/cardDialog/background_footer.png) no-repeat 0 -14px; | 3175 | background: url(./images/old/cardDialog/background_footer.png) no-repeat 0 -14px; |
3126 | } | 3176 | } |
3127 | div.mainDialog div.footer div.buttonArea { | 3177 | div.mainDialog div.footer div.buttonArea { |
3128 | padding-left: 40px; | 3178 | padding-left: 40px; |
3129 | padding-right: 40px; | 3179 | padding-right: 40px; |
3130 | padding-top: 15px; | 3180 | padding-top: 15px; |
3131 | } | 3181 | } |
3132 | div.mainDialog div.footer div.buttonArea div { | 3182 | div.mainDialog div.footer div.buttonArea div { |
3133 | padding-left: 20px; | 3183 | padding-left: 20px; |
3134 | padding-right: 20px; | 3184 | padding-right: 20px; |
3135 | float: left; | 3185 | float: left; |
3136 | font-weight: bold; | 3186 | font-weight: bold; |
3137 | color: #787872; | 3187 | color: #787872; |
3138 | } | 3188 | } |
3139 | div.mainDialog div.footer div.buttonArea div.disabled { | 3189 | div.mainDialog div.footer div.buttonArea div.disabled { |
3140 | color: #b1b1a8; | 3190 | color: #b1b1a8; |
3141 | } | 3191 | } |
3142 | div.mainDialog div.footer div.buttonArea div.disabled:hover { | 3192 | div.mainDialog div.footer div.buttonArea div.disabled:hover { |
3143 | color: #b1b1a8; | 3193 | color: #b1b1a8; |
3144 | cursor: default; | 3194 | cursor: default; |
3145 | } | 3195 | } |
3146 | div.mainDialog div.footer div.buttonArea div:hover { | 3196 | div.mainDialog div.footer div.buttonArea div:hover { |
3147 | color: #515247; | 3197 | color: #515247; |
3148 | cursor: pointer; | 3198 | cursor: pointer; |
3149 | } | 3199 | } |
3150 | div.mainDialog div.footer div.buttonArea div.save { | 3200 | div.mainDialog div.footer div.buttonArea div.save { |
3151 | float: right; | 3201 | float: right; |
3152 | } | 3202 | } |
3153 | /* @end */ | 3203 | /* @end */ |
3154 | /* @group Card Dialog */ | 3204 | /* @group Card Dialog */ |
3155 | div.addDirectLoginButton { | 3205 | div.addDirectLoginButton { |
3156 | height: 20px; | 3206 | height: 20px; |
3157 | width: 20px; | 3207 | width: 20px; |
3158 | background: url(./images/old/cardDialog/addDirectLogin_disabled_background.png) no-repeat -9px -9px; | 3208 | background: url(./images/old/cardDialog/addDirectLogin_disabled_background.png) no-repeat -9px -9px; |
3159 | color: white; | 3209 | color: white; |
3160 | font-weight: bold; | 3210 | font-weight: bold; |
3161 | } | 3211 | } |
3162 | div.addDirectLoginButton span { | 3212 | div.addDirectLoginButton span { |
3163 | display: block; | 3213 | display: block; |
3164 | height: 20px; | 3214 | height: 20px; |
3165 | width: 20px; | 3215 | width: 20px; |
3166 | } | 3216 | } |
3167 | div.addDirectLoginButton:hover { | 3217 | div.addDirectLoginButton:hover { |
3168 | background: url(./images/old/cardDialog/addDirectLogin_background.png) no-repeat -9px -9px; | 3218 | background: url(./images/old/cardDialog/addDirectLogin_background.png) no-repeat -9px -9px; |
3169 | } | 3219 | } |
3170 | /* @group Card Dialog - Direct Login */ | 3220 | /* @group Card Dialog - Direct Login */ |
3171 | div.directLoginsComponentContainer { | 3221 | div.directLoginsComponentContainer { |
3172 | overflow: hidden; | 3222 | overflow: hidden; |
3173 | /* background-color: green;*/ | 3223 | /* background-color: green;*/ |
3174 | 3224 | ||
3175 | } | 3225 | } |
3176 | div.CardDialog div.directLogins { | 3226 | div.CardDialog div.directLogins { |
3177 | /* background-color: yellow;*/ | 3227 | /* background-color: yellow;*/ |
3178 | 3228 | ||
3179 | padding-top: 2px; | 3229 | padding-top: 2px; |
3180 | } | 3230 | } |
3181 | div.CardDialog div.addNewDirectLoginSplash { | 3231 | div.CardDialog div.addNewDirectLoginSplash { |
3182 | margin: 0px 80px; | 3232 | margin: 0px 80px; |
3183 | } | 3233 | } |
3184 | div.CardDialog div.addNewDirectLoginSplash h3 { | 3234 | div.CardDialog div.addNewDirectLoginSplash h3 { |
3185 | color: #aaaaaa; | 3235 | color: #aaaaaa; |
3186 | text-align: center; | 3236 | text-align: center; |
3187 | font-weight: normal; | 3237 | font-weight: normal; |
3188 | font-size: 11pt; | 3238 | font-size: 11pt; |
3189 | } | 3239 | } |
3190 | div.CardDialog div.addNewDirectLoginSplash a { | 3240 | div.CardDialog div.addNewDirectLoginSplash a { |
3191 | display: block; | 3241 | display: block; |
3192 | text-decoration: none; | 3242 | text-decoration: none; |
3193 | margin-left: auto; | 3243 | margin-left: auto; |
3194 | margin-right: auto; | 3244 | margin-right: auto; |
3195 | width: 190px; | 3245 | width: 190px; |
3196 | /* color: #787878;*/ | 3246 | /* color: #787878;*/ |
3197 | 3247 | ||
3198 | color: rgba(255, 98, 6, 0.75); | 3248 | color: rgba(255, 98, 6, 0.75); |
3199 | text-transform: uppercase; | 3249 | text-transform: uppercase; |
3200 | background: url(./images/old/cardDialog/addDirectLogin_disabled_background.png) no-repeat right; | 3250 | background: url(./images/old/cardDialog/addDirectLogin_disabled_background.png) no-repeat right; |
3201 | } | 3251 | } |
3202 | div.CardDialog div.addNewDirectLoginSplash a span { | 3252 | div.CardDialog div.addNewDirectLoginSplash a span { |
3203 | text-align: center; | 3253 | text-align: center; |
3204 | } | 3254 | } |
3205 | div.CardDialog div.addNewDirectLoginSplash a:hover { | 3255 | div.CardDialog div.addNewDirectLoginSplash a:hover { |
3206 | color: #ff6206; | 3256 | color: #ff6206; |
3207 | background: url(./images/old/cardDialog/addDirectLogin_background.png) no-repeat right; | 3257 | background: url(./images/old/cardDialog/addDirectLogin_background.png) no-repeat right; |
3208 | } | 3258 | } |
3209 | div.CardDialog div.directLoginItem { | 3259 | div.CardDialog div.directLoginItem { |
3210 | clear: both; | 3260 | clear: both; |
3211 | min-height: 32px; | 3261 | min-height: 32px; |
3212 | padding-left: 10px; | 3262 | padding-left: 10px; |
3213 | padding-top: 4px; | 3263 | padding-top: 4px; |
3214 | padding-bottom: 2px; | 3264 | padding-bottom: 2px; |
3215 | /* width: 100px;*/ | 3265 | /* width: 100px;*/ |
3216 | 3266 | ||
3217 | max-height: 32px; | 3267 | max-height: 32px; |
3218 | overflow: hidden; | 3268 | overflow: hidden; |
3219 | } | 3269 | } |
3220 | div.CardDialog div.directLoginItem:hover { | 3270 | div.CardDialog div.directLoginItem:hover { |
3221 | background-color: #cccec0; | 3271 | background-color: #cccec0; |
3222 | } | 3272 | } |
3223 | div.CardDialog div.addDirectLoginListItem { | 3273 | div.CardDialog div.addDirectLoginListItem { |
3224 | min-height: 32px; | 3274 | min-height: 32px; |
3225 | padding-left: 10px; | 3275 | padding-left: 10px; |
3226 | padding-top: 4px; | 3276 | padding-top: 4px; |
3227 | padding-bottom: 2px; | 3277 | padding-bottom: 2px; |
3228 | max-height: 32px; | 3278 | max-height: 32px; |
3229 | overflow: hidden; | 3279 | overflow: hidden; |
3230 | background: url(./images/old/cardDialog/addDirectLogin_disabled_background.png) no-repeat 22px 0; | 3280 | background: url(./images/old/cardDialog/addDirectLogin_disabled_background.png) no-repeat 22px 0; |
3231 | } | 3281 | } |
3232 | div.CardDialog div.addDirectLoginListItem a { | 3282 | div.CardDialog div.addDirectLoginListItem a { |
3233 | display: block; | 3283 | display: block; |
3234 | font-size: 11pt; | 3284 | font-size: 11pt; |
3235 | padding-top: 6px; | 3285 | padding-top: 6px; |
3236 | padding-left: 50px; | 3286 | padding-left: 50px; |
3237 | color: rgba(255, 98, 6, 0.75); | 3287 | color: rgba(255, 98, 6, 0.75); |
3238 | text-decoration: none; | 3288 | text-decoration: none; |
3239 | text-transform: uppercase; | 3289 | text-transform: uppercase; |
3240 | } | 3290 | } |
3241 | div.CardDialog div.addDirectLoginListItem:hover { | 3291 | div.CardDialog div.addDirectLoginListItem:hover { |
3242 | background: url(./images/old/cardDialog/addDirectLogin_background.png) no-repeat 22px 0; | 3292 | background: url(./images/old/cardDialog/addDirectLogin_background.png) no-repeat 22px 0; |
3243 | color: #ff6206; | 3293 | color: #ff6206; |
3244 | background-color: #cccec0; | 3294 | background-color: #cccec0; |
3245 | } | 3295 | } |
3246 | div.CardDialog div.directLoginItem div.cardDialogRecordDirectLoginComponent_favicon img.favicon { | 3296 | div.CardDialog div.directLoginItem div.cardDialogRecordDirectLoginComponent_favicon img.favicon { |
3247 | width: 32px; | 3297 | width: 32px; |
3248 | height: 32px; | 3298 | height: 32px; |
3249 | float: left; | 3299 | float: left; |
3250 | } | 3300 | } |
3251 | div.CardDialog div.directLoginItem div.cardDialogRecordDirectLoginComponent_label input { | 3301 | div.CardDialog div.directLoginItem div.cardDialogRecordDirectLoginComponent_label input { |
3252 | float: left; | 3302 | float: left; |
3253 | font-size: 11pt; | 3303 | font-size: 11pt; |
3254 | border: 0px; | 3304 | border: 0px; |
3255 | padding: 5px; | 3305 | padding: 5px; |
3256 | color: #787872; | 3306 | color: #787872; |
3257 | border: 1px solid #ededeb; | 3307 | border: 1px solid #ededeb; |
3258 | background-color: #ededeb; | 3308 | background-color: #ededeb; |
3259 | height: 30px; | 3309 | height: 30px; |
3260 | margin-left: 10px; | 3310 | margin-left: 10px; |
3261 | width: 68%; | 3311 | width: 68%; |
3262 | margin-right: 5px; | 3312 | margin-right: 5px; |
3263 | } | 3313 | } |
3264 | div.CardDialog div.directLoginItem:hover div.cardDialogRecordDirectLoginComponent_label input { | 3314 | div.CardDialog div.directLoginItem:hover div.cardDialogRecordDirectLoginComponent_label input { |
3265 | border: 1px solid #515247; | 3315 | border: 1px solid #515247; |
3266 | background-color: #b5b7ab; | 3316 | background-color: #b5b7ab; |
3267 | } | 3317 | } |
3268 | div.CardDialog div.directLoginItem > div.open { | 3318 | div.CardDialog div.directLoginItem > div.open { |
3269 | float: left; | 3319 | float: left; |
3270 | margin-top: 5px; | 3320 | margin-top: 5px; |
3271 | margin-right: 2px; | 3321 | margin-right: 2px; |
3272 | padding-left: 5px; | 3322 | padding-left: 5px; |
3273 | visibility: hidden; | 3323 | visibility: hidden; |
3274 | } | 3324 | } |
3275 | div.CardDialog div.directLoginItem > div.edit, | 3325 | div.CardDialog div.directLoginItem > div.edit, |
3276 | div.CardDialog div.directLoginItem > div.delete { | 3326 | div.CardDialog div.directLoginItem > div.delete { |
3277 | float: left; | 3327 | float: left; |
3278 | margin-top: 5px; | 3328 | margin-top: 5px; |
3279 | margin-left: 3px; | 3329 | margin-left: 3px; |
3280 | padding-left: 5px; | 3330 | padding-left: 5px; |
3281 | visibility: hidden; | 3331 | visibility: hidden; |
3282 | } | 3332 | } |
3283 | div.CardDialog div.directLoginItem > div.open a { | 3333 | div.CardDialog div.directLoginItem > div.open a { |
3284 | display: block; | 3334 | display: block; |
3285 | width: 22px; | 3335 | width: 22px; |
3286 | height: 22px; | 3336 | height: 22px; |
3287 | background: url(./images/old/cardDialog/openDirectLogin.png) no-repeat 0 -2px; | 3337 | background: url(./images/old/cardDialog/openDirectLogin.png) no-repeat 0 -2px; |
3288 | } | 3338 | } |
3289 | div.CardDialog div.directLoginItem > div.open a:hover { | 3339 | div.CardDialog div.directLoginItem > div.open a:hover { |
3290 | background: url(./images/old/cardDialog/openDirectLogin_selected.png) no-repeat 0 -2px; | 3340 | background: url(./images/old/cardDialog/openDirectLogin_selected.png) no-repeat 0 -2px; |
3291 | } | 3341 | } |
3292 | div.CardDialog div.directLoginItem:hover > div.open, | 3342 | div.CardDialog div.directLoginItem:hover > div.open, |
3293 | div.CardDialog div.directLoginItem:hover > div.edit, | 3343 | div.CardDialog div.directLoginItem:hover > div.edit, |
3294 | div.CardDialog div.directLoginItem:hover > div.delete { | 3344 | div.CardDialog div.directLoginItem:hover > div.delete { |
3295 | visibility: visible; | 3345 | visibility: visible; |
3296 | } | 3346 | } |
3297 | div.CardDialog div.directLoginItem div.edit span { | 3347 | div.CardDialog div.directLoginItem div.edit span { |
3298 | padding-right: 6px; | 3348 | padding-right: 6px; |
3299 | display: block; | 3349 | display: block; |
3300 | } | 3350 | } |
3301 | div.CardDialog div.directLoginItem div.open span a, | 3351 | div.CardDialog div.directLoginItem div.open span a, |
3302 | div.CardDialog div.directLoginItem div.edit span a, | 3352 | div.CardDialog div.directLoginItem div.edit span a, |
3303 | div.CardDialog div.directLoginItem div.delete span a { | 3353 | div.CardDialog div.directLoginItem div.delete span a { |
3304 | font-size: 8pt; | 3354 | font-size: 8pt; |
3305 | color: #666666; | 3355 | color: #666666; |
3306 | text-decoration: none; | 3356 | text-decoration: none; |
3307 | line-height: 19px; | 3357 | line-height: 19px; |
3308 | } | 3358 | } |
3309 | div.CardDialog div.directLoginItem div.edit:hover { | 3359 | div.CardDialog div.directLoginItem div.edit:hover { |
3310 | background: url(./images/old/new_background_left.png) no-repeat; | 3360 | background: url(./images/old/new_background_left.png) no-repeat; |
3311 | } | 3361 | } |
3312 | div.CardDialog div.directLoginItem div:hover span a { | 3362 | div.CardDialog div.directLoginItem div:hover span a { |
3313 | color: white; | 3363 | color: white; |
3314 | } | 3364 | } |
3315 | div.CardDialog div.directLoginItem div.edit:hover span { | 3365 | div.CardDialog div.directLoginItem div.edit:hover span { |
3316 | background: url(./images/old/new_background.png) no-repeat right center; | 3366 | background: url(./images/old/new_background.png) no-repeat right center; |
3317 | } | 3367 | } |
3318 | div.CardDialog div.directLoginItem div.delete:hover { | 3368 | div.CardDialog div.directLoginItem div.delete:hover { |
3319 | background: url(./images/old/delete_background_left.png) no-repeat; | 3369 | background: url(./images/old/delete_background_left.png) no-repeat; |
3320 | } | 3370 | } |
3321 | div.CardDialog div.directLoginItem div.delete:hover span { | 3371 | div.CardDialog div.directLoginItem div.delete:hover span { |
3322 | background: url(./images/old/delete_background.png) right; | 3372 | background: url(./images/old/delete_background.png) right; |
3323 | } | 3373 | } |
3324 | /* @group Direct Login Editing */ | 3374 | /* @group Direct Login Editing */ |
3325 | div.CardDialog div.directLoginEditDetail { | 3375 | div.CardDialog div.directLoginEditDetail { |
3326 | position: relative; | 3376 | position: relative; |
3327 | /* background-color: red;*/ | 3377 | /* background-color: red;*/ |
3328 | 3378 | ||
3329 | } | 3379 | } |
3330 | /* | 3380 | /* |
3331 | div.CardDialog div.directLoginEditDetail div.back { | 3381 | div.CardDialog div.directLoginEditDetail div.back { |
3332 | float: left; | 3382 | float: left; |
3333 | width: 30px; | 3383 | width: 30px; |
3334 | } | 3384 | } |
3335 | 3385 | ||
3336 | div.CardDialog div.directLoginEditDetail div.back a { | 3386 | div.CardDialog div.directLoginEditDetail div.back a { |
3337 | display: block; | 3387 | display: block; |
3338 | padding: 5px; | 3388 | padding: 5px; |
3339 | text-decoration: none; | 3389 | text-decoration: none; |
3340 | font-weight: bold; | 3390 | font-weight: bold; |
3341 | font-size: 14pt; | 3391 | font-size: 14pt; |
3342 | color: #cccec0; | 3392 | color: #cccec0; |
3343 | 3393 | ||
3344 | background: url(./images/old/cardDialog/back.png) no-repeat 5px 14px; | 3394 | background: url(./images/old/cardDialog/back.png) no-repeat 5px 14px; |
3345 | width: 20px; | 3395 | width: 20px; |
3346 | height: 200px; | 3396 | height: 200px; |
3347 | } | 3397 | } |
3348 | 3398 | ||
3349 | div.CardDialog div.directLoginEditDetail div.back a:hover { | 3399 | div.CardDialog div.directLoginEditDetail div.back a:hover { |
3350 | color: #7f7872; | 3400 | color: #7f7872; |
3351 | background: url(./images/old/cardDialog/back_selected.png) no-repeat 5px 14px; | 3401 | background: url(./images/old/cardDialog/back_selected.png) no-repeat 5px 14px; |
3352 | } | 3402 | } |
3353 | */ | 3403 | */ |
3354 | form.directLoginEditingForm div.title, | 3404 | form.directLoginEditingForm div.title, |
3355 | form.directLoginEditingForm div.favicon { | 3405 | form.directLoginEditingForm div.favicon { |
3356 | padding: 5px 10px; | 3406 | padding: 5px 10px; |
3357 | } | 3407 | } |
3358 | form.directLoginEditingForm div.title.disabled:hover { | 3408 | form.directLoginEditingForm div.title.disabled:hover { |
3359 | background-color: #f1f2e9; | 3409 | background-color: #f1f2e9; |
3360 | } | 3410 | } |
3361 | form.directLoginEditingForm div.title:hover, | 3411 | form.directLoginEditingForm div.title:hover, |
3362 | form.directLoginEditingForm div.favicon:hover { | 3412 | form.directLoginEditingForm div.favicon:hover { |
3363 | background-color: #cccec0; | 3413 | background-color: #cccec0; |
3364 | } | 3414 | } |
3365 | form.directLoginEditingForm div.title input { | 3415 | form.directLoginEditingForm div.title input { |
3366 | /* width: 100%; */ | 3416 | /* width: 100%; */ |
3367 | 3417 | ||
3368 | margin: 0px; | 3418 | margin: 0px; |
3369 | margin-left: 10px; | 3419 | margin-left: 10px; |
3370 | width: 440px; | 3420 | width: 440px; |
3371 | } | 3421 | } |
3372 | form.directLoginEditingForm div.favicon { | 3422 | form.directLoginEditingForm div.favicon { |
3373 | padding-left: 10px; | 3423 | padding-left: 10px; |
3374 | } | 3424 | } |
3375 | /*form.directLoginEditingForm div.favicon img.favicon {*/ | 3425 | /*form.directLoginEditingForm div.favicon img.favicon {*/ |
3376 | form.directLoginEditingForm img.favicon { | 3426 | form.directLoginEditingForm img.favicon { |
3377 | float: left; | 3427 | float: left; |
3378 | width: 32px; | 3428 | width: 32px; |
3379 | height: 32px; | 3429 | height: 32px; |
3380 | } | 3430 | } |
3381 | form.directLoginEditingForm div.favicon input { | 3431 | form.directLoginEditingForm div.favicon input { |
3382 | margin-top: 1px; | 3432 | margin-top: 1px; |
3383 | width: 465px; | 3433 | width: 465px; |
3384 | } | 3434 | } |
3385 | form.directLoginEditingForm div.disabled:hover input, | 3435 | form.directLoginEditingForm div.disabled:hover input, |
3386 | form.directLoginEditingForm div input { | 3436 | form.directLoginEditingForm div input { |
3387 | font-size: 11pt; | 3437 | font-size: 11pt; |
3388 | border: 0px; | 3438 | border: 0px; |
3389 | padding: 5px; | 3439 | padding: 5px; |
3390 | color: #787872; | 3440 | color: #787872; |
3391 | border: 1px solid #ededeb; | 3441 | border: 1px solid #ededeb; |
3392 | background-color: #ededeb; | 3442 | background-color: #ededeb; |
3393 | height: 30px; | 3443 | height: 30px; |
3394 | } | 3444 | } |
3395 | form.directLoginEditingForm div:hover input { | 3445 | form.directLoginEditingForm div:hover input { |
3396 | border: 1px solid #515247; | 3446 | border: 1px solid #515247; |
3397 | background-color: #b5b7ab; | 3447 | background-color: #b5b7ab; |
3398 | } | 3448 | } |
3399 | /* @group Bindings */ | 3449 | /* @group Bindings */ |
3400 | div.bindings div.binding > span.formFieldName { | 3450 | div.bindings div.binding > span.formFieldName { |
3401 | display: inline-block; | 3451 | display: inline-block; |
3402 | width: 140px; | 3452 | width: 140px; |
3403 | overflow: hidden; | 3453 | overflow: hidden; |
3404 | margin-right: 10px; | 3454 | margin-right: 10px; |
3405 | color: #6b5147; | 3455 | color: #6b5147; |
3406 | text-overflow: ellipsis; | 3456 | text-overflow: ellipsis; |
3407 | } | 3457 | } |
3408 | div.bindings div.binding { | 3458 | div.bindings div.binding { |
3409 | padding-bottom: 3px; | 3459 | padding-bottom: 3px; |
3410 | } | 3460 | } |
3411 | div.bindings div.binding > input { | 3461 | div.bindings div.binding > input { |
3412 | margin-right: 10px; | 3462 | margin-right: 10px; |
3413 | background: #cccec0; | 3463 | background: #cccec0; |
3414 | width: 150px; | 3464 | width: 150px; |
3415 | border: 1px solid #cccec0; | 3465 | border: 1px solid #cccec0; |
3416 | } | 3466 | } |
3417 | div.bindings div.binding:hover > input { | 3467 | div.bindings div.binding:hover > input { |
3418 | border: 1px solid #cccec0; | 3468 | border: 1px solid #cccec0; |
3419 | } | 3469 | } |
3420 | div.bindings div.binding > select { | 3470 | div.bindings div.binding > select { |
3421 | font-size: 13pt; | 3471 | font-size: 13pt; |
3422 | } | 3472 | } |
3423 | div.bindings div.binding span.fieldLock { | 3473 | div.bindings div.binding span.fieldLock { |
3424 | display: inline-block; | 3474 | display: inline-block; |
3425 | width: 20px; | 3475 | width: 20px; |
3426 | height: 20px; | 3476 | height: 20px; |
3427 | margin-right: 3px; | 3477 | margin-right: 3px; |
3428 | } | 3478 | } |
3429 | div.bindings div.binding.showLocked input { | 3479 | div.bindings div.binding.showLocked input { |
3430 | background: url(./images/old/cardDialog/password_background.png) no-repeat 2px 3px; | 3480 | background: url(./images/old/cardDialog/password_background.png) no-repeat 2px 3px; |
3431 | /* color: black;*/ | 3481 | /* color: black;*/ |
3432 | 3482 | ||
3433 | overflow: hidden; | 3483 | overflow: hidden; |
3434 | background: #cccec0 url(./images/old/cardDialog/password_background.png) no-repeat 2px 3px; | 3484 | background: #cccec0 url(./images/old/cardDialog/password_background.png) no-repeat 2px 3px; |
3435 | color: rgba(237, 237, 235, 0.1); | 3485 | color: rgba(237, 237, 235, 0.1); |
3436 | } | 3486 | } |
3437 | div.bindings div.binding span.fieldLock a { | 3487 | div.bindings div.binding span.fieldLock a { |
3438 | display: none; | 3488 | display: none; |
3439 | } | 3489 | } |
3440 | div.bindings div.binding.locked span.fieldLock a { | 3490 | div.bindings div.binding.locked span.fieldLock a { |
3441 | display: block; | 3491 | display: block; |
3442 | width: 20px; | 3492 | width: 20px; |
3443 | height: 20px; | 3493 | height: 20px; |
3444 | text-decoration: none; | 3494 | text-decoration: none; |
3445 | background-image: url(./images/old/cardDialog/lock_open.png); | 3495 | background-image: url(./images/old/cardDialog/lock_open.png); |
3446 | } | 3496 | } |
3447 | div.bindings div.binding.locked.showLocked span.fieldLock a { | 3497 | div.bindings div.binding.locked.showLocked span.fieldLock a { |
3448 | background-image: url(./images/old/cardDialog/lock_closed.png); | 3498 | background-image: url(./images/old/cardDialog/lock_closed.png); |
3449 | text-decoration: none; | 3499 | text-decoration: none; |
3450 | } | 3500 | } |
3451 | /* @end */ | 3501 | /* @end */ |
3452 | /* @group FormValues */ | 3502 | /* @group FormValues */ |
3453 | div.formValues { | 3503 | div.formValues { |
3454 | padding-top: 15px; | 3504 | padding-top: 15px; |
3455 | } | 3505 | } |
3456 | div.formValues div.formValue div { | 3506 | div.formValues div.formValue div { |
3457 | margin: 0px; | 3507 | margin: 0px; |
3458 | display: inline-block; | 3508 | display: inline-block; |
3459 | } | 3509 | } |
3460 | div.formValues div.formValue > span.formFieldName { | 3510 | div.formValues div.formValue > span.formFieldName { |
3461 | display: inline-table; | 3511 | display: inline-table; |
3462 | width: 160px; | 3512 | width: 160px; |
3463 | overflow: hidden; | 3513 | overflow: hidden; |
3464 | margin-right: 10px; | 3514 | margin-right: 10px; |
3465 | color: #6b5147; | 3515 | color: #6b5147; |
3466 | } | 3516 | } |
3467 | /* @end */ | 3517 | /* @end */ |
3468 | /* @group FormValues */ | 3518 | /* @group FormValues */ |
3469 | /* | 3519 | /* |
3470 | div.formValues { | 3520 | div.formValues { |
3471 | padding-top: 15px; | 3521 | padding-top: 15px; |
3472 | } | 3522 | } |
3473 | 3523 | ||
3474 | div.formValues div.formValue > span.formFieldName { | 3524 | div.formValues div.formValue > span.formFieldName { |
3475 | display: inline-table; | 3525 | display: inline-table; |
3476 | width: 150px; | 3526 | width: 150px; |
3477 | overflow: hidden; | 3527 | overflow: hidden; |
3478 | margin-right: 35px; | 3528 | margin-right: 35px; |
3479 | color: #6b5147; | 3529 | color: #6b5147; |
3480 | } | 3530 | } |
3481 | 3531 | ||
3482 | div.formValues div.formValue > select { | 3532 | div.formValues div.formValue > select { |
3483 | padding-left: 20px; | 3533 | padding-left: 20px; |
3484 | } | 3534 | } |
3485 | */ | 3535 | */ |
3486 | /* @end */ | 3536 | /* @end */ |
3487 | /* @group Panels */ | 3537 | /* @group Panels */ |
3488 | div.directLoginEditing { | 3538 | div.directLoginEditing { |
3489 | padding-top: 2px; | 3539 | padding-top: 2px; |
3490 | } | 3540 | } |
3491 | div.directLoginEditing div.tabContainer { | 3541 | div.directLoginEditing div.tabContainer { |
3492 | min-height: 150px; | 3542 | min-height: 150px; |
3493 | height: 200px; | 3543 | height: 200px; |
3494 | } | 3544 | } |
3495 | div.directLoginEditing div.tabContainer > ul.tabs { | 3545 | div.directLoginEditing div.tabContainer > ul.tabs { |
3496 | display: none; | 3546 | display: none; |
3497 | } | 3547 | } |
3498 | /* | 3548 | /* |
3499 | div.directLoginEditing li.configuration, | 3549 | div.directLoginEditing li.configuration, |
3500 | div.directLoginEditing li.bindings, | 3550 | div.directLoginEditing li.bindings, |
3501 | div.directLoginEditing li.favicon { | 3551 | div.directLoginEditing li.favicon { |
3502 | padding: 10px; | 3552 | padding: 10px; |
3503 | } | 3553 | } |
3504 | */ | 3554 | */ |
3505 | div.directLoginEditing li { | 3555 | div.directLoginEditing li { |
3506 | padding: 10px; | 3556 | padding: 10px; |
3507 | } | 3557 | } |
3508 | div.directLoginEditing li.configuration > .bookmarkletConfigurationWrapper > textarea { | 3558 | div.directLoginEditing li.configuration > .bookmarkletConfigurationWrapper > textarea { |
3509 | float: left; | 3559 | float: left; |
3510 | width: 320px; | 3560 | width: 320px; |
3511 | height: 125px; | 3561 | height: 125px; |
3512 | font-family: monospace; | 3562 | font-family: monospace; |
3513 | font-weight: normal; | 3563 | font-weight: normal; |
3514 | font-size: 8pt; | 3564 | font-size: 8pt; |
3515 | border: 1px solid #ccc; | 3565 | border: 1px solid #ccc; |
3516 | } | 3566 | } |
3517 | div.directLoginEditing li.configuration > .bookmarkletConfigurationWrapper .bookmarkletComponent { | 3567 | div.directLoginEditing li.configuration > .bookmarkletConfigurationWrapper .bookmarkletComponent { |
3518 | float: right; | 3568 | float: right; |
3519 | } | 3569 | } |
3520 | div.directLoginEditing li.configuration > textarea.error { | 3570 | div.directLoginEditing li.configuration > textarea.error { |
3521 | border: 1px solid red; | 3571 | border: 1px solid red; |
3522 | background-color: rgba(255, 0, 0, 0.1); | 3572 | background-color: rgba(255, 0, 0, 0.1); |
3523 | } | 3573 | } |
3524 | /* | 3574 | /* |
3525 | div.directLoginEditing > form.directLoginEditingForm > div.tabContainer { | 3575 | div.directLoginEditing > form.directLoginEditingForm > div.tabContainer { |
3526 | padding-top: 10px; | 3576 | padding-top: 10px; |
3527 | } | 3577 | } |
3528 | 3578 | ||
3529 | div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li { | 3579 | div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li { |
3530 | float: left; | 3580 | float: left; |
3531 | padding-left: 10px; | 3581 | padding-left: 10px; |
3532 | padding-right: 10px; | 3582 | padding-right: 10px; |
3533 | display: block; | 3583 | display: block; |
3534 | font-size: 10pt; | 3584 | font-size: 10pt; |
3535 | color: #787872; | 3585 | color: #787872; |
3536 | cursor: pointer; | 3586 | cursor: pointer; |
3537 | 3587 | ||
3538 | height: 22px; | 3588 | height: 22px; |
3539 | text-align: center; | 3589 | text-align: center; |
3540 | border-right: 1px solid #aaa; | 3590 | border-right: 1px solid #aaa; |
3541 | border-bottom: 1px solid #aaa; | 3591 | border-bottom: 1px solid #aaa; |
3542 | border-top: 1px solid #aaa; | 3592 | border-top: 1px solid #aaa; |
3543 | 3593 | ||
3544 | background-color: #cccec0; | 3594 | background-color: #cccec0; |
3545 | } | 3595 | } |
3546 | 3596 | ||
3547 | div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li:first-child { | 3597 | div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li:first-child { |
3548 | border-left: 1px solid #aaa; | 3598 | border-left: 1px solid #aaa; |
3549 | } | 3599 | } |
3550 | 3600 | ||
3551 | div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs { | 3601 | div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs { |
3552 | height: 23px; | 3602 | height: 23px; |
3553 | padding-left: 10px; | 3603 | padding-left: 10px; |
3554 | border-bottom: 1px solid #aaa; | 3604 | border-bottom: 1px solid #aaa; |
3555 | margin-left: 10px; | 3605 | margin-left: 10px; |
3556 | margin-right: 10px; | 3606 | margin-right: 10px; |
3557 | } | 3607 | } |
3558 | 3608 | ||
3559 | div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li > span { | 3609 | div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li > span { |
3560 | line-height: 23px; | 3610 | line-height: 23px; |
3561 | } | 3611 | } |
3562 | 3612 | ||
3563 | div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li.selected { | 3613 | div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li.selected { |
3564 | color: #6a5147; | 3614 | color: #6a5147; |
3565 | cursor: default; | 3615 | cursor: default; |
3566 | border-bottom: 1px solid #f1f2e9; | 3616 | border-bottom: 1px solid #f1f2e9; |
3567 | background-color: #f1f2e9; | 3617 | background-color: #f1f2e9; |
3568 | } | 3618 | } |
3569 | 3619 | ||
3570 | div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li:hover { | 3620 | div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li:hover { |
3571 | color: #6a5147; | 3621 | color: #6a5147; |
3572 | } | 3622 | } |
3573 | 3623 | ||
3574 | div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabPanels { | 3624 | div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabPanels { |
3575 | padding-bottom: 5px; | 3625 | padding-bottom: 5px; |
3576 | margin-left: 10px; | 3626 | margin-left: 10px; |
3577 | margin-right: 10px; | 3627 | margin-right: 10px; |
3578 | } | 3628 | } |
3579 | 3629 | ||
3580 | div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabPanels > li.selected { | 3630 | div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabPanels > li.selected { |
3581 | border-bottom: 1px solid #aaa; | 3631 | border-bottom: 1px solid #aaa; |
3582 | border-left: 1px solid #aaa; | 3632 | border-left: 1px solid #aaa; |
3583 | border-right: 1px solid #aaa; | 3633 | border-right: 1px solid #aaa; |
3584 | } | 3634 | } |
3585 | 3635 | ||
3586 | div.directLoginEditing li.configuration { | 3636 | div.directLoginEditing li.configuration { |
3587 | padding: 5px; | 3637 | padding: 5px; |
3588 | } | 3638 | } |
3589 | 3639 | ||
3590 | div.directLoginEditing li.configuration > textarea { | 3640 | div.directLoginEditing li.configuration > textarea { |
3591 | width: 100%; | 3641 | width: 100%; |
3592 | height: 100px; | 3642 | height: 100px; |
3593 | font-family: monospace; | 3643 | font-family: monospace; |
3594 | font-weight: normal; | 3644 | font-weight: normal; |
3595 | font-size: 8pt; | 3645 | font-size: 8pt; |
3596 | } | 3646 | } |
3597 | */ | 3647 | */ |
3598 | /* @end */ | 3648 | /* @end */ |
3599 | /* @end */ | 3649 | /* @end */ |
3600 | /* @end */ | 3650 | /* @end */ |
3601 | /* @group Card Dialog FIELDS */ | 3651 | /* @group Card Dialog FIELDS */ |
3602 | div.CardDialog div.body { | 3652 | div.CardDialog div.body { |
3603 | padding-bottom: 1px; | 3653 | padding-bottom: 1px; |
3604 | } | 3654 | } |
3605 | div.CardDialog div.body table.fields { | 3655 | div.CardDialog div.body table.fields { |
3606 | width: 100%; | 3656 | width: 100%; |
3607 | padding-top: 8px; | 3657 | padding-top: 8px; |
3608 | padding-bottom: 1px; | 3658 | padding-bottom: 1px; |
3609 | } | 3659 | } |
3610 | div.CardDialog div.body table.fields thead { | 3660 | div.CardDialog div.body table.fields thead { |
3611 | background: url(./images/old/cardDialog/dottedLine_background.png) repeat-x 0 15px; | 3661 | background: url(./images/old/cardDialog/dottedLine_background.png) repeat-x 0 15px; |
3612 | } | 3662 | } |
3613 | div.CardDialog div.body table.fields tfoot { | 3663 | div.CardDialog div.body table.fields tfoot { |
3614 | background: url(./images/old/cardDialog/dottedLine_background.png) repeat-x 0 bottom; | 3664 | background: url(./images/old/cardDialog/dottedLine_background.png) repeat-x 0 bottom; |
3615 | } | 3665 | } |
3616 | div.CardDialog div.body table.fields thead th { | 3666 | div.CardDialog div.body table.fields thead th { |
3617 | text-align: left; | 3667 | text-align: left; |
3618 | font-weight: normal; | 3668 | font-weight: normal; |
3619 | font-size: 9pt; | 3669 | font-size: 9pt; |
3620 | color: #787872; | 3670 | color: #787872; |
3621 | padding-left: 10px; | 3671 | padding-left: 10px; |
3622 | padding-bottom: 3px; | 3672 | padding-bottom: 3px; |
3623 | /* | 3673 | /* |
3624 | border-bottom: 1px dotted; | 3674 | border-bottom: 1px dotted; |
3625 | */ | 3675 | */ |
3626 | 3676 | ||
3627 | } | 3677 | } |
3628 | div.CardDialog div.body table.fields thead th.fieldStateTH { | 3678 | div.CardDialog div.body table.fields thead th.fieldStateTH { |
3629 | width: 10px; | 3679 | width: 10px; |
3630 | } | 3680 | } |
3631 | div.CardDialog div.body table.fields tbody td.fieldLabel input { | 3681 | div.CardDialog div.body table.fields tbody td.fieldLabel input { |
3632 | width: 130px; | 3682 | width: 130px; |
3633 | } | 3683 | } |
3634 | div.CardDialog div.body table.fields thead th.fieldLockTH { | 3684 | div.CardDialog div.body table.fields thead th.fieldLockTH { |
3635 | width: 10px; | 3685 | width: 10px; |
3636 | } | 3686 | } |
3637 | div.CardDialog div.body table.fields tbody td.fieldValue input { | 3687 | div.CardDialog div.body table.fields tbody td.fieldValue input { |
3638 | width: 280px; | 3688 | width: 280px; |
3639 | } | 3689 | } |
3640 | div.CardDialog div.body table.fields thead th.fieldActionTH { | 3690 | div.CardDialog div.body table.fields thead th.fieldActionTH { |
3641 | width: 30px; | 3691 | width: 30px; |
3642 | } | 3692 | } |
3643 | div.CardDialog div.body table.fields thead th.fieldDeleteTH { | 3693 | div.CardDialog div.body table.fields thead th.fieldDeleteTH { |
3644 | width: 40px; | 3694 | width: 40px; |
3645 | } | 3695 | } |
3646 | div.CardDialog div.body table.fields tbody tr:hover, | 3696 | div.CardDialog div.body table.fields tbody tr:hover, |
3647 | div.CardDialog div.body table.fields tbody tr.selectedField { | 3697 | div.CardDialog div.body table.fields tbody tr.selectedField { |
3648 | background-color: #cccec0; | 3698 | background-color: #cccec0; |
3649 | } | 3699 | } |
3650 | div.CardDialog div.body table.fields tbody tr td { | 3700 | div.CardDialog div.body table.fields tbody tr td { |
3651 | font-size: 11pt; | 3701 | font-size: 11pt; |
3652 | color: #787872; | 3702 | color: #787872; |
3653 | height: 35px; | 3703 | height: 35px; |
3654 | } | 3704 | } |
3655 | div.CardDialog div.body table.fields tbody tr td input { | 3705 | div.CardDialog div.body table.fields tbody tr td input { |
3656 | font-size: 11pt; | 3706 | font-size: 11pt; |
3657 | border: 0px; | 3707 | border: 0px; |
3658 | padding: 5px; | 3708 | padding: 5px; |
3659 | color: #787872; | 3709 | color: #787872; |
3660 | border: 1px solid #ededeb; | 3710 | border: 1px solid #ededeb; |
3661 | background-color: #ededeb; | 3711 | background-color: #ededeb; |
3662 | height: 30px; | 3712 | height: 30px; |
3663 | } | 3713 | } |
3664 | /* | 3714 | /* |
3665 | div.CardDialog div.body table.fields tbody tr td.fieldValue div { | 3715 | div.CardDialog div.body table.fields tbody tr td.fieldValue div { |
3666 | margin-right: 10px; | 3716 | margin-right: 10px; |
3667 | } | 3717 | } |
3668 | 3718 | ||
3669 | div.CardDialog div.body table.fields tbody tr td.fieldValue div input { | 3719 | div.CardDialog div.body table.fields tbody tr td.fieldValue div input { |
3670 | width: 100%; | 3720 | width: 100%; |
3671 | } | 3721 | } |
3672 | */ | 3722 | */ |
3673 | div.CardDialog div.body table.fields tbody tr td.fieldValue div.locked input { | 3723 | div.CardDialog div.body table.fields tbody tr td.fieldValue div.locked input { |
3674 | background: #ededeb url(./images/old/cardDialog/password_background.png) no-repeat 2px 3px; | 3724 | background: #ededeb url(./images/old/cardDialog/password_background.png) no-repeat 2px 3px; |
3675 | color: #ededeb; | 3725 | color: #ededeb; |
3676 | color: rgba(237, 237, 235, 0.1); | 3726 | color: rgba(237, 237, 235, 0.1); |
3677 | /* color: black;*/ | 3727 | /* color: black;*/ |
3678 | 3728 | ||
3679 | /* line-height: 100px;*/ | 3729 | /* line-height: 100px;*/ |
3680 | 3730 | ||
3681 | overflow: hidden; | 3731 | overflow: hidden; |
3682 | } | 3732 | } |
3683 | div.locked input.value::-moz-selection { | 3733 | div.locked input.value::-moz-selection { |
3684 | background: #ff0000; | 3734 | background: #ff0000; |
3685 | } | 3735 | } |
3686 | div.locked input.value::selection { | 3736 | div.locked input.value::selection { |
3687 | background: #ff0000; | 3737 | background: #ff0000; |
3688 | } | 3738 | } |
3689 | div.CardDialog div.body table.fields tbody tr.new.selectedField td input, | 3739 | div.CardDialog div.body table.fields tbody tr.new.selectedField td input, |
3690 | div.CardDialog div.body table.fields tbody tr.new:hover td input, | 3740 | div.CardDialog div.body table.fields tbody tr.new:hover td input, |
3691 | div.CardDialog div.body table.fields tbody tr:hover td input, | 3741 | div.CardDialog div.body table.fields tbody tr:hover td input, |
3692 | div.CardDialog div.body table.fields tbody tr.selectedField td input { | 3742 | div.CardDialog div.body table.fields tbody tr.selectedField td input { |
3693 | border: 1px solid #515247; | 3743 | border: 1px solid #515247; |
3694 | background-color: #b5b7ab; | 3744 | background-color: #b5b7ab; |
3695 | } | 3745 | } |
3696 | div.CardDialog div.body table.fields tbody tr:hover td.fieldValue div.locked input, | 3746 | div.CardDialog div.body table.fields tbody tr:hover td.fieldValue div.locked input, |
3697 | div.CardDialog div.body table.fields tbody tr.selectedField td.fieldValue div.locked input { | 3747 | div.CardDialog div.body table.fields tbody tr.selectedField td.fieldValue div.locked input { |
3698 | background: #b5b7ab url(./images/old/cardDialog/password_background.png) no-repeat 2px 3px; | 3748 | background: #b5b7ab url(./images/old/cardDialog/password_background.png) no-repeat 2px 3px; |
3699 | color: #b5b7ab; | 3749 | color: #b5b7ab; |
3700 | color: rgba(237, 237, 235, 0.1); | 3750 | color: rgba(237, 237, 235, 0.1); |
3701 | } | 3751 | } |
3702 | div.CardDialog div.body table.fields tbody td.fieldLock div { | 3752 | div.CardDialog div.body table.fields tbody td.fieldLock div { |
3703 | width: 20px; | 3753 | width: 20px; |
3704 | height: 19px; | 3754 | height: 19px; |
3705 | cursor: pointer; | 3755 | cursor: pointer; |
3706 | } | 3756 | } |
3707 | div.CardDialog div.body table.fields tbody tr:hover td.fieldLock div.locked { | 3757 | div.CardDialog div.body table.fields tbody tr:hover td.fieldLock div.locked { |
3708 | background-image: url(./images/old/cardDialog/lock_closed.png); | 3758 | background-image: url(./images/old/cardDialog/lock_closed.png); |
3709 | } | 3759 | } |
3710 | div.CardDialog div.body table.fields tbody tr:hover td.fieldLock div.unlocked { | 3760 | div.CardDialog div.body table.fields tbody tr:hover td.fieldLock div.unlocked { |
3711 | background-image: url(./images/old/cardDialog/lock_open.png); | 3761 | background-image: url(./images/old/cardDialog/lock_open.png); |
3712 | } | 3762 | } |
3713 | div.CardDialog div.body table.fields tbody tr td.fieldAddDelete div span a { | 3763 | div.CardDialog div.body table.fields tbody tr td.fieldAddDelete div span a { |
3714 | text-decoration: none; | 3764 | text-decoration: none; |
3715 | visibility: hidden; | 3765 | visibility: hidden; |
3716 | font-size: 8pt; | 3766 | font-size: 8pt; |
3717 | vertical-align: -13px; | 3767 | vertical-align: -13px; |
3718 | color: black; | 3768 | color: black; |
3719 | } | 3769 | } |
3720 | div.CardDialog div.body table.fields tbody tr.selectedField td.fieldAddDelete div span a { | 3770 | div.CardDialog div.body table.fields tbody tr.selectedField td.fieldAddDelete div span a { |
3721 | visibility: visible; | 3771 | visibility: visible; |
3722 | } | 3772 | } |
3723 | div.CardDialog div.body table.fields tbody tr:hover td.fieldAddDelete div span a { | 3773 | div.CardDialog div.body table.fields tbody tr:hover td.fieldAddDelete div span a { |
3724 | visibility: visible; | 3774 | visibility: visible; |
3725 | } | 3775 | } |
3726 | div.CardDialog div.body table.fields tbody tr:hover td.fieldAddDelete div:hover span a { | 3776 | div.CardDialog div.body table.fields tbody tr:hover td.fieldAddDelete div:hover span a { |
3727 | color: white; | 3777 | color: white; |
3728 | } | 3778 | } |
3729 | div.CardDialog div.body div.notes { | 3779 | div.CardDialog div.body div.notes { |
3730 | background: url(./images/old/cardDialog/dottedLine_background.png) repeat-x 0 0; | 3780 | background: url(./images/old/cardDialog/dottedLine_background.png) repeat-x 0 0; |
3731 | padding-top: 2px; | 3781 | padding-top: 2px; |
3732 | } | 3782 | } |
3733 | div.CardDialog div.body div.notes div { | 3783 | div.CardDialog div.body div.notes div { |
3734 | padding-left: 20px; | 3784 | padding-left: 20px; |
3735 | padding-right: 20px; | 3785 | padding-right: 20px; |
3736 | padding-top: 4px; | 3786 | padding-top: 4px; |
3737 | padding-bottom: 4px; | 3787 | padding-bottom: 4px; |
3738 | } | 3788 | } |
3739 | div.CardDialog div.body div.notes div:hover, | 3789 | div.CardDialog div.body div.notes div:hover, |
3740 | div.CardDialog div.body div.notes.selectedField div { | 3790 | div.CardDialog div.body div.notes.selectedField div { |
3741 | background-color: #cccec0; | 3791 | background-color: #cccec0; |
3742 | } | 3792 | } |
3743 | div.CardDialog.loading div.body div.notes div textarea { | 3793 | div.CardDialog.loading div.body div.notes div textarea { |
3744 | display: none; | 3794 | display: none; |
3745 | } | 3795 | } |
3746 | div.CardDialog div.body div.notes div textarea { | 3796 | div.CardDialog div.body div.notes div textarea { |
3747 | border: 0; | 3797 | border: 0; |
3748 | width: 470px; | 3798 | width: 470px; |
3749 | /* | 3799 | /* |
3750 | width: 100%; | 3800 | width: 100%; |
3751 | height: 100px; | 3801 | height: 100px; |
3752 | min-height: 400px; | 3802 | min-height: 400px; |
3753 | overflow: hidden; | 3803 | overflow: hidden; |
3754 | */ | 3804 | */ |
3755 | 3805 | ||
3756 | color: #787872; | 3806 | color: #787872; |
3757 | border: 1px solid #ededeb; | 3807 | border: 1px solid #ededeb; |
3758 | background-color: #ededeb; | 3808 | background-color: #ededeb; |
3759 | display: block; | 3809 | display: block; |
3760 | line-height: 12pt; | 3810 | line-height: 12pt; |
3761 | min-height: 50px; | 3811 | min-height: 50px; |
3762 | } | 3812 | } |
3763 | div.CardDialog div.body div.notes div:hover textarea, | 3813 | div.CardDialog div.body div.notes div:hover textarea, |
3764 | div.CardDialog div.body div.notes.selectedField div textarea { | 3814 | div.CardDialog div.body div.notes.selectedField div textarea { |
3765 | border: 1px solid #515247; | 3815 | border: 1px solid #515247; |
3766 | background-color: #b5b7ab; | 3816 | background-color: #b5b7ab; |
3767 | } | 3817 | } |
3768 | div.CardDialog div.body table.fields tbody tr td.fieldAction { | 3818 | div.CardDialog div.body table.fields tbody tr td.fieldAction { |
3769 | /* background-color: red;*/ | 3819 | /* background-color: red;*/ |
3770 | 3820 | ||
3771 | padding-left: 4px; | 3821 | padding-left: 4px; |
3772 | } | 3822 | } |
3773 | div.CardDialog div.body table.fields tbody tr td.fieldAction a { | 3823 | div.CardDialog div.body table.fields tbody tr td.fieldAction a { |
3774 | display: inline-block; | 3824 | display: inline-block; |
3775 | text-decoration: none; | 3825 | text-decoration: none; |
3776 | text-align: center; | 3826 | text-align: center; |
3777 | width: 16px; | 3827 | width: 16px; |
3778 | height: 16px; | 3828 | height: 16px; |
3779 | } | 3829 | } |
3780 | div.CardDialog div.body table.fields tbody tr td.fieldAction a.email { | 3830 | div.CardDialog div.body table.fields tbody tr td.fieldAction a.email { |
3781 | background: url(./images/old/cardDialog/fieldTypes/email.png) no-repeat 0 0; | 3831 | background: url(./images/old/cardDialog/fieldTypes/email.png) no-repeat 0 0; |
3782 | } | 3832 | } |
3783 | div.CardDialog div.body table.fields tbody tr td.fieldAction a.email:hover { | 3833 | div.CardDialog div.body table.fields tbody tr td.fieldAction a.email:hover { |
3784 | background: url(./images/old/cardDialog/fieldTypes/email_selected.png) no-repeat 0 0; | 3834 | background: url(./images/old/cardDialog/fieldTypes/email_selected.png) no-repeat 0 0; |
3785 | } | 3835 | } |
3786 | div.CardDialog div.body table.fields tbody tr td.fieldAction a.url { | 3836 | div.CardDialog div.body table.fields tbody tr td.fieldAction a.url { |
3787 | background: url(./images/old/cardDialog/fieldTypes/url.png) no-repeat 0 0; | 3837 | background: url(./images/old/cardDialog/fieldTypes/url.png) no-repeat 0 0; |
3788 | } | 3838 | } |
3789 | div.CardDialog div.body table.fields tbody tr td.fieldAction a.url:hover { | 3839 | div.CardDialog div.body table.fields tbody tr td.fieldAction a.url:hover { |
3790 | background: url(./images/old/cardDialog/fieldTypes/url_selected.png) no-repeat 0 0; | 3840 | background: url(./images/old/cardDialog/fieldTypes/url_selected.png) no-repeat 0 0; |
3791 | } | 3841 | } |
3792 | div.CardDialog div.body table.fields tbody tr td.fieldAction a.password { | 3842 | div.CardDialog div.body table.fields tbody tr td.fieldAction a.password { |
3793 | background: url(./images/old/cardDialog/fieldTypes/password.png) no-repeat 0 0; | 3843 | background: url(./images/old/cardDialog/fieldTypes/password.png) no-repeat 0 0; |
3794 | } | 3844 | } |
3795 | div.CardDialog div.body table.fields tbody tr td.fieldAction a.password:hover { | 3845 | div.CardDialog div.body table.fields tbody tr td.fieldAction a.password:hover { |
3796 | background: url(./images/old/cardDialog/fieldTypes/password_selected.png) no-repeat 0 0; | 3846 | background: url(./images/old/cardDialog/fieldTypes/password_selected.png) no-repeat 0 0; |
3797 | } | 3847 | } |
3798 | /* | 3848 | /* |
3799 | / *div.CardDialog div.body table.fields tbody* / tr.new { | 3849 | / *div.CardDialog div.body table.fields tbody* / tr.new { |
3800 | background: yellow; | 3850 | background: yellow; |
3801 | } | 3851 | } |
3802 | 3852 | ||
3803 | div.CardDialog div.body table.fields tbody tr.new td input { | 3853 | div.CardDialog div.body table.fields tbody tr.new td input { |
3804 | border: 1px solid red; | 3854 | border: 1px solid red; |
3805 | background-color: green; | 3855 | background-color: green; |
3806 | } | 3856 | } |
3807 | */ | 3857 | */ |
3808 | /* @end */ | 3858 | /* @end */ |
3809 | /* @end */ | 3859 | /* @end */ |
3810 | div#disabledZone { | 3860 | div#disabledZone { |
3811 | display: block; | 3861 | display: block; |
3812 | visibility: visible; | 3862 | visibility: visible; |
3813 | } | 3863 | } |
3814 | div#messageZone { | 3864 | div#messageZone { |
3815 | display: block; | 3865 | display: block; |
3816 | visibility: visible; | 3866 | visibility: visible; |
3817 | } | 3867 | } |
3818 | div.CardDialog div.error div.img { | 3868 | div.CardDialog div.error div.img { |
3819 | margin: 10px; | 3869 | margin: 10px; |
3820 | width: 50px; | 3870 | width: 50px; |
3821 | height: 50px; | 3871 | height: 50px; |
3822 | float: left; | 3872 | float: left; |
3823 | background-image: url(./images/old/simpleMessageBox/Alert.png); | 3873 | background-image: url(./images/old/simpleMessageBox/Alert.png); |
3824 | } | 3874 | } |
3825 | /* @group Ruler */ | 3875 | /* @group Ruler */ |
3826 | /* | 3876 | /* |
3827 | div.rulerExtraWrapper { | 3877 | div.rulerExtraWrapper { |
3828 | position: absolute; | 3878 | position: absolute; |
3829 | top: 0px; | 3879 | top: 0px; |
3830 | left: 0px; | 3880 | left: 0px; |
3831 | width: 100%; | 3881 | width: 100%; |
3832 | height: 100%; | 3882 | height: 100%; |
3833 | overflow: hidden; | 3883 | overflow: hidden; |
3834 | background-color: rgba(255, 0, 0, 0.2); | 3884 | background-color: rgba(255, 0, 0, 0.2); |
3835 | z-index: 24999; | 3885 | z-index: 24999; |
3836 | } | 3886 | } |
3837 | */ | 3887 | */ |
3838 | div.rulerWrapper { | 3888 | div.rulerWrapper { |
3839 | left: -1000px; | 3889 | left: -1000px; |
3840 | margin-top: -30px; | 3890 | margin-top: -30px; |
3841 | margin-left: 50%; | 3891 | margin-left: 50%; |
3842 | z-index: 25000; | 3892 | z-index: 25000; |
3843 | } | 3893 | } |
3844 | div.rulerWrapper.fixed { | 3894 | div.rulerWrapper.fixed { |
3845 | position: fixed; | 3895 | position: fixed; |
3846 | } | 3896 | } |
3847 | div.rulerWrapper.scrollable { | 3897 | div.rulerWrapper.scrollable { |
3848 | position: absolute; | 3898 | position: absolute; |
3849 | } | 3899 | } |
3850 | div.ruler { | 3900 | div.ruler { |
3851 | /* position: absolute;*/ | 3901 | /* position: absolute;*/ |
3852 | 3902 | ||
3853 | width: 541px; | 3903 | width: 541px; |
3854 | height: 96px; | 3904 | height: 96px; |
3855 | margin-left: -270px; | 3905 | margin-left: -270px; |
3856 | background: url(./images/old/ruler/ruler.png) no-repeat; | 3906 | background: url(./images/old/ruler/ruler.png) no-repeat; |
3857 | } | 3907 | } |
3858 | div.ruler a { | 3908 | div.ruler a { |
3859 | position: absolute; | 3909 | position: absolute; |
3860 | display: block; | 3910 | display: block; |
3861 | width: 15px; | 3911 | width: 15px; |
3862 | height: 15px; | 3912 | height: 15px; |
3863 | top: 3px; | 3913 | top: 3px; |
3864 | text-decoration: none; | 3914 | text-decoration: none; |
3865 | } | 3915 | } |
3866 | div.ruler a.exit { | 3916 | div.ruler a.exit { |
3867 | margin-left: 2px; | 3917 | margin-left: 2px; |
3868 | background: url(./images/old/ruler/exit.png) no-repeat; | 3918 | background: url(./images/old/ruler/exit.png) no-repeat; |
3869 | } | 3919 | } |
3870 | div.ruler a.exit:hover { | 3920 | div.ruler a.exit:hover { |
3871 | background: url(./images/old/ruler/exit_selected.png) no-repeat; | 3921 | background: url(./images/old/ruler/exit_selected.png) no-repeat; |
3872 | } | 3922 | } |
3873 | div.ruler a.smallButton.previous { | 3923 | div.ruler a.smallButton.previous { |
3874 | right: 16px; | 3924 | right: 16px; |
3875 | background: url(./images/old/ruler/small_previous.png) no-repeat; | 3925 | background: url(./images/old/ruler/small_previous.png) no-repeat; |
3876 | } | 3926 | } |
3877 | div.ruler a.smallButton.previous:hover { | 3927 | div.ruler a.smallButton.previous:hover { |
3878 | cursor: pointer; | 3928 | cursor: pointer; |
3879 | background: url(./images/old/ruler/small_previous_selected.png) no-repeat; | 3929 | background: url(./images/old/ruler/small_previous_selected.png) no-repeat; |
3880 | } | 3930 | } |
3881 | div.ruler a.smallButton.previous.disabled, | 3931 | div.ruler a.smallButton.previous.disabled, |
3882 | div.ruler a.smallButton.previous.disabled:hover { | 3932 | div.ruler a.smallButton.previous.disabled:hover { |
3883 | cursor: default; | 3933 | cursor: default; |
3884 | background: url(./images/old/ruler/small_previous_disabled.png) no-repeat; | 3934 | background: url(./images/old/ruler/small_previous_disabled.png) no-repeat; |
3885 | } | 3935 | } |
3886 | div.ruler a.smallButton.next { | 3936 | div.ruler a.smallButton.next { |
3887 | right: 3px; | 3937 | right: 3px; |
3888 | background: url(./images/old/ruler/small_next.png) no-repeat; | 3938 | background: url(./images/old/ruler/small_next.png) no-repeat; |
3889 | } | 3939 | } |
3890 | div.ruler a.smallButton.next:hover { | 3940 | div.ruler a.smallButton.next:hover { |
3891 | cursor: pointer; | 3941 | cursor: pointer; |
3892 | background: url(./images/old/ruler/small_next_selected.png) no-repeat; | 3942 | background: url(./images/old/ruler/small_next_selected.png) no-repeat; |
3893 | } | 3943 | } |
3894 | div.ruler a.smallButton.next.disabled, | 3944 | div.ruler a.smallButton.next.disabled, |
3895 | div.ruler a.smallButton.next.disabled:hover { | 3945 | div.ruler a.smallButton.next.disabled:hover { |
3896 | cursor: default; | 3946 | cursor: default; |
3897 | background: url(./images/old/ruler/small_next_disabled.png) no-repeat; | 3947 | background: url(./images/old/ruler/small_next_disabled.png) no-repeat; |
3898 | } | 3948 | } |
3899 | div.ruler div.steps, | 3949 | div.ruler div.steps, |
3900 | div.ruler div.dots { | 3950 | div.ruler div.dots { |
3901 | position: absolute; | 3951 | position: absolute; |
3902 | background-color: rgba(255, 255, 255, 0); | 3952 | background-color: rgba(255, 255, 255, 0); |
3903 | margin-left: 30px; | 3953 | margin-left: 30px; |
3904 | margin-right: 30px; | 3954 | margin-right: 30px; |
3905 | } | 3955 | } |
3906 | div.ruler div.steps { | 3956 | div.ruler div.steps { |
3907 | top: 25px; | 3957 | top: 25px; |
3908 | height: 30px; | 3958 | height: 30px; |
3909 | } | 3959 | } |
3910 | div.ruler div.dots { | 3960 | div.ruler div.dots { |
3911 | top: 58px; | 3961 | top: 58px; |
3912 | height: 25px; | 3962 | height: 25px; |
3913 | } | 3963 | } |
3914 | div.ruler div ul { | 3964 | div.ruler div ul { |
3915 | list-style-type: none; | 3965 | list-style-type: none; |
3916 | margin: 0px; | 3966 | margin: 0px; |
3917 | padding: 0px; | 3967 | padding: 0px; |
3918 | } | 3968 | } |
3919 | div.ruler div ul li { | 3969 | div.ruler div ul li { |
3920 | display: inline-block; | 3970 | display: inline-block; |
3921 | vertical-align: top; | 3971 | vertical-align: top; |
3922 | } | 3972 | } |
3923 | div.ruler > div.steps > ul > li:first-child, | 3973 | div.ruler > div.steps > ul > li:first-child, |
3924 | div.ruler > div.dots > ul > li:first-child { | 3974 | div.ruler > div.dots > ul > li:first-child { |
3925 | margin-left: 0px; | 3975 | margin-left: 0px; |
3926 | } | 3976 | } |
3927 | div.ruler div.steps_3 ul li { | 3977 | div.ruler div.steps_3 ul li { |
3928 | margin-left: 135px; | 3978 | margin-left: 135px; |
3929 | } | 3979 | } |
3930 | div.ruler div.steps_4 ul li { | 3980 | div.ruler div.steps_4 ul li { |
3931 | margin-left: 67px; | 3981 | margin-left: 67px; |
3932 | } | 3982 | } |
3933 | div.ruler div.steps_5 ul li { | 3983 | div.ruler div.steps_5 ul li { |
3934 | margin-left: 32px; | 3984 | margin-left: 32px; |
3935 | } | 3985 | } |
3936 | div.ruler div.steps_6 ul li { | 3986 | div.ruler div.steps_6 ul li { |
3937 | margin-left: 12px; | 3987 | margin-left: 12px; |
3938 | } | 3988 | } |
3939 | div.ruler div ul li span { | 3989 | div.ruler div ul li span { |
3940 | font-weight: bold; | 3990 | font-weight: bold; |
3941 | text-align: center; | 3991 | text-align: center; |
3942 | width: 70px; | 3992 | width: 70px; |
3943 | display: block; | 3993 | display: block; |
3944 | font-size: 8pt; | 3994 | font-size: 8pt; |
3945 | overflow: hidden; | 3995 | overflow: hidden; |
3946 | color: rgba(0, 0, 0, 0.3); | 3996 | color: rgba(0, 0, 0, 0.3); |
3947 | } | 3997 | } |
3948 | div.ruler div ul li.selected span { | 3998 | div.ruler div ul li.selected span { |
3949 | color: black; | 3999 | color: black; |
3950 | } | 4000 | } |
3951 | div.ruler div.dots ul li span { | 4001 | div.ruler div.dots ul li span { |
3952 | /* | 4002 | /* |
3953 | text-align: center; | 4003 | text-align: center; |
3954 | width: 26px; | 4004 | width: 26px; |
3955 | margin-left: 22px; | 4005 | margin-left: 22px; |
3956 | margin-right: 22px; | 4006 | margin-right: 22px; |
3957 | height: 25px; | 4007 | height: 25px; |
3958 | background-color: #e57218; | 4008 | background-color: #e57218; |
3959 | */ | 4009 | */ |
3960 | 4010 | ||
3961 | font-size: 40pt; | 4011 | font-size: 40pt; |
3962 | line-height: 47px; | 4012 | line-height: 47px; |
3963 | } | 4013 | } |
3964 | div.ruler div.marker { | 4014 | div.ruler div.marker { |
3965 | position: absolute; | 4015 | position: absolute; |
3966 | top: -3px; | 4016 | top: -3px; |
3967 | /* left: -246px;*/ | 4017 | /* left: -246px;*/ |
3968 | 4018 | ||
3969 | } | 4019 | } |
3970 | div.ruler div.marker div.markerBody { | 4020 | div.ruler div.marker div.markerBody { |
3971 | width: 77px; | 4021 | width: 77px; |
3972 | height: 97px; | 4022 | height: 97px; |
3973 | background: url(./images/old/ruler/marker.png) no-repeat; | 4023 | background: url(./images/old/ruler/marker.png) no-repeat; |
3974 | } | 4024 | } |
3975 | div.ruler div.marker div.next { | 4025 | div.ruler div.marker div.next { |
3976 | position: absolute; | 4026 | position: absolute; |
3977 | top: 25px; | 4027 | top: 25px; |
3978 | left: 76px; | 4028 | left: 76px; |
3979 | width: 27px; | 4029 | width: 27px; |
3980 | height: 65px; | 4030 | height: 65px; |
3981 | background: url(./images/old/ruler/next.png) no-repeat -13px; | 4031 | background: url(./images/old/ruler/next.png) no-repeat -13px; |
3982 | z-index: 26000; | 4032 | z-index: 26000; |
3983 | } | 4033 | } |
3984 | div.ruler div.marker div.next:hover { | 4034 | div.ruler div.marker div.next:hover { |
3985 | cursor: pointer; | 4035 | cursor: pointer; |
3986 | background: url(./images/old/ruler/next.png) no-repeat -2px; | 4036 | background: url(./images/old/ruler/next.png) no-repeat -2px; |
3987 | } | 4037 | } |
3988 | div.ruler div.marker div.disabled { | 4038 | div.ruler div.marker div.disabled { |
3989 | display: none; | 4039 | display: none; |
3990 | } | 4040 | } |
3991 | div.ruler div.marker div.previous { | 4041 | div.ruler div.marker div.previous { |
3992 | position: absolute; | 4042 | position: absolute; |
3993 | top: 25px; | 4043 | top: 25px; |
3994 | left: -24px; | 4044 | left: -24px; |
3995 | width: 27px; | 4045 | width: 27px; |
3996 | height: 65px; | 4046 | height: 65px; |
3997 | /* background: url(./images/old/ruler/previous.png) no-repeat 13px 1px;*/ | 4047 | /* background: url(./images/old/ruler/previous.png) no-repeat 13px 1px;*/ |
3998 | 4048 | ||
3999 | background: url(./images/old/ruler/previous.png) no-repeat 18px 1px; | 4049 | background: url(./images/old/ruler/previous.png) no-repeat 18px 1px; |
4000 | z-index: 26000; | 4050 | z-index: 26000; |
4001 | } | 4051 | } |
4002 | div.ruler div.marker div.previous:hover { | 4052 | div.ruler div.marker div.previous:hover { |
4003 | cursor: pointer; | 4053 | cursor: pointer; |
4004 | /* background: url(./images/old/ruler/previous.png) no-repeat 2px 1px;*/ | 4054 | /* background: url(./images/old/ruler/previous.png) no-repeat 2px 1px;*/ |
4005 | 4055 | ||
4006 | background: url(./images/old/ruler/previous.png) no-repeat 7px 1px; | 4056 | background: url(./images/old/ruler/previous.png) no-repeat 7px 1px; |
4007 | } | 4057 | } |
4008 | /* @end */ | 4058 | /* @end */ |
4009 | div.createNewCardSplash { | 4059 | div.createNewCardSplash { |
4010 | margin-top: -450px; | 4060 | margin-top: -450px; |
4011 | margin-left: 250px; | 4061 | margin-left: 250px; |
4012 | width: 354px; | 4062 | width: 354px; |
4013 | float: left; | 4063 | float: left; |
4014 | height: 186px; | 4064 | height: 186px; |
4015 | text-align: center; | 4065 | text-align: center; |
4016 | background: url(./images/old/main/grid/createNewCardSplash.png) no-repeat; | 4066 | background: url(./images/old/main/grid/createNewCardSplash.png) no-repeat; |
4017 | } | 4067 | } |
4018 | div.createNewCardSplash:hover { | 4068 | div.createNewCardSplash:hover { |
4019 | cursor: pointer; | 4069 | cursor: pointer; |
4020 | background: url(./images/old/main/grid/createNewCardSplash_selected.png) no-repeat; | 4070 | background: url(./images/old/main/grid/createNewCardSplash_selected.png) no-repeat; |
4021 | } | 4071 | } |
4022 | div.createNewCardSplash span { | 4072 | div.createNewCardSplash span { |
4023 | display: block; | 4073 | display: block; |
4024 | padding-top: 130px; | 4074 | padding-top: 130px; |
4025 | font-size: 14pt; | 4075 | font-size: 14pt; |
4026 | color: #9a9586; | 4076 | color: #9a9586; |
4027 | } | 4077 | } |
4028 | div.createNewCardSplash:hover span { | 4078 | div.createNewCardSplash:hover span { |
4029 | color: #605c4e; | 4079 | color: #605c4e; |
4030 | } | 4080 | } |
4031 | /*=============================================*/ | 4081 | /*=============================================*/ |
4032 | div.NewUserCreation div.tabContainer { | 4082 | div.NewUserCreation div.tabContainer { |
4033 | min-height: 150px; | 4083 | min-height: 150px; |
4034 | height: 200px; | 4084 | height: 200px; |
4035 | } | 4085 | } |
4036 | div.NewUserCreation div.tabContainer > ul.tabs { | 4086 | div.NewUserCreation div.tabContainer > ul.tabs { |
4037 | display: none; | 4087 | display: none; |
4038 | } | 4088 | } |
4039 | ul.createUserStates li.creating { | 4089 | ul.createUserStates li.creating { |
4040 | background: url(./images/old/creatingUser.gif) no-repeat center center; | 4090 | background: url(./images/old/creatingUser.gif) no-repeat center center; |
4041 | } | 4091 | } |
4042 | ul.createUserStates li { | 4092 | ul.createUserStates li { |
4043 | height: 100px; | 4093 | height: 100px; |
4044 | } | 4094 | } |
4045 | ul.createUserStates li span { | 4095 | ul.createUserStates li span { |
4046 | display: block; | 4096 | display: block; |
4047 | width: 100%; | 4097 | width: 100%; |
4048 | text-align: center; | 4098 | text-align: center; |
4049 | color: #999; | 4099 | color: #999; |
4050 | font-style: italic; | 4100 | font-style: italic; |
4051 | } | 4101 | } |
4052 | div.NewUserCreation form.newUserCreationForm ul.tabPanels { | 4102 | div.NewUserCreation form.newUserCreationForm ul.tabPanels { |
4053 | padding-top: 10px; | 4103 | padding-top: 10px; |
4054 | } | 4104 | } |
4055 | div.NewUserCreation form.newUserCreationForm ul ul { | 4105 | div.NewUserCreation form.newUserCreationForm ul ul { |
4056 | margin-left: auto; | 4106 | margin-left: auto; |
4057 | margin-right: auto; | 4107 | margin-right: auto; |
4058 | width: 400px; | 4108 | width: 400px; |
4059 | } | 4109 | } |
4060 | div.NewUserCreation form.newUserCreationForm ul.credentials li { | 4110 | div.NewUserCreation form.newUserCreationForm ul.credentials li { |
4061 | height: 45px; | 4111 | height: 45px; |
4062 | } | 4112 | } |
4063 | div.NewUserCreation form.newUserCreationForm ul.credentials span.label { | 4113 | div.NewUserCreation form.newUserCreationForm ul.credentials span.label { |
4064 | text-align: right; | 4114 | text-align: right; |
4065 | display: inline-block; | 4115 | display: inline-block; |
4066 | font-size: 12pt; | 4116 | font-size: 12pt; |
4067 | color: #787872; | 4117 | color: #787872; |
4068 | width: 110px; | 4118 | width: 110px; |
4069 | vertical-align: baseline; | 4119 | vertical-align: baseline; |
4070 | } | 4120 | } |
4071 | div.NewUserCreation form.newUserCreationForm ul.credentials input { | 4121 | div.NewUserCreation form.newUserCreationForm ul.credentials input { |
4072 | font-size: 13pt; | 4122 | font-size: 13pt; |
4073 | color: #787872; | 4123 | color: #787872; |
4074 | height: 35px; | 4124 | height: 35px; |
4075 | margin-left: 15px; | 4125 | margin-left: 15px; |
4076 | padding-left: 5px; | 4126 | padding-left: 5px; |
4077 | } | 4127 | } |
4078 | div.NewUserCreation form.newUserCreationForm ul.termsOfService li { | 4128 | div.NewUserCreation form.newUserCreationForm ul.termsOfService li { |
4079 | padding: 0 0 15 0; | 4129 | padding: 0 0 15 0; |
4080 | } | 4130 | } |
4081 | div.NewUserCreation form.newUserCreationForm ul.termsOfService input { | 4131 | div.NewUserCreation form.newUserCreationForm ul.termsOfService input { |
4082 | display: inline-block; | 4132 | display: inline-block; |
4083 | } | 4133 | } |
4084 | div.NewUserCreation form.newUserCreationForm ul.termsOfService .label { | 4134 | div.NewUserCreation form.newUserCreationForm ul.termsOfService .label { |
4085 | display: inline-block; | 4135 | display: inline-block; |
4086 | text-align: left; | 4136 | text-align: left; |
4087 | font-size: 12pt; | 4137 | font-size: 12pt; |
4088 | color: #787872; | 4138 | color: #787872; |
4089 | width: 350px; | 4139 | width: 350px; |
4090 | vertical-align: top; | 4140 | vertical-align: top; |
4091 | padding-left: 10px; | 4141 | padding-left: 10px; |
4092 | } | 4142 | } |
4093 | div.NewUserCreation form.newUserCreationForm ul.termsOfService a { | 4143 | div.NewUserCreation form.newUserCreationForm ul.termsOfService a { |
4094 | font-weight: bold; | 4144 | font-weight: bold; |
4095 | color: #787872; | 4145 | color: #787872; |
4096 | text-decoration: none; | 4146 | text-decoration: none; |
4097 | } | 4147 | } |
4098 | div.NewUserCreation form.newUserCreationForm ul.termsOfService a:hover { | 4148 | div.NewUserCreation form.newUserCreationForm ul.termsOfService a:hover { |
4099 | color: #444; | 4149 | color: #444; |
4100 | } | 4150 | } |
4101 | div.NewUserCreation form.newUserCreationForm ul.createUserStates li.done span { | 4151 | div.NewUserCreation form.newUserCreationForm ul.createUserStates li.done span { |
4102 | font-size: 16pt; | 4152 | font-size: 16pt; |
4103 | color: green; | 4153 | color: green; |
4104 | } | 4154 | } |
4105 | div.NewUserCreation form.newUserCreationForm ul.createUserStates li.fail span { | 4155 | div.NewUserCreation form.newUserCreationForm ul.createUserStates li.fail span { |
4106 | font-size: 16pt; | 4156 | font-size: 16pt; |
4107 | color: red; | 4157 | color: red; |
4108 | } | 4158 | } |
diff --git a/frontend/gamma/js/Clipperz/PM/UI/Web/Components/PageHeader.js b/frontend/gamma/js/Clipperz/PM/UI/Web/Components/PageHeader.js index 5e49fb5..3c57f67 100644 --- a/frontend/gamma/js/Clipperz/PM/UI/Web/Components/PageHeader.js +++ b/frontend/gamma/js/Clipperz/PM/UI/Web/Components/PageHeader.js | |||
@@ -1,189 +1,189 @@ | |||
1 | /* | 1 | /* |
2 | 2 | ||
3 | Copyright 2008-2013 Clipperz Srl | 3 | Copyright 2008-2013 Clipperz Srl |
4 | 4 | ||
5 | This file is part of Clipperz, the online password manager. | 5 | This file is part of Clipperz, the online password manager. |
6 | For further information about its features and functionalities please | 6 | For further information about its features and functionalities please |
7 | refer to http://www.clipperz.com. | 7 | refer to http://www.clipperz.com. |
8 | 8 | ||
9 | * Clipperz is free software: you can redistribute it and/or modify it | 9 | * Clipperz is free software: you can redistribute it and/or modify it |
10 | under the terms of the GNU Affero General Public License as published | 10 | under the terms of the GNU Affero General Public License as published |
11 | by the Free Software Foundation, either version 3 of the License, or | 11 | by the Free Software Foundation, either version 3 of the License, or |
12 | (at your option) any later version. | 12 | (at your option) any later version. |
13 | 13 | ||
14 | * Clipperz is distributed in the hope that it will be useful, but | 14 | * Clipperz is distributed in the hope that it will be useful, but |
15 | WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | WITHOUT ANY WARRANTY; without even the implied warranty of |
16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
17 | See the GNU Affero General Public License for more details. | 17 | See the GNU Affero General Public License for more details. |
18 | 18 | ||
19 | * 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 |
20 | License along with Clipperz. If not, see http://www.gnu.org/licenses/. | 20 | License along with Clipperz. If not, see http://www.gnu.org/licenses/. |
21 | 21 | ||
22 | */ | 22 | */ |
23 | 23 | ||
24 | Clipperz.Base.module('Clipperz.PM.UI.Web.Components'); | 24 | Clipperz.Base.module('Clipperz.PM.UI.Web.Components'); |
25 | 25 | ||
26 | Clipperz.PM.UI.Web.Components.PageHeader = function(args) { | 26 | Clipperz.PM.UI.Web.Components.PageHeader = function(args) { |
27 | args = args || {}; | 27 | args = args || {}; |
28 | 28 | ||
29 | Clipperz.PM.UI.Web.Components.PageHeader.superclass.constructor.apply(this, arguments); | 29 | Clipperz.PM.UI.Web.Components.PageHeader.superclass.constructor.apply(this, arguments); |
30 | this._newsIsOpen = args.newsIsOpen || false; | 30 | this._newsIsOpen = args.newsIsOpen || false; |
31 | this._animationDuration = args.animationDuration || 0.5; | 31 | this._animationDuration = args.animationDuration || 0.5; |
32 | 32 | ||
33 | this._offset = 82; | 33 | this._offset = 82; |
34 | 34 | ||
35 | return this; | 35 | return this; |
36 | } | 36 | } |
37 | 37 | ||
38 | //============================================================================= | 38 | //============================================================================= |
39 | 39 | ||
40 | Clipperz.Base.extend(Clipperz.PM.UI.Web.Components.PageHeader, Clipperz.PM.UI.Common.Components.BaseComponent, { | 40 | Clipperz.Base.extend(Clipperz.PM.UI.Web.Components.PageHeader, Clipperz.PM.UI.Common.Components.BaseComponent, { |
41 | 41 | ||
42 | //------------------------------------------------------------------------- | 42 | //------------------------------------------------------------------------- |
43 | 43 | ||
44 | 'toString': function () { | 44 | 'toString': function () { |
45 | return "Clipperz.PM.UI.Web.Components.PageHeader component"; | 45 | return "Clipperz.PM.UI.Web.Components.PageHeader component"; |
46 | }, | 46 | }, |
47 | 47 | ||
48 | //------------------------------------------------------------------------- | 48 | //------------------------------------------------------------------------- |
49 | 49 | ||
50 | 'iframeURL': function () { | 50 | 'iframeURL': function () { |
51 | // return './rss_view.html'; | 51 | // return './rss_view.html'; |
52 | return 'http://www.clipperz.com/files/clipperz.com/appTips/index.html'; | 52 | return 'https://www.clipperz.com/tips/index.html'; |
53 | }, | 53 | }, |
54 | 54 | ||
55 | //------------------------------------------------------------------------- | 55 | //------------------------------------------------------------------------- |
56 | 56 | ||
57 | 'renderSelf': function(/*aContainer, aPosition*/) { | 57 | 'renderSelf': function(/*aContainer, aPosition*/) { |
58 | this.append(this.element(), [ | 58 | this.append(this.element(), [ |
59 | {tag:'div', id:'miscLinks', children:[ | 59 | {tag:'div', id:'miscLinks', children:[ |
60 | {tag:'ul', children:[ | 60 | {tag:'ul', children:[ |
61 | {tag:'li', children:[{tag:'a', id:'donateHeaderLink', stringID:'pageHeader.donation', href:'http://www.clipperz.com/donations', target:'_blank', html:Clipperz.PM.Strings.getValue('pageHeader.donation')}]}, | 61 | {tag:'li', children:[{tag:'a', id:'donateHeaderLink', stringID:'pageHeader.donation', href:'http://www.clipperz.com/donations', target:'_blank', html:Clipperz.PM.Strings.getValue('pageHeader.donation')}]}, |
62 | {tag:'li', children:[{tag:'a', id:'forumHeaderLink', stringID:'pageHeader.forum', href:'http://www.clipperz.com/forum', target:'_blank', html:Clipperz.PM.Strings.getValue('pageHeader.forum')}]}, | 62 | {tag:'li', children:[{tag:'a', id:'forumHeaderLink', stringID:'pageHeader.forum', href:'http://www.clipperz.com/forum', target:'_blank', html:Clipperz.PM.Strings.getValue('pageHeader.forum')}]}, |
63 | {tag:'li', children:[{tag:'a', id:'creditsHeaderLink', stringID:'pageHeader.credits', href:'http://www.clipperz.com/credits', target:'_blank', html:Clipperz.PM.Strings.getValue('pageHeader.credits')}]}, | 63 | // {tag:'li', children:[{tag:'a', id:'creditsHeaderLink', stringID:'pageHeader.credits', href:'http://www.clipperz.com/credits', target:'_blank', html:Clipperz.PM.Strings.getValue('pageHeader.credits')}]}, |
64 | {tag:'li', children:[{tag:'a', id:'feedbackHeaderLink', stringID:'pageHeader.feedback', href:'http://www.clipperz.com/contact', target:'_blank', html:Clipperz.PM.Strings.getValue('pageHeader.feedback')}]}, | 64 | {tag:'li', children:[{tag:'a', id:'feedbackHeaderLink', stringID:'pageHeader.feedback', href:'http://www.clipperz.com/contact', target:'_blank', html:Clipperz.PM.Strings.getValue('pageHeader.feedback')}]}, |
65 | {tag:'li', children:[{tag:'a', id:'helpHeaderLink', stringID:'pageHeader.help', href:'http://www.clipperz.com/support/user_guide',target:'_blank', html:Clipperz.PM.Strings.getValue('pageHeader.help')}]} | 65 | {tag:'li', children:[{tag:'a', id:'helpHeaderLink', stringID:'pageHeader.help', href:'http://www.clipperz.com/support/user_guide',target:'_blank', html:Clipperz.PM.Strings.getValue('pageHeader.help')}]} |
66 | ]} | 66 | ]} |
67 | ]}, | 67 | ]}, |
68 | {tag:'div', id:'logoFrame', children:[ | 68 | {tag:'div', id:'logoFrame', children:[ |
69 | {tag:'a', href:'http://www.clipperz.com', target:'_blank', children:[ | 69 | {tag:'a', href:'http://www.clipperz.com', target:'_blank', children:[ |
70 | // {tag:'h1', cls:'logo', html:"clipperz"}, | 70 | // {tag:'h1', cls:'logo', html:"clipperz"}, |
71 | {tag:'canvas', id:this.getId('logo'), cls:'logo'}, | 71 | {tag:'canvas', id:this.getId('logo'), cls:'logo'}, |
72 | {tag:'h5', cls:'clipperzPayoff', html:"keep it to yourself!"} | 72 | {tag:'h5', cls:'clipperzPayoff', html:"keep it to yourself!"} |
73 | ]} | 73 | ]} |
74 | ]}, | 74 | ]}, |
75 | {tag:'div', id:'news', cls:'hidden', children:[ | 75 | {tag:'div', id:'news', cls:'hidden', children:[ |
76 | // {tag:'div', cls:'close', children:[ | 76 | // {tag:'div', cls:'close', children:[ |
77 | // {tag:'a', href:'#', id:this.getId('closeTips'), html:'x'} | 77 | // {tag:'a', href:'#', id:this.getId('closeTips'), html:'x'} |
78 | // ]}, | 78 | // ]}, |
79 | {tag:'div', id:'newsframe', children:[ | 79 | {tag:'div', id:'newsframe', children:[ |
80 | {tag:'iframe', id:this.getId('iframe'), src:this.iframeURL()} | 80 | {tag:'iframe', id:this.getId('iframe'), src:this.iframeURL()} |
81 | ]}, | 81 | ]}, |
82 | {tag:'div', id:this.getId('newsGrip'), cls:'grip', children:[ | 82 | {tag:'div', id:this.getId('newsGrip'), cls:'grip', children:[ |
83 | {tag:'div', cls:'gripHandler', children:[]} | 83 | {tag:'div', cls:'gripHandler', children:[]} |
84 | ]} | 84 | ]} |
85 | ]}, | 85 | ]}, |
86 | {tag:'div', id:'featureTabs', children:[ | 86 | {tag:'div', id:'featureTabs', children:[ |
87 | {tag:'table', children:[{tag:'tr', children:[ | 87 | {tag:'table', children:[{tag:'tr', children:[ |
88 | {tag:'td', children:[{tag:'div', id:'feature_store', children:[{tag:'canvas', cls:'featureIcon', id:this.getId('storeIcon')}, {tag:'span', html:"Store and manage your password and online credentials"}]}]}, | 88 | {tag:'td', children:[{tag:'div', id:'feature_store', children:[{tag:'canvas', cls:'featureIcon', id:this.getId('storeIcon')}, {tag:'span', html:"Store and manage your password and online credentials"}]}]}, |
89 | {tag:'td', children:[{tag:'div', id:'feature_protect', children:[{tag:'canvas', cls:'featureIcon', id:this.getId('protectIcon')}, {tag:'span', html:"Protect all your sensitive data"}]}]}, | 89 | {tag:'td', children:[{tag:'div', id:'feature_protect', children:[{tag:'canvas', cls:'featureIcon', id:this.getId('protectIcon')}, {tag:'span', html:"Protect all your sensitive data"}]}]}, |
90 | {tag:'td', children:[{tag:'div', id:'feature_directLogin', children:[{tag:'canvas', cls:'featureIcon', id:this.getId('directLoginIcon')},{tag:'span', html:"Login to your web services without entering any username or password"}]}]}, | 90 | {tag:'td', children:[{tag:'div', id:'feature_directLogin', children:[{tag:'canvas', cls:'featureIcon', id:this.getId('directLoginIcon')},{tag:'span', html:"Login to your web services without entering any username or password"}]}]}, |
91 | {tag:'td', children:[{tag:'div', id:'feature_share', children:[{tag:'canvas', cls:'featureIcon', id:this.getId('shareIcon')}, {tag:'span', html:"Share secret with family members and associates"}]}]} | 91 | {tag:'td', children:[{tag:'div', id:'feature_share', children:[{tag:'canvas', cls:'featureIcon', id:this.getId('shareIcon')}, {tag:'span', html:"Share secret with family members and associates"}]}]} |
92 | ]}]} | 92 | ]}]} |
93 | ]} | 93 | ]} |
94 | ]); | 94 | ]); |
95 | 95 | ||
96 | Clipperz.PM.UI.Canvas.features.store(this.getElement('storeIcon'), "#ffffff"); | 96 | Clipperz.PM.UI.Canvas.features.store(this.getElement('storeIcon'), "#ffffff"); |
97 | Clipperz.PM.UI.Canvas.features.protect(this.getElement('protectIcon'), "#ffffff"); | 97 | Clipperz.PM.UI.Canvas.features.protect(this.getElement('protectIcon'), "#ffffff"); |
98 | Clipperz.PM.UI.Canvas.features.directLogin(this.getElement('directLoginIcon'), "#ffffff"); | 98 | Clipperz.PM.UI.Canvas.features.directLogin(this.getElement('directLoginIcon'), "#ffffff"); |
99 | Clipperz.PM.UI.Canvas.features.share(this.getElement('shareIcon'), "#ffffff", "#ffffff", "#ff0000"); | 99 | Clipperz.PM.UI.Canvas.features.share(this.getElement('shareIcon'), "#ffffff", "#ffffff", "#ff0000"); |
100 | 100 | ||
101 | MochiKit.Signal.connect(this.getElement('newsGrip'), 'onclick', this, 'toggleTips'); | 101 | MochiKit.Signal.connect(this.getElement('newsGrip'), 'onclick', this, 'toggleTips'); |
102 | MochiKit.Signal.connect(this.getElement('iframe'), 'onload', this, 'handleIframeDidLoad'); | 102 | MochiKit.Signal.connect(this.getElement('iframe'), 'onload', this, 'handleIframeDidLoad'); |
103 | this.setLogoDefaultColors(); | 103 | this.setLogoDefaultColors(); |
104 | }, | 104 | }, |
105 | 105 | ||
106 | //------------------------------------------------------------------------- | 106 | //------------------------------------------------------------------------- |
107 | 107 | ||
108 | 'switchToLoggedMode': function() { | 108 | 'switchToLoggedMode': function() { |
109 | // MochiKit.Style.addElementClass(this.element(), 'logged'); | 109 | // MochiKit.Style.addElementClass(this.element(), 'logged'); |
110 | MochiKit.Style.hideElement('featureTabs'); | 110 | MochiKit.Style.hideElement('featureTabs'); |
111 | }, | 111 | }, |
112 | 112 | ||
113 | //------------------------------------------------------------------------- | 113 | //------------------------------------------------------------------------- |
114 | 114 | ||
115 | 'animationDuration': function () { | 115 | 'animationDuration': function () { |
116 | return this._animationDuration; | 116 | return this._animationDuration; |
117 | }, | 117 | }, |
118 | 118 | ||
119 | 'offset': function () { | 119 | 'offset': function () { |
120 | return this._offset; | 120 | return this._offset; |
121 | }, | 121 | }, |
122 | 122 | ||
123 | //------------------------------------------------------------------------- | 123 | //------------------------------------------------------------------------- |
124 | 124 | ||
125 | 'isNewsOpen': function () { | 125 | 'isNewsOpen': function () { |
126 | return this._newsIsOpen; | 126 | return this._newsIsOpen; |
127 | }, | 127 | }, |
128 | 128 | ||
129 | 'toggleNewsIsOpen': function () { | 129 | 'toggleNewsIsOpen': function () { |
130 | this._newsIsOpen = !this._newsIsOpen; | 130 | this._newsIsOpen = !this._newsIsOpen; |
131 | }, | 131 | }, |
132 | 132 | ||
133 | 'toggleTips': function(anEvent) { | 133 | 'toggleTips': function(anEvent) { |
134 | anEvent.preventDefault(); | 134 | anEvent.preventDefault(); |
135 | 135 | ||
136 | if (this.isNewsOpen() == true) { | 136 | if (this.isNewsOpen() == true) { |
137 | MochiKit.Visual.Move(Clipperz.DOM.get('news'), { | 137 | MochiKit.Visual.Move(Clipperz.DOM.get('news'), { |
138 | x: 0, | 138 | x: 0, |
139 | y: -this.offset(), | 139 | y: -this.offset(), |
140 | mode: 'relative', | 140 | mode: 'relative', |
141 | duration: this.animationDuration(), | 141 | duration: this.animationDuration(), |
142 | beforeStart: function () { | 142 | beforeStart: function () { |
143 | MochiKit.DOM.setElementClass(Clipperz.DOM.get('news'), 'hiding'); | 143 | MochiKit.DOM.setElementClass(Clipperz.DOM.get('news'), 'hiding'); |
144 | }, | 144 | }, |
145 | afterFinish: function () { | 145 | afterFinish: function () { |
146 | Clipperz.DOM.get('newsframe').innerHTML = ""; | 146 | Clipperz.DOM.get('newsframe').innerHTML = ""; |
147 | MochiKit.DOM.setElementClass(Clipperz.DOM.get('news'), 'hidden'); | 147 | MochiKit.DOM.setElementClass(Clipperz.DOM.get('news'), 'hidden'); |
148 | } | 148 | } |
149 | }) | 149 | }) |
150 | this.toggleNewsIsOpen(); | 150 | this.toggleNewsIsOpen(); |
151 | } else { | 151 | } else { |
152 | MochiKit.DOM.addElementClass('newsframe', 'loading'); | 152 | MochiKit.DOM.addElementClass('newsframe', 'loading'); |
153 | MochiKit.Visual.Move(Clipperz.DOM.get('news'), { | 153 | MochiKit.Visual.Move(Clipperz.DOM.get('news'), { |
154 | x: 0, | 154 | x: 0, |
155 | y: this.offset(), | 155 | y: this.offset(), |
156 | mode: 'relative', | 156 | mode: 'relative', |
157 | duration: this.animationDuration(), | 157 | duration: this.animationDuration(), |
158 | beforeStart: MochiKit.Base.bind(function () { | 158 | beforeStart: MochiKit.Base.bind(function () { |
159 | this.append(Clipperz.DOM.get('newsframe'), {tag:'iframe', id:this.getId('iframe'), src:this.iframeURL()}); | 159 | this.append(Clipperz.DOM.get('newsframe'), {tag:'iframe', id:this.getId('iframe'), src:this.iframeURL()}); |
160 | 160 | ||
161 | MochiKit.Signal.connect(this.getElement('iframe'), 'onload', this, 'handleIframeDidLoad'); | 161 | MochiKit.Signal.connect(this.getElement('iframe'), 'onload', this, 'handleIframeDidLoad'); |
162 | MochiKit.DOM.setElementClass(Clipperz.DOM.get('news'), 'opening'); | 162 | MochiKit.DOM.setElementClass(Clipperz.DOM.get('news'), 'opening'); |
163 | }, this), | 163 | }, this), |
164 | afterFinish: function () { | 164 | afterFinish: function () { |
165 | MochiKit.DOM.setElementClass(Clipperz.DOM.get('news'), 'open'); | 165 | MochiKit.DOM.setElementClass(Clipperz.DOM.get('news'), 'open'); |
166 | } | 166 | } |
167 | }) | 167 | }) |
168 | this.toggleNewsIsOpen(); | 168 | this.toggleNewsIsOpen(); |
169 | } | 169 | } |
170 | }, | 170 | }, |
171 | 171 | ||
172 | 'setLogoDefaultColors': function () { | 172 | 'setLogoDefaultColors': function () { |
173 | Clipperz.PM.UI.Canvas.logo.normal(this.getElement('logo'), "clipperz", "28.0pt", "#ffffff"); | 173 | Clipperz.PM.UI.Canvas.logo.normal(this.getElement('logo'), "clipperz", "28.0pt", "#ffffff"); |
174 | }, | 174 | }, |
175 | 175 | ||
176 | //------------------------------------------------------------------------- | 176 | //------------------------------------------------------------------------- |
177 | 177 | ||
178 | 'handleIframeDidLoad': function (anEvent) { | 178 | 'handleIframeDidLoad': function (anEvent) { |
179 | if (this.isNewsOpen() == false) { | 179 | if (this.isNewsOpen() == false) { |
180 | this.toggleTips(anEvent); | 180 | this.toggleTips(anEvent); |
181 | } | 181 | } |
182 | 182 | ||
183 | MochiKit.DOM.removeElementClass('newsframe', 'loading'); | 183 | MochiKit.DOM.removeElementClass('newsframe', 'loading'); |
184 | MochiKit.Signal.disconnectAllTo(this.getElement('iframe')); | 184 | MochiKit.Signal.disconnectAllTo(this.getElement('iframe')); |
185 | }, | 185 | }, |
186 | 186 | ||
187 | //------------------------------------------------------------------------- | 187 | //------------------------------------------------------------------------- |
188 | __syntaxFix__: "syntax fix" | 188 | __syntaxFix__: "syntax fix" |
189 | }); | 189 | }); |
diff --git a/frontend/gamma/js/Clipperz/PM/UI/Web/Components/UserInfoBox.js b/frontend/gamma/js/Clipperz/PM/UI/Web/Components/UserInfoBox.js index fbf58e0..91085cf 100644 --- a/frontend/gamma/js/Clipperz/PM/UI/Web/Components/UserInfoBox.js +++ b/frontend/gamma/js/Clipperz/PM/UI/Web/Components/UserInfoBox.js | |||
@@ -1,337 +1,365 @@ | |||
1 | /* | 1 | /* |
2 | 2 | ||
3 | Copyright 2008-2013 Clipperz Srl | 3 | Copyright 2008-2013 Clipperz Srl |
4 | 4 | ||
5 | This file is part of Clipperz, the online password manager. | 5 | This file is part of Clipperz, the online password manager. |
6 | For further information about its features and functionalities please | 6 | For further information about its features and functionalities please |
7 | refer to http://www.clipperz.com. | 7 | refer to http://www.clipperz.com. |
8 | 8 | ||
9 | * Clipperz is free software: you can redistribute it and/or modify it | 9 | * Clipperz is free software: you can redistribute it and/or modify it |
10 | under the terms of the GNU Affero General Public License as published | 10 | under the terms of the GNU Affero General Public License as published |
11 | by the Free Software Foundation, either version 3 of the License, or | 11 | by the Free Software Foundation, either version 3 of the License, or |
12 | (at your option) any later version. | 12 | (at your option) any later version. |
13 | 13 | ||
14 | * Clipperz is distributed in the hope that it will be useful, but | 14 | * Clipperz is distributed in the hope that it will be useful, but |
15 | WITHOUT ANY WARRANTY; without even the implied warranty of | 15 | WITHOUT ANY WARRANTY; without even the implied warranty of |
16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
17 | See the GNU Affero General Public License for more details. | 17 | See the GNU Affero General Public License for more details. |
18 | 18 | ||
19 | * 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 |
20 | License along with Clipperz. If not, see http://www.gnu.org/licenses/. | 20 | License along with Clipperz. If not, see http://www.gnu.org/licenses/. |
21 | 21 | ||
22 | */ | 22 | */ |
23 | 23 | ||
24 | Clipperz.Base.module('Clipperz.PM.UI.Web.Components'); | 24 | Clipperz.Base.module('Clipperz.PM.UI.Web.Components'); |
25 | 25 | ||
26 | Clipperz.PM.UI.Web.Components.UserInfoBox = function(args) { | 26 | Clipperz.PM.UI.Web.Components.UserInfoBox = function(args) { |
27 | args = args || {}; | 27 | args = args || {}; |
28 | 28 | ||
29 | Clipperz.PM.UI.Web.Components.UserInfoBox.superclass.constructor.apply(this, arguments); | 29 | Clipperz.PM.UI.Web.Components.UserInfoBox.superclass.constructor.apply(this, arguments); |
30 | 30 | ||
31 | this._slots = {}; | 31 | this._slots = {}; |
32 | this._isLocked = false; | 32 | this._isLocked = false; |
33 | this._lockTooltip = null; | 33 | this._lockTooltip = null; |
34 | 34 | ||
35 | return this; | 35 | return this; |
36 | } | 36 | } |
37 | 37 | ||
38 | //============================================================================= | 38 | //============================================================================= |
39 | 39 | ||
40 | Clipperz.Base.extend(Clipperz.PM.UI.Web.Components.UserInfoBox, Clipperz.PM.UI.Common.Components.BaseComponent, { | 40 | Clipperz.Base.extend(Clipperz.PM.UI.Web.Components.UserInfoBox, Clipperz.PM.UI.Common.Components.BaseComponent, { |
41 | 41 | ||
42 | //------------------------------------------------------------------------- | 42 | //------------------------------------------------------------------------- |
43 | 43 | ||
44 | 'toString': function () { | 44 | 'toString': function () { |
45 | return "Clipperz.PM.UI.Web.Components.UserInfoBox component"; | 45 | return "Clipperz.PM.UI.Web.Components.UserInfoBox component"; |
46 | }, | 46 | }, |
47 | 47 | ||
48 | //------------------------------------------------------------------------- | 48 | //------------------------------------------------------------------------- |
49 | 49 | ||
50 | 'handleLogout': function(anEvent) { | 50 | 'handleLogout': function(anEvent) { |
51 | //Clipperz.log(">>> UserInfoBox.handleLogout"); | 51 | //Clipperz.log(">>> UserInfoBox.handleLogout"); |
52 | anEvent.preventDefault(); | 52 | anEvent.preventDefault(); |
53 | MochiKit.Signal.signal(this, 'logout'); | 53 | MochiKit.Signal.signal(this, 'logout'); |
54 | //Clipperz.log("<<< UserInfoBox.handleLogout"); | 54 | //Clipperz.log("<<< UserInfoBox.handleLogout"); |
55 | }, | 55 | }, |
56 | 56 | ||
57 | //------------------------------------------------------------------------- | 57 | //------------------------------------------------------------------------- |
58 | 58 | ||
59 | 'lockTooltip': function () { | 59 | 'lockTooltip': function () { |
60 | return this._lockTooltip; | 60 | return this._lockTooltip; |
61 | }, | 61 | }, |
62 | 62 | ||
63 | //------------------------------------------------------------------------- | 63 | //------------------------------------------------------------------------- |
64 | 64 | ||
65 | 'isLocked': function () { | 65 | 'isLocked': function () { |
66 | return this._isLocked; | 66 | return this._isLocked; |
67 | }, | 67 | }, |
68 | 68 | ||
69 | 'setIsLocked': function (aValue) { | 69 | 'setIsLocked': function (aValue) { |
70 | this._isLocked = aValue; | 70 | this._isLocked = aValue; |
71 | }, | 71 | }, |
72 | 72 | ||
73 | 'toggleLock': function(anEvent) { | 73 | 'toggleLock': function(anEvent) { |
74 | var deferredResult; | 74 | var deferredResult; |
75 | var shouldLock; | 75 | var shouldLock; |
76 | 76 | ||
77 | anEvent.preventDefault(); | 77 | anEvent.preventDefault(); |
78 | this.lockTooltip().hide(); | 78 | this.lockTooltip().hide(); |
79 | 79 | ||
80 | shouldLock = (this.isLocked() == false); | 80 | shouldLock = (this.isLocked() == false); |
81 | 81 | ||
82 | if (shouldLock) { | 82 | if (shouldLock) { |
83 | var maskElement; | 83 | var maskElement; |
84 | 84 | ||
85 | this.setIsLocked(true); | 85 | this.setIsLocked(true); |
86 | maskElement = this.getId('modalDialogMask'); | 86 | maskElement = this.getId('modalDialogMask'); |
87 | deferredResult = Clipperz.Async.callbacks("UserInfoBox.toggleLock [lock]", [ | 87 | deferredResult = Clipperz.Async.callbacks("UserInfoBox.toggleLock [lock]", [ |
88 | MochiKit.Base.partial(MochiKit.DOM.addElementClass, this.element(), 'locked'), | 88 | MochiKit.Base.partial(MochiKit.DOM.addElementClass, this.element(), 'locked'), |
89 | MochiKit.Base.partial(Clipperz.Visual.deferredAnimation, MochiKit.Visual.appear, maskElement, {from:0.0, to:0.75, duration:0.5}), | 89 | MochiKit.Base.partial(Clipperz.Visual.deferredAnimation, MochiKit.Visual.appear, maskElement, {from:0.0, to:0.75, duration:0.5}), |
90 | MochiKit.Base.method(Clipperz.PM.RunTime.mainController, 'setPassphraseDelegate', MochiKit.Base.method(this, 'askForPassphrase')), | 90 | MochiKit.Base.method(Clipperz.PM.RunTime.mainController, 'setPassphraseDelegate', MochiKit.Base.method(this, 'askForPassphrase')), |
91 | MochiKit.Base.partial(MochiKit.Signal.signal, this, 'lock') | 91 | MochiKit.Base.partial(MochiKit.Signal.signal, this, 'lock') |
92 | ], {trace:false}); | 92 | ], {trace:false}); |
93 | } else { | 93 | } else { |
94 | deferredResult = Clipperz.Async.callbacks("UserInfoBox.toggleLock [unlock]", [ | 94 | deferredResult = Clipperz.Async.callbacks("UserInfoBox.toggleLock [unlock]", [ |
95 | MochiKit.Base.partial(MochiKit.Signal.signal, this, 'unlock') | 95 | MochiKit.Base.partial(MochiKit.Signal.signal, this, 'unlock') |
96 | ], {trace:false}); | 96 | ], {trace:false}); |
97 | } | 97 | } |
98 | 98 | ||
99 | return deferredResult; | 99 | return deferredResult; |
100 | }, | 100 | }, |
101 | 101 | ||
102 | //------------------------------------------------------------------------- | 102 | //------------------------------------------------------------------------- |
103 | 103 | ||
104 | 'unlock': function () { | 104 | 'unlock': function () { |
105 | var deferredResult; | 105 | var deferredResult; |
106 | var maskElement; | 106 | var maskElement; |
107 | 107 | ||
108 | this.setIsLocked(false); | 108 | this.setIsLocked(false); |
109 | maskElement = this.getId('modalDialogMask'); | 109 | maskElement = this.getId('modalDialogMask'); |
110 | 110 | ||
111 | deferredResult = Clipperz.Async.callbacks("UserInfoBox.unlock", [ | 111 | deferredResult = Clipperz.Async.callbacks("UserInfoBox.unlock", [ |
112 | MochiKit.Base.partial(Clipperz.Visual.deferredAnimation, MochiKit.Visual.fade, maskElement, {from:0.75, to:0.0, duration:0.5}), | 112 | MochiKit.Base.partial(Clipperz.Visual.deferredAnimation, MochiKit.Visual.fade, maskElement, {from:0.75, to:0.0, duration:0.5}), |
113 | // Clipperz.Visual.deferredAnimation(MochiKit.Visual.fade, maskElement, {from:0.75, to:0.0, duration:0.5}), | 113 | // Clipperz.Visual.deferredAnimation(MochiKit.Visual.fade, maskElement, {from:0.75, to:0.0, duration:0.5}), |
114 | MochiKit.Base.partial(MochiKit.DOM.removeElementClass, this.element(), 'locked') | 114 | MochiKit.Base.partial(MochiKit.DOM.removeElementClass, this.element(), 'locked') |
115 | ], {trace:false}); | 115 | ], {trace:false}); |
116 | }, | 116 | }, |
117 | 117 | ||
118 | //------------------------------------------------------------------------- | 118 | //------------------------------------------------------------------------- |
119 | 119 | ||
120 | 'askForPassphrase': function () { | 120 | 'askForPassphrase': function () { |
121 | varunlockPasswordComponent; | 121 | varunlockPasswordComponent; |
122 | /* | 122 | /* |
123 | vardeferredResult; | 123 | vardeferredResult; |
124 | 124 | ||
125 | deferredResult = new Clipperz.Async.Deferred("UserInfoBox.askForPassphrase", {trace:false}); | 125 | deferredResult = new Clipperz.Async.Deferred("UserInfoBox.askForPassphrase", {trace:false}); |
126 | deferredResult.addCallback(MochiKit.Async.succeed, 'test'); | 126 | deferredResult.addCallback(MochiKit.Async.succeed, 'test'); |
127 | 127 | ||
128 | deferredResult.callback(); | 128 | deferredResult.callback(); |
129 | 129 | ||
130 | return deferredResult; | 130 | return deferredResult; |
131 | */ | 131 | */ |
132 | unlockPasswordComponent = new Clipperz.PM.UI.Web.Components.UnlockPasswordComponent({ | 132 | unlockPasswordComponent = new Clipperz.PM.UI.Web.Components.UnlockPasswordComponent({ |
133 | 'title':"Unlock account", | 133 | 'title':"Unlock account", |
134 | 'text': "Insert the passprase to unlock the account", | 134 | 'text': "Insert the passprase to unlock the account", |
135 | 'type': 'INFO', | 135 | 'type': 'INFO', |
136 | 'buttons': [ | 136 | 'buttons': [ |
137 | {text:"Cancel",result:'CANCEL'}, | 137 | {text:"Cancel",result:'CANCEL'}, |
138 | {text:"Unlock", result:'OK',isDefault:true} | 138 | {text:"Unlock", result:'OK',isDefault:true} |
139 | ], | 139 | ], |
140 | 'openFromElement': this.getElement('lock'), | 140 | 'openFromElement': this.getElement('lock'), |
141 | 'onOkCloseToElement': null, | 141 | 'onOkCloseToElement': null, |
142 | 'onCancelCloseToElement':this.getId('lock') | 142 | 'onCancelCloseToElement':this.getId('lock') |
143 | }); | 143 | }); |
144 | 144 | ||
145 | return unlockPasswordComponent.getPassphrase(); | 145 | return unlockPasswordComponent.getPassphrase(); |
146 | }, | 146 | }, |
147 | 147 | ||
148 | //========================================================================= | 148 | //========================================================================= |
149 | 149 | ||
150 | 'renderSelf': function(/*aContainer, aPosition*/) { | 150 | 'renderSelf': function(/*aContainer, aPosition*/) { |
151 | this.append(this.element(), [ | 151 | this.append(this.element(), [ |
152 | // {tag:'canvas', id:this.getId('canvas'), cls:'canvas', width:'188', height:'154'}, | 152 | // {tag:'canvas', id:this.getId('canvas'), cls:'canvas', width:'188', height:'154'}, |
153 | {tag:'div', cls:'header', children:[ | 153 | {tag:'div', cls:'header', children:[ |
154 | {tag:'h1', html:"Welcome"}, | 154 | {tag:'h1', html:"Welcome"}, |
155 | {tag:'a', cls:'lockButton', href:'#', id:this.getId('lock'), html:' '} | 155 | {tag:'a', cls:'lockButton', href:'#', id:this.getId('lock'), html:' '} |
156 | ]}, | 156 | ]}, |
157 | {tag:'div', cls:'body', children:[ | 157 | {tag:'div', cls:'body', children:[ |
158 | {tag:'h3', id:this.getId('username'), html:""}, | 158 | {tag:'h3', id:this.getId('username'), html:""}, |
159 | {tag:'ul', children:[ | 159 | {tag:'ul', children:[ |
160 | {tag:'li', id:this.getId('cards'), children:[ | 160 | {tag:'li', id:this.getId('cards'), children:[ |
161 | {tag:'span', id:this.getId('cardsNumber'), cls:'number', html:"-"}, | 161 | {tag:'span', id:this.getId('cardsNumber'), cls:'number', html:"-"}, |
162 | {tag:'span', id:this.getId('cardsLabel'), html:"cards"} | 162 | {tag:'span', id:this.getId('cardsLabel'), html:"cards"} |
163 | ]}, | 163 | ]}, |
164 | {tag:'li', id:this.getId('directLogins'), children:[ | 164 | {tag:'li', id:this.getId('directLogins'), children:[ |
165 | {tag:'span', id:this.getId('directLoginsNumber'), cls:'number', html:"-"}, | 165 | {tag:'span', id:this.getId('directLoginsNumber'), cls:'number', html:"-"}, |
166 | {tag:'span', id:this.getId('directLoginsLabel'), html:"direct logins"} | 166 | {tag:'span', id:this.getId('directLoginsLabel'), html:"direct logins"} |
167 | ]} | 167 | ]} |
168 | ]}, | 168 | ]}, |
169 | {tag:'div', cls:'accountInfo', children:[ | ||
170 | {tag:'div', cls:'payButton', children:[ | ||
171 | {tag:'a', href:'#', id:this.getId('payButton'), cls:'info', html:"info"} | ||
172 | ]}, | ||
173 | {tag:'h5', html:"Account info"}, | ||
174 | {tag:'div', cls:'accountStatus', children:[ | ||
175 | {tag:'span', cls:'label', html:"status"}, | ||
176 | {tag:'span', cls:'status', html:"early adopter"} | ||
177 | ]}, | ||
178 | {tag:'div', cls:'accountLevel', children:[ | ||
179 | {tag:'span', cls:'label', html:"level"}, | ||
180 | // {tag:'span', cls:'level', html:"★☆☆☆"} | ||
181 | {tag:'span', cls:'level', html:"☆☆☆☆"} | ||
182 | ]}, | ||
183 | {tag:'div', cls:'accountExpiration', children:[ | ||
184 | {tag:'span', cls:'label', html:"expires"}, | ||
185 | // {tag:'span', cls:'expriation', html:"on 26 April 2014"} | ||
186 | {tag:'span', cls:'expriation', html:"never"} | ||
187 | ]} | ||
188 | ]}, | ||
169 | {tag:'a', href:'#', id:this.getId('logout'), html:"logout >"} | 189 | {tag:'a', href:'#', id:this.getId('logout'), html:"logout >"} |
170 | ]}, | 190 | ]}, |
171 | {tag:'div', cls:'footer'} | 191 | {tag:'div', cls:'footer'} |
172 | ]); | 192 | ]); |
173 | 193 | ||
174 | MochiKit.Signal.connect(this.getElement('logout'), 'onclick', this, 'handleLogout'); | 194 | MochiKit.Signal.connect(this.getElement('logout'), 'onclick', this, 'handleLogout'); |
175 | MochiKit.Signal.connect(this.getElement('lock'), 'onclick', this, 'toggleLock'); | 195 | MochiKit.Signal.connect(this.getElement('lock'), 'onclick', this, 'toggleLock'); |
196 | MochiKit.Signal.connect(this.getElement('payButton'),'onclick', this, 'handlePayButton'); | ||
176 | 197 | ||
177 | this._lockTooltip = new Clipperz.PM.UI.Common.Components.Tooltip({ | 198 | this._lockTooltip = new Clipperz.PM.UI.Common.Components.Tooltip({ |
178 | element:this.getElement('lock'), | 199 | element:this.getElement('lock'), |
179 | text: "Click here to lock/unlock your account.", | 200 | text: "Click here to lock/unlock your account.", |
180 | position:'RIGHT' | 201 | position:'RIGHT' |
181 | }); | 202 | }); |
182 | 203 | ||
183 | Clipperz.DOM.Helper.append(MochiKit.DOM.currentDocument().body, | 204 | Clipperz.DOM.Helper.append(MochiKit.DOM.currentDocument().body, |
184 | {tag:'div', id:this.getId('modalDialogWrapper'), cls:'modalDialogWrapper', children:[ | 205 | {tag:'div', id:this.getId('modalDialogWrapper'), cls:'modalDialogWrapper', children:[ |
185 | {tag:'div', id:this.getId('modalDialogMask'), cls:'modalDialogMask userInfoBoxMask'} | 206 | {tag:'div', id:this.getId('modalDialogMask'), cls:'modalDialogMask userInfoBoxMask'} |
186 | ]} | 207 | ]} |
187 | ); | 208 | ); |
188 | MochiKit.Style.hideElement(this.getId('modalDialogMask')); | 209 | MochiKit.Style.hideElement(this.getId('modalDialogMask')); |
189 | 210 | ||
190 | // this.drawUserInfoBackground(this.getElement('canvas')); | 211 | // this.drawUserInfoBackground(this.getElement('canvas')); |
191 | }, | 212 | }, |
192 | 213 | ||
193 | //------------------------------------------------------------------------- | 214 | //------------------------------------------------------------------------- |
215 | |||
216 | 'handlePayButton': function (anEvent) { | ||
217 | anEvent.preventDefault(); | ||
218 | window.open('https://www.clipperz.com/pricing/', '_blank'); | ||
219 | }, | ||
220 | |||
221 | //------------------------------------------------------------------------- | ||
194 | /* | 222 | /* |
195 | 'drawUserInfoBackground': function (canvas) { | 223 | 'drawUserInfoBackground': function (canvas) { |
196 | var kMyDrawingFunctionWidth = 188.0; | 224 | var kMyDrawingFunctionWidth = 188.0; |
197 | var kMyDrawingFunctionHeight = 154.0; | 225 | var kMyDrawingFunctionHeight = 154.0; |
198 | 226 | ||
199 | var context = canvas.getContext("2d"); | 227 | var context = canvas.getContext("2d"); |
200 | var color; | 228 | var color; |
201 | var resolution; | 229 | var resolution; |
202 | var alignStroke; | 230 | var alignStroke; |
203 | var path; | 231 | var path; |
204 | var pointX; | 232 | var pointX; |
205 | var pointY; | 233 | var pointY; |
206 | var controlPoint1X; | 234 | var controlPoint1X; |
207 | var controlPoint1Y; | 235 | var controlPoint1Y; |
208 | var controlPoint2X; | 236 | var controlPoint2X; |
209 | var controlPoint2Y; | 237 | var controlPoint2Y; |
210 | var gradient; | 238 | var gradient; |
211 | if (window.devicePixelRatio) | 239 | if (window.devicePixelRatio) |
212 | resolution = window.devicePixelRatio; | 240 | resolution = window.devicePixelRatio; |
213 | else | 241 | else |
214 | resolution = 1.0; | 242 | resolution = 1.0; |
215 | resolution *= 0.5 * (canvas.width / kMyDrawingFunctionWidth + canvas.height / kMyDrawingFunctionHeight); | 243 | resolution *= 0.5 * (canvas.width / kMyDrawingFunctionWidth + canvas.height / kMyDrawingFunctionHeight); |
216 | 244 | ||
217 | context.save(); | 245 | context.save(); |
218 | context.scale(canvas.width / kMyDrawingFunctionWidth, canvas.height / kMyDrawingFunctionHeight); | 246 | context.scale(canvas.width / kMyDrawingFunctionWidth, canvas.height / kMyDrawingFunctionHeight); |
219 | context.clearRect(0.0, 0.0, kMyDrawingFunctionWidth, kMyDrawingFunctionHeight); | 247 | context.clearRect(0.0, 0.0, kMyDrawingFunctionWidth, kMyDrawingFunctionHeight); |
220 | 248 | ||
221 | // Setup for Shadow Effect | 249 | // Setup for Shadow Effect |
222 | color = "rgba(0.0%, 0.0%, 0.0%, 0.667)"; | 250 | color = "rgba(0.0%, 0.0%, 0.0%, 0.667)"; |
223 | context.save(); | 251 | context.save(); |
224 | context.shadowColor = color; | 252 | context.shadowColor = color; |
225 | context.shadowBlur = 3.0; | 253 | context.shadowBlur = 3.0; |
226 | context.shadowOffsetX = 5.729 * Math.cos(7.592) * resolution; | 254 | context.shadowOffsetX = 5.729 * Math.cos(7.592) * resolution; |
227 | context.shadowOffsetY = 5.729 * Math.sin(7.592) * resolution; | 255 | context.shadowOffsetY = 5.729 * Math.sin(7.592) * resolution; |
228 | 256 | ||
229 | // Layer 1 | 257 | // Layer 1 |
230 | 258 | ||
231 | alignStroke = 0.0; | 259 | alignStroke = 0.0; |
232 | context.beginPath(); | 260 | context.beginPath(); |
233 | pointX = 169.5; | 261 | pointX = 169.5; |
234 | pointY = 141.5; | 262 | pointY = 141.5; |
235 | pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; | 263 | pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; |
236 | pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; | 264 | pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; |
237 | context.moveTo(pointX, pointY); | 265 | context.moveTo(pointX, pointY); |
238 | pointX = 177.5; | 266 | pointX = 177.5; |
239 | pointY = 133.5; | 267 | pointY = 133.5; |
240 | pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; | 268 | pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; |
241 | pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; | 269 | pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; |
242 | controlPoint1X = 173.889; | 270 | controlPoint1X = 173.889; |
243 | controlPoint1Y = 141.5; | 271 | controlPoint1Y = 141.5; |
244 | controlPoint1X = (Math.round(resolution * controlPoint1X + alignStroke) - alignStroke) / resolution; | 272 | controlPoint1X = (Math.round(resolution * controlPoint1X + alignStroke) - alignStroke) / resolution; |
245 | controlPoint1Y = (Math.round(resolution * controlPoint1Y + alignStroke) - alignStroke) / resolution; | 273 | controlPoint1Y = (Math.round(resolution * controlPoint1Y + alignStroke) - alignStroke) / resolution; |
246 | controlPoint2X = 177.5; | 274 | controlPoint2X = 177.5; |
247 | controlPoint2Y = 137.889; | 275 | controlPoint2Y = 137.889; |
248 | controlPoint2X = (Math.round(resolution * controlPoint2X + alignStroke) - alignStroke) / resolution; | 276 | controlPoint2X = (Math.round(resolution * controlPoint2X + alignStroke) - alignStroke) / resolution; |
249 | controlPoint2Y = (Math.round(resolution * controlPoint2Y + alignStroke) - alignStroke) / resolution; | 277 | controlPoint2Y = (Math.round(resolution * controlPoint2Y + alignStroke) - alignStroke) / resolution; |
250 | context.bezierCurveTo(controlPoint1X, controlPoint1Y, controlPoint2X, controlPoint2Y, pointX, pointY); | 278 | context.bezierCurveTo(controlPoint1X, controlPoint1Y, controlPoint2X, controlPoint2Y, pointX, pointY); |
251 | pointX = 177.5; | 279 | pointX = 177.5; |
252 | pointY = 19.5; | 280 | pointY = 19.5; |
253 | pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; | 281 | pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; |
254 | pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; | 282 | pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; |
255 | context.lineTo(pointX, pointY); | 283 | context.lineTo(pointX, pointY); |
256 | pointX = 169.5; | 284 | pointX = 169.5; |
257 | pointY = 11.5; | 285 | pointY = 11.5; |
258 | pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; | 286 | pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; |
259 | pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; | 287 | pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; |
260 | controlPoint1X = 177.5; | 288 | controlPoint1X = 177.5; |
261 | controlPoint1Y = 15.111; | 289 | controlPoint1Y = 15.111; |
262 | controlPoint1X = (Math.round(resolution * controlPoint1X + alignStroke) - alignStroke) / resolution; | 290 | controlPoint1X = (Math.round(resolution * controlPoint1X + alignStroke) - alignStroke) / resolution; |
263 | controlPoint1Y = (Math.round(resolution * controlPoint1Y + alignStroke) - alignStroke) / resolution; | 291 | controlPoint1Y = (Math.round(resolution * controlPoint1Y + alignStroke) - alignStroke) / resolution; |
264 | controlPoint2X = 173.889; | 292 | controlPoint2X = 173.889; |
265 | controlPoint2Y = 11.5; | 293 | controlPoint2Y = 11.5; |
266 | controlPoint2X = (Math.round(resolution * controlPoint2X + alignStroke) - alignStroke) / resolution; | 294 | controlPoint2X = (Math.round(resolution * controlPoint2X + alignStroke) - alignStroke) / resolution; |
267 | controlPoint2Y = (Math.round(resolution * controlPoint2Y + alignStroke) - alignStroke) / resolution; | 295 | controlPoint2Y = (Math.round(resolution * controlPoint2Y + alignStroke) - alignStroke) / resolution; |
268 | context.bezierCurveTo(controlPoint1X, controlPoint1Y, controlPoint2X, controlPoint2Y, pointX, pointY); | 296 | context.bezierCurveTo(controlPoint1X, controlPoint1Y, controlPoint2X, controlPoint2Y, pointX, pointY); |
269 | pointX = 18.5; | 297 | pointX = 18.5; |
270 | pointY = 11.5; | 298 | pointY = 11.5; |
271 | pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; | 299 | pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; |
272 | pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; | 300 | pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; |
273 | context.lineTo(pointX, pointY); | 301 | context.lineTo(pointX, pointY); |
274 | pointX = 10.5; | 302 | pointX = 10.5; |
275 | pointY = 19.5; | 303 | pointY = 19.5; |
276 | pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; | 304 | pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; |
277 | pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; | 305 | pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; |
278 | controlPoint1X = 14.111; | 306 | controlPoint1X = 14.111; |
279 | controlPoint1Y = 11.5; | 307 | controlPoint1Y = 11.5; |
280 | controlPoint1X = (Math.round(resolution * controlPoint1X + alignStroke) - alignStroke) / resolution; | 308 | controlPoint1X = (Math.round(resolution * controlPoint1X + alignStroke) - alignStroke) / resolution; |
281 | controlPoint1Y = (Math.round(resolution * controlPoint1Y + alignStroke) - alignStroke) / resolution; | 309 | controlPoint1Y = (Math.round(resolution * controlPoint1Y + alignStroke) - alignStroke) / resolution; |
282 | controlPoint2X = 10.5; | 310 | controlPoint2X = 10.5; |
283 | controlPoint2Y = 15.111; | 311 | controlPoint2Y = 15.111; |
284 | controlPoint2X = (Math.round(resolution * controlPoint2X + alignStroke) - alignStroke) / resolution; | 312 | controlPoint2X = (Math.round(resolution * controlPoint2X + alignStroke) - alignStroke) / resolution; |
285 | controlPoint2Y = (Math.round(resolution * controlPoint2Y + alignStroke) - alignStroke) / resolution; | 313 | controlPoint2Y = (Math.round(resolution * controlPoint2Y + alignStroke) - alignStroke) / resolution; |
286 | context.bezierCurveTo(controlPoint1X, controlPoint1Y, controlPoint2X, controlPoint2Y, pointX, pointY); | 314 | context.bezierCurveTo(controlPoint1X, controlPoint1Y, controlPoint2X, controlPoint2Y, pointX, pointY); |
287 | pointX = 10.5; | 315 | pointX = 10.5; |
288 | pointY = 133.5; | 316 | pointY = 133.5; |
289 | pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; | 317 | pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; |
290 | pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; | 318 | pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; |
291 | context.lineTo(pointX, pointY); | 319 | context.lineTo(pointX, pointY); |
292 | pointX = 18.5; | 320 | pointX = 18.5; |
293 | pointY = 141.5; | 321 | pointY = 141.5; |
294 | pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; | 322 | pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; |
295 | pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; | 323 | pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; |
296 | controlPoint1X = 10.5; | 324 | controlPoint1X = 10.5; |
297 | controlPoint1Y = 137.889; | 325 | controlPoint1Y = 137.889; |
298 | controlPoint1X = (Math.round(resolution * controlPoint1X + alignStroke) - alignStroke) / resolution; | 326 | controlPoint1X = (Math.round(resolution * controlPoint1X + alignStroke) - alignStroke) / resolution; |
299 | controlPoint1Y = (Math.round(resolution * controlPoint1Y + alignStroke) - alignStroke) / resolution; | 327 | controlPoint1Y = (Math.round(resolution * controlPoint1Y + alignStroke) - alignStroke) / resolution; |
300 | controlPoint2X = 14.111; | 328 | controlPoint2X = 14.111; |
301 | controlPoint2Y = 141.5; | 329 | controlPoint2Y = 141.5; |
302 | controlPoint2X = (Math.round(resolution * controlPoint2X + alignStroke) - alignStroke) / resolution; | 330 | controlPoint2X = (Math.round(resolution * controlPoint2X + alignStroke) - alignStroke) / resolution; |
303 | controlPoint2Y = (Math.round(resolution * controlPoint2Y + alignStroke) - alignStroke) / resolution; | 331 | controlPoint2Y = (Math.round(resolution * controlPoint2Y + alignStroke) - alignStroke) / resolution; |
304 | context.bezierCurveTo(controlPoint1X, controlPoint1Y, controlPoint2X, controlPoint2Y, pointX, pointY); | 332 | context.bezierCurveTo(controlPoint1X, controlPoint1Y, controlPoint2X, controlPoint2Y, pointX, pointY); |
305 | pointX = 169.5; | 333 | pointX = 169.5; |
306 | pointY = 141.5; | 334 | pointY = 141.5; |
307 | pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; | 335 | pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; |
308 | pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; | 336 | pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; |
309 | context.lineTo(pointX, pointY); | 337 | context.lineTo(pointX, pointY); |
310 | context.closePath(); | 338 | context.closePath(); |
311 | gradient = context.createLinearGradient(94.0, 11.5, 94.0, 141.5); | 339 | gradient = context.createLinearGradient(94.0, 11.5, 94.0, 141.5); |
312 | color = "#EE9B69"; | 340 | color = "#EE9B69"; |
313 | gradient.addColorStop(0.0, color); | 341 | gradient.addColorStop(0.0, color); |
314 | color = "#E38D62"; | 342 | color = "#E38D62"; |
315 | gradient.addColorStop(1.0, color); | 343 | gradient.addColorStop(1.0, color); |
316 | context.fillStyle = gradient; | 344 | context.fillStyle = gradient; |
317 | context.fill(); | 345 | context.fill(); |
318 | 346 | ||
319 | // Shadow Effect | 347 | // Shadow Effect |
320 | context.restore(); | 348 | context.restore(); |
321 | 349 | ||
322 | context.restore(); | 350 | context.restore(); |
323 | }, | 351 | }, |
324 | */ | 352 | */ |
325 | //------------------------------------------------------------------------- | 353 | //------------------------------------------------------------------------- |
326 | 354 | ||
327 | 'updateUserDetails': function (someUserInfo) { | 355 | 'updateUserDetails': function (someUserInfo) { |
328 | varelementName; | 356 | varelementName; |
329 | 357 | ||
330 | for (elementName in someUserInfo) { | 358 | for (elementName in someUserInfo) { |
331 | this.getElement(elementName).innerHTML = someUserInfo[elementName]; | 359 | this.getElement(elementName).innerHTML = someUserInfo[elementName]; |
332 | } | 360 | } |
333 | }, | 361 | }, |
334 | 362 | ||
335 | //------------------------------------------------------------------------- | 363 | //------------------------------------------------------------------------- |
336 | __syntaxFix__: "syntax fix" | 364 | __syntaxFix__: "syntax fix" |
337 | }); | 365 | }); |