planet.emacsen.org.styl 914 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. div#page div#header
  2. background-color()
  3. a
  4. // Since the Emacs icon is purple...
  5. color violet
  6. .post
  7. background-color()
  8. *
  9. // Not sure why they have overflow set to scroll, which causes
  10. // scrollbars on every div, even when there's no overflow.
  11. // But this fixes it.
  12. overflow auto i
  13. h2
  14. background-color highlight
  15. a
  16. color emphasized
  17. div.entry
  18. background-color()
  19. color()
  20. blockquote
  21. background-color highlight
  22. kbd
  23. background-color highlight
  24. border-color comment
  25. box-shadow none i
  26. color emphasized
  27. text-shadow 0px 1px 0px black i
  28. pre.mode-line
  29. // Looks like this div will scroll a lot, but having a scroll
  30. // bar is really annoying. Just set it to visible for now.
  31. overflow visible i