/* @(#)$Id: fpahs.css,v 1.2 2026/01/09 06:42:03 fpahs Exp $ */

html {
    margin: 1em;
}

body {
    display: grid;
    grid-template-rows: [header] 1fr [row-page-content] 7fr;
    grid-template-columns: [navigation] 1fr [column-page-content] 7fr;
    /**/
    hanging-punctuation: allow-end;
    line-height: 1.4;
    font-family: sans-serif;
    margin: auto;
    max-width: 55em;
}

header {
    grid-area: header / column-page-content;
}

footer {
    grid-area: -1 / column-page-content;
    padding-left: 1em; /* same as for section below */
}

svg {
    transform: scale(1);
    margin-bottom: -0.95rem;
}

section {
    grid-area: row-page-content / column-page-content;
    padding-left: 1em;
}

h1 {
    text-align: center;
    font-family: serif;
    font-variant: small-caps;
}

nav {
    /* display: flex; */
    /* justify-content: center; */
    grid-area: header / navigation / footer / column-page-content;
    /**/
    font-size: 1.2em;
    font-variant: small-caps;
    text-align: center;
    border-style: double; /* none; */
    border-width: thick;
    background-clip: padding-box;
    background-color: black;
    /* box-shadow: 0.6em 0.6em 0.6em lightgray; */
}

nav a {
    color: white;
}

nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}

nav li {
    /* display: flex; */
    /* justify-content: center; */
    /**/
    list-style-type: none;
    display: inline;
    padding: 1em;
}

/* Indent all but first paragraph; re-add with longer content? */
/* p + p { */
/*     text-indent: 2em; */
/* } */

code {
    font-size: 1.3em;
}

dt {
    font-weight: bold;
}

abbr {
    font-variant: small-caps;
}

a {
    text-decoration: none;
}

a:focus, a:hover {
    text-decoration: underline;
}

a:active {
}

.subnavigation {
    padding: 0em;
    margin-left: 1.35em;
    font-size: 0.75em;
}

.blog_post {
    color: dimgray;
}

.current_link {
    border-style: inset;
    border-width: thick 0;
}

.cli {
    background-color: whitesmoke;
    color: black;
    border: solid;
    border-color: lightgray;
    border-width: thin;
}
