collecting medal for hitxy members
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

22 lines
272B

  1. <style>
  2. #username {
  3. width:calc(100% - 130px);
  4. }
  5. #step1{
  6. width: 110px;
  7. float:right;
  8. }
  9. #errUserName {
  10. color: red;
  11. }
  12. div.verification, div.details, div.success {
  13. height:100px;
  14. background:lightgrey;
  15. margin-top:10px;
  16. margin-bottom:10px;
  17. color:white;
  18. }
  19. </style>