collecting medal for hitxy members
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

48 lignes
700B

  1. <style>
  2. #username {
  3. width:calc(100% - 130px);
  4. }
  5. #step1, #step2, #step3, #changeaddr{
  6. width: 110px;
  7. float:right;
  8. }
  9. #errUserName {
  10. color: red;
  11. }
  12. div.verification, div.details, div.success {
  13. min-height:150px;
  14. background:#f3f3f3;
  15. margin-top:10px;
  16. margin-bottom:10px;
  17. color: black;
  18. }
  19. input.fullwidth{
  20. width:100%;
  21. }
  22. table.details {
  23. border: 1px solid #FFFFFF;
  24. text-align: center;
  25. border-collapse: collapse;
  26. }
  27. table.details td, table.details th {
  28. border: 3px solid #FFFFFF;
  29. padding: 13px 2px;
  30. }
  31. table.details td.left, table.details th.left {
  32. text-align:left;
  33. }
  34. textarea.addr{
  35. padding-top:15px;
  36. min-height: 100px;
  37. font-weight: bold;
  38. color: blue;
  39. resize: none;
  40. }
  41. </style>