You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 4.6 kB

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

No Description

Contributors (1)