summaryrefslogtreecommitdiff
path: root/style.scss
blob: c5fc7ed4b2e746cdb8df48e1129c1382708e3e07 (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*="//en.wikipedia.org/"]:after,
  24. a[href*="//www.openstreetmap.org/"]:after {
  25. content: "";
  26. }
  27. }