diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-08-03 17:43:40 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-08-03 17:43:40 +0200 |
| commit | 52b67951f1e8a7f1af9b85d4ae8e7689d194574a (patch) | |
| tree | 88076113c7020e8483e5f47afa618d6449034f7e /provider/css | |
| parent | 230688a0b842cf57b316a7ba62910ca387afbce7 (diff) | |
| download | dirty-haskell.org-52b67951f1e8a7f1af9b85d4ae8e7689d194574a.tar dirty-haskell.org-52b67951f1e8a7f1af9b85d4ae8e7689d194574a.tar.gz dirty-haskell.org-52b67951f1e8a7f1af9b85d4ae8e7689d194574a.tar.bz2 dirty-haskell.org-52b67951f1e8a7f1af9b85d4ae8e7689d194574a.tar.xz dirty-haskell.org-52b67951f1e8a7f1af9b85d4ae8e7689d194574a.zip | |
Working prototype in hakyll
Diffstat (limited to 'provider/css')
| -rw-r--r-- | provider/css/default.css | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/provider/css/default.css b/provider/css/default.css new file mode 100644 index 0000000..7b89107 --- /dev/null +++ b/provider/css/default.css | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | body { | ||
| 2 | margin: auto; | ||
| 3 | padding-right: 1em; | ||
| 4 | padding-left: 1em; | ||
| 5 | font: normal 1.1em monospace; | ||
| 6 | max-width: 60em; | ||
| 7 | text-align: justify; | ||
| 8 | } | ||
| 9 | |||
| 10 | .display-math { | ||
| 11 | display: block; | ||
| 12 | margin-top: 0.2em; | ||
| 13 | margin-bottm: 0.2em; | ||
| 14 | text-align: center; | ||
| 15 | } | ||
| 16 | |||
| 17 | .inline-math { | ||
| 18 | display: inline; | ||
| 19 | } | ||
| 20 | |||
| 21 | a { | ||
| 22 | color: inherit; | ||
| 23 | } | ||
| 24 | |||
| 25 | p { | ||
| 26 | margin-bottom: 0 | ||
| 27 | } | ||
| 28 | |||
| 29 | p + p { | ||
| 30 | text-indent: 1.5em; | ||
| 31 | margin-top: 0; | ||
| 32 | } | ||
| 33 | |||
| 34 | pre { | ||
| 35 | margin-left: 1.5em; | ||
| 36 | } | ||
| 37 | |||
| 38 | p code { | ||
| 39 | font-style:italic; | ||
| 40 | } \ No newline at end of file | ||
