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.

195 lines
4.9 KiB

  1. /*
  2. *
  3. * Template Name: Fullscreen Login
  4. * Description: Login Template with Fullscreen Background Slideshow
  5. * Author: Anli Zaimi
  6. * Author URI: http://azmind.com
  7. *
  8. */
  9. body {
  10. background: #f8f8f8;
  11. text-align: center;
  12. color: #fff;
  13. font-family:Microsoft YaHei,Segoe UI,Tahoma,Arial,Verdana,sans-serif;
  14. }
  15. .page-container {
  16. width:350px;
  17. height:auto;
  18. margin: 120px auto 0 auto;
  19. }
  20. h1 {
  21. font-weight: 700;
  22. text-shadow: 0 1px 4px rgba(0,0,0,.2);
  23. }
  24. h1 img{margin-bottom:5px;}
  25. h1 span{letter-spacing:10px; padding-top:30px;
  26. font-size:30px; line-height:30px;}
  27. form {
  28. position: relative;
  29. width: 350px;
  30. margin: 15px auto 0 auto;
  31. text-align: center;
  32. }
  33. input {
  34. width: 270px;
  35. height: 42px;
  36. margin-top: 25px;
  37. padding: 0 15px;
  38. background: #2d2d2d; /* browsers that don't support rgba */
  39. background: rgba(45,45,45,.15);
  40. -moz-border-radius: 6px;
  41. -webkit-border-radius: 6px;
  42. border-radius: 6px;
  43. border: 1px solid #3d3d3d; /* browsers that don't support rgba */
  44. border: 1px solid rgba(255,255,255,.15);
  45. -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
  46. -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
  47. box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
  48. font-family: 'PT Sans', Helvetica, Arial, sans-serif;
  49. font-size: 14px;
  50. color: #fff;
  51. text-shadow: 0 1px 2px rgba(0,0,0,.1);
  52. -o-transition: all .2s;
  53. -moz-transition: all .2s;
  54. -webkit-transition: all .2s;
  55. -ms-transition: all .2s;
  56. }
  57. input:-moz-placeholder { color: #fff; }
  58. input:-ms-input-placeholder { color: #fff; }
  59. input::-webkit-input-placeholder { color: #fff; }
  60. input:focus {
  61. outline: none;
  62. -moz-box-shadow:
  63. 0 2px 3px 0 rgba(0,0,0,.1) inset,
  64. 0 2px 7px 0 rgba(0,0,0,.2);
  65. -webkit-box-shadow:
  66. 0 2px 3px 0 rgba(0,0,0,.1) inset,
  67. 0 2px 7px 0 rgba(0,0,0,.2);
  68. box-shadow:
  69. 0 2px 3px 0 rgba(0,0,0,.1) inset,
  70. 0 2px 7px 0 rgba(0,0,0,.2);
  71. }
  72. button {
  73. cursor: pointer;
  74. width: 300px;
  75. height: 44px;
  76. margin-top: 25px;
  77. padding: 0;
  78. background:#666;
  79. -moz-border-radius: 6px;
  80. -webkit-border-radius: 6px;
  81. border-radius: 6px;
  82. border: 1px solid #444;
  83. -moz-box-shadow:
  84. 0 15px 30px 0 rgba(255,255,255,.25) inset,
  85. 0 2px 7px 0 rgba(0,0,0,.2);
  86. -webkit-box-shadow:
  87. 0 15px 30px 0 rgba(255,255,255,.25) inset,
  88. 0 2px 7px 0 rgba(0,0,0,.2);
  89. box-shadow:
  90. 0 15px 30px 0 rgba(255,255,255,.25) inset,
  91. 0 2px 7px 0 rgba(0,0,0,.2);
  92. font-family: 'PT Sans', Helvetica, Arial, sans-serif;
  93. font-size: 14px;
  94. font-weight: 700;
  95. color: #fff;
  96. text-shadow: 0 1px 2px rgba(0,0,0,.1);
  97. -o-transition: all .2s;
  98. -moz-transition: all .2s;
  99. -webkit-transition: all .2s;
  100. -ms-transition: all .2s;
  101. }
  102. button:hover {
  103. -moz-box-shadow:
  104. 0 15px 30px 0 rgba(255,255,255,.15) inset,
  105. 0 2px 7px 0 rgba(0,0,0,.2);
  106. -webkit-box-shadow:
  107. 0 15px 30px 0 rgba(255,255,255,.15) inset,
  108. 0 2px 7px 0 rgba(0,0,0,.2);
  109. box-shadow:
  110. 0 15px 30px 0 rgba(255,255,255,.15) inset,
  111. 0 2px 7px 0 rgba(0,0,0,.2);
  112. }
  113. button:active {
  114. -moz-box-shadow:
  115. 0 15px 30px 0 rgba(255,255,255,.15) inset,
  116. 0 2px 7px 0 rgba(0,0,0,.2);
  117. -webkit-box-shadow:
  118. 0 15px 30px 0 rgba(255,255,255,.15) inset,
  119. 0 2px 7px 0 rgba(0,0,0,.2);
  120. box-shadow:
  121. 0 5px 8px 0 rgba(0,0,0,.1) inset,
  122. 0 1px 4px 0 rgba(0,0,0,.1);
  123. border: 0px solid #ef4300;
  124. }
  125. .error {
  126. display: none;
  127. position: absolute;
  128. top: 27px;
  129. right: -55px;
  130. width: 40px;
  131. height: 40px;
  132. background: #2d2d2d; /* browsers that don't support rgba */
  133. background: rgba(45,45,45,.25);
  134. -moz-border-radius: 8px;
  135. -webkit-border-radius: 8px;
  136. border-radius: 8px;
  137. }
  138. .error span {
  139. display: inline-block;
  140. margin-left: 2px;
  141. font-size: 40px;
  142. font-weight: 700;
  143. line-height: 40px;
  144. text-shadow: 0 1px 2px rgba(0,0,0,.1);
  145. -o-transform: rotate(45deg);
  146. -moz-transform: rotate(45deg);
  147. -webkit-transform: rotate(45deg);
  148. -ms-transform: rotate(45deg);
  149. }
  150. .connect {
  151. width: 305px;
  152. margin: 35px auto 0 auto;
  153. font-size: 18px;
  154. font-weight: 700;
  155. text-shadow: 0 1px 3px rgba(0,0,0,.2);
  156. }
  157. .connect a {
  158. display: inline-block;
  159. width: 32px;
  160. height: 35px;
  161. margin-top: 15px;
  162. -o-transition: all .2s;
  163. -moz-transition: all .2s;
  164. -webkit-transition: all .2s;
  165. -ms-transition: all .2s;
  166. }
  167. .connect a.facebook { background: url(../img/facebook.png) center center no-repeat; }
  168. .connect a.twitter { background: url(../img/twitter.png) center center no-repeat; }
  169. .connect a:hover { background-position: center bottom; }
  170. /*---增加部份的CSS---*/
  171. form,input,button{font-family:Microsoft YaHei,Segoe UI,Tahoma,Arial,Verdana,sans-serif; text-decoration:none; width:100%;}
  172. button.submit_button{ font-size:24px; letter-spacing:15px;}
  173. input.Captcha{ width:130px; float:left;}