application.css.sass 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. $base-font-family: "Carrois Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif
  2. $source-code-font-family: "Source Code Pro", monospace
  3. html
  4. font: 14px/1.4 $base-font-family
  5. color: #333
  6. a
  7. color: #E10FCE
  8. font-weight: bold
  9. text-decoration: none
  10. a:hover
  11. text-decoration: underline
  12. h1
  13. color: #C647BF
  14. font-size: 4.1em
  15. font-weight: bold
  16. font-family: $source-code-font-family
  17. margin-bottom: 0
  18. line-height: 1
  19. word-spacing: -0.3em
  20. h2
  21. margin-top: 0
  22. margin-bottom: 2em
  23. h1, h2
  24. text-align: center
  25. h3
  26. font-size: 1.3em
  27. font-family: $source-code-font-family
  28. margin-bottom: 0
  29. position: relative
  30. padding-left: .1em
  31. h3:hover .anchor, h3:focus .anchor
  32. display: block
  33. .anchor
  34. display: none
  35. font-style: normal
  36. font-weight: normal
  37. position: absolute
  38. right: 100%
  39. top: 0
  40. .anchor::before
  41. content: '¶'
  42. .anchor:hover
  43. text-decoration: none
  44. h3 ~ p
  45. margin-top: 0
  46. article
  47. margin: 0 auto
  48. width: 640px
  49. article p
  50. font-size: 1.3em
  51. article code
  52. border-radius: 0.315em
  53. border: 1px solid #ccc
  54. padding: 0 0.3em 0.040em
  55. font-size: 0.9em
  56. article img
  57. margin: 0 auto
  58. max-width: 100%
  59. text-align: center
  60. display: block
  61. box-shadow: rgba(0, 0, 0, 0.37) 0px 0px 6px
  62. border-radius: 7px
  63. padding: 0.4em 0.9em
  64. article > ul
  65. font-size: 1.2em
  66. padding-left: 0
  67. article > ul ul
  68. padding-left: 1em
  69. article ul
  70. line-height: 1.5
  71. list-style-position: inside
  72. list-style-type: square
  73. footer
  74. font-size: .7em
  75. border-top: 1px solid #e9e6e1
  76. margin-top: 1em
  77. margin-bottom: 2em
  78. padding-top: 1em
  79. .license
  80. float: left
  81. .about
  82. float: right
  83. .about, .license
  84. margin-top: 0
  85. .changelog
  86. border: 1px solid #aaa
  87. margin: 0 0.5em
  88. padding: 1em
  89. overflow-x: auto
  90. height: 20em
  91. .locales li
  92. display: inline
  93. list-style-type: none
  94. padding-right: 20px
  95. white-space: nowrap
  96. pre, code
  97. font-family: $source-code-font-family