Uname:Linux ns69.hostinglotus.net 4.18.0-553.141.2.el8_10.x86_64 #1 SMP Wed Jul 8 10:28:18 EDT 2026 x86_64

403WebShell
403Webshell
Server IP : 119.59.104.26  /  Your IP : 216.73.216.147
Web Server : Apache/2
System : Linux ns69.hostinglotus.net 4.18.0-553.141.2.el8_10.x86_64 #1 SMP Wed Jul 8 10:28:18 EDT 2026 x86_64
User : com12370 ( 1517)
PHP Version : 7.2.34
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/com12370/public_html/wp-content/themes/MIXThemes/assets/css/sass/rtl-components/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/com12370/public_html/wp-content/themes/MIXThemes/assets/css/sass/rtl-components/_widgets.scss
// Widgets

.widget-title-icon {
  left: 0;
  right: auto;
}

.post-widget-body {
  padding-left: 0;
  padding-right: 125px;
}

.post-widget-thumbnail {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}

// Login Widget
.login-widget .pass-container input[type="password"] {
  padding-left: 70px;
  padding-right: 10px;
}

.login-widget .forget-text {
  left: 10px;
  right: auto;
}

.flickr-widget .flickr_badge_image {
  float: right;
}

// Recent Comments Widget
.authors-posts .post-widget-body,
.recent-comments-widget .comment-body,
.tab-content-comments .comment-body {
  padding-left: 0;
  padding-right: 80px;
}

// NewsLetter Widget
.subscribe-widget {
  .widget-title {
    text-align: right;
  }

  form:before {
    right: 12px;
    left: auto;
  }
}

// Instagram
.tie-instagram-post {
  float: right;
}

@include breakpoint(max_min_sm) {
  .site-footer #instagram-link {
    left: 10px;
    right: auto;
  }
}

.tie-insta-avatar a {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

.tie-insta-counts li {
  padding: 0 0 0 10px;
}

// -Arrow Bullet List widget
.widget_categories,
.widget_product_categories,
.widget_archive {
  li {
    text-align: left;

    a {
      float: right;
    }
  }
}

.widget_categories li,
.widget_product_categories li,
.widget_layered_nav li,
.widget_archive li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_recent_entries li,
.widget_display_forums li,
.widget_display_views li,
.widget_rss li,
.widget_display_stats dt {
  padding: 5px 12px 5px 0;
}

.widget_categories li a,
.widget_product_categories li a,
.widget_layered_nav li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_meta li a,
.widget_pages li a,
.widget_recent_entries li a,
.widget_display_forums li a,
.widget_display_views li a,
.widget_rss li a,
.widget_display_stats dt {
  // Fourms Statistics Widget
  &:before {
    content: '\f104';
    text-align: right;
    margin-right: -12px;
    margin-left: 0;
  }
}

// children menu
.widget_categories .children,
.widget_product_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
  li {
    padding-right: 15px;
    padding-left: 0;
  }
}

// Posts list Widget
.posts-list-bigs li,
.posts-list-big-first li:first-child,
.posts-list-half-posts li {
  .post-widget-thumbnail {
    margin-left: 0;
  }

  .post-widget-body {
    padding-right: 0;
  }
}

.posts-list-half-posts li {
  float: right;

  &:nth-child(2n) {
    float: left;
  }
}

@include breakpoint(max_min_md) {
  .posts-list-big-first li,
  .posts-list-bigs li {
    float: right;

    &:nth-child(2n) {
      float: left;
    }
  }

  .posts-list-big-first li {
    &:first-child {
      float: right;
      clear: left;
    }

    &:nth-child(n + 2) {
      float: left;
    }
  }
}

.timeline-widget {
  ul {
    padding-right: 15px;
    padding-left: 0;

    &:before {
      right: 0;
      left: auto;
    }

    li .date::before {
      right: -20px;
      left: auto;
    }
  }
}

.posts-list-counter .posts-list-items li:before {
  right: -15px;
  left: auto;

  @include breakpoint(max_min_md) {
    .magazine2 & {
      right: -10px;
      left: auto;
    }
  }
}

// Menu Widget
.widget_nav_menu {
  ul.children,
  ul.sub-menu {
    li {
      padding-right: 15px;
      padding-left: 0;
    }
  }
}

// Twitter Widget
.latest-tweets-widget {
  .tweetaya-body {
    padding-left: 0;
    padding-right: 20px;
  }

  .tweetaya-meta {
    text-align: left;
  }

  .twitter-icon-wrap {
    float: right;
  }

  .slider-links {
    float: left;

    .tie-slider-nav li {
      float: left;
    }
  }

  .tie-slick-slider .twitter-icon-wrap {
    margin-right: 0;
    margin-left: 20px;
  }
}

.fullwidth-area .latest-tweets-widget {
  .slider-links {
    left: 20px;
    right: auto;
  }

  @include breakpoint(xs) {
    .tie-slick-slider .tweetaya-body {
      padding-right: 60px;
      padding-left: 0;
    }
  }

  ul:not(.tie-slick-slider) {
    .tweetaya-meta {
      text-align: right;
    }
  }
}


// Weather Widget
.weather-more-todays-stats {
  text-align: right;
  padding-right: 10px;
  padding-left: 0;
}

// Social Statistics Widget
.social-statistics-widget {
  ul li,
  a span.fa,
  a span[class^="arqicon-"],
  a span[class*=" arqicon-"] {
    float: right;
  }

  .followers {
    float: right;
    margin-right: 10px;
    margin-left: 0;
  }
}

.fullwidth-stats-icons li::before {
  left: auto;
  right: 50px;
}

.fullwidth-stats-icons .followers {
  margin-right: 30px;
  margin-left: 0;
}

.fullwidth-stats-icons .followers span {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}

.circle-three-cols .social-icons-item a span {
  &.fa,
  &[class^="arqicon-"],
  &[class*=" arqicon-"] {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -35px;
  }
}

.squared-four-cols li:nth-child(n) a {
  .fa,
  [class^="arqicon-"],
  [class*=" arqicon-"] {
    left: auto;
    margin-left: 0;
    right: 50%;
    margin-right: -27px;
  }
}

// social icons widget
.social-icons-widget .social-icons-item {
  float: right;
}

// about widget
.aboutme-widget .about-author-img {
  float: right;
  margin-right: 0;
  margin-left: 12px;
}

// Video Widget
.widget_media_video {
  iframe.me-plugin {
    right: 0;
  }
}

Youez - 2016 - github.com/yon3zu
LinuXploit