Advertisement
julong

Design code

Aug 8th, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. input
  2. ////////////////////
  3. width: 88%;
  4. height: 41px;
  5. padding-left: 15px;
  6. padding-rigt: 15px;
  7. box-sizing: border-box;
  8. -moz-box-sizing: border-box;
  9. background-color: rgba(0,0,0,0.2);
  10. border: none;
  11. outline: none;
  12. -webkit-appearance: none;
  13. font-size: 16px;
  14. font-weight: 300;
  15. color: white;
  16. font-family: 'Source Sans Pro', sans-serif;
  17. transition: all 0.5s ease;
  18. -moz-transition: all 0.5s ease;
  19. -o-transition: all 0.5s ease;
  20. -webkit-transition: all 0.5s ease;
  21. border-radius: 0px;
  22. ////////////////////
  23. background
  24.  
  25. background-color: #335B67;
  26. background: -ms-radial-gradient(ellipse at center, #335B67 0%, #2C3E50 100%) fixed no-repeat;
  27. background: -moz-radial-gradient(ellipse at center, #335B67 0%, #2C3E50 100%) fixed no-repeat;
  28. background: -o-radial-gradient(ellipse at center, #335B67 0%, #2C3E50 100%) fixed no-repeat;
  29. background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, #335B67), color-stop(1, #2C3E50));
  30. background: -webkit-radial-gradient(ellipse at center, #335B67 0%, #2C3E50 100%) fixed no-repeat;
  31. background: radial-gradient(ellipse at center, #335B67 0%, #2C3E50 100%) fixed no-repeat;
  32. font-family: 'Source Sans Pro', sans-serif;
  33. -webkit-font-smoothing: antialiased;
  34. margin: 0px;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement