diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-12T23·57+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-11-12T23·57+0100 |
commit | 040c3487805be38e013934fddf17ec86b5bd7a89 (patch) | |
tree | 945d2862fba4bd5baa1e7158eae3d5d8816a538b /blog.css | |
parent | b4dad1526d7a68ca089a22bf01fffa65abc9c5d9 (diff) |
feat(blog): Configure org-mode's HTML export to match blog theme
This gets elblog close, but not quite there, to my previous blog theme. Comparison screenshot: http://i.imgur.com/UK49Fhi.png
Diffstat (limited to 'blog.css')
-rw-r--r-- | blog.css | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/blog.css b/blog.css new file mode 100644 index 000000000000..842da656b36c --- /dev/null +++ b/blog.css @@ -0,0 +1,37 @@ +<style type="text/css"> +body { + margin: 40px auto; + max-width: 650px; + line-height: 1.6; + font-size: 18px; + color: #383838; + padding: 0 10px +} +h1, h2, h3 { + line-height: 1.2 +} +.footer { + text-align: right; +} +.lod { + text-align: center; +} +.unstyled-link { + color: inherit; + text-decoration: none; +} +.uncoloured-link { + color: inherit; +} +.date { + text-align: right; + font-style: italic; + float: right; +} +.inline { + display: inline; +} +.navigation { + text-align: center; +} +</style> |