body {
background: #f78fb9 url("https://i.imgur.com/4sCnn6d.gif");
}
img.board_image {
content: url("https://i.imgur.com/xRL8J87.jpg");
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: url("https://i.imgur.com/xRL8J87.jpg") no-repeat;
width: 300px;
height: 100px;
padding-left: 300px;
}
div.boardlist {
background-color: rgba(240,255,255,0.5) !important;
text-align: center;
}
header div.subtitle, h1 {
font-family: "Comic Sans MS", cursive, sans-serif;
}
form table tr th, div.thread, div.post.reply, div.pages {
background-color: rgba(240,255,255,0.5);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
div.post.reply {
border-color: #f78fb9;
}
div.post.op {
margin-left: 18px;
}
div.thread {
padding-top: 4px;
}
.theme-catalog div.thread {
background-color: rgba(240,255,255,0.5);
}
.theme-catalog div.thread:hover {
background-color: rgba(240,255,255,0.75);
border-color: #f78fb9;
}
.post-hover {
background-color: rgba(240,255,255,0.85) !important;
}
div.thread .yt-help {
margin-left: 20px;
}
div.post .yt-help {
margin: 0;
}
hr {
height: 12px;
border: 0;
box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}