blob: 31ee60e85ac1f5590e1097a128bb341a08999ef2 (
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;
- h1 {
- font-weight: normal;
- text-transform: uppercase;
- }
- body {
- color: white;
- background-color: black;
- @media print {
- font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
- font-size: 10pt;
- line-height: 11pt;
- }
- font-size: 12pt;
- line-height: 18pt;
- margin: 2em;
- }
- a {
- @include hover-link;
- }
- h1,
- p {
- text-align: center;
- }
- p img {
- width: 100%;
- max-width: 40em;
- height: auto;
- }
- .topbar {
- @media print {
- display: none !important;
- }
- @include inline-list;
- }
- @media print {
- a[href*=".wikipedia.org/"]:after,
- a[href*="//www.openstreetmap.org/"]:after {
- content: "";
- }
- }
- a {
- color: darkgrey;
- }
|