summaryrefslogtreecommitdiff
path: root/style.scss
blob: 7bcad604bd0ab3feef57463b1c111c66680ca5f1 (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. h1 {
  8. font-weight: normal;
  9. }
  10. body {
  11. color: white;
  12. background-color: black;
  13. @media print {
  14. font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
  15. font-size: 10pt;
  16. line-height: 11pt;
  17. }
  18. font-size: 12pt;
  19. line-height: 18pt;
  20. margin: 2em;
  21. max-width: 62em;
  22. }
  23. a {
  24. @include hover-link;
  25. }
  26. h1,
  27. p {
  28. text-align: center;
  29. }
  30. p img {
  31. width: 100%;
  32. max-width: 40em;
  33. height: auto;
  34. }
  35. .topbar {
  36. @media print {
  37. display: none !important;
  38. }
  39. @include inline-list;
  40. }
  41. @media print {
  42. a[href*=".wikipedia.org/"]:after,
  43. a[href*="//www.openstreetmap.org/"]:after {
  44. content: "";
  45. }
  46. }
  47. a {
  48. color: darkgrey;
  49. }