_extend.styl 1.0 KB

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