NexusLeads Webshell
NexusLeads


Server : LiteSpeed
System : Linux server 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64
User : alsaif ( 1057)
PHP Version : 7.4.33
Disable Function : show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Directory :  /home/alsaif/public_html/media/regularlabs/less/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/alsaif/public_html/media/regularlabs/less/style.less
/**
 * @package         Regular Labs Library
 * @version         23.9.3039
 * 
 * @author          Peter van Westen <info@regularlabs.com>
 * @link            https://regularlabs.com
 * @copyright       Copyright © 2023 Regular Labs All Rights Reserved
 * @license         GNU General Public License version 2 or later
 */
@import "init.less";
@import "font.less";

.rl_tablelist {
    td {
        height: 22px;
        color:  @gray;
    }

    td.has-context {
        height: 23px;
    }
}

.rl_code, .rl-code {
    #font > #family > .monospace;
    color: @grayLight;
}

.well {
    .well {
        border-color: darken(@wellBackground, 7%);
    }
}

div.rl_well {
    padding-bottom: 0;

    h4 {
        margin-top: 6px;
    }

    &.alert-success,
    &.alert-error {
        color: @grayDark;
    }

    .controls .btn-group > .btn {
        min-width: auto;
    }
}

.well-striped:nth-child(even) {
    background-color: lighten(@wellBackground, 3%);
}

.alert.alert-inline {
    margin: 14px 0 0;
}

.alert.alert-noclose {
    padding: 8px 14px;
}

.rl_has-ignore .btn-primary.active,
.rl_btn-ignore.btn-danger.active {
    background-color: @grayLight;
    border:           1px solid rgba(0, 0, 0, 0.2);

    &:hover,
    &:focus {
        background-color: darken(@grayLight, 15%);
    }
}

.rl_btn-exclude.btn-success.active {
    background-color: @btnDangerBackground;
    border:           1px solid rgba(0, 0, 0, 0.2);

    &:hover,
    &:focus {
        background-color: darken(@btnDangerBackground, 15%);
    }
}

.btn-group.btn-group-full,
.subform-table-layout table .btn-group.btn-group-full,
.btn-full {
    width:      100%;
    box-sizing: border-box;
    margin:     0;
}

.icon-back:before {
    content: "\e008";
}

.icon-spin {
    -webkit-animation: spin .5s infinite linear;
    animation:         spin .5s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}


/* Dropdown and dropup fixes */
.btn-toolbar .modal,
.btn-toolbar .dropdown-menu {
    font-size: 13px;
}

@media (min-width: 768px) {
    .dropdown {
        display: inline-block;
    }

    .dropdown-menu.dropup-menu {
        bottom: 100%;
        top:    auto;
    }
}

/* popovers */
.popover {
    width:     auto;
    min-width: 200px;
}

/* icons */
.icon-color {
    background: transparent url(../images/icon-color.png) no-repeat;
    width:      16px !important;
    height:     16px !important;
}

.clearfix {
    .clearfix();
}

.thumbnail-small > .thumbnail > img {
    max-width: 40px;
}

#key_button,
#jform_key_button {
    margin-left: 8px;
}

.ghosted {
    .opacity(60);
}

.rl_license {
    margin-top: 30px;
    text-align: center;
}

.rl_footer {
    margin-top: 30px;

    div {
        margin-top: 30px;
        text-align: center;
    }

    .rl_footer_documentation,
    .rl_footer_review {
        margin-top: 5px;
    }

    .rl_footer_review {
        a.stars {
            display: inline-block;

            .icon-star {
                color:  mix(@yellow, @orange);
                margin: 0;
                .transition-duration(500ms);
            }

            &:hover {
                text-decoration: none;

                .icon-star {
                    .rotate(216deg);
                }
            }
        }
    }

    .rl_footer_logo {
        img {
            vertical-align: -40%;
        }
    }

    .rl_footer_copyright {
        margin-top: 3px;
        font-size:  0.7em;
        .opacity(60);
    }
}

.rl_simplecategory_new {
    margin-top: 4px;
}

.rl_codemirror .CodeMirror-activeline-background {
    background: rgba(164, 194, 235, .1);
}

/* better responsiveness */
@media (min-width: 768px) and (max-width: 1200px) {
    .row-fluid [class*="span"] {
        &[class*="span-md"] {
            margin-left:  2.12%;
            *margin-left: 2.03%;

            &:first-child {
                margin-left: 0;
            }
        }

        &.span-md-12 {
            width:       100%;
            *width:      99.94680851063829%;
            margin-left: 0;
        }

        &.span-md-11 {
            width:  91.48936170212765%;
            *width: 91.43617021276594%;
        }

        &.span-md-10 {
            width:  82.97872340425532%;
            *width: 82.92553191489361%;
        }

        &.span-md-9 {
            width:  74.46808510638297%;
            *width: 74.41489361702126%;
        }

        &.span-md-8 {
            width:  65.95744680851064%;
            *width: 65.90425531914893%;
        }

        &.span-md-7 {
            width:  57.44680851063829%;
            *width: 57.39361702127659%;
        }

        &.span-md-6 {
            width:  48.93617021276595%;
            *width: 48.88297872340425%;
        }

        &.span-md-5 {
            width:  40.42553191489362%;
            *width: 40.37234042553192%;
        }

        &.span-md-4 {
            width:  31.914893617021278%;
            *width: 31.861702127659576%;
        }

        &.span-md-3 {
            width:  23.404255319148934%;
            *width: 23.351063829787233%;
        }

        &.span-md-2 {
            width:  14.893617021276595%;
            *width: 14.840425531914894%;
        }

        &.span-md-1 {
            width:  6.382978723404255%;
            *width: 6.329787234042553%;
        }
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .row-fluid [class*="span"] {
        &.span-lg-12 {
            width:       100%;
            *width:      99.94680851063829%;
            margin-left: 0;
        }

        &.span-lg-11 {
            width:  91.48936170212765%;
            *width: 91.43617021276594%;
        }

        &.span-lg-10 {
            width:  82.97872340425532%;
            *width: 82.92553191489361%;
        }

        &.span-lg-9 {
            width:  74.46808510638297%;
            *width: 74.41489361702126%;
        }

        &.span-lg-8 {
            width:  65.95744680851064%;
            *width: 65.90425531914893%;
        }

        &.span-lg-7 {
            width:  57.44680851063829%;
            *width: 57.39361702127659%;
        }

        &.span-lg-6 {
            width:  48.93617021276595%;
            *width: 48.88297872340425%;
        }

        &.span-lg-5 {
            width:  40.42553191489362%;
            *width: 40.37234042553192%;
        }

        &.span-lg-4 {
            width:  31.914893617021278%;
            *width: 31.861702127659576%;
        }

        &.span-lg-3 {
            width:  23.404255319148934%;
            *width: 23.351063829787233%;
        }

        &.span-lg-2 {
            width:  14.893617021276595%;
            *width: 14.840425531914894%;
        }

        &.span-lg-1 {
            width:  6.382978723404255%;
            *width: 6.329787234042553%;
        }
    }
}

NexusLeads