body {
  background-color: #000;
}
a,
header,
footer,
.tmpl_displayOff {
  display: none;
}
h1#post-heading {
  padding: 20px;
  font-size: 18px;
  color: #fff;
}
#cover:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
#cover.zoom:after {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
#image {
  max-width: 100%;
}
#cover.zoom #image {
  width: inherit;
  max-width: none;
}
#tmpl_main {
  min-width: 0;
  width: auto;
}
#backtotop {
  position: fixed;
  bottom: -100%;
}
#backtotop .icon.fixed {
  position: fixed;
  bottom: -100%;
}

.l-header,
.l-footer {
  display: none!important;
}