fig.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. body {
  2. padding-top: 20px;
  3. padding-bottom: 60px;
  4. font-family: 'Lato', sans-serif;
  5. font-weight: 300;
  6. font-size: 18px;
  7. color: #362;
  8. }
  9. h1, h2, h3, h4, h5, h6 {
  10. font-family: 'Lato', sans-serif;
  11. font-weight: 400;
  12. color: #25594D;
  13. }
  14. h2, h3, h4, h5, h6 {
  15. margin-top: 1.5em;
  16. }
  17. p {
  18. margin: 20px 0;
  19. }
  20. a, a:hover, a:visited {
  21. color: #4D9900;
  22. text-decoration: underline;
  23. }
  24. pre, code {
  25. border: none;
  26. background: #D5E1B4;
  27. }
  28. code, pre code {
  29. color: #484F40;
  30. }
  31. pre {
  32. border-bottom: 2px solid #bec9a1;
  33. font-size: 14px;
  34. }
  35. code {
  36. font-size: 0.84em;
  37. }
  38. pre code {
  39. background: none;
  40. }
  41. img {
  42. max-width: 100%;
  43. }
  44. /* Customize container */
  45. @media (min-width: 768px) {
  46. .container {
  47. max-width: 730px;
  48. }
  49. }
  50. @media (min-width: 481px) {
  51. .github-top {
  52. position: absolute;
  53. top: 0;
  54. right: 0;
  55. }
  56. }
  57. .content h1 {
  58. display: none;
  59. }
  60. .logo {
  61. text-align: center;
  62. font-family: 'Lilita One', sans-serif;
  63. font-size: 80px;
  64. color: #a41211;
  65. margin: 20px 0 40px 0;
  66. }
  67. .logo img {
  68. width: 100px;
  69. vertical-align: -17px;
  70. }
  71. @media (min-width: 481px) {
  72. .logo {
  73. font-size: 96px;
  74. margin-top: 40px;
  75. }
  76. .logo img {
  77. vertical-align: -40px;
  78. width: 150px;
  79. margin-right: 20px;
  80. }
  81. }
  82. .github-top,
  83. .github-bottom {
  84. text-align: center;
  85. }
  86. .github-top {
  87. margin: 30px;
  88. }
  89. .github-bottom {
  90. margin: 60px 0;
  91. }
  92. a.btn {
  93. background: #25594D;
  94. color: white;
  95. text-transform: uppercase;
  96. text-decoration: none;
  97. }
  98. a.btn:hover {
  99. color: white;
  100. }