Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 KB | None | 0 0
  1. <form id="loginformitem" name="loginformitem" method="post" >
  2. <span>
  3. <label for="password">Password</label>
  4. <input type="password" name="log_password" class="logintext" id="password">
  5. </span>
  6. <span>
  7. <label for="username">Username</label>
  8. <input type="text" name="log_username" class="logintext" id="username">
  9. </span>
  10. <button type="submit" class="loginbutton" name="login">Login</button>
  11. </form>
  12.  
  13. .logintext {
  14. margin-top: 4px;
  15. height: 20px;
  16. width: 200px;
  17. margin-left: 8px;
  18. border: 2px solid rgba(0,0,0,0);
  19. border-radius: 2px;
  20. padding: 2px 2px 3px 2px;
  21. font-size: 13px;
  22. color: #222;
  23. }
  24.  
  25. form label {
  26. font-size: 13px;
  27. font-weight: bold;
  28. color: #a4c0d7;
  29. }
  30.  
  31. .loginbutton {
  32. float: right;
  33. -moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
  34. -webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
  35. box-shadow:inset 0px 1px 0px 0px #bee2f9;
  36. background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
  37. background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
  38. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
  39. background-color:#63b8ee;
  40. -webkit-border-top-left-radius:0px;
  41. -moz-border-radius-topleft:0px;
  42. border-top-left-radius:0px;
  43. -webkit-border-top-right-radius:0px;
  44. -moz-border-radius-topright:0px;
  45. border-top-right-radius:0px;
  46. -webkit-border-bottom-right-radius:0px;
  47. -moz-border-radius-bottomright:0px;
  48. border-bottom-right-radius:0px;
  49. -webkit-border-bottom-left-radius:0px;
  50. -moz-border-radius-bottomleft:0px;
  51. border-bottom-left-radius:0px;
  52. text-indent:0;
  53. border:1px solid #3866a3;
  54. border-radius: 2px;
  55. display:inline-block;
  56. color:#14396a;
  57. font-size:15px;
  58. font-weight:bold;
  59. font-style:normal;
  60. height:30px;
  61. line-height:30px;
  62. width:76px;
  63. text-decoration:none;
  64. text-align:center;
  65. text-shadow:1px 1px 0px #7cacde;
  66. }
  67. .loginbutton:hover {
  68. background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
  69. background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
  70. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
  71. background-color:#468ccf;
  72. }
  73.  
  74. form span {
  75. display:inline-block;
  76. margin:0 10px;
  77. vertical-align:bottom;
  78. float: right;
  79. margin-top:-30px;
  80. }
  81. span input {
  82. display:block;/* if you want submit under , do form input {} to include it too */
  83. }
  84.  
  85. form span {
  86. display: inline-block;
  87. margin: 0 10px;
  88. vertical-align: bottom;
  89. /* float: right; */
  90. margin-top: -30px;
  91. }
  92.  
  93. #loginformitem {
  94. width: 565px;
  95. float: right;
  96. }
  97.  
  98. .logintext {
  99. margin-top: 12px;
  100. height: 20px;
  101. width: 200px;
  102. margin-left: 8px;
  103. border: 2px solid rgba(0,0,0,0);
  104. border-radius: 2px;
  105. padding: 2px 2px 3px 2px;
  106. font-size: 13px;
  107. color: #222;
  108. background-color: #cdcdcd;
  109. }
  110.  
  111. form label {
  112. font-size: 13px;
  113. font-weight: bold;
  114. color: #a4c0d7;
  115. }
  116.  
  117. .loginbutton {
  118. float: left;
  119. -moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
  120. -webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
  121. box-shadow:inset 0px 1px 0px 0px #bee2f9;
  122. background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
  123. background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
  124. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
  125. background-color:#63b8ee;
  126. -webkit-border-top-left-radius:0px;
  127. -moz-border-radius-topleft:0px;
  128. border-top-left-radius:0px;
  129. -webkit-border-top-right-radius:0px;
  130. -moz-border-radius-topright:0px;
  131. border-top-right-radius:0px;
  132. -webkit-border-bottom-right-radius:0px;
  133. -moz-border-radius-bottomright:0px;
  134. border-bottom-right-radius:0px;
  135. -webkit-border-bottom-left-radius:0px;
  136. -moz-border-radius-bottomleft:0px;
  137. border-bottom-left-radius:0px;
  138. text-indent:0;
  139. border:1px solid #3866a3;
  140. border-radius: 2px;
  141. display:inline-block;
  142. color:#14396a;
  143. font-size:15px;
  144. font-weight:bold;
  145. font-style:normal;
  146. height:30px;
  147. line-height:30px;
  148. width:76px;
  149. text-decoration:none;
  150. text-align:center;
  151. text-shadow:1px 1px 0px #7cacde;
  152. }
  153. .loginbutton:hover {
  154. background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
  155. background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
  156. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
  157. background-color:#468ccf;
  158. }
  159.  
  160. form span {
  161. display:inline-block;
  162. margin:0 10px;
  163. vertical-align:bottom;
  164. margin-top:-30px;
  165. }
  166. span input {
  167. display:block;/* if you want submit under , do form input {} to include it too */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement