.linen {
  color: white;
  border-color: #929ba6;
  background: #a7b2be url(/images/fabric.png);
  background: url(/images/fabric.png), gradient(linear, left top, left bottom, from(#5d656e), to(#a7b2be)) repeat-x, #a7b2be;
  background: url(/images/fabric.png), linear-gradient(top, #5d656e, #a7b2be) repeat-x, #a7b2be;
  background: url(/images/fabric.png), -moz-linear-gradient(top, #5d656e, #a7b2be) repeat-x, #a7b2be;
  background: url(/images/fabric.png), -ms-linear-gradient(top, #5d656e, #a7b2be) repeat-x, #a7b2be;
  background: url(/images/fabric.png), -o-linear-gradient(top, #5d656e, #a7b2be) repeat-x, #a7b2be;
  background: url(/images/fabric.png), linear-gradient(top, #5d656e, #a7b2be) repeat-x, #a7b2be;
  background-attachment: fixed;
}

body.dashboard::after {
  content: "";
  background: url("/images/bodyBack.png") no-repeat top center;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-attachment: fixed;
}
