collecting medal for hitxy members
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
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>