diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-21T00·56+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-21T00·56+0000 |
commit | 3253e4c4fba26f5cebc41c10a28b0722f9efcac1 (patch) | |
tree | a8dba8dc153cc3311ffea4d095fc57e3f48aa917 /fun/elblog/blog.css | |
parent | 05bdeba85327a491f3a78ec51a975067f528c4d1 (diff) |
chore(elblog): Prepare for depot merge
Diffstat (limited to 'fun/elblog/blog.css')
-rw-r--r-- | fun/elblog/blog.css | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/fun/elblog/blog.css b/fun/elblog/blog.css new file mode 100644 index 000000000000..0d021f78e89b --- /dev/null +++ b/fun/elblog/blog.css @@ -0,0 +1,37 @@ +<style type="text/css"> +body { + margin: 40px auto; + max-width: 800px; + 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> |