<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.comment &gt; a:first-child {
    text-decoration: none;
}

.comment.unapproved {
    opacity: 0.50;
}

.contenteditable {
    background: azure;
    padding: 10px;
    border: solid 1px orange;
}

.linkicon {
    width: 17px;
    height: 17px;
    margin-left: -22px;
    margin-top: 4px;
    float: left;
    vertical-align: text-bottom;
    opacity: 0.8;
    background-image: url(/images/link.png);
    transition: opacity 0.5s ease-in-out;
}

.link-hidden {
    opacity: 0.1;
}

article &gt; h2, article &gt; h3, article &gt; h4  {
    cursor: pointer;
    transition: opacity 0.5s ease-in-out;
}

    .postcontent &gt; h3:hover {
        opacity: 0.85;
    }

.document-outline {
    display: none;
    width: 310px;
}  

@media(min-width: 1400px) {
    article {
        padding-right: 350px !important;
    }

    .document-outline {
        display: block;
        position: absolute;
        margin-top: 0;
        top: 120px;
        right: 10px;
        width: 350px;
        font-size: 0.75em !important;
        line-height: 1.4em;
        overflow: auto;
    }

    .document-outline-header {
        font-size: 1.1rem;
        margin-bottom: 10px;
        margin-top: 20px;
        font-weight: bold;
    }

    .document-outline-content {
    }

    .document-outline a {
        display: block;
        text-decoration: none;
        padding: 5px 0px 6px 8px;
        border-left: 1.5px #eee solid;
    }

    .document-outline-content a.active {
        border-left: 3px steelblue solid;
        font-weight: 600;
    }

    .document-outline a.outline-level1 {
        padding-left: 0;
        font-weight: bold;
    }

    .document-outline a.outline-level2 {
        padding-left: 15px !important;
        font-weight: normal;
    }

    .document-outline a.outline-level3 {
        padding-left: 30px !important;
        font-weight: normal;
    }

    .document-outline a.outline-level4 {
        padding-left: 45px;
        font-weight: normal;
    }
}


.comment-dialog-header {
    color: firebrick; 
    background: #f5f5f5;
    font-size: 24pt;
    font-weight: bold;
    padding: 10px 15px;
    margin: -7px -25px;
    margin-bottom: 10px;
}
.comment-title {
    font-weight: 600;
    color: firebrick;
}

.comment-dialog {    
    text-align: left;    
    padding: 7px 25px;
    border: 1px solid #eee;    
}

    .comment-dialog input[type=text],
    .comment-dialog input[type=email],
    .comment-dialog textarea {
        width: 100%;
        font-family: 'Trebuchet MS','Trebuchet',sans-serif;
        font-size: 1.05em;
        font-weight: bold;
        margin-bottom: 8px;
        padding: 5px 10px;
    }

    .comment-dialog textarea {
        font-size: 1em;
    }

.comment-directions {
    width: 95%;
    color: #535353;
    background: cornsilk;
    text-align: center;
    font-size: 0.8em;
    padding: 10px 10px;
    margin-top: 13px;
}

@media(max-width: 639px) {
    .linkicon {
        display: none;
    }
}


.comment-textbox, .comment-textbox:focus {
    background-color: #444 !important;
    color: #e9e9e9;
    font-family: Consolas, monospace !important;
    font-size: 1.1em !important;
    font-weight: 500 !important;
}

.edit-toolbar {
    margin-top: 15px;
    background: #656565;
    color: white;
    padding: 5px 10px;
    width: 100%;
    height: 45px;
}

    .edit-toolbar &gt; * {
        color: white;
        padding: 6px 11px;
        margin-left: 1px;
        float: left;
        display: block;
    }

    .edit-toolbar &gt; a:focus, .edit-toolbar &gt; a:hover {
        background-color: #888 !important;
        color: white !important;
        text-decoration: none;
    }

a.post-pager-item, a.post-pager-item:visited {
    display: block;
    text-decoration: none;
    background: #f8f8f8;
    border: 2px coral solid;
    color: coral;
    padding: 7px 15px;
    float: left;
    margin: 2px;
    border-radius: 4px;
}

    a.post-pager-item:hover {
        color: white;
        background: coral;
    }



#CategoryHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.donate-buttons {
    display: flex;
    flex-direction: row;
}

.da-content-image {
    width: 100%;
    max-width: 670px;
}


@media(max-width: 600px) {
    .donate-buttons {
        flex-direction: column;
    }
}</pre></body></html>