LoginReg.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. @import url(https://fonts.googleapis.com/css?family=Open+Sans);
  2. .btn {
  3. display: inline-block;
  4. *display: inline;
  5. *zoom: 1;
  6. padding: 4px 10px 4px;
  7. margin-bottom: 0;
  8. font-size: 13px;
  9. line-height: 18px;
  10. color: #333333;
  11. text-align: center;
  12. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  13. vertical-align: middle;
  14. background-color: #f5f5f5;
  15. background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  16. background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  17. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  18. background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  19. background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  20. background-image: linear-gradient(top, #ffffff, #e6e6e6);
  21. background-repeat: repeat-x;
  22. filter: progid:dximagetransform.microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6, GradientType=0);
  23. border-color: #e6e6e6 #e6e6e6 #e6e6e6;
  24. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  25. border: 1px solid #e6e6e6;
  26. -webkit-border-radius: 4px;
  27. -moz-border-radius: 4px;
  28. border-radius: 4px;
  29. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  30. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  31. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  32. cursor: pointer;
  33. *margin-left: 0.3em;
  34. }
  35. .btn:hover,
  36. .btn:active,
  37. .btn.active,
  38. .btn.disabled,
  39. .btn[disabled] {
  40. background-color: #e6e6e6;
  41. }
  42. .btn-large {
  43. padding: 9px 14px;
  44. font-size: 15px;
  45. line-height: normal;
  46. -webkit-border-radius: 5px;
  47. -moz-border-radius: 5px;
  48. border-radius: 5px;
  49. }
  50. .btn:hover {
  51. color: #333333;
  52. text-decoration: none;
  53. background-color: #e6e6e6;
  54. -webkit-transition: background-position 0.1s linear;
  55. -moz-transition: background-position 0.1s linear;
  56. -ms-transition: background-position 0.1s linear;
  57. -o-transition: background-position 0.1s linear;
  58. transition: background-position 0.1s linear;
  59. }
  60. .btn-primary,
  61. .btn-primary:hover {
  62. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  63. color: #ffffff;
  64. }
  65. .btn-primary.active {
  66. color: rgba(255, 255, 255, 0.75);
  67. }
  68. .btn-primary {
  69. background-color: #7160bd;
  70. background-image: -moz-linear-gradient(top, #7160bd, #7160bd);
  71. background-image: -ms-linear-gradient(top, #7160bd, #7160bd);
  72. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7160bd), to(#7160bd));
  73. background-image: -webkit-linear-gradient(top, #7160bd, #7160bd);
  74. background-image: -o-linear-gradient(top, #7160bd, #7160bd);
  75. background-image: linear-gradient(top, #7160bd, #7160bd);
  76. background-repeat: repeat-x;
  77. filter: progid:dximagetransform.microsoft.gradient(startColorstr=#7160bd, endColorstr=#7160bd, GradientType=0);
  78. border: 1px solid #7160bd;
  79. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  80. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
  81. }
  82. .btn-primary:hover,
  83. .btn-primary:active,
  84. .btn-primary.active,
  85. .btn-primary.disabled,
  86. .btn-primary[disabled] {
  87. filter: none;
  88. background-color: #4a77d4;
  89. }
  90. .btn-block {
  91. width: 100%;
  92. display: block;
  93. }
  94. * {
  95. -webkit-box-sizing: border-box;
  96. -moz-box-sizing: border-box;
  97. -ms-box-sizing: border-box;
  98. -o-box-sizing: border-box;
  99. box-sizing: border-box;
  100. }
  101. html {
  102. min-width: 100%;
  103. min-height: 100%;
  104. }
  105. body {
  106. width: 100%;
  107. height: 100%;
  108. font-family: "Open Sans", sans-serif;
  109. background: #092756;
  110. background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%),
  111. -moz-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%),
  112. -moz-linear-gradient(-45deg, #670d10 0%, #092756 100%);
  113. background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%),
  114. -webkit-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%),
  115. -webkit-linear-gradient(-45deg, #670d10 0%, #092756 100%);
  116. background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%),
  117. -o-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%),
  118. -o-linear-gradient(-45deg, #670d10 0%, #092756 100%);
  119. background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%),
  120. -ms-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%),
  121. -ms-linear-gradient(-45deg, #670d10 0%, #092756 100%);
  122. background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%),
  123. linear-gradient(to bottom, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%),
  124. linear-gradient(135deg, #670d10 0%, #281c50 100%);
  125. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E1D6D', endColorstr='#092756',GradientType=1 );
  126. }
  127. .btn {
  128. width: 300px;
  129. height: 40px;
  130. text-decoration: none;
  131. color: #b5a2bb;
  132. text-align: center;
  133. line-height: 20px;
  134. display: block;
  135. font: normal 17px arial;
  136. cursor: pointer;
  137. margin-top: 5px;
  138. margin-bottom: 5px;
  139. }
  140. .cart_1 a {
  141. text-decoration: none;
  142. }
  143. .btn:not(.active) {
  144. box-shadow: inset 0 1px 1px rgba(111, 55, 125, 0.8), inset 0 -1px 0px rgba(63, 59, 113, 0.2),
  145. 0 9px 16px 0 rgba(0, 0, 0, 0.3), 0 4px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px #150a1e;
  146. background-image: linear-gradient(#3b2751, #271739);
  147. text-shadow: 0 0 21px rgba(223, 206, 228, 0.5), 0 -1px 0 #311d47;
  148. }
  149. .btn:not(.active):hover,
  150. .btn:not(.active):focus {
  151. transition: color 200ms linear, text-shadow 500ms linear;
  152. color: #fff;
  153. text-shadow: 0 0 21px rgba(223, 206, 228, 0.5), 0 0 10px rgba(223, 206, 228, 0.4), 0 0 2px #2a153c;
  154. }
  155. .btn:not(:hover) {
  156. transition: 0.6s;
  157. }
  158. .login {
  159. position: absolute;
  160. top: 40%;
  161. left: 50%;
  162. margin: -150px 0 0 -150px;
  163. width: 300px;
  164. height: 300px;
  165. }
  166. .login h3 {
  167. color: #fff;
  168. text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  169. letter-spacing: 1px;
  170. text-align: center;
  171. }
  172. input,
  173. textarea {
  174. width: 100%;
  175. margin-bottom: 10px;
  176. background: rgba(0, 0, 0, 0.3);
  177. border: none;
  178. outline: none;
  179. padding: 10px;
  180. font-size: 13px;
  181. margin-top: 5px;
  182. color: #fff;
  183. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  184. border: 1px solid rgba(0, 0, 0, 0.3);
  185. border-radius: 4px;
  186. box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
  187. -webkit-transition: box-shadow 0.5s ease;
  188. -moz-transition: box-shadow 0.5s ease;
  189. -o-transition: box-shadow 0.5s ease;
  190. -ms-transition: box-shadow 0.5s ease;
  191. transition: box-shadow 0.5s ease;
  192. font-family: "Open Sans", sans-serif;
  193. }
  194. input:focus {
  195. box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.4), 0 1px 1px rgba(255, 255, 255, 0.2);
  196. }
  197. .main_page {
  198. margin-top: 10px;
  199. }
  200. .main_page a {
  201. text-decoration: none;
  202. }