changed to garamond

This commit is contained in:
Leander Hutton 2023-03-24 14:58:03 -04:00
parent d5f4a8402e
commit c5b5f367c6
2 changed files with 6 additions and 6 deletions

View File

@ -25,9 +25,9 @@
body { margin:0px; padding:20px 0px; text-align:center; font-family: Garamond, Serif; color:#000000; } body { margin:0px; padding:20px 0px; text-align:center; font-family: Garamond, Serif; color:#000000; }
a, a:visited { text-decoration:none; color:#1d2a78; } a, a:visited { text-decoration:none; color:#1d2a78; }
a:hover { text-decoration:underline; } a:hover { text-decoration:underline; }
h1, h2, h3, h4, h5, h6, h7 { margin:0px; line-height: 1.1em; font-size: 1.7em; } h1, h2, h3, h4, h5, h6, h7 { margin:0px; line-height: 0.75em; font-size: 2.0em; }
h4, h5, h6 { font-size:16px; } h4, h5, h6 { font-size:18px; }
h1 { padding:0px 0px 15px; margin:0px 0px 5px 0px; } h1 { padding:0px 0px 0.5em; margin:0px 0px 5px 0px; }
blockquote { font-style:italic; background:#EAEAEA; margin:20px; padding:5px 10px; } blockquote { font-style:italic; background:#EAEAEA; margin:20px; padding:5px 10px; }
blockquote cite { display:block; padding:10px 20px 0 0; text-align:right; } blockquote cite { display:block; padding:10px 20px 0 0; text-align:right; }
input, textarea { padding:5px; border:1px solid #8A8A8A; background:#EAEAEA; } input, textarea { padding:5px; border:1px solid #8A8A8A; background:#EAEAEA; }
@ -38,7 +38,7 @@ td { padding-left: 0.5em; }
table { width: 100%; } table { width: 100%; }
tr:nth-child(odd) { background-color: lightgray;} tr:nth-child(odd) { background-color: lightgray;}
#wrap { margin:0em auto; text-align:left; line-height: 1.2; width: 100%; } #wrap { margin:0em auto; text-align:left; line-height: 1.0; width: 100%; }
#container { float: right; width: 70% } #container { float: right; width: 70% }
#sidebar { overflow:hidden; clear:left; text-align:right; width:25%; height:auto; padding:0px 15px 0px 0px; border-right:0.15em solid #C8C8C8; } #sidebar { overflow:hidden; clear:left; text-align:right; width:25%; height:auto; padding:0px 15px 0px 0px; border-right:0.15em solid #C8C8C8; }
#sidebar .description { display:block; font-size: 1.1em; width:100%; height:auto; margin:0px 0px 10px 0px; } #sidebar .description { display:block; font-size: 1.1em; width:100%; height:auto; margin:0px 0px 10px 0px; }
@ -75,7 +75,7 @@ ul.sub-menu, ul.children { margin:0px 10px 0px 0px; }
@media screen and (max-width: 600px) { .pcolumn { flex: 100%; max-width: 100%; } } @media screen and (max-width: 600px) { .pcolumn { flex: 100%; max-width: 100%; } }
.entry { font-size: 1.0em; padding-right: 1.0em; max-width:1024px; } .entry { font-size: 1.2em; padding-right: 1.0em; max-width:1024px; line-height:1.2em; }
.entry h2, h3, h4, h5 { margin:30px 0px 10px 0px; } .entry h2, h3, h4, h5 { margin:30px 0px 10px 0px; }
.entry img { display:block; border:1px solid #000000 !important; margin-left: auto; margin-right: auto; max-height: 100%; max-width: 100%; } .entry img { display:block; border:1px solid #000000 !important; margin-left: auto; margin-right: auto; max-height: 100%; max-width: 100%; }

View File

@ -5,7 +5,7 @@
white-space: pre-wrap; white-space: pre-wrap;
padding: 0.10em; padding: 0.10em;
font-size: 1.0em; font-size: 1.0em;
line-height: 1.4em; line-height: 1.5em;
} }
.highlight .hll { .highlight .hll {