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