X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=index.css;h=0f33468f9d5a4f88c1eb8bf18110aaab3227172b;hb=ab71b0889a1242f35d279a8641f2ff100ba2940b;hp=e91ade18eb46a84404d3fcfbeb694613ca06f0c1;hpb=841dfdc712d783355b282da9991d0de2a9c584ef;p=mdref%2Fmdref diff --git a/index.css b/index.css index e91ade1..0f33468 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; @@ -13,16 +15,18 @@ body { body>* { margin-left: 1em; } +body>ul { + margin-left: 2em; +} .sidebar { font-size: .9em; float: right; - width: 500px; background: #f0f0f0; border-bottom-left-radius: 10px; padding: 0; - margin-bottom: .2em; - margin-left: 2em; + width: auto; + padding-right: 1em; } .sidebar>ul { } @@ -62,10 +66,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 { @@ -134,6 +138,11 @@ li h3 a:hover { text-decoration: underline; } +#disqus_thread { + margin-top: 8em; + margin-right: 2em; +} + footer { font-size: smaller; text-align: center;