_extend.styl 964 B

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