sidebar.styl 555 B

1234567891011121314151617181920212223242526272829303132333435
  1. if sidebar is bottom
  2. @import "sidebar-bottom"
  3. else
  4. @import "sidebar-aside"
  5. .widget
  6. @extend $base-style
  7. line-height: line-height
  8. word-wrap: break-word
  9. font-size: 0.9em
  10. ul, ol
  11. list-style: none
  12. margin: 0
  13. ul, ol
  14. margin: 0 20px
  15. ul
  16. list-style: disc
  17. ol
  18. list-style: decimal
  19. .category-list-count
  20. .tag-list-count
  21. .archive-list-count
  22. padding-left: 5px
  23. color: color-grey
  24. font-size: 0.85em
  25. &:before
  26. content: "("
  27. &:after
  28. content: ")"
  29. .tagcloud
  30. a
  31. margin-right: 5px
  32. display: inline-block