diff options
-rw-r--r-- | local.css | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,5 +1,5 @@ *{box-sizing:border-box;} -body{font-family:"Lucida Grande", Lucida, Geneva, Helvetica, Arial, sans-serif;line-height:1.55;} +body{font-family:"Lucida Grande", Lucida, Geneva, Helvetica, Arial, sans-serif;line-height:1.55;padding:0 10px;} img{height:auto;max-width:100%;} h1,h2,h3{font-family:"Lucida Grande", Lucida, Geneva, Helvetica, Arial, sans-serif;} h1{font-size:2.2rem;} @@ -9,17 +9,20 @@ table{border-collapse:collapse;text-align:left;width:100%;} table tr{border-bottom:1px solid;} table td{padding:8px;} blockquote{border-left:4px solid;font-size:120%;font-style:italic;margin-left:0;padding-left:10px;} +pre,code{font-size:12pt;} .pageheader,#pagebody,.sidebar,#footer{margin:0 auto;max-width:900px;} #pagebody h2, #pagebody h3{margin-top:2em;} -.pageheader,#pageinfo{padding:1em;} +.pageheader,#pageinfo{padding:1em 0 0;} +.pageheader{background:none;border:0;} .pageheader .actions ul li{background:none;border:0;padding:0;} .pageheader .actions ul li a{display:none;} .pageheader .actions ul li a[href="./#comments"]{display:inline;} .pageheader .actions, #searchform{right:1em;} -#content{margin:1em;} -.sidebar{border:0;border-bottom:1px solid #999;float:none;padding:0;width:100%;} +#content{font-family:"Palatino",serif;font-size:13pt;margin:1em;} +#content p{text-align:justify;} +.sidebar{background:none;border:0;border-bottom:1px solid #999;float:none;padding:0;width:100%;} .sidebar p{font-size:1rem;margin-top:0;} -.sidebar ul{list-style:none;margin:0;padding:0.5em 1em;} +.sidebar ul{list-style:none;margin:0;padding:0.5em 0;} .sidebar ul li{display:inline-block;margin-right:10px;} .blogform{display:none;margin-bottom:1em;} .pageheader .trails{display:none;} @@ -34,7 +37,6 @@ blockquote{border-left:4px solid;font-size:120%;font-style:italic;margin-left:0; @media (max-width: 600px) { h1{font-size:1.6rem;} - .pageheader{padding:1em 0.5em 1.5em;} .pageheader .actions, #searchform{right:0.5em;} .page{display:block;} } @@ -42,7 +44,5 @@ blockquote{border-left:4px solid;font-size:120%;font-style:italic;margin-left:0; @media (prefers-color-scheme: dark) { body {background:#2d2d2d;color:white;} a{color:goldenrod;} - .pageheader{background:black;color:white !important;} - .sidebar{background:#2d2d2d;color:white !important;} pre,code{background:black;} } |