Advertisement
Guest User

pin system code habbo

a guest
Nov 17th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1.  
  2.  
  3. <html>
  4. <head>
  5. <style>
  6. body {
  7. background-color:#0c3a65;
  8. font-family: Ubuntu,"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
  9. }
  10. @media (min-width: 919px)
  11. .header .login-form__input {
  12. display: inline-block;
  13. margin-bottom: 6px;
  14. width: 230px;
  15. }
  16. .form__input {
  17. background-color: #ccd8df;
  18. border: 3px solid #275d8e;
  19. border-radius: 5px;
  20. color: #444;
  21. }
  22. .form__input, .form__select {
  23. box-shadow: inset 0 2px 0 0 #9ebecc;
  24. line-height: 1.2;
  25. padding: 5px 12px;
  26. width: 70%;
  27. font-size: 16px;
  28. }
  29. .container {
  30. width:300px;
  31. margin:200px auto;
  32. padding:5px;
  33. -webkit-border-radius: 4px;
  34. -moz-border-radius: 4px;
  35. border-radius: 4px;
  36. }
  37. .clean {
  38. color: #fff;
  39. }
  40. .form__input.ng-invalid {
  41. border-color: #903352;
  42. }
  43. .login-form__button {
  44. box-shadow: 0 3px 0 1px rgba(0,0,0,.3);
  45. display: inline-block;
  46. line-height: 1.2;
  47. text-align: center;
  48. background-color: #0f7dbc;
  49. border-color: #2a9cde;
  50. color: #fff;
  51. font-size: 16px;
  52. padding: 12px 55px;
  53. border-radius: 5px;
  54. border-width: 2px;
  55. border-style: solid;
  56. margin-bottom: 4px;
  57. text-transform: uppercase;
  58. margin-top: 0;
  59. width: auto;
  60. }
  61. .login-form__button:hover {
  62. background-color: #2a9cde;
  63. border-color: #53bdf9;
  64. }
  65. .login-form__button:hover {
  66. border-bottom-style: solid;
  67. border-bottom-width: 2px;
  68. }
  69. input:focus {
  70. outline:none !important;
  71. }
  72. </style>
  73. </head>
  74. <body>
  75. <div class="container">
  76. <center>
  77. <img src="https://habwave.net/app/tpl/skins/habbo/images/logo.png" />
  78. <p class="clean">Security for your Wave account</p>
  79. <form method="post">
  80. <p><input type="password" name="pinValue" placeholder="12345" class="form__input login-form__input ng-pristine ng-invalid ng-invalid-required ng-valid-email ng-touched"></p>
  81. <p><input type="submit" name="pinSubmit"></p>
  82. </form></center>
  83. </div>
  84. </body>
  85. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement