school-book.styl 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*
  2. School Book style from goldblog.com.ua (c) Zaripov Yura <yur4ik7@ukr.net>
  3. */
  4. .highlight
  5. background:#f6f6ae url(./school-book.png)
  6. border-top: solid 2px #d2e8b9
  7. border-bottom: solid 1px #d2e8b9
  8. .code
  9. .keyword,
  10. .selector-tag,
  11. .literal
  12. color:#005599
  13. font-weight:bold
  14. .highlight,
  15. .subst
  16. color: #3e5915
  17. .string,
  18. .title,
  19. .section,
  20. .type,
  21. .symbol,
  22. .bullet,
  23. .attribute,
  24. .built_in,
  25. .builtin-name,
  26. .addition,
  27. .variable,
  28. .template-tag,
  29. .template-variable,
  30. .link
  31. color: #2c009f
  32. .comment,
  33. .quote,
  34. .deletion,
  35. .meta
  36. color: #e60415
  37. .keyword,
  38. .selector-tag,
  39. .literal,
  40. .doctag,
  41. .title,
  42. .section,
  43. .type,
  44. .name,
  45. .selector-id,
  46. .strong
  47. font-weight: bold
  48. .emphasis
  49. font-style: italic