VaKeR CYBER ARMY
Logo of a company Server : Apache/2.4.41 (Ubuntu)
System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 7.4.33
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,pcntl_unshare,
Directory :  /var/www/html/libs/absol-full/dist/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/libs/absol-full/dist/css/mdls__absol-form__css__circuitdiagram.css
/*** module: node_modules/absol-form/css/circuitdiagram.css ***/
.absol-tab-frame > .as-cde {
    width: 100%;
    height: 100%;
}

.as-cde {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    outline: none;
}


.as-cde-header {
    border-bottom: 1px solid #dddddd;
}

.as-cde-body {
    flex-grow: 1;
    position: relative;
    overflow: hidden;
}

.as-cde-v-scroll-bar {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    bottom: 10px;
    z-index: 2;
}

.as-cde-h-scroll-bar {
    position: absolute;
    left: 0;
    right: 10px;
    bottom: 0;
    height: 10px;
    z-index: 2;
}

.as-cde-v-scroll-bar:not(.as-overflow),
.as-cde-h-scroll-bar:not(.as-overflow) {
    display: none;
}


.as-cde-line-layer {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.as-cde-node-layer {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: visible;
}

.as-cde-node-layer > .as-cde-node {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}


.as-cde-node {
    font-size: 14px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    background-color: rgb(252, 252, 255, 0.75);
    -webkit-box-shadow: 2px 2px 9px 0px rgba(20, 20, 20, 1);
    -moz-box-shadow: 2px 2px 9px 0px rgba(20, 20, 20, 1);
    box-shadow: 2px 2px 9px 0px rgba(20, 20, 20, 1);
    display: inline-block;
    border-radius: 4px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.as-cde-node.as-focus,
.as-cde-node.as-selected.as-focus {
    background-color: rgb(252, 252, 255, 0.9);
    -webkit-box-shadow: 2px 2px 9px 0px rgba(150, 150, 20, 1);
    -moz-box-shadow: 2px 2px 9px 0px rgba(150, 150, 20, 1);
    box-shadow: 2px 2px 9px 0px rgba(150, 150, 20, 1);
}

.as-cde-node.as-selected {
    -webkit-box-shadow: 2px 2px 9px 0px rgb(20, 150, 124);
    -moz-box-shadow: 2px 2px 9px 0px rgb(20, 150, 124);
    box-shadow: 2px 2px 9px 0px rgb(20, 150, 124);
}


.as-cde-node-layer > .as-cde-node.as-focus {
    z-index: 5;
}

.as-cde-node-header {
    padding: 10px 5px;
    background-color: rgba(169, 169, 169, 0.15);
    white-space: nowrap;
}


.as-cde-node-name-ctn {
    display: inline-block;
    vertical-align: middle;
}

.as-cde-node-type-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 1em;
    height: 1em;
}

.as-cde-node-name {
    font-weight: bold;
    white-space: pre;
}

.as-cde-node-description {
    font-size: 10px;
    color: rgb(104, 104, 104);
}

.as-cde-node-body {
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    padding: 2px 0;
}

.as-cde-node-input-ctn,
.as-cde-node-output-ctn {
    display: inline-block;
    vertical-align: top;
}

.as-cde-node-input-ctn {
    text-align: left;
    padding-right: 5px;
}

.as-cde-node-output-ctn {
    text-align: right;
    padding-left: 5px;
}

.as-cde-node-pin {
    height: 20px;
    cursor: default;
}


.as-cde-node-input-ctn > .as-cde-node-pin {
    border-radius: 0 10px 10px 0;
    padding-left: 2px;
    padding-right: 10px;
}

.as-cde-node-input-ctn .as-cde-node-pin-ico {
    margin-right: 0.25em;
}

.as-cde-node-output-ctn > .as-cde-node-pin {
    border-radius: 10px 0 0 10px;
    padding-right: 2px;
    padding-left: 10px;
}

.as-cde-node-output-ctn .as-cde-node-pin-ico {
    margin-left: 0.25em;
}

.as-cde-node-pin:hover {
    background-color: rgba(0, 80, 255, 0.15);
}

.as-cde-node-pin.as-active,
.as-cde-node-pin:active {
    background-color: rgba(0, 250, 255, 0.35);
}

.as-cde-node-pin > svg,
.as-cde-node-pin > span,
.as-cde-node-pin::before {
    display: inline-block;
    vertical-align: middle;
}

.as-cde-node-pin::before {
    content: "";
    height: 100%;
}


.as-cde-node-pin-ico {
    width: 1em;
    height: 1em;
}

.as-cde-node-pin-ico path {
    fill: rgb(69, 69, 69);
}

.as-cde-line-group {
    --line-color: red;
    --line-lock-color: green;
}

.as-cde-line-group[data-permission-owner="system"] .as-cde-line-lock {
    display: initial;
}

.as-cde-line {
    stroke-width: 2;
    /*stroke: rgb(69, 69, 69);*/
    stroke: var(--line-color);
    fill: none;
}

.as-cde-line-lock {
    stroke-dasharray: 10, 5, 2, 2, 2, 5;
    pointer-events: none;
    display: none;
    stroke: var(--line-lock-color);
    fill: none;
    stroke-width: 1.5;
}

.as-cde-line-group.as-new .as-cde-hit-line {
    display: none;
}

.as-cde-line-text,
.as-cde-line-text-shadow {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;

}

.as-cde-line-text-shadow {
    stroke-width: 4;
    stroke: white;
    fill: white;
}


.as-cde-hit-line {
    stroke-width: 8;
    /*stroke: rgb(69, 69, 69);*/
    stroke: transparent;
    fill: none;
}

.as-cde-line-group:hover .as-cde-hit-line {
    stroke: rgb(230, 250, 0, 0.5);
}

.as-cde-line-group.as-selected .as-cde-hit-line {
    stroke: rgba(0, 250, 217, 1);
}

.as-cde-line-group.as-selected.as-focus .as-cde-hit-line,
.as-cde-line-group.as-focus .as-cde-hit-line {
    stroke: rgba(250, 221, 0, 1);
}



/*.as-cde.as-choose-remove-line .as-cde-line-group:hover*/
/*{*/
/*    cursor: url("https://absol.cf/libs/absol-full/assets/cursor-remove.cur"), auto;*/
/*}*/

VaKeR 2022