/* GOLDEN WEEK */
html {
  min-height: 100vh;
}

body {
  background: repeating-linear-gradient(45deg, #d6be6d, #fbf5b7, #d6be6d 32em);
  background-color: #f7f2af;
  color: #000000;
}

a,
a:link,
a:visited {
  color: #0000cc;
}

.boardlist a,
.logo h1 {
  color: #000000;
  text-shadow: -1px -1px 0 #fffbce;
}

.theading,
.theading2,
.theading3 {
  background: repeating-linear-gradient(to bottom, #eddb83, #b38728, #fbf5b7 33% 67%, #b38728, #48330a);
  color: #000000;
  text-shadow: -1px -1px 0 #fffbce;
}

.postblock {
  background: repeating-linear-gradient(135deg, #b38728, #fbf5b7, #b38728 8em);
  background-color: #f7f2af;
  border-color: #654f20;
}

.postblock label {
  text-shadow: -1px -1px 0 #e9e4b6;
}

.title {
  color: #45371b;
  text-shadow: -1px -1px 0 #f3edb1;
}

.name {
  color: #56606d;
}

.omittedposts {
  color: #56606d;
}

.reply {
  background-color: #f7f2af;
  border: 1px solid #b59b5d;
  border-left: none;
  border-top: none;
}

hr {
  color: #654f20;
}

.postnum a,
table,
table td,
#pager,
#pager a {
  color: #000000;
  border-color: #000000;
}