summaryrefslogtreecommitdiff
path: root/style.scss
blob: 1471b495b4156f0024b74352c7a0ba6d206152f1 (plain)
  1. @charset 'utf-8';
  2. /*! style.css | @License: GPL-3+ | http://source.couchdesign.dk/site/content.git */
  3. @import "h5bp";
  4. @import "compass/typography";
  5. @include h5bp-normalize;
  6. @include h5bp-media;
  7. body {
  8. @media print {
  9. font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
  10. font-size: 10pt;
  11. line-height: 11pt;
  12. }
  13. margin: 2em;
  14. max-width: 62em;
  15. }
  16. a {
  17. @include hover-link;
  18. }
  19. .topbar {
  20. @media print {
  21. display: none !important;
  22. }
  23. @include inline-list;
  24. }
  25. @media print {
  26. a[href*=".wikipedia.org/"]:after,
  27. a[href*="//www.openstreetmap.org/"]:after {
  28. content: "";
  29. }
  30. }