
    .post-img:after,
    .previous-one-img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(/static/fz/images/202101241611470947406986.png);
      background-size: 174px;
      background-position: top left;
      background-repeat: repeat;
      opacity: 1;
      border-radius: inherit
    }

    .post-img:after {
      background-size: 174px
    }

    @media screen and (max-width:667px) {
      .post-img:after {
        background-size: 97px
      }
    }

    @media screen and (max-width:480px) {
      .post-img:after {
        background-size: 68px
      }
    }

    .previous-one-img:after {
      background-size: 60px
    }

    #side-new-comment-item .previous-one-img:after {
      background-image: none
    }

    body.night .post-img:after,
    body.night .previous-one-img:after {
      background-image: url(/static/fz/images/202101241611470955424546.png);
    }

    /*Colorful_Tags Plugin By foxalt.com*/
    .divColorful_Tags:after,
    #divColorful_Tags:after {
      content: ".";
      display: block !important;
      height: 0 !important;
      clear: both !important;
      visibility: hidden !important;
    }

    /* .divColorful_Tags,
    #divColorful_Tags {
      *+height: 1% !important;
      padding-top: 10px !important;
      padding-bottom: 5px !important;
    } */

    .divColorful_Tags li,
    #divColorful_Tags li {
      list-style-type: none;
    }

    .divColorful_Tags ul,
    #divColorful_Tags ul {
      padding-top: 10px !important;
      padding-bottom: 5px !important;
      overflow: hidden !important;
    }

    li.colorfultags {
      width: auto !important;
      float: left !important;
      margin: 0 !important;
      margin-right: 5px !important;
      margin-bottom: 5px !important;
      border: 0 !important;
      padding: 0 !important;
      background-image: none !important;
      text-indent: inherit !important;
    }

    li.colorfultags a {
      display: block !important;
      padding: 0 5px !important;
      line-height: 26px !important;
      height: 26px !important;
      margin: 0 !important;
      color: #FFFFFF !important;
      background-color: #e4e4e4 !important;
      background: none !important;
      opacity: 0.8 !important;
    }

    li.colorfultags:nth-child(5n+1) a {
      background-color: #003366 !important;
    }

    li.colorfultags:nth-child(5n+2) a {
      background-color: #993300 !important;
    }

    li.colorfultags:nth-child(5n+3) a {
      background-color: #006633 !important;
    }

    li.colorfultags:nth-child(5n+4) a {
      background-color: #FF6600 !important;
    }

    li.colorfultags:nth-child(5n+5) a {
      background-color: #CC0000 !important;
    }

    li.colorfultags a:hover {
      opacity: 1 !important;
      color: #FFFFFF !important;
    }