<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0px;
    padding: 0px;

}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}
a {
    text-decoration: none;
    color: inherit;
}
#bottom-layer {
    position: fixed;
    height: 100%;
    top: 0px;
    z-index: -1;
}
#header h1 {
    text-transform: capitalize;
}
#middle {
    clear: both;
}
#left .box .title {
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 1.6em;
}
#left a {
    font-size: 100%;
    font-weight: normal;
}
#left .box {
    margin-bottom: 20px;
}
#left .box .title {
    margin: 10px 0px;
    font-weight: 400;
    line-height: 1.5;
}
#left .box li {
    line-height: 21px;
    text-transform: capitalize;
    margin: 3px 0px;
    list-style-type: none;
}
#left .box li.active a{
    border-bottom: 1px solid;
    opacity: 0.7;
}
#left .box li li {
    list-style-type: disc;
    margin: 0px 0px 0px 20px;
    padding: 0px;
    font-size: 0.85em;
}
#left .box .calendar {
    display: inline-block;
}
#left .box .calendar td {
    font-size: 0.85em;
    padding: 0px 6px 0px 0px;
    text-align: center;

}

#left .box .calendar .names td{
    padding: 0px 6px 10px 0px;
    font-size: 1em;
    opacity: 1;
}
#left .box .calendar td strong {
    font-size: 1.2em;
}
#left .box .calendar td .item {
    opacity: 0.7;
}
#right .post{
    margin: 4%;
    padding: 4%;
}
#right .post .title {
    margin-bottom: 20px;
}
#right .signature {
    margin: -4% 4% 4% 4%;
    padding: 4% 4% 4% 4%;
    opacity: 0.9;
    line-height: 30px;
}
#right .icon {
    margin: 0px 0px -3px 0px;
    padding: 0px 0px 0px 0px;
        
}
#right a {
    color: inherit;
}
#right a:hover {
    opacity: 0.8;
    text-decoration: underline;
}
#right .comments-list .item{
    padding-bottom: 10px;
    border-bottom: 1px dotted;
    margin-bottom: 10px;
}
#right .comments-list .item .nick {
    font-size: 1.1em;
    font-weight: bold;
}
#right .comments-list .item .date {
    font-size: 0.8em;
    margin-top: 5px;
}
#right .comments-list .item .url {
    font-size: 0.8em;
    font-weight: normal;
    font-style: italic;
}
#right .comments-list .item .content {
    padding: 10px 0px;
    font-size: 0.9em;
}
#right .comments .empty {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#right .comment-add {
    padding: 10px 0px;
}
#right .comment-add .form-input {
    padding: 5px 0px;
}

#right .comment-add .input {
    min-width: 200px;
    width: 75%;
    padding: 5px 5px;
    border: 1px solid;
    font-size: 0.9em;
}
#right .comment-add .content {
    min-height: 150px;
}
#right .comment-add .submit {
    background: inherit;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid;
}
#right .comment-add .submit:hover {
    opacity: 0.8;
}
#right .errors {
    border: 1px solid red;
    background-color: lightpink;
    padding: 5px;
    margin: 10px 0px;
}
#footer {
    text-align: center;
}

.clean {
    clear: both;
}
.icon {
    background: url('/static/templates/img/sprite.png');
    display: inline-block;
}
.icon-comment {
    width: 15px;
    height: 15px;
    background-position-y: -65px;
    background-position-x: 0px;
}
.icon-date {
    width: 15px;
    height: 15px;
    background-position-y: -50px;
    background-position-x: 0px;
}
.icon-group {
    width: 16px;
    height: 16px;
    background-position-y: -65px;
    background-position-x: -32px;
}
.icon-word {
    width: 16px;
    height: 16px;
    background-position-y: -65px;
    background-position-x: -15px;
}
#footer .main {
    padding: 10px 0px;
}
.pagination .nav, .pagination .item {
    padding: 0px 2px;
}
.pagination .active {
    font-weight: 900;
    font-size: 1.1em;
}
@media all and (min-width: 960px) {

    #bottom-layer, #left {
        float: left;
        margin-left: 5%;
        width: 25%;
    }
    #header {
        float: left;
        margin-left: 30%;
        width: 69%;
    }
    #left {
        margin-top: 2%;
    }
    
    #left .button { display: none;}
    #left .content {
        padding: 0px 10px;
    }
    #left .full {
        margin: 0px auto;
        max-width: 250px;
        min-width: 200px;
    }
    #header h1 {
        font-size: 27px;
        line-height: 1.2;

    }
    #header .data {
        padding: 5% 5% 5% 5%;
       
    }
    #header .data p {
        padding: 10px 0px;
    }
    #right, #footer {
        width: 69%;
        float: left;
        max-width: 1000px;

    }
    #right {
        font-size: 1.2em;
    }
    #right .post .main-title {
        font-size: 1.5em;
    }
    #footer {
        margin-left: 30%;
    }
    
}
@media all and (max-width: 959px) {

    #header {
        padding: 7% 7% 3% 7%;
    }
    #left .full { 
        display: none;
        position: absolute; 
        padding: 10px;
        border-right: 1px solid;
        border-bottom: 1px solid;
        min-width: 200px;
        z-index: 2000;
        opacity: 0.95;
        
    } 
    #left .button {
        cursor: pointer;
        display: inline-block;

        padding: 10px;
        margin: 7px 0px 5px 7%;
        border: 1px dotted;

    }
    #left .button:hover {
        border: 1px solid transparent;
    }
    #left .button .item {
        display: block;
        width: 20px;
        border-bottom: 2px solid;
        padding: 2px 0px 2px 0px;
    }
    #right .post .main-title {
        font-size: 4vw;
    }
    #comment-add .g-recaptcha {
        transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;
    }

}

body {
    background-color: #0099ce;
    color: white;
}
#left, #left .full, #bottom-layer {
    background-color: #222;
}
#right .post, #right .signature {
    background-color: white;
    color: black;
}</pre></body></html>