summaryrefslogtreecommitdiff
path: root/style.scss
blob: 3a4a6b4d6cd9134b6307ace00344944d39ff6fad (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. }
  22. a {
  23. @include hover-link;
  24. }
  25. h1,
  26. p {
  27. text-align: center;
  28. }
  29. p img {
  30. width: 100%;
  31. max-width: 40em;
  32. height: auto;
  33. }
  34. .topbar {
  35. @media print {
  36. display: none !important;
  37. }
  38. @include inline-list;
  39. }
  40. @media print {
  41. a[href*=".wikipedia.org/"]:after,
  42. a[href*="//www.openstreetmap.org/"]:after {
  43. content: "";
  44. }
  45. }
  46. a {
  47. color: darkgrey;
  48. }