@charset "UTF8";

html {
  position: relative;
}

@font-face {
font-family: '8bitOperatorPlus-Bold'; src: url("/assets/8bitOperatorPlus-Bold.eot?#iefix")  format("embedded-opentype"), url("/assets/8bitOperatorPlus-Bold.ttf") format("truetype"), url("/assets/8bitOperatorPlus-Bold.svg#8bitOperatorPlus-Bold") format("svg"); font-weight: normal; font-style: normal;
}

@font-face { font-family: '8bitOperatorPlus-Regular'; src: url("/assets/8bitOperatorPlus-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/8bitOperatorPlus-Regular.woff") format("woff"), url("/assets/8bitOperatorPlus-Regular.ttf") format("truetype"), url("/assets/8bitOperatorPlus-Regular.svg#8bitOperatorPlus-Bold") format("svg"); font-weight: normal; font-style: normal; 
}

body {
  background-image: url("/assets/bg-tree.png");
  background-color: #ffd5ef; 
  color: black; 
  font-family: "Georgia", Georgia, serif; 
  padding: 1rem; 
  margin: 0;
}

.wrapper {
  width: 100%;
  max-width: 800px;
}

h1, h2, h3 {
  font-family: "Georgia", Georgia, serif
}

.header {
  display: flex;
  font-size: 36px;
  background: #EFBCE7;
  margin-top: 0;
  padding: 1rem;
  margin-bottom: 1rem;
}

.header .banner{
  flex-grow: 1;
  max-width: 80%;
  object-fit: contain;
}

.header .ornament{
  flex-grow: 1;
  max-width: 20%;
  margin-left: 1rem;
  max-height: 100px;
  object-fit: contain;
}

.post {
  background: #EFBCE7;
  padding: 1rem;
  margin-bottom: 2rem;
}

.post p {
  margin-top: 0;  
}

.post p:last-child {
  margin-bottom: 0;  
}

.post .screenshot {
  image-rendering: pixelated;
  height: 32px;
  width: 32px;
  padding: 1rem;
  border: 2px inset white;
}

.post-footer {
  margin-top: 2rem;
  padding: 0.5rem 0;
  border-top: 1px dashed black;
  border-bottom: 1px dashed black;
}

.post-footer div:not(:first-child) {
  margin-top: 0.5rem;
}

.post-footer strong {
  margin-right: 0.25rem
}

.comments-footer {
  text-align: center;
  margin-top: 0.75rem;
}

:root {
  --advanced-layout: true;
}

#chattable {
  height: 500px;
  width: 800px;
}

#top_banner {
  display: none;
  }
#input {
  border-radius: 0px;  
}

#background {
  background-image: url("https://file.garden/aS2apO6dLxrEuvZE/bg-tree.png");  
}

.comments-footer a {
  color: #3832F0;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: lowercase;
  text-decoration: underline;
}

.comments-footer a:not(:first-child) {
  margin-left: 2rem;  
}

.comments-footer a.disabled {
  cursor: not-allowed;
  color: #555555;
}

.comments-footer a.enabled {
  color: #333333;
}

.msgWrapper {
  width: 100%;
  max-width: 800px;  
  position: relative;
  display: block;
}

.senderInfo {
  display: block;
  padding: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.senderInfo small{
  color: #555555;
}

.senderInfo {
  display: block;
  background: #EFBCE7;
  height: 64px;
}

.comment .author .avatar {
  float: left;
  height: 64px;
  width: 64px;
  margin-right: 0.5rem;
}

p.senderInfo {
  display: block;
  color:blue;
  text-decoration: underline;
  font-weight: bold;
  padding-top: 0.5rem;
}

p.senderInfo#text{
  margin-right: 2rem;
  }

.comment .author .user .icon {
  height: 16px;
  width: 16px;
  margin-right: 0.25rem;
  vertical-align: middle;
}

div[class="owner badge"]{
  float: left;
  height: 64px;
  width: 64px;
  margin-right: 0.5rem;
  border-radius: 0px;
  content:url(https://file.garden/aS2apO6dLxrEuvZE/holidaygirl-icon.gif)
  
}

p#-OfPVk6-6_1sdqcXuDER[uname="holidaygirl1225"]{
  color: #01620c;  
}

.msgBody {
  padding: 0.25rem 1rem;
  background-color: #ffd5ef;
  margin-bottom: 0.5rem;
}

.comment .comment-body .deleted {
  color: #555555;
  font-family: monospace;
}

.comment .comment-body .mod {
  color: #01620c;
  font-weight: bold;
  font-family: monospace;
}

.alert {
  color: #01620c;
  background-color: #FFA9A9;
  font-size: 16px;
  font-family: monospace;
  font-weight: bold;
  padding: 1rem;
  margin-bottom: 0.5rem;
}

.alert img {
  float: left;
  height: 20px;
  margin-right: 0.5rem;
}

.back {
  display: inline-block;
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-weight: bold;
  text-decoration: underline;
  font-size: 24px;
}

body.dark {
  color: white;
  background: black;
  background-image: none;
}

body.dark .header, body.dark .post { 
  background: #555555; 
}

body.dark .header a, body.dark .post a { 
  color: #61d9ff; 
}

body.dark .header { 
  opacity: 0; 
}

body.dark .post-footer { 
  border-color: white; 
}

body.dark .alert { 
  background-color: #AA0000; color: white; 
}

.music {
  text-align: right;
  position: relative; 
  display: inline-block; 
  font-family: 'Arial', Arial, sans-serif; 
  height: 50px; 
  width: 250px; 
  max-width: 100%; 
  margin-bottom: 1rem; 
  background: #dedede; 
  background: linear-gradient(180deg, #dedede 0%, white 28%, #c6c6c6 50%, #c6c6c6 70%, white 100%);
}