From 52b67951f1e8a7f1af9b85d4ae8e7689d194574a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 3 Aug 2015 17:43:40 +0200 Subject: Working prototype in hakyll --- provider/css/default.css | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 provider/css/default.css (limited to 'provider/css') 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 @@ +body { + margin: auto; + padding-right: 1em; + padding-left: 1em; + font: normal 1.1em monospace; + max-width: 60em; + text-align: justify; +} + +.display-math { + display: block; + margin-top: 0.2em; + margin-bottm: 0.2em; + text-align: center; +} + +.inline-math { + display: inline; +} + +a { + color: inherit; +} + +p { + margin-bottom: 0 +} + +p + p { + text-indent: 1.5em; + margin-top: 0; +} + +pre { + margin-left: 1.5em; +} + +p code { + font-style:italic; +} \ No newline at end of file -- cgit v1.2.3