Guest User

Untitled

a guest
Dec 12th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. /**
  2. * Proposed Settings for Twapp
  3. */
  4. body {
  5. font: 21px/1.5 "Helvetica Neue", sans-serif;
  6. color: #444;
  7. border-top: 0.444em solid #008fd5;
  8. padding: 3.375em;
  9. background: #fafafa;
  10. }
  11. h1, h2, h3, h4, h5, h6 {
  12. font: 2.5em/1.5 "Helvetica Neue", sans-serif;
  13. font-weight: 100;
  14. margin: 0;
  15. }
  16. .settings {
  17. max-width: 38.444em;
  18. padding-left: 4em;
  19. font-style: italic;
  20. }
  21. select {
  22. font: 1em/1 "Helvetica Neue", sans-serif;
  23. font-weight: 200;
  24. line-height: 1.2em;
  25. -webkit-appearance: none;
  26. border: 2px solid rgb(190,190,190);
  27. padding: 0.375em 0.7em;
  28. background-color: #e0e0e0;
  29. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
  30. }
  31. button {
  32. font: 1em/1.25 "Helvetica Neue", sans-serif;
  33. display: block;
  34. padding: 8px 16px;
  35. border: 2px solid #003080;
  36. background-color: #006dcc;
  37. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,0.5)), to(rgba(255,255,255,0)));
  38. border-radius: 5px;
  39. color: #fff;
  40. text-shadow: 0 2px 1px rgba(0,0,0,0.5);
  41. }
Add Comment
Please, Sign In to add comment