main.css 680 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. body {
  2. font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  3. padding-top: 50px;
  4. padding-bottom: 50px;
  5. }
  6. .title {
  7. font-size: 5em;
  8. letter-spacing: -2px;
  9. }
  10. .page-header {
  11. text-align: left;
  12. }
  13. .header {
  14. text-align: center;
  15. }
  16. .old-version {
  17. color: #ccc;
  18. text-decoration: line-through;
  19. }
  20. #github {
  21. display: none;
  22. position: fixed;
  23. width: 150px;
  24. height: 150px;
  25. top: 0;
  26. right: 0;
  27. z-index: 2000;
  28. }
  29. .bottom {
  30. border-top: 1px solid #eee;
  31. margin-top: 40px;
  32. padding-top: 20px;
  33. padding-bottom: 20px;
  34. text-align: center;
  35. }
  36. .hljs {
  37. background-color: transparent;
  38. }
  39. @media (min-width: 768px) {
  40. #github {
  41. display: block;
  42. }
  43. }