AnonSec Shell
Server IP : 165.22.154.248  /  Your IP : 216.73.217.0   [ Reverse IP ]
Web Server : Apache/2.4.29 (Ubuntu)
System : Linux droplet-integra 4.15.0-197-generic #208-Ubuntu SMP Tue Nov 1 17:23:37 UTC 2022 x86_64
User : www-data ( 33)
PHP Version : 7.2.24-0ubuntu0.18.04.15
Disable Function : 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Domains : 1 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/data-avanza.bak.old1584234/filedir/bf/21/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/data-avanza.bak.old1584234/filedir/bf/21/bf21abb6f63b05b7f8bb42fefc9c220a2a40d050
/* Estilos */

.redi {

    --elementoOrigenColor: #22284F;
    --destinoColorBorde: #22284F;
    --destinoColorFondo: #fff;

    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.redi .listaComponentes .componente,
.redi .contenedorImgA .componente,
.redi .contenedorImgB .componente {
    cursor: pointer;
    font-size: 22px;
    line-height: 1.1;
    transition: transform 0.1s;
    max-width: 220px;
    min-width: max-content;
    margin: 10px;
    padding: 15px 18px;
    z-index: 50;
    border-radius: 3rem;
    color: #fff;
    display: inline-flex;
    align-items: center;
    cursor: url(../img/cursor-grab.cur), url(../img/cursor-grab.png), pointer;
}

@media (max-width: 992px) {

    .redi .listaComponentes .componente,
    .redi .contenedorImgA .componente,
    .redi .contenedorImgB .componente {
        font-size: 18px;
        padding: 10px 15px;
    }
}

@media (max-width: 767px) {

    .redi .listaComponentes .componente,
    .redi .contenedorImgA .componente,
    .redi .contenedorImgB .componente {
        font-size: 16px;
        padding: 7px 15px;
    }
}

.redi .listaComponentes .componente.ui-sortable-placeholder {
    position: absolute;
}

.redi .listaComponentes .componente.ui-sortable-helper {
    cursor: url(../img/cursor-grabbing.cur), url(../img/cursor-grabbing.png), move;
    z-index: 9999;
    position: absolute;
}

.redi .listaComponentes .componente,
.contenedorImgA .componente {
    background-color: var(--elementoOrigenColor);
}

.redi .componente img {
    width: 100%;
    max-width: 45px;
    margin: 0 10px 0 0;
    flex: 0 0 auto;

    background-color: rgba(0, 0, 0, .15);
    border-radius: 50%;
}

@media (max-width: 767px) {
    .redi .componente img {
        width: 100%;
        max-width: 35px;
    }
}

.redi .componente p {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
    margin-bottom: 0;
    color: #FFD385;
}

.redi .contenedorContent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 767px) {
    .redi .componentesContent {
        position: sticky;
        top: -5px;
        margin-top: -15px;
        z-index: 2;
        background-color: #efefef;
        box-shadow: 0 4px 0 rgba(0, 0, 0, .2);
        border-radius: 0 0 40px 40px;
    }
}

.redi .contenedorA {
    transition: transform .3s;
    margin: 15px auto;
    max-width: 800px;
    width: 100%;
}

@keyframes fondoInicio {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1.05), grayscale();
        opacity: 0.6;
        filter: grayscale(1);
    }

    100% {
        transform: scale(1);
        background-size: contain;
    }
}


.redi .contenedorImgA {
    background: #fff;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    border-radius: 10px;
    width: 100%;
    border: 5px solid #FFD385;

    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: center;
    padding: 30px 10px;
    min-height: 250px;
    transition: .5s linear;
    animation: fondoInicio .6s linear;
}



.redi .contenedorImgA.contenedorImgAVisible.escena0 {
    background-image: url('../img/escena0.png');
}

.redi .contenedorImgA.contenedorImgAVisible.escena1 {
    background-image: url('../img/escena1.png');
}

.redi .contenedorImgA.contenedorImgAVisible.escena2 {
    background-image: url('../img/escena2.png');
}

.redi .contenedorImgA.contenedorImgAVisible.escena3 {
    background-image: url('../img/escena3.png');
}

.redi .contenedorImgA.contenedorImgAVisible.escena4 {
    background-image: url('../img/escena4.png');
}

.redi .contenedorImgA.contenedorImgAVisible.escena5 {
    background-image: url('../img/escena5.png');
}

@media (max-width: 767px) {
    .redi .contenedorImgA {
        padding: 0;
        background-size: 80%;
    }
}

.redi .listaComponentes {
    padding-bottom: 30px;
    text-align: center;
}

.redi .mensajeContenedor {
    max-width: 100%;
    display: none;
}

.redi .contenedorDestino {
    max-width: 200px;
    width: 100%;
    min-height: 58px;
    border: 2px dashed var(--destinoColorBorde);
    background-color: var(--destinoColorFondo);
    border-radius: 3rem;
    display: inline-block;
    margin-bottom: 10px;
    max-height: 60px;
}

@media (max-width: 767px) {
    .redi .contenedorDestino {
        border-width: 1px;
        min-height: 35px;
        max-height: 40px;
        height: 100%;
        width: max-content;
        max-width: 160px;
        min-width: 140px;
    }
}

.redi .contenedorImgA .list-connected:first-child {
    margin-top: 10px;
}

.redi .contenedorDestino li.componente {
    margin: 0;
    width: 100%;

}

@keyframes mensaje {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    85% {
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}

.redi .mensajeContenedor.mensajeContenedorVisible {
    display: block;
    animation: mensaje .8s ease-out;
}

.redi .mensaje {
    background-color: #ffdfb2;
    border: 2px dashed #ecc784;
    border-radius: 15px;
    padding: 15px 15px 5px;
    margin-bottom: 10px;
}

.redi .mensajeTitulo {
    color: var(--elementoOrigenColor);
    border-bottom: 2px dashed #ecc784;
    padding-bottom: 8px;
    margin-top: 0;
    font-size: 28px;
    text-align: center;
}

@media (max-width: 767px) {
    .redi .mensajeTitulo {
        font-size: 25px;
    }
}

.mensajeTexto {
    color: #444;
    font-size: 22px;
}

@media (max-width: 767px) {
    .redi .mensajeTexto {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .redi .listaComponentes .componente {
        flex-flow: column;
    }

    .redi .listaComponentes .componente img {
        width: 100%;
        max-width: 35px;
        flex: 0 0 auto;
    }

    .redi .listaComponentes .componente p {
        text-align: center;
    }
}

@media (max-width: 767px) {

    .redi .listaComponentes {
        padding-bottom: 5px;
    }

    .redi .listaComponentes .componente {
        flex-flow: row;
        width: auto;
        font-size: 18px;
    }
}

Anon7 - 2022
AnonSec Team