/**
 * ForestChan
 * woodland theme for vichan
 */

body {
    background:
        linear-gradient(rgba(8,12,8,0.78), rgba(8,12,8,0.78)),
        url('img/forest.png') fixed center center;
    background-size: cover;
    color: #d7e3d0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
}

/* Links */
a,
a:visited,
p.intro a.email span.name {
    color: #9bcf8e;
}

a:hover,
.body a:hover {
    color: #c7f0b8;
}

/* Headers */
h1,
.subject,
.subtitle,
.selected {
    color: #b7e4a3 !important;
    text-shadow: 0 0 4px rgba(0,0,0,0.8);
}

.name {
    color: #82d173 !important;
    font-weight: bold;
}

/* Board list */
div.boardlist {
    background: rgba(12,20,12,0.85);
    border-bottom: 1px solid #42563d;
}

div.boardlist a {
    color: #b7e4a3;
}

/* Post boxes */
div.reply,
div.pages,
div.ban {
    background: rgba(18,26,18,0.92) !important;
    border: 1px solid #4d6747 !important;
    box-shadow: 0 0 12px rgba(0,0,0,0.5);
    color: #d7e3d0 !important;
}

.reply {
    margin-top: 0.5em !important;
}

/* Forms */
input,
textarea,
select {
    background: rgba(30,40,30,0.95);
    border: 1px solid #4d6747;
    color: #d7e3d0;
    border-radius: 3px;
    padding: 4px;
}

input[type="text"] {
    width: 200px;
}

textarea {
    width: 100%;
    min-height: 120px;
}

input[type="submit"] {
    background: linear-gradient(#4d6747, #32412f);
    border: 1px solid #607b58;
    color: #d7e3d0;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: linear-gradient(#607b58, #42563d);
}

/* Lines */
hr {
    border: 0;
    height: 1px;
    background: #42563d;
    margin: 1.5em 0;
}

/* Quotes */
.quote {
    color: #7fbf6e;
}

/* Post highlight on >>ref hover */
div.post.reply.highlighted {
    background: rgba(60,90,50,0.85) !important;
    border-color: #7fbf6e !important;
    box-shadow: 0 0 14px rgba(100,180,80,0.25);
}

/* Capcodes */
.capcode {
    color: #c9e87b;
}

/* Tables */
table th {
    background: rgba(40,55,40,0.9) !important;
    color: #d7e3d0;
}

body::after {
    content: "";
    position: fixed;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 600px;
    background-image: url('img/sanae.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}
