summaryrefslogtreecommitdiff
path: root/style.scss
blob: 06774db590be145d7458491f47d6512b68dd4fe4 (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. }
  13. a {
  14. @include hover-link;
  15. }
  16. .topbar {
  17. @media print {
  18. display: none !important;
  19. }
  20. @include inline-list;
  21. }
  22. @media print {
  23. a[href^="http://en.wikipedia.org/"]:after,
  24. a[href^="https://en.wikipedia.org/"]:after,
  25. a[href^="http://www.openstreetmap.org/"]:after,
  26. a[href^="https://www.openstreetmap.org/"]:after {
  27. content: "";
  28. }
  29. }