403Webshell
Server IP : 38.190.208.107  /  Your IP : 216.73.217.51
Web Server : nginx/1.28.1
System : Linux ht2026040333114 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64
User : root ( 0)
PHP Version : 8.2.28
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv,eval,assert,passthru,system,exec,shell_exec,popen,proc_open
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /www/wwwroot/wp.10/wp-content/themes/dt-the7/css/static-less/elementor/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/wwwroot/wp.10/wp-content/themes/dt-the7/css/static-less/elementor/the7-elements-widget.less
@import "parts/flex-mixins";

.base-transition(@type) {
  transition: @type 0.3s;
}

.post-thumbnail-rollover img {
  transition: opacity 0.3s ease;
}

.elementor-element.elementor-widget {
  .ele-entry-title a,
  .entry-meta a,
  .entry-meta > span,
  .portfolio-categories a,
  .portfolio-categories > span {
    text-decoration: inherit;

    &:hover {
      text-decoration: inherit;
    }
  }
}

.filter-decorations:not(.class-1).filter-pointer-framed a.act:after {
  background: none;
}

.elementor-widget.elementor-widget-the7_elements {

  .filter {
    flex-wrap: wrap;
  }

  article {
    .flex-display(@display: flex);
    .align-items(@align: flex-start);

    .content-rollover-layout-list & {
      -webkit-transform: translate3d(0, 0, 0);
    }
  }

  .post-thumbnail > a {
    -webkit-transform: translate3d(0, 0, 0);
  }

  .mode-masonry:not(.bottom-overlap-layout-list) article,
  .mode-grid:not(.bottom-overlap-layout-list) article {
    .flex-flow(column nowrap);
    .align-items(@align: stretch);
  }

  .bottom-overlap-layout-list article {
    .flex-flow(column nowrap);
    .align-items(@align: center);
  }

  .gradient-overlay-layout-list.mode-grid article,
  .content-rollover-layout-list.mode-grid article {
    height: auto;
  }

  .hover-grid article,
  .hover-grid-reverse article {
    position: relative;
    overflow: hidden;
  }

  .gradient-overlay-layout-list article {
    overflow: hidden;
    transform: translateZ(0);
  }

  .scale-img .post-thumbnail-rollover,
  .quick-scale-img .post-thumbnail-rollover {
    transform: translateZ(0);
  }

  .post-thumbnail-wrap {
    position: relative;
    width: 100%;
    .box-sizing (border-box);
    -ms-flex: 0 0 auto;
  }

  .classic-layout-list .post-thumbnail {
    display: inline-block;
  }

  .post-thumbnail {
    position: relative;
    display: block;
  }

  .post-thumbnail:not(.overlay-placeholder) > .post-thumbnail-rollover img {
    width: 100%;
  }

  .quick-scale-img {
    &.gradient-overlay-layout-list,
    &.content-rollover-layout-list,
    &.gradient-overlap-layout-list {
      article:hover .post-thumbnail:not(.overlay-placeholder) > .post-thumbnail-rollover img {
        transform: scale(1.2);
        transition: transform 0.25s ease-out, opacity 0.3s ease-out;
      }
    }
  }

  .mobile-true & .content-rollover-layout-list article:hover > .post-thumbnail-wrap .post-thumbnail-rollover:after,
  .mobile-true & .gradient-overlay-layout-list article:hover > .post-thumbnail-wrap .post-thumbnail-rollover:after,
  .mobile-true & .content-rollover-layout-list article:hover .post-thumbnail > .post-thumbnail-rollover:after,
  .mobile-true & .content-rollover-layout-list article:hover .the7-hover-icon {
    opacity: 1;
  }

  .mobile-true & .classic-layout-list .rollover-active .post-thumbnail-rollover {
    pointer-events: none;
  }

  .gradient-overlap-layout-list.scale-img article:hover {
    .post-thumbnail > .post-thumbnail-rollover img {
      transform: scale(1.2);
      transition: transform 4s ease-out, opacity 0.3s ease-out;
    }
  }

  .post-entry-wrapper {
    display: flex;
    flex-flow: column nowrap;
  }

  .post-entry-content {
    line-height: 0;
    position: relative;
    z-index: 10;

    @keyframes fadeInFromNone {
      0% {
        visibility: hidden;
        opacity: 0;
      }

      1% {
        visibility: visible;
        opacity: 0;
      }

      100% {
        visibility: visible;
        opacity: 1;
      }
    }
  }

  .gradient-overlap-layout-list .post-entry-content {
    position: relative;
    margin-top: -125px;
    z-index: 1;
    padding-top: 90px;
    display: block;

    &:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 150px;
      content: "";
    }
  }

  .gradient-overlay-layout-list .post-entry-content {
    position: absolute;
    .flex-display(@display: flex);
    .justify-content(@justify: center);
    .flex-flow(column nowrap);
    background: none;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    transition: opacity 0.3s;
  }

  .hover-scale .post-entry-content {
    transform: scale(0);
    transition: transform 0.25s cubic-bezier(.4, 0, .2, 1), opacity 0.3s;
  }

  .hover-scale article:hover .post-entry-content {
    opacity: 1;
    transform: scale(1);
  }

  .hover-scale .rollover-project:hover:after,
  .hover-scale article:hover:after {
    opacity: 1;
    transform: scale(2.0);
  }

  .hover-grid .post-entry-content,
  .hover-grid-reverse .post-entry-content {
    opacity: 0;
  }

  .hover-grid article:hover,
  .hover-grid-reverse article:hover {
    .post-entry-content {
      opacity: 1;
    }
  }

  .content-rollover-layout-list .post-entry-content {
    height: auto;
    position: absolute;
  }

  .gradient-overlay-layout-list.hover-fade article .post-entry-content {
    opacity: 0;
    visibility: hidden;
  }

  .gradient-overlay-layout-list.hover-fade article:hover {
    .post-entry-content {
      opacity: 1;
      visibility: visible;
    }
  }

  .gradient-overlay-layout-list.hover-fade article:hover .post-thumbnail > .post-thumbnail-rollover:after {
    opacity: 1;
  }

  .mobile-false & .hover-scale .post-thumbnail-rollover:after {
    display: none;
  }

  .entry-excerpt {
    overflow: hidden;
  }

  .entry-meta * {
    color: inherit;
  }

  .entry-meta {
    padding: 0;

    & > span a {
      display: inline-block;
    }
  }

  #the7-body & .the7-elementor-widget:not(.class-1):not(.keep-custom-css) .ele-entry-title a {
    .base-transition(color);

    &:hover {
      background: none;
      color: var(--the7-title-color);
    }
  }

  .post-thumbnail-rollover:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 1;
    z-index: 1;
  }

  .post-thumbnail-rollover:after {
    transition: none;
  }

  .post-thumbnail-rollover:after,
  .post-thumbnail:hover .post-thumbnail-rollover:before,
  .content-rollover-layout-list article:hover .post-thumbnail-rollover:before,
  .gradient-overlay-layout-list article:hover .post-thumbnail-rollover:before,
  .gradient-overlap-layout-list article:hover .post-thumbnail-rollover:before {
    opacity: 0;
  }

  .enable-bg-rollover .post-thumbnail > .post-thumbnail-rollover:after {
    opacity: 0;
    .base-transition(opacity);
  }

  .post-thumbnail:hover > .post-thumbnail-rollover:after,
  .content-rollover-layout-list article:hover .post-thumbnail > .post-thumbnail-rollover:after,
  .gradient-overlap-layout-list article:hover .post-thumbnail-rollover:after {
    opacity: 1;
  }

  .description-under-image .post-thumbnail-wrap {
    text-align: center;
    line-height: 0;
  }

  .the7-hover-icon {
    position: static;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    transform: none;
    pointer-events: initial;
    opacity: 0;
    z-index: 2;

    & i {
       transition: color 0.3s ease;
    }
    & svg {
      position: relative;
      z-index: 2;
      align-self: center;
      transition: fill 0.3s ease, color 0.3s ease;
      width: @hover-icon-size;
    }
  }
  .post-thumbnail-rollover .the7-hover-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.gradient-overlay-layout-list .the7-hover-icon {
  opacity: 1;
}

  .post-entry-content:hover .the7-hover-icon,
  .content-rollover-layout-list article:hover .the7-hover-icon,
  .post-thumbnail:hover .the7-hover-icon,
  .gradient-overlap-layout-list article:hover .the7-hover-icon {
    opacity: 1;
  }

  .entry-meta .meta-item {
    padding: 0;
    margin: 0;

    &:not(:last-child) {
      margin: 0 5px 0 0;
    }

    &:not(:first-child):before {
      position: relative;
      box-shadow: none;
      margin: 0 5px 0 0;
      height: auto;
      width: auto;
      content: '';
    }

    &:after {
      right: inherit;
      width: inherit;
      height: inherit;
      top: inherit;
      transform: inherit;
      content: "";
      background: none;
    }
  }

  .entry-meta > .data-link:hover {
    text-decoration: none;
  }

  .paginator {
    a.button-load-more {
      width: auto;
      height: auto;

      i {
        line-height: inherit;
        font-size: inherit;
      }
    }

    .disabled {
      display: none;
    }
  }

  .hidden {
    display: none;
    opacity: 0;
  }

  @import "the7-masonry/defaults";
  @import "the7-masonry/hovers";
  @import "the7-masonry/read-more-button";
}

Youez - 2016 - github.com/yon3zu
LinuXploit