Advertisement
Guest User

Untitled

a guest
Dec 1st, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.89 KB | None | 0 0
  1. /*
  2. To change this license header, choose License Headers in Project Properties.
  3. To change this template file, choose Tools | Templates
  4. and open the template in the editor.
  5. */
  6. /*
  7. Created on : Nov 29, 2015, 3:20:31 PM
  8. Author : DELL
  9. */
  10.  
  11. /* Reset CSS */
  12. html, body, div, span, applet, object, iframe,
  13. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  14. a, abbr, acronym, address, big, cite, code,
  15. del, dfn, em, font, img, ins, kbd, q, s, samp,
  16. small, strike, strong, sub, sup, tt, var,
  17. b, u, i, center,
  18. dl, dt, dd, ol, ul, li,
  19. fieldset, form, label, legend,
  20. table, caption, tbody, tfoot, thead, tr, th, td {
  21. margin: 0;
  22. padding: 0;
  23. border: 0;
  24. outline: 0;
  25. font-size: 100%;
  26. vertical-align: baseline;
  27. background: transparent;
  28. }
  29. body {
  30. background: #DCDDDF url(login_wallpaper.jpg);
  31. color: #000;
  32. font: 14px Arial;
  33. margin: 0 auto;
  34. padding: 0;
  35. position: relative;
  36. }
  37. h1{ font-size:28px;}
  38. h2{ font-size:26px;}
  39. h3{ font-size:18px;}
  40. h4{ font-size:16px;}
  41. h5{ font-size:14px;}
  42. h6{ font-size:12px;}
  43. h1,h2,h3,h4,h5,h6{ color:#563D64;}
  44. small{ font-size:10px;}
  45. b, strong{ font-weight:bold;}
  46. a{ text-decoration: none; }
  47. a:hover{ text-decoration: underline; }
  48. .left { float:left; }
  49. .right { float:right; }
  50. .alignleft { float: left; margin-right: 15px; }
  51. .alignright { float: right; margin-left: 15px; }
  52. .clearfix:after,
  53. form:after {
  54. content: ".";
  55. display: block;
  56. height: 0;
  57. clear: both;
  58. visibility: hidden;
  59. }
  60. .container { margin: 25px auto; position: relative; width: 900px; }
  61. #content {
  62. background: #f9f9f9;
  63.  
  64. border: 1px solid #c4c6ca;
  65. margin: 0 auto;
  66. padding: 25px 0 0;
  67. position: relative;
  68. text-align: center;
  69. text-shadow: 0 1px 0 #fff;
  70. width: 400px;
  71. }
  72. #content h1 {
  73. color: #7E7E7E;
  74. font: bold 25px Helvetica, Arial, sans-serif;
  75. letter-spacing: -0.05em;
  76. line-height: 20px;
  77. margin: 10px 0 30px;
  78. }
  79.  
  80.  
  81. /*for the 2 dashes befor and after header of login form*/
  82. #content h1:before,
  83. #content h1:after {
  84. content: "";
  85. height: 1px;
  86. position: absolute;
  87. top: 10px;
  88. width: 27%;
  89. }
  90.  
  91.  
  92. #content h1:after {
  93. background: rgb(126,126,126);
  94. background: -moz-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  95. background: -webkit-linear-gradient(left, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
  96. background: -o-linear-gradient(left, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
  97. background: -ms-linear-gradient(left, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
  98. background: linear-gradient(left, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
  99. right: 0;
  100. }
  101.  
  102. #content h1:before {
  103. background: rgb(126,126,126);
  104. background: -moz-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
  105. background: -webkit-linear-gradient(right, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
  106. background: -o-linear-gradient(right, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
  107. background: -ms-linear-gradient(right, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
  108. background: linear-gradient(right, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
  109. left: 0;
  110. }
  111. #content:after,
  112. #content:before {
  113. background: #f9f9f9;
  114. background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
  115. background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
  116. background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
  117. background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
  118. background: linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
  119. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
  120. border: 1px solid #c4c6ca;
  121. content: "";
  122. display: block;
  123. height: 100%;
  124. left: -1px;
  125. position: absolute;
  126. width: 100%;
  127. }
  128. #content:after {
  129. -webkit-transform: rotate(2deg);
  130. -moz-transform: rotate(2deg);
  131. -ms-transform: rotate(2deg);
  132. -o-transform: rotate(2deg);
  133. transform: rotate(2deg);
  134. top: 0;
  135. z-index: -1;
  136. }
  137. #content:before {
  138. -webkit-transform: rotate(-3deg);
  139. -moz-transform: rotate(-3deg);
  140. -ms-transform: rotate(-3deg);
  141. -o-transform: rotate(-3deg);
  142. transform: rotate(-3deg);
  143. top: 0;
  144. z-index: -2;
  145. }
  146. #content form { margin: 0 20px; position: relative }
  147. #content form input[type="email"],
  148. #content form input[type="password"] {
  149. -webkit-border-radius: 3px;
  150. -moz-border-radius: 3px;
  151. -ms-border-radius: 3px;
  152. -o-border-radius: 3px;
  153. border-radius: 3px;
  154. -webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
  155. -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
  156. -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
  157. -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
  158. box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
  159. -webkit-transition: all 0.5s ease;
  160. -moz-transition: all 0.5s ease;
  161. -ms-transition: all 0.5s ease;
  162. -o-transition: all 0.5s ease;
  163. transition: all 0.5s ease;
  164. background: #eae7e7 url(http://cssdeck.com/uploads/media/items/8/8bcLQqF.png) no-repeat;
  165. border: 1px solid #c8c8c8;
  166. color: #777;
  167. font: 13px Helvetica, Arial, sans-serif;
  168. margin: 0 0 10px;
  169. padding: 15px 10px 15px 40px;
  170. width: 80%;
  171. }
  172. #content form input[type="email"]:focus,
  173. #content form input[type="password"]:focus {
  174. -webkit-box-shadow: 0 0 2px #ed1c24 inset;
  175. -moz-box-shadow: 0 0 2px #ed1c24 inset;
  176. -ms-box-shadow: 0 0 2px #ed1c24 inset;
  177. -o-box-shadow: 0 0 2px #ed1c24 inset;
  178. box-shadow: 0 0 2px #ed1c24 inset;
  179. background-color: #fff;
  180. border: 1px solid #ed1c24;
  181. outline: none;
  182. }
  183. #email { background-position: 10px 10px !important }
  184. #password { background-position: 10px -53px !important }
  185. #content form input[type="submit"] {
  186. background: rgb(254,231,154);
  187. background: -moz-linear-gradient(top, rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
  188. background: -webkit-linear-gradient(top, rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
  189. background: -o-linear-gradient(top, rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
  190. background: -ms-linear-gradient(top, rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
  191. background: linear-gradient(top, rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
  192. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
  193. -webkit-border-radius: 30px;
  194. -moz-border-radius: 30px;
  195. -ms-border-radius: 30px;
  196. -o-border-radius: 30px;
  197. border-radius: 30px;
  198. -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
  199. -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
  200. -ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
  201. -o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
  202. box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
  203. border: 1px solid #D69E31;
  204. color: #85592e;
  205. cursor: pointer;
  206. float: left;
  207. font: bold 15px Helvetica, Arial, sans-serif;
  208. height: 35px;
  209. margin: 20px 0 35px 15px;
  210. position: relative;
  211. text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  212. width: 120px;
  213. }
  214. #content form input[type="submit"]:hover {
  215. background: rgb(254,193,81);
  216. background: -moz-linear-gradient(top, rgba(254,193,81,1) 0%, rgba(254,231,154,1) 100%);
  217. background: -webkit-linear-gradient(top, rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
  218. background: -o-linear-gradient(top, rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
  219. background: -ms-linear-gradient(top, rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
  220. background: linear-gradient(top, rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
  221. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151', endColorstr='#fee79a',GradientType=0 );
  222. }
  223. #content form div a {
  224. color: #004a80;
  225. float: right;
  226. font-size: 14px;
  227. margin: 30px 15px 0 0;
  228. text-decoration: underline;
  229. }
  230.  
  231. .check_login {
  232. background: rgb(247,249,250);
  233. background: -moz-linear-gradient(top, rgba(247,249,250,1) 0%, rgba(240,240,240,1) 100%);
  234. background: -webkit-linear-gradient(top, rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
  235. background: -o-linear-gradient(top, rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
  236. background: -ms-linear-gradient(top, rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
  237. background: linear-gradient(top, rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
  238. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa', endColorstr='#f0f0f0',GradientType=0 );
  239. -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
  240. -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
  241. -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
  242. -o-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
  243. box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
  244. -webkit-border-radius: 0 0 5px 5px;
  245. -moz-border-radius: 0 0 5px 5px;
  246. -o-border-radius: 0 0 5px 5px;
  247. -ms-border-radius: 0 0 5px 5px;
  248. border-radius: 0 0 5px 5px;
  249. border-top: 1px solid #CFD5D9;
  250. padding: 15px 0;
  251. font-size:16px;
  252. color:#563D64;
  253.  
  254. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement