_extend.styl 897 B

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