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__fdeditor.css
/*** module: node_modules/absol-form/css/fdeditor.css ***/
.fde-editor {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    color: white;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.fde-editor-body {
    flex-grow: 1;
    position: relative;
}

.fde-content {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
    caret-color: transparent;
}


.fde-foreground {

}

.fde-viewport {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 5px;
    box-sizing: border-box;
}

.fde-body {
    position: relative;
}

.fde-content {
    color: black;
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.5);
    display: inline-block;
    outline: none;
}

.fde-foreground:not(.fd-focus) .fde-virtual-caret {
    display: none;
}

.fd-block-component .fd-text-ctn {
    color: transparent;
}

.fd-block-component ::selection {
    background-color: transparent;
}

.as-label.fd-component label {
    cursor: text;
    white-space: pre-wrap;
}

.fde-space {
    position: relative;
}

.fde-foreground {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
}

.fd-component.as-base-component.as-image span {
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: transparent;
}

.fd-block-component ::selection {
    background-color: transparent !important;
}

.fd-component.as-base-component.as-image img {
    user-select: none;
}

.fd-date-input .as-date-input-text::before,
.fd-component.as-date-time-input .as-date-time-input-text::before {
    content: attr(data-text);
    line-height: 2em;
}


.fd-component.as-label.fd-empty .fd-text-ctn::after {
    content: attr(data-place-holder);
}

.fd-component.as-label.fd-empty .fd-text-ctn {
    color: rgb(162, 162, 162, 0.5);
}

.fd-component.as-select-list-text .fd-text-ctn::before {
    content: attr(data-text);
    color: rgb(162, 162, 162, 0.5);
}


.fd-component.as-date-in-year-input .as-date-time-input-text {
    font-size: inherit;
    outline: none;
    width: calc(100% - 2em - 1px);
    height: 100%;
    border: none;
    display: block;
    padding: 0 0 0 var(--as-input-horizontal-padding);
    -webkit-user-select: auto;
    user-select: auto;
    -webkit-user-drag: none;
    color: inherit;
    box-sizing: border-box;
}

.fd-component.as-date-in-year-input .as-date-time-input-text::before,
.fd-component.as-date-n-level-input .as-date-input-text::before {
    content: attr(data-text);
    display: inline-block;
    vertical-align: middle;
}


.fd-component.as-date-in-year-input .as-date-time-input-text::after,
.fd-component.as-date-n-level-input .as-date-input-text::after {
    height: 100%;
    content: "";
    display: inline-block;
    vertical-align: middle;
}

.fd-component.as-time-range-24-input .as-time-input-text::before {
    content: attr(data-text);
}

.fd-component.as-time-range-24-input .as-time-input-text {
    padding-left: var(--as-input-horizontal-padding);
    display: inline-block;
    vertical-align: middle;
}

.fd-component.as-time-range-24-input .ac-time-input::before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}


.fd-component.absol-textarea2 {
    outline: none;
    border: solid 1px #d6d6d6;
    border-radius: 2px;
    padding: var(--as-input-vertical-padding) var(--as-input-horizontal-padding);
    font-size: var(--as-input-font-size);
    font-family: var(--as-input-font-family);
}

.as-grid-layout.fd-component:not(:empty) > .fd-text-ctn {
    display: none;
}

.fde-virtual-caret {
    position: absolute;
    color: #1e65ea;
    border-left: 2px solid currentColor;
    animation: blink-caret 1s linear infinite;
}

.fde-virtual-selected-range {
    background-color: rgba(72, 129, 239, 0.5);
    position: absolute;
    /*backdrop-filter: invert(100%);*/
}


.fde-content ::selection {
    background-color: transparent;
    /*color: white;*/
}

@keyframes blink-caret {
    0% {
        opacity: 1;
    }
    1% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    51% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}


.fde-anchor-editor {
    position: absolute;

}

.fde-anchor-editor-size-box {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: solid 2px #FFC83D;
}

.fde-anchor-editor-move,
.fde-anchor-editor-resize-width,
.fde-anchor-editor-resize-height,
.fde-anchor-editor-resize-width-height {
    display: none;
    position: absolute;
    pointer-events: all;
}

.fde-anchor-editor-resize-width::before,
.fde-anchor-editor-resize-height::before,
.fde-anchor-editor-resize-width-height::before {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    background-color: #FFC83D;
}

.fde-anchor-editor.fde-option-move .fde-anchor-editor-move,
.fde-anchor-editor.fde-option-width .fde-anchor-editor-resize-width,
.fde-anchor-editor.fde-option-height .fde-anchor-editor-resize-height,
.fde-anchor-editor.fde-option-width.fde-option-height .fde-anchor-editor-resize-width-height {
    display: block;
}


.fde-anchor-editor-move {
    left: 0;
    bottom: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #FFC83D;
    color: white;
    font-size: 18px;
    line-height: 20px;
    cursor: move;
}

.fde-anchor-editor-resize-width {
    z-index: 1;
    right: -2px;
    top: 0;
    height: 100%;
    width: 4px;
    cursor: ew-resize;

}


.fde-anchor-editor-resize-height {
    z-index: 1;
    left: 0;
    bottom: -2px;
    height: 4px;
    width: 100%;
    cursor: ns-resize;
}

.fde-anchor-editor-resize-width-height {
    z-index: 1;
    right: -3px;
    bottom: -3px;
    height: 6px;
    width: 6px;
    cursor: nwse-resize;
}


.fd-component.as-flexicon-button::after {
    content: attr(data-text);
}

.fd-component.absol-number-input .fd-text-ctn::before {
    content: attr(data-value);
    color: black;
    display: inline-block;
    line-height: 28px;
}

.fd-component.absol-number-input .absol-number-input-text-container {
    padding-left: var(--as-input-horizontal-padding);
}

VaKeR 2022