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/s/l/y/slyfwmm/pianob/wp-content/themes/zk-monaco/assets/scss/media.scss
/* Class required */
 .bypostauthor{
  visibility: visible;
 }
/* Images */
img{
  max-width: 100%;
  height: auto;
  &[width="1"],
  &[height="1"]{
    width: 100%;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 30px 0;
  [dir='rtl'] &{
    margin: 0 0 30px 30px;
  }
}
.alignright {
  float: right;
  margin: 0 0 30px 30px;
  [dir='rtl'] & {
    margin: 0 30px 30px 0;
  }
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
.wp-caption {
  max-width: 100%; /* Keep wide captions from overflowing their container. */
  padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  line-height: 2;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Gallery */
.gallery{
  margin-left: -20px !important;
  /* Default */
  .gallery-item{
    margin-top: 0 !important;
    margin-bottom: 20px;
    dt, dd{ margin-left: 20px !important;}
    a{
      display: block;
      img{
        border: 0 !important;
      }
    }
    img{
      border: 0 !important;
    }
    .gallery-caption{
      background: $lightgray;
    }
  }
}

/* Video background */
.row-bg-video{
  position: relative;
  overflow: hidden;
  .cms-bg-video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .wp-video-shortcode{
    width: 100%!important;
    height: auto!important;
  }
}