_extend.styl 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. $link-dark
  2. &,
  3. &:visited
  4. color: color-default
  5. transition: 0.2s ease
  6. &:hover,
  7. &:visited:hover
  8. color: color-link
  9. $block-caption
  10. line-height: 1em
  11. // color: color-grey
  12. text-decoration: none
  13. text-transform: uppercase
  14. $block
  15. background: #fff
  16. box-shadow: 0 1px 2px rgba(0,0,0,0.05)
  17. $base-style
  18. h1
  19. font-size: 2em
  20. h2
  21. font-size: 1.5em
  22. h3
  23. font-size: 1.3em
  24. h4
  25. font-size: 1.2em
  26. h5
  27. font-size: 1em
  28. h6
  29. font-size: 1em
  30. color: color-grey
  31. hr
  32. border: 1px dashed color-border
  33. strong
  34. font-weight: bold
  35. em, cite
  36. font-style: italic
  37. sup, sub
  38. font-size: 0.75em
  39. line-height: 0
  40. position: relative
  41. vertical-align: baseline
  42. sup
  43. top: -0.5em
  44. sub
  45. bottom: -0.2em
  46. small
  47. font-size: 0.85em
  48. acronym, abbr
  49. border-bottom: 1px dotted
  50. ul, ol, dl
  51. margin: 0 20px
  52. line-height: line-height
  53. ul, ol
  54. ul, ol
  55. margin-top: 0
  56. margin-bottom: 0
  57. ul
  58. list-style: disc
  59. ol
  60. list-style: decimal
  61. dt
  62. font-weight: bold