280 } |
280 } |
281 |
281 |
282 .button:hover{ |
282 .button:hover{ |
283 background-color: #FF00FC |
283 background-color: #FF00FC |
284 } |
284 } |
285 .user.login h2, |
285 .user-screen.login h2, |
286 .user.signup h2 { |
286 .user-screen.signup h2 { |
287 color: #de2500; |
287 color: #de2500; |
288 font-size: 14px; |
288 font-size: 14px; |
289 font-weight: 600; |
289 font-weight: 600; |
290 margin-bottom: 12px; |
290 margin-bottom: 12px; |
291 } |
291 } |
292 |
292 |
293 .user.info h2 { |
293 .user-screen.info h2 { |
294 color: #7628df; |
294 color: #7628df; |
295 font-size: 18px; |
295 font-size: 18px; |
296 font-weight: 600;margin-bottom: 2px; |
296 font-weight: 600;margin-bottom: 2px; |
297 } |
297 } |
298 |
298 |
299 .user label{ |
299 .user-screen label{ |
300 width: 84px; |
300 width: 84px; |
301 font-size: 12px; |
301 font-size: 12px; |
302 display: inline-block; |
302 display: inline-block; |
303 line-height: 10px; |
303 line-height: 10px; |
304 } |
304 } |
305 .user p { |
305 .user-screen p { |
306 display: block; |
306 display: block; |
307 line-height: 18px; |
307 line-height: 18px; |
308 margin-bottom: 8px; |
308 margin-bottom: 8px; |
309 overflow: hidden; |
309 overflow: hidden; |
310 } |
310 } |
311 .user input[type=text], |
311 .user-screen input[type=text], |
312 .user input[type=password] { |
312 .user-screen input[type=password] { |
313 position: relative; |
313 position: relative; |
314 width: 110px; |
314 width: 110px; |
315 padding: 0 5px; |
315 padding: 0 5px; |
316 height: 18px; |
316 height: 18px; |
317 display: inline-block; |
317 display: inline-block; |
318 } |
318 } |
319 .user .button { |
319 .user-screen .button { |
320 float: right; |
320 float: right; |
321 } |
321 } |
322 /* popin - user - info */ |
322 /* popin - user - info */ |
323 .user.info { |
323 .user-screen.info { |
324 text-align: right; |
324 text-align: right; |
325 } |
325 } |
326 .user h3{ |
326 .user-screen h3{ |
327 color: #30036d; |
327 color: #30036d; |
328 font-size: 14px; |
328 font-size: 14px; |
329 margin-bottom: 10px; |
329 margin-bottom: 10px; |
330 } |
330 } |
331 .user .nb-hashcut{ |
331 .user-screen .nb-hashcut{ |
332 color: #de2500; |
332 color: #de2500; |
333 font-size: 14px; |
333 font-size: 14px; |
334 text-decoration: underline; |
334 text-decoration: underline; |
335 display: block; |
335 display: block; |
336 margin-bottom: 12px; |
336 margin-bottom: 12px; |
337 } |
337 } |
338 .user .nb-hashcut:hover{ |
338 .user-screen .nb-hashcut:hover{ |
339 text-decoration: none; |
339 text-decoration: none; |
340 } |
340 } |
341 .user.popin.info .popin-content a.change-account:hover{ |
341 |
342 background-color: #FF00FC; |
|
343 } |
|
344 /* popin - user - signup */ |
342 /* popin - user - signup */ |
345 .signup-button{ |
343 .signup-button{ |
346 background-color: #de2500; |
344 background-color: #de2500; |
347 } |
345 } |
348 .user .popin-content{ |
346 .user .popin-content{ |