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

49 lines
568 B

8 years ago
8 years ago
8 years ago
  1. body {
  2. background-color: #fff;
  3. }
  4. .page, footer, header {
  5. max-width: 600px;
  6. margin: 0 auto;
  7. padding: 0 20px;
  8. }
  9. header {
  10. border-bottom: 4px #ccc solid;
  11. }
  12. header h1 {
  13. text-align: center;
  14. font-weight: 100;
  15. font-size: 55px;
  16. margin: 60px 0 20px 0;
  17. }
  18. footer {
  19. margin-top: 40px;
  20. font-size: 12px;
  21. border-top: 4px #ccc solid;
  22. }
  23. footer .right {
  24. float: right;
  25. }
  26. .page h2 {
  27. border-bottom: 1px #ccc solid;
  28. }
  29. a {
  30. color: #08c;
  31. }
  32. a:hover {
  33. color: #005580;
  34. }
  35. h2 i.fa {
  36. font-size: 42px;
  37. }
  38. .docs li {
  39. line-height: 1.2em;
  40. margin-top: 0.4em;
  41. }