HEX
Server: Apache
System: Linux webd003.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/pianob/wp-content/themes/zk-monaco/assets/scss/comment.scss
/* =Comments Area
-------------------------------------------------------------- */
.comments-area {
  border-top: $main_border;
  .comments-title{
    padding: 60px 0;
  }
  .comment-list{
    padding: 0;
    list-style: none;
    .comment{
      .comment-body{
        padding: 0 0 25px;
        margin: 0 0 25px;
        border-bottom: $main_border;
        .comment-author{ 
          float: left;
          margin-right: 30px;

          img{
            @include css3-prefix('border-radius','50%');
          }
        }
        .comment-meta-wrap{
          padding-left: 130px;
          position: relative;
          cite{ font-style: normal; }
          .comment-meta{
            color: $meta_color;
            margin-bottom: 15px;
            a{
              color: $meta_color;
            }
          }
          .comment-reply{
            position: absolute;
            right: 0;
            top: 0;
          }
          p{
            &:last-child{margin-bottom: 0;}
          }
          blockquote,
          .blockquote{
            margin-bottom: 20px;
          }
        }
      }
      .children{ 
        padding-left: 100px;
        list-style: none;
      }
    } 
  }
}

/* Comment form */
#respond {
  #reply-title{
    margin: 50px 0 25px 0;
  }
  form{
    > p{ margin-bottom: 15px;
      &:last-child{
        margin-bottom: 0;
      }
    }
    .form-allowed-tags{ display: none;}
    .form-submit{
      clear: both;
      display: block;
      overflow: hidden;
    }
  }
}