A fork of hyde, the static site generation. Some patches will be pushed upstream.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

58 lines
1.3 KiB

  1. @heading-font: "anivers-1","anivers-2", Helvetica, Arial, sans-serif;
  2. @subheading-font: "anivers-1","anivers-2", Helvetica, Arial, sans-serif;
  3. @text-font: "ff-meta-web-pro-1","ff-meta-web-pro-2", Helvetica, Arial, sans-serif;
  4. @caps-font: "anivers-1","anivers-2", Helvetica, Arial, sans-serif;
  5. .heading{
  6. color: @clear - 40;
  7. text-shadow: -1px -1px 0px @clear - 90, 1px 1px 0px @clear + 90;
  8. }
  9. body{
  10. font-size: @gutter + 8;
  11. line-height: @gutter * 2;
  12. font-weight: normal;
  13. }
  14. h1, h2, h3, h4, h5, h6{
  15. font-family: @heading-font;
  16. }
  17. code,
  18. .highlight pre{
  19. font-family: "Courier New", courier, monospace;
  20. font-size: 80%;
  21. line-height: 110%;
  22. }
  23. code{
  24. color: @qdark;
  25. }
  26. ul > li {
  27. list-style-type: square;
  28. }
  29. li ul > li {
  30. list-style-type: circle;
  31. }
  32. .amp {
  33. font-family: Baskerville, Palatino, "Book Antiqua", serif;
  34. line-height: 75%;
  35. }
  36. .caps, .sc {
  37. font-family: @caps-font;
  38. }
  39. /* These selection declarations have to be separate.
  40. No text-shadow: twitter.com/miketaylr/status/12228805301
  41. Also: hot pink. */
  42. ::-moz-selection{ background: @dark1; color: @clear; text-shadow: none; }
  43. ::selection { background: @dark1; color: @clear; text-shadow: none; }
  44. /* j.mp/webkit-tap-highlight-color */
  45. a:link { -webkit-tap-highlight-color: @dark1; }