html, body {
    background: #222;
    color: #FFF;
    height: 100%;
    font-weight: 400;
}
pre {
    background: #000;
    color #FFF;
}
.container {
    background: linear-gradient(to right, rgba(102, 0, 153, 0) 0%, rgba(102, 0, 153, 0.1) 10px, rgba(102, 0, 153, 0.1) calc(100% - 10px), rgba(102, 0, 153, 0) 100%);
    padding: 25px 35px;
    min-height: 100%;
    max-width: 960px;
}
#main-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 15px;
    padding-bottom: 10px;
}
#main-title, #subtitle {
    margin-bottom: 0px;
}
#subtitle {
    font-style: italic;
    font-size: initial;
}
.index-article {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 10px;
}
.index-article:last-child {
    margin-bottom: 0px;
}
.blog-title {
    margin-bottom: 0px;
}
.created {
    font-size: smaller;
    font-style: italic;
    margin-bottom: 1em;
}
a, a:visited, a:active {
    color: #EABFDD;
}
*:not(#main-title) > a {
    text-decoration: underline;
}
.btn-delete, .btn-edit {
    float: left;
    margin-right: 15px;
}
.btn-edit {
    background-color: #F90;
    border-color: #F90;
}
.btn-add {
    background-color: #78bc3c;
    border-color: #78bc3c;
    margin-right: 15px;
}
input, textarea {
    height: initial;
    background: rgba(255,255,255,0.2) !important;
    color: #FFF;
}
.statistics-container {
    float: right;
    margin: 0px 0px 15px 15px;
    padding: 15px;
    border: 1px solid rgba(255,255,255,0.5);
    max-width: 40%;
}
.body-container {
    margin-bottom: 1em;
}
.body-container p {
    margin-bottom: 1em;
}
.body-container.blog-view h4 {
    margin-top: 2em;
    font-weight: 600;
    margin-left: 1em;
    border-bottom: 1px dotted #FFF;
    padding-bottom: 5px;
    margin-bottom: 1.5rem;
}
.body-container.blog-view .note-float-right {
    padding: 20px 5px 20px 20px;
}
.body-container.blog-view .note-float-left {
    padding: 20px 20px 20px 5px;
}
.body-container.blog-view figure.note-float-right {
    text-align: right;
}
.body-container.blog-view figure.note-float-left {
    text-align; left;
}
.float-left {
    float: left;
    margin: 1em 1em 1em 0;
}
.float-right {
    float: right;
    margin: 1em 0 1em 1em;
}
.note-editor {
    color: #000;
}
#sidebar {
    padding-left: 25px;
    border-left: 1px solid rgba(255,255,255,0.3);
}
blockquote {
    margin-top: 1em;
    margin-bottom: 1em;
}

#toggleCowMode {
    background-color: #FFF;
    background-image: url('../img/cow.png');
    background-size: cover;
    color: #000;
    font-weight: bold;
}
html.cow-mode, body.cow-mode {
    color: #000;
    background-image: url('../img/cow.png');
    height: initial;
}
body.cow-mode .container {
    background: #FFF;
}
body.cow-mode .index-article {
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
sup {
    padding: 0px 2px
}

u > i:hover {
    cursor: pointer;
}

u > i:not(.show-spoiler), i > u:not(.show-spoiler) {
    color: #FFF !important;
    background-color: #FFF !important;
    box-shadow: 0px 0px 5px #FF00CB;
}
u > i.show-spoiler, i > u.show-spoiler {
    text-decoration: none;
    font-style: normal;
    display: inline-block;
}
