/* Thanksgiving Theme 1.2 */
* {font-family: "Lucida Console", "Courier New", monospace;}
a {
  color: #DBBA33!important;
}
body {
    background: #511F16; 
    background-image: url(https://booru.soyjak.st/_images/a4a39f8c155fafe8c9559a8055be9e02/26370%20-%20SoyBooru.png);
    background-size: cover;
    background-attachment: fixed;
    color: #c66600;
			.bl {
				text-decoration: none;
				color: #9C2F2F;
			}

			.box.middle {
				background: #B6562A;
				color: #DBBA33;
				border: 1px solid #B6562A;
				width: inherit;
			}

			.box.middle h2 {
				background: #DBBA33;
				color: #B6562A;
			}

}
.bl {
  text-decoration: none;
  color: #2EBBF3;
}
a.post_no:hover {
	color: #B6562A!important;
	text-decoration: underline overline;
}
}


textarea {
  border: 2px solid #DBBA33!important;
}
textarea, input {background-color: #B6562A; color: #DBBA33;
}

img.banner,
img.board_image {
	display: block;
	border: 2px solid #DBBA33;
	margin: 0 auto 0 auto;
}
div.mix {
    border: 1px solid #111111;
    background: linear-gradient(to bottom, #9C2F2F 60%, #511F16 100%);
    border-radius: 11px;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 15);

}
div.post.reply.highlighted {
     background-image: linear-gradient(to right top, #b75555, #c3634f, #cb744a, #d08545, #d19843, #d19943, #d09b43, #d09c43, #d08c44, #cd7d47, #c86e4b, #c06150);
}
div.post.highlighted {
     background-image: linear-gradient(to right top, #b75555, #c3634f, #cb744a, #d08545, #d19843, #d19943, #d09b43, #d09c43, #d08c44, #cd7d47, #c86e4b, #c06150);
}
body::before {
    opacity: 0.8;
    content: "";
    /* Required for ::before to work */
    position: fixed;
    bottom: 0px;
    /* Position from the bottom */
    right: -43px;
    /* Position from the right */
    width: 260px;
    /* Width of the GIF */
    height: 230px;
    /* Height of the GIF */
    background-image: url('https://files.catbox.moe/ks0qvm.png');
    /* The URL of your GIF */
    background-size: contain;
    /* Resize background to fit the container */
    background-repeat: no-repeat;
    /* Don't repeat the GIF */
    z-index: 1000;
    /* Make sure it appears above other elements */
    pointer-events: none;
}
body::after {
    opacity: 0.8;
    content: "";
    /* Required for ::before to work */
    position: fixed;
    bottom: 0px;
    /* Position from the bottom */
    right: 1750px;
    /* Position from the right */
    width: 280px;
    /* Width of the GIF */
    height: 235px;
    /* Height of the GIF */
    background-image: url('https://files.catbox.moe/h7wx5m.png');
    /* The URL of your GIF */
    background-size: contain;
    /* Resize background to fit the container */
    background-repeat: no-repeat;
    /* Don't repeat the GIF */
    z-index: 1000;
    /* Make sure it appears above other elements */
    pointer-events: none;
}
.boardlist {
    background-color:#511F16!important
}
div.post,
div.post.reply,
div.post.reply.highlighted,
div#news,
div.blotter,
div.mix,
div.subtitle {
    color: #B6562A;
}
div.post {
  background-image: linear-gradient(to right top, #9c2f2f, #af472d, #c0602b, #cc7a29, #d59529, #cf9229, #c98f2a, #c38c2a, #ab6c27, #8f4f23, #71361e, #511f16);border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #B6562A;
  padding: 10px;
  color: #FBCD98;
  box-shadow: 0 0 15px #DBBA33;
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 14px
}
div.banner {
	background-color: #DBBA33;
color: #B6562A;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin: 1em 0;
}


div.post.reply {
  background-image: linear-gradient(to left bottom, #9c2f2f, #af472d, #c0602b, #cc7a29, #d59529, #cf9229, #c98f2a, #c38c2a, #ab6c27, #8f4f23, #71361e, #511f16);border-radius: 15px;
  border: 2px solid #B6562A;
  padding: 7px;
  color: #FBCD98;
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 14px
}



span.heading {
    color: #d24432;
    font-size: 11pt;
    font-weight: bold;
}



#disclaimer h3 {
    border-bottom: 1px solid #cd7428;
}

a,
a:visited,
a.replylink:not(:hover),
div#absbot a:not(:hover) {
    color: #cd7428;
}

hr {
    border-top: 1px solid #cd7428;
}


label:not(:has(span.capcode)) span.name {
    color: #00BF3A !important;

}
.intro span.subject {
	color: #6B291D;
}

form table tr th{
  background: linear-gradient(#9c2f2f, #af472d, #c0602b, #cc7a29, #d59529, #cf9229, #c98f2a, #c38c2a, #ab6c27, #8f4f23, #71361e, #511f16);
}

td#upload_selection {
background: linear-gradient(#9c2f2f, #af472d, #c0602b, #cc7a29, #d59529, #cf9229, #c98f2a, #c38c2a, #ab6c27, #8f4f23, #71361e, #511f16);
}

div.pages.top {
    display: none;
}
div.boardlist, div.pages {
    border-radius: 35px;
    border: 2px solid #c66600;
    padding: 5px;
    opacity: 1;
    color: #B6562A;
}
.post-image {
    border: 3px solid #9C2F2F;
    box-shadow: 0px 0px 55px rgba(0, 0, 0, 1);
}
div.dropzone-wrap {
background: linear-gradient(#9c2f2f, #af472d, #c0602b, #cc7a29, #d59529, #cf9229, #c98f2a, #c38c2a, #ab6c27, #8f4f23, #71361e, #511f16);
}
.name,
a {
  color: #FFD83D!important;
}
label:not(:has(span.capcode)) span.name {color:#DBBA33!important;}

header div.subtitle,
h1 {background: linear-gradient(#9c2f2f, #af472d, #c0602b, #cc7a29, #d59529, #cf9229, #c98f2a, #c38c2a, #ab6c27, #8f4f23, #71361e, #511f16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
span.omitted {
	display: block;
	margin-top: 1em;
	color: #7C3022;
}
span.quote {
	color: #b8ff00;
}
span.quote2 {
	color: #ffa827;
}
h1,
h2,
h3,
h4,
h5 {
  color: #B6562A!important;
}
input,
textarea {
  background: #B6562A;
  border: 2px solid #DBBA33!important;
  color: #DBBA33;
.name,
}
#options_div, #alert_div {
	background: #9C2F2F;
}
.options_tab_icon {
	color: #B6562A;
}
.options_tab_icon.active {
	color: #DBBA33;
}
textarea {
  border: 2px solid #DBBA33!important;
}
