blob: 1471b495b4156f0024b74352c7a0ba6d206152f1 (
plain)
- @charset 'utf-8';
- /*! style.css | @License: GPL-3+ | http://source.couchdesign.dk/site/content.git */
- @import "h5bp";
- @import "compass/typography";
- @include h5bp-normalize;
- @include h5bp-media;
- body {
- @media print {
- font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
- font-size: 10pt;
- line-height: 11pt;
- }
- margin: 2em;
- max-width: 62em;
- }
- a {
- @include hover-link;
- }
- .topbar {
- @media print {
- display: none !important;
- }
- @include inline-list;
- }
- @media print {
- a[href*=".wikipedia.org/"]:after,
- a[href*="//www.openstreetmap.org/"]:after {
- content: "";
- }
- }
|