Advertisement
Guest User

Untitled

a guest
Oct 10th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.12 KB | None | 0 0
  1. html, body, div, span, applet, object, iframe,
  2. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  3. a, abbr, acronym, address, big, cite, code,
  4. del, dfn, em, img, ins, kbd, q, s, samp,
  5. small, strike, strong, sub, sup, tt, var,
  6. b, u, i, center,
  7. dl, dt, dd, ol, ul, li,
  8. fieldset, form, label, legend,
  9. table, caption, tbody, tfoot, thead, tr, th, td,
  10. article, aside, canvas, details, embed,
  11. figure, figcaption, footer, header, hgroup,
  12. menu, nav, output, ruby, section, summary,
  13. time, mark, audio, video {
  14. margin: 0;
  15. padding: 0;
  16. border: 0;
  17. font-size: 100%;
  18. font: inherit;
  19. vertical-align: baseline;
  20. }
  21.  
  22. article, aside, details, figcaption, figure,
  23. footer, header, hgroup, menu, nav, section {
  24. display: block;
  25. }
  26.  
  27. body {
  28. line-height: 1;
  29. }
  30.  
  31. ol, ul {
  32. list-style: none;
  33. }
  34.  
  35. blockquote, q {
  36. quotes: none;
  37. }
  38.  
  39. blockquote:before, blockquote:after,
  40. q:before, q:after {
  41. content: '';
  42. content: none;
  43. }
  44.  
  45. table {
  46. border-collapse: collapse;
  47. border-spacing: 0;
  48. }
  49.  
  50. .about {
  51. margin: 70px auto 40px;
  52. padding: 8px;
  53. width: 260px;
  54. font: 10px/18px 'Lucida Grande', Arial, sans-serif;
  55. color: #666;
  56. text-align: center;
  57. text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  58. background: #eee;
  59. background: rgba(250, 250, 250, 0.8);
  60. border-radius: 4px;
  61. background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  62. background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  63. background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  64. background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  65. -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
  66. box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
  67. }
  68. .about a {
  69. color: #333;
  70. text-decoration: none;
  71. border-radius: 2px;
  72. -webkit-transition: background 0.1s;
  73. -moz-transition: background 0.1s;
  74. -o-transition: background 0.1s;
  75. transition: background 0.1s;
  76. }
  77. .about a:hover {
  78. text-decoration: none;
  79. background: #fafafa;
  80. background: rgba(255, 255, 255, 0.7);
  81. }
  82.  
  83. .about-links {
  84. height: 30px;
  85. }
  86. .about-links > a {
  87. float: left;
  88. width: 50%;
  89. line-height: 30px;
  90. font-size: 12px;
  91. }
  92.  
  93. .about-author {
  94. margin-top: 5px;
  95. }
  96. .about-author > a {
  97. padding: 1px 3px;
  98. margin: 0 -1px;
  99. }
  100.  
  101. body {
  102. font: 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  103. color: #404040;
  104. background: #2c3e50;
  105. }
  106.  
  107. .sign-up {
  108. position: relative;
  109. margin: 150px auto;
  110. width: 280px;
  111. padding: 33px 25px 29px;
  112. background: white;
  113. border-bottom: 1px solid #c4c4c4;
  114. border-radius: 5px;
  115. -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  116. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  117. }
  118. .sign-up:before, .sign-up:after {
  119. content: '';
  120. position: absolute;
  121. bottom: 1px;
  122. left: 0;
  123. right: 0;
  124. height: 10px;
  125. background: inherit;
  126. border-bottom: 1px solid #d2d2d2;
  127. border-radius: 4px;
  128. }
  129. .sign-up:after {
  130. bottom: 3px;
  131. border-color: #dcdcdc;
  132. }
  133.  
  134. .sign-up-title {
  135. margin: -25px -25px 25px;
  136. padding: 15px 25px;
  137. line-height: 35px;
  138. font-size: 26px;
  139. font-weight: 300;
  140. color: #aaa;
  141. text-align: center;
  142. text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  143. background: #f7f7f7;
  144. }
  145. .sign-up-title:before {
  146. content: '';
  147. position: absolute;
  148. top: 0;
  149. left: 0;
  150. right: 0;
  151. height: 8px;
  152. background: #00B4FF;
  153. border-radius: 5px 5px 0 0;
  154. background-image: -#00B4FF;
  155. background-image: -#00B4FF;
  156. background-image: -#00B4FF;
  157. background-image: -#00B4FF;
  158. }
  159.  
  160. input {
  161. font-family: inherit;
  162. color: inherit;
  163. -webkit-box-sizing: border-box;
  164. -moz-box-sizing: border-box;
  165. box-sizing: border-box;
  166. }
  167.  
  168. .sign-up-input {
  169. width: 100%;
  170. height: 50px;
  171. margin-bottom: 25px;
  172. padding: 0 15px 2px;
  173. font-size: 17px;
  174. background: white;
  175. border: 2px solid #ebebeb;
  176. border-radius: 4px;
  177. -webkit-box-shadow: inset 0 -2px #ebebeb;
  178. box-shadow: inset 0 -0px #ebebeb;
  179. }
  180. .sign-up-input:focus {
  181. border-color: #62c2e4;
  182. outline: none;
  183. -webkit-box-shadow: inset 0 -2px #62c2e4;
  184. box-shadow: inset 0 -2px #62c2e4;
  185. }
  186. .lt-ie9 .sign-up-input {
  187. line-height: 48px;
  188. }
  189.  
  190. .sign-up-button {
  191. position: relative;
  192. vertical-align: top;
  193. width: 100%;
  194. height: 54px;
  195. padding: 0;
  196. font-size: 22px;
  197. color: white;
  198. text-align: center;
  199. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  200. background: #0093cf;
  201. border: 0;
  202. border-bottom: 2px solid #0093cf;
  203. border-radius: 5px;
  204. cursor: pointer;
  205. -webkit-box-shadow: inset 0 -2px #0093cf;
  206. box-shadow: inset 0 -2px #0093cf;
  207. }
  208. .sign-up-button:active {
  209. top: 3px;
  210. outline: none;
  211. -webkit-box-shadow: none;
  212. box-shadow: none;
  213. }
  214.  
  215. :-moz-placeholder {
  216. color: #ccc;
  217. font-weight: 300;
  218. }
  219.  
  220. ::-moz-placeholder {
  221. color: #ccc;
  222. opacity: 1;
  223. font-weight: 300;
  224. }
  225.  
  226. ::-webkit-input-placeholder {
  227. color: #ccc;
  228. font-weight: 300;
  229. }
  230.  
  231. :-ms-input-placeholder {
  232. color: #ccc;
  233. font-weight: 300;
  234. }
  235.  
  236. ::-moz-focus-inner {
  237. border: 0;
  238. padding: 0;
  239. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement