Flexible Lisp Blogware. Fork for personal use. Mirrored from https://github.com/kingcons/coleslaw originally.

style.css 2.0KB

1234567891011121314151617181920212223242526272829303132
  1. #content { background: #fff; padding-top: 1em }
  2. #header { float: right; margin-left: 1em; margin-bottom: 1em }
  3. a { text-decoration: none; color: #992900 }
  4. a.anchor { color: black }
  5. .date { font-style: italic }
  6. .title { margin-left: 1em }
  7. .article-meta { margin-left: 2.2em; margin-bottom: 2.2em }
  8. .archive-title { font-size: 1em } .article-title { font-size: 2em }
  9. .article-content { margin-left: 2.2em }
  10. .fineprint { text-align: center; font-size: .9em; margin-top: .5em }
  11. .tag-low { font-size: .8em; font-weight: 200 }
  12. .tag-medium { font-size: 1.2em; font-weight: 600 }
  13. .tag-high { font-size: 1.8em; font-weight: 800 }
  14. .navigation { font-size: 1.2em; border-bottom: 1px solid }
  15. body { background-color: white; font-family: Vollkorn; font-size: 14pt }
  16. .highlight { background-color: (unquote light-yellow) }
  17. .highlight .symbol, .highlight .default, .highlight .comment { background-color: white; font-weight: normal; color: black }
  18. .highlight i { font-style: normal }
  19. .highlight i .symbol { font-weight: bold; color: (unquote red1) }
  20. .highlight .paren1, .highlight .paren2, .highlight .paren3, .highlight .paren4, .highlight .paren5, .highlight .paren6 { background-color: inherit }
  21. .highlight .paren1:hover, .highlight .paren2:hover, .highlight .paren3:hover, .highlight .paren4:hover, .highlight .paren5:hover, .highlight .paren6:hover { font-weight: bold; color: white }
  22. .highlight .string { font-style: italic; font-weight: light; color: #992900 }
  23. .highlight .paren1:hover { background-color: #DB7859 }
  24. .highlight .paren2:hover { background-color: #1B804C }
  25. .highlight .paren3:hover { background-color: #9F214E }
  26. .highlight .paren4:hover { background-color: #DBA059 }
  27. .highlight .paren5:hover { background-color: #B64926 }
  28. .highlight .paren6:hover { background-color: #64A422 }
  29. .highlight .comment { color: (unquote red2) }
  30. pre { overflow: auto; margin-left: 1em; padding: 0.5em; border-left: 1px dashed; background-color: white; padding: .75em .5em; font-family: (unquote mono-font) }
  31. tt { font-size: .9em; font-family: (unquote mono-font) }