X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=index.css;h=994405e42381e17d2f994f8252a495db2cd90eaa;hb=d2a94d6c3e639b670960f300f0bc16889ff93cd8;hp=2f9c00f0d845740ca9f4c173c3f29fe6dfb3f118;hpb=26a62311e466992b321019dbca9521ee36e19ada;p=mdref%2Fmdref diff --git a/index.css b/index.css index 2f9c00f..994405e 100644 --- a/index.css +++ b/index.css @@ -2,8 +2,10 @@ font-size: 99.9%; } -body { +body, code { font-family: Inconsolata, Monospace, 'Courier New', Courier, monospace; +} +body { font-size: 1.5em; margin: 0; padding: 0; @@ -17,12 +19,11 @@ body>* { .sidebar { font-size: .9em; float: right; - width: 500px; background: #f0f0f0; border-bottom-left-radius: 10px; padding: 0; - margin-bottom: 1em; - margin-left: 2em; + width: auto; + padding-right: 1em; } .sidebar>ul { } @@ -62,10 +63,10 @@ p, pre { } blockquote { - border-radius: 4px; - border: 1px solid #800000; + border-top: 1px solid #800000; + border-bottom: 1px solid #800000; background: #ffe4e1; - display: inline-block; + margin: 2em 0; } ul { @@ -111,7 +112,7 @@ li h3 { border-radius: 4px; display: inline-block; width: auto; - padding: .5em; + padding: .2em; margin: .5em 0 0 0; } @@ -134,6 +135,11 @@ li h3 a:hover { text-decoration: underline; } +#disqus_thread { + margin-top: 8em; + margin-right: 2em; +} + footer { font-size: smaller; text-align: center;