HTML  LESS   Result
Edit on
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

#loader {
  width: 100%;
  margin: 0 auto;
}
.wrapper {
  background-color: #fff
}
._lo {
  padding: 10px 20px
}

._lq {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 60px;
  height: 60px;
  position: relative
}

._lq div {
  background: #fff;
  height: 11px;
  left: 0;
  position: absolute;
  right: 0
}

div._lr {
  height: 60px;
  left: 150px;
  right: auto;
  top: 0;
  width: 8px
}

div._ls {
  height: 13px;
  left: 158px;
  top: 0
}

div._lt {
  left: 600px;
  width: 8px;
  top: 13px
}

div._lu {
  height: 12px;
  left: 158px;
  top: 24px;
  width: 450px;
}

div._lv {
  left: 300px;
  top: 36px;
  width: 308px;
}

div._lw {
  height: 13px;
  left: 158px;
  top: 47px
}

div._lx {
  left: 816px;
  width: 8px;
  top: 13px;
  height: 34px;
}


@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -1000px 0
  }
  100% {
    background-position: 1000px 0
  }
}

@-webkit-keyframes prideShimmer {
  from {
    background-position: top left
  }
  to {
    background-position: top right
  }
}
VIEW COMPILED