:root { font-family: system-ui; font-feature-settings: "ss06"; } body { background-color: white; color: black; line-height: 1.5; margin: 0 auto; max-width: 1024px; padding-top: 1rem; width: 100vw; } blockquote, code, pre { font-family: "andale mono", monaco, monospace; } h1, h2, h3, h4 { text-wrap: balance; } p { text-wrap: pretty; } p, ul, ol { font-size: 16px; } pre, code { font-size: 14px; } .breadcrumb, .footer { font-size: 12px; } a { text-decoration: none; } a:hover { text-decoration: underline; } th { background-color: silver; color: black; } .segdeha-blog { border: solid 1px black; background: #ccc; padding: 10px; margin: 1em 0; width: 100%; } .segdeha-blog h3 { font-size: 14px; line-height: 1em; margin: 0; } .segdeha-blog ul { font-size: 12px; line-height: 1.5em; margin: 0.5em 0 0 0; padding: 0 0 0 1.5em; } .segdeha-blog li em { color: #666; } .widget-ad { float: right; margin: 0 0 1em 1em; } .widget-ad a img { border: none; } #adsense { background: #333; height: 15px; left: 0; position: absolute; right: 0; top: 0; } #donations-received { font-size: 12px; } #license { background: #f7f7f7; padding: 0.01em 1.01em; } #license p { font-size: 80%;color: #666; } /* small screens */ @media (max-width: 650px) { body { padding: 0 1rem; width: auto; } }