summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss61
1 files changed, 61 insertions, 0 deletions
diff --git a/style.scss b/style.scss
new file mode 100644
index 0000000..8edc8da
--- /dev/null
+++ b/style.scss
@@ -0,0 +1,61 @@
+@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;
+}
+
+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;
+ max-width: 62em;
+}
+
+a {
+ @include hover-link;
+}
+
+h1,
+p {
+ text-align: center;
+}
+
+p img {
+// width: 90%;
+ 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;
+}