summaryrefslogtreecommitdiff
path: root/style.scss
blob: 31ee60e85ac1f5590e1097a128bb341a08999ef2 (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. text-transform: uppercase;
  10. }
  11. body {
  12. color: white;
  13. background-color: black;
  14. @media print {
  15. font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
  16. font-size: 10pt;
  17. line-height: 11pt;
  18. }
  19. font-size: 12pt;
  20. line-height: 18pt;
  21. margin: 2em;
  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. }