/*  This stylesheet is based on germany.css for Kusaba X.
    It must be used in tandem with Yotsuba B. */

/*  Party Hats 
p.fileinfo::before{
    content:url('https://media.8ch.net/cow/src/1418807901351.gif');
    position:absolute;
    margin:-100px 0 0 -10px;
    pointer-events: none;
} */

body {
    background: #330000;
    background:-moz-linear-gradient(top,#ff0000,#330000 180px);
    background:-webkit-gradient(linear,0 0,0 80,from(#ff0000),to(#330000));
    color: #d8d8d8;
/*  Confetti
    background-image: url("https://i.imgur.com/pgRnZyL.gif"), -moz-linear-gradient(top,#ff0000,#330000 180px);
    background-image:  url("https://i.imgur.com/pgRnZyL.gif"), -webkit-gradient(linear,0 0,0 80,from(#ff0000),to(#330000));
    background-position: top left, top left;
    background-attachment: fixed, static;  */
}

a {
    text-decoration:none;
    color:#f8c20f;
}

a[href$="mailto:sage"] {
    text-decoration: underline;
}

a:link, a:visited, p.intro a.email span.name {
    color: #f8c20f;
}

a:link:hover{
    color:#784818;
}
/* Bigger Off-site Banner
.board_image {
    background-image: url('https://a.pomf.se/smzquj.png');
    height: 0;
    width: 0;
    padding: 75px 300px;
} */

/* new in-thread boardlist rule */
.desktop-style div.boardlist:not(.bottom) {
    position: static !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

/* old in-thread boardlist rule */
.desktop-style div.boardlist:nth-child(1) {
    position: static !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

div.ban {
    background-color: #333;
    border: 1px solid #222;
}

div.ban h2 {
    background-color: #222;
    color: #F8C20F;
    margin-bottom: 11px;
}

div.ban h3 {
    color: #AF0A0F;
    padding: 3px 7px;
}

div.ban li {
    padding-bottom: 3px;
    padding-right: 7px;
}

div.ban p {
    padding: 7px;
}

div.ban strong {
    color: #AF0A0F;
    font-size: 11pt;
    font-weight: bold;
    padding: 3px 7px;
}

div.boardlist {
    background-color: #333;
    color: #222;
    padding: 8px;
}

div.pages {
    color: #222;
    background: none repeat scroll 0% 0% #333;
    display: inline;
    padding: 8px;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
}

div.post.reply {
    background: #333;
    border-color: #222;
}

div.post.reply div.body a {
    color: #f8c20f;
}

div.post.reply.highlighted {
    background: #555;
}

.theme-catalog div.thread:hover {
    background: none repeat scroll 0% 0% #333;
    border-color: #222;
}

form table tr th {
    background: none repeat scroll 0% 0% #333;
}

header h1 {
    color: #F8C20F;
    text-shadow: 0px 0px 0.8em #F00, 0px 0px 0.8em #F00;
}

hr {
    border-color: #222;
}

img.banner, img.board_image {
    border: none;
}

p.intro span.name {
    color: #F8C20F;
    font-weight: bold;
}

p.intro span.subject {
    color: #D00;
}

p.intro span.trip {
    color: #F8C20F;
}

#options_div, #alert_div {
    background: #333;
}

table.modlog tr th {
    background: none repeat scroll 0% 0% #222;
    color: #F8C20F;
}

table tbody tr:nth-of-type( even ) {
	background-color: transparent;
}