@import url(pygment_trac.css);

html {
    font-family:
        -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir,
        "Nimbus Sans L", Roboto, Noto, "Segoe UI", Arial, Helvetica,
        "Helvetica Neue", sans-serif;
}
body {
    margin: 0 auto;
    max-width: 50rem;
    color: #333;
    font-size: 1.15rem;
    overflow-x: hidden;
    word-break: break-word;
    overflow-wrap: break-word;
}
main {
    line-height: 1.6rem;
}
table#posts {
    margin-top: 20px;
    .date {
        font-family:
            Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
        color: #999;
        font-size: 0.9rem;
    }
}
header {
    border-bottom: 1px solid #0b64c7;
    padding: 1rem 0.1rem;

    a {
        color: #0b64c7;
        text-decoration: none;
        margin-right: 1rem;
        font-weight: bold;
        position: relative;
        &:visited {
            color: #0b64c7;
        }
        &.root {
            color: #004080;
        }
        &.ita:after {
            background-image: url("/images/ita.gif");
            background-size: 10px 8px;
            content: "";
            width: 10px;
            height: 8px;
            margin-left: 3px;
            margin-bottom: 2px;
            display: inline-block;
        }
        &::before {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            height: 2px;
            top: 21px;
            bottom: 0;
            left: 0;
            background-color: #ccc;
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }
        &:hover::before {
            transform: scaleX(1);
        }
    }
}
.highlight {
    padding: 0 5px;
}
pre,
code {
    font-family:
        Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    font-size: 0.9rem;
    overflow-x: auto;
    white-space: pre-wrap;
}
img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}
blockquote {
    background: #f4f4f4;
    border-left: 5px solid #cccccc;
    padding: 10px 10px 10px 20px;
}
figure {
    margin: 18px 0;
    padding: 5px;
}
figure figcaption {
    color: #444;
    font-size: 0.8em;
}
footer {
    margin-top: 1rem;
    border-top: 1px solid #eee;
}
footer p {
    font-size: 0.8em;
    text-align: center;
    color: #ddd;
}
h1,
h2,
h3 {
    line-height: 1.1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 2.427rem;
}
h1 {
    font-size: 2.8076171875rem;
}
h1.page-title {
    text-wrap: balance;
}
h2 {
    font-size: 2.24609375rem;
}
h3 {
    font-size: 1.796875rem;
}
h4 {
    font-size: 1.4375rem;
}
h5 {
    font-size: 1.15rem;
}
h6 {
    font-size: 0.92rem;
}
hr {
    border: 0;
    height: 1px;
    background: #eee;
}
strong {
    font-weight: bold;
}
a:hover {
    color: red;
}
