body {
background-color: #ebc370; 
  background-image: url('https://www.churro.club/static/1750192045401.png');
  background-repeat: repeat;
  background-size: 450px auto;
  animation: fallLoop 1800s linear infinite;
}

@keyframes fallLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 3400px 100%;
  }
}

.intro span.name {
    color: #1f150e;
    font-weight: bold;
}

a:link, a:visited, .intro a.email span.name {
	color: #5f352a;
}
a:link:hover {
	color: #4b3318;
}
a.post_no {
	color: #c0faf8;
}
div.post.reply {
	background: #ffc077e6;
	border-color: #ff000000;
}
div.post.reply.highlighted {
	background: #ffab47e6;
	border-color: #ff000000;;
}
div.post.reply div.body a {
	color: #020d13;
}
.intro span.subject {
	color: #ffffff; 
    text-shadow: 0px 0px 2px black;
  font-size: 22px 
}
form table tr th {
	background-color: #ffc973;
    color: #000000; 
    font-weight: 700;
    border: 2px solid #ea6716;
    padding: 0 5px;
    font-size:10pt;
font-family:cursive;
font-style: italic;
}
div.ban h2 {
	background: #3d7ba0;
	color: inherit;
}
div.ban {
	border-color: #092a2e;
}
div.ban p {
	color: rgb(18, 20, 20);
}
div.pages {
	background: #e3953a;
	border-color: #e3953a;
    color: #000000;
}
  div.pages a {
    color: #000000;
 
  }

div.pages a.selected {
	color: #000000; 
	text-shadow: none;
}

div.pages a:hover {
  color: #4f2d1b;
text-shadow: none;
}

header div.subtitle,h1 {
  color: #ffffff;
text-shadow: 1px 1px 3px #4e300b; 
font-family:cursive;
font-style:italic ;
  text-align: center;
}
hr {
	border: none;
	border-top: 1px solid #ca712b;
	height: 0;
}
div.boardlist {
	color: #3e2d18;
}
div.boardlist a {
	color: #675544;
}
table.modlog tr th {
	background: #08204b;
}

/* options.js */
#options_div, #alert_div {
	background: #ffe5d1;
}

.desktop-style div.boardlist:nth-child(1) {
	background-color: #bad4dd;
}

 .theme-catalog div.thread {
  background: rgb(255 159 30 / 94%);
  border: 2px solid rgb(255 213 213 / 52%);
  }
.theme-catalog div.thread:hover {
  background: rgb(231 190 163 / 87%);
  border-color:rgb(164 67 25 / 46%);
}


.options_tab_icon.active {
    color: #907d5d;
}

.options_tab h2 {
	 color: #907d5d;
	text-shadow: none;
}
.thread {
	background-color: #ff9940cf; 
}

input[type="submit"][name="post"] {
  background-image: url("https://www.churro.club/static/1750241585727.png");
background-size: contain;
  background-position: px 0px;
  background-repeat: no-repeat;
  width: 150px;      /* Adjust to match your PNG size */
  height: 25px;      /* Adjust to match your PNG size */
 background-color: #ffc973; 
font-size: 14px;
	border: 2px solid #ff8f62; 
  cursor: pointer;
font-family:cursive;
font-style: italic;
}
input[type="text"][name="subject"] {
       
 height: 25px; 
}
input[type="submit"][name="post"]:hover {
 background-color: #ffffff;
	border: 2px solid #ffc08a; 
	
}