:root{--silver:#bcbcbc;--mine-shaft:#343434;--emperor:#4f4f4f;--scorpion:#5c5c5c;--camouflage-green:#788874}body{background-color:var(--mine-shaft);color:var(--silver);font-family:sans-serif;line-height:1.5;height:100%}header{border-bottom:1px dashed var(--scorpion);text-align:center;h1 { margin: 0; } .title { width: 100%; .inner { width: fit-content; margin-left: auto; margin-right: auto; display: flex; flex-direction: row; img { padding-right: 5px; padding-left: 5px; } } } .menu { margin-left: auto; margin-right: auto; margin-bottom: 0.5rem; .menu-item { padding: 1rem; } }}footer{border-top:1px dashed var(--scorpion);margin-top:1rem;text-align:center}a{color:var(--camouflage-green);text-decoration:none}.post{.title { display: flex; flex-direction: row; .time-date { margin-top: auto; margin-bottom: auto; margin-left: auto; display: block; font-size: x-small; } } table { border-collapse: collapse; width: 100%; th, td { border: 1px solid var(--scorpion); padding: 0.5rem; } }}blockquote{padding-left:12px;padding-right:12px;width:fit-content;border:1px dashed var(--camouflage-green); :before { content: "\00BB"; margin-right: 6px; }}.screen{border:1px dashed var(--silver);border-radius:1rem;padding:1rem;display:block;margin-left:auto;margin-right:auto;width:60%}@media only screen and (max-width:600px){body{width:100%}.screen{width:100%}}@media only screen and (max-width:800px){.screen{width:80%}.post{.title { display: flex; flex-direction: column; .time-date{ margin: 0px; margin-top: -25px; display: block; } }}}.taxonomy-terms{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;div{ padding: 0.5rem; }}.center{margin-left:auto;margin-right:auto}.rounded{border-radius:1rem}.object-scale-down{object-fit:scale-down}.line-separator{border-bottom:1px dashed var(--scorpion);margin-top:1rem;margin-bottom:1rem}