body{
    background: #222;
    color: #e0e0e0;
    font-family: Verdana;
    font-size: 0.7em;
    cursor: url('img/hachune-cursor.ico'),auto;
}

body::after {
  content: '';
  position: fixed;
  bottom: 0;
  right: 0;
  width: 220px;
  height: 180px;
  background-image: url('https://39chan.moe/stylesheets/img/miku2.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
  opacity: 0.8;
}

button {
    background: #ea0075;
    border: none;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}

img.banner, img.board_image {
  border: 1px solid #595959;
  margin-top: 25px;
}

header div.subtitle, h1 {
  color: #ff009c;
  text-shadow: 1px 1px 2px #000000;
  font-family: Verdana;
  letter-spacing: 0px;
}

input.delete {
    float: left;
    margin: 1px 6px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    border: 1px solid #777777;
    background-color: inherit;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
}

input.delete::after {
  content: "Select this post";
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 11px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}

input.delete:hover::after {
  opacity: 1;
  visibility: visible;
}

input.delete:checked {
  background-color: #fff;
}

a, a:visited {
  text-decoration: none;
  color: #ddb2ca;
}

a:hover {
  text-decoration: underline;
}

div.post.reply div.body a {
  color: #00ffe5;
}

div.boardlist {
  padding: 8px;
  font-size: 12px;
  color: #fff;
  margin: 0;
}

div.boardlist a{
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
}

div.boardlist a:hover{
  text-decoration: underline;
}

.desktop-style div.boardlist:nth-child(1) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    z-index: 30;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    border-bottom: 1px solid;
    background: #ea0075;
}

div.post.reply{
border: 1px solid #595959;
padding: 10px 15px;
    background: #2b2b2b;
    margin: 5px;
}

div.post.reply.highlighted{
border: 1px solid #ffffff;
    background: #1a1a1a;
}

.intro span.subject {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

.intro span.name {
  color: #00ffe5;
  font-weight: bold;
}

.intro a.email span.name {
  color: #ea0075;
}

span.trip {
  color: #00ffe5;
}

div.blotter {
  color: #fff;
    padding: 5px;
}

.fileinfo{
    color: #878787;
}

.fileinfo a{
    color: #878787;
    text-decoration: none;
}

.fileinfo a:hover{
    text-decoration: underline;
}

.intro time{
    color: #878787;
}

.intro a.post_no{
    color: #878787;
}

.intro a.post_no:hover{
    color: #ea0075;
}

.watchThread:hover{
    color: #ea0075;
}

.mentioned:hover{
    color: #ea0075;
}


form table tr th {
  background: #222;
  border: 1px solid #595959;
  padding: 1px;
  border-radius: 5px;
}

hr{
    border-top: 2px dotted  #595959;
}

.theme-catalog div.thread{
    background: none;
    border: none;
    margin: 5px;
}

.theme-catalog div.thread:hover{
    background: #333;
}

input[type="text"], textarea, select {
  background: #222;
  border: 1px solid #595959;
  color: #919090;
  border-radius: 5px;
}

input[type="button"], input[type="submit"] {
  background: #ea0075;
  border: none;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
}

div.pages {
  color: #f2f2f2;
  background: #222;
  border: 1px solid #595959;
}

div.pages a.selected {
  color: #ea0075;
}

div.banner {
  background-color: #ea0075;
  width: 200px;
    margin: auto;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
}

div.ban h2 {
  background: #ea0075;
  color: #fff;
  font-size: 12pt;
}

div.ban{
    background: #333;
    border: 1px solid #ea0075;
}

object {
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 10px;
}

.dialog, .suboption-list > div:last-of-type, :root.catalog-hover-expand .catalog-container:hover > .post {
    background-color: #ea0075 !important;
    border-color: rgb(40,42,46) !important;
}