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.

104 satır
1.7KB

  1. <style>
  2. #username {
  3. width:100%;
  4. }
  5. #step1, #step2, #step3, #changeaddr{
  6. width: 110px;
  7. float:right;
  8. }
  9. div.error {
  10. color:red
  11. font-weight: bold;
  12. }
  13. div.verification, div.details, div.success {
  14. min-height:150px;
  15. background:#f3f3f3;
  16. margin-top:10px;
  17. margin-bottom:10px;
  18. color: black;
  19. //display:none;
  20. }
  21. input.fullwidth{
  22. width:100%;
  23. }
  24. table.details {
  25. border: 1px solid #FFFFFF;
  26. text-align: center;
  27. border-collapse: collapse;
  28. }
  29. table.details td, table.details th {
  30. border: 3px solid #FFFFFF;
  31. padding: 13px 2px;
  32. }
  33. table.details td.left, table.details th.left {
  34. text-align:left;
  35. }
  36. textarea.addr{
  37. padding-top:15px;
  38. min-height: 100px;
  39. font-weight: bold;
  40. color: blue;
  41. resize: none;
  42. }
  43. .twitter-typeahead {
  44. width: 100%;
  45. }
  46. .tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
  47. .tt-hint {
  48. width: 396px;
  49. height: 30px;
  50. padding: 8px 12px;
  51. font-size: 24px;
  52. line-height: 30px;
  53. border: 2px solid #ccc;
  54. border-radius: 0px;
  55. outline: none;
  56. }
  57. .tt-query {
  58. /* UPDATE: newer versions use tt-input instead of tt-query */
  59. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  60. }
  61. .tt-hint {
  62. color: #999;
  63. }
  64. .tt-menu {
  65. /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
  66. width: 100%;
  67. margin-top: 0px;
  68. padding: 8px 0;
  69. background-color: #fff;
  70. border: 1px solid #ccc;
  71. border: 1px solid rgba(0, 0, 0, 0.2);
  72. border-radius: 0px 0px 8px 8px;
  73. box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  74. }
  75. .tt-suggestion {
  76. padding: 3px 1px 3px 3px;
  77. font-size: 16px;
  78. line-height: 20px;
  79. cursor: pointer;
  80. text-align:left;
  81. }
  82. .tt-suggestion.tt-cursor, .tt-suggestion.tt-is-under-cursor {
  83. /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
  84. color: #fff;
  85. background-color: #ca974d;
  86. }
  87. .tt-suggestion p {
  88. margin: 0;
  89. }
  90. </style>