<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  padding:0px;
  margin: 0px;
  overflow:hidden;
}

#body_contents1  {
  position:absolute;
  width:100%;
  height:100%;
  overflow:hidden;
  z-index: 1;
}

#body_contents2 {
  position:absolute;
  width:100%;
  height:100%;
  overflow:auto;
  z-index: 2;
}

.dk-forum-container {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.dk-forum-container img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.dk-forum-container img.next {
  opacity: 1;
  z-index: 1;
}

.dk-forum-container img.prev {
  opacity: 1;
  z-index: 2;
}

.dk-forum-container img.fade-out {
  opacity: 0;
  transition: visibility 0s .5s, opacity .5s linear;
  visibility: hidden;
}

.wrap {
	margin-top: 15px;
	margin-bottom: 15px;
}
</pre></body></html>