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__formeditor.css
/*** module: node_modules/absol-form/css/formeditor.css ***/
.as-form-editor {
    position: relative;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(110, 110, 110, 0.3);
    -moz-box-shadow: 0px 0px 0px 1px rgba(110, 110, 110, 0.3);
    box-shadow: 0px 0px 0px 1px rgba(110, 110, 110, 0.3);
}

.as-form-editor-resizer {
    z-index: 10;
    position: absolute;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.as-form-editor-resizer.vertical {
    top: 0;
    bottom: 0;
    width: 0.2em;
    cursor: w-resize;
}

.as-form-editor-left-tab-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 1.2em;
    width: 20px;
    background-color: rgba(169, 169, 170, 0.11659);
    font-size: 13px;
}

.as-form-editor-left-tab-bar-top {
    position: absolute;
    left: 0;
    top: -20px;
    width: 500px;
    height: 20px;
    z-index: 2;
    transform-origin: 0 100%;
    transform: rotate(90deg);
}

.as-form-editor-vertical-tab-btn {
    height: 100%;
    font-size: 1em;
    padding: 0 10px;
    border: none;
    background-color: transparent;
    color: rgb(141, 141, 141);
    outline: none;
}

.as-form-editor-left-tab-bar-top .as-form-editor-vertical-tab-btn {
    transform: rotate(180deg);
}


.as-form-editor-vertical-tab-btn:hover {
    color: rgb(102, 102, 102);
}

.as-form-editor-vertical-tab-btn:active,
.as-form-editor-vertical-tab-btn.active {
    background-color: rgb(169, 169, 169);
    color: white;
}

.as-form-editor-vertical-tab-btn.as-hidden {
    display: none;
}

.as-form-editor-vertical-tab-btn > svg {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
}

.as-form-editor > .as-status-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px -1px 0px 0px rgba(169, 169, 172, 0.5);
    z-index: 2;
}

/*

.as-form-editor-left-tab-bar > button,
.as-form-editor-left-tab-bar-bottom-container > button {
    display: none;
    width: 3em;
    height: 3em;

}

.as-form-editor-quick-toolbar button,
.as-form-editor-left-tab-bar > button,
.as-form-editor-left-tab-bar-bottom-container > button {
    font-size: 1em;
    color: rgb(196, 196, 196);
    border: none;
    background-color: transparent;
    border-radius: 0;
    outline: none;
}

.as-form-editor-left-tab-bar > button:hover,
.as-form-editor-left-tab-bar-bottom-container > button:hover,
.as-form-editor-quick-toolbar button:hover {
    color: rgb(102, 102, 102);
}

.as-form-editor-left-tab-bar > button:active,
.as-form-editor-left-tab-bar > button.active,
.as-form-editor-quick-toolbar button:active {
    background-color: rgb(169, 169, 169);
    color: white;

}

.as-form-editor-left-tab-bar > button > span,
.as-form-editor-left-tab-bar-bottom-container > button > span {
    font-size: 2em;
}

.as-form-editor-left-tab-bar-bottom-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
*/

.as-form-editor-left-site-container {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 1.2em;
    width: calc(15% - 20px);
    box-sizing: border-box;

}

.as-form-editor-left-site-container > .as-form-editor-left-site {
    width: 100%;
    height: 100%;
}

.as-form-editor-resizer.vertical.left-site {
    left: calc(15% - 0.1em);
}

.as-form-editor-editor-space-container,
.as-form-editor-empty-space {
    position: absolute;
    left: 15%;
    top: 0;
    bottom: 1.2em;
    right: 0;
    border-left: 1px solid #ddd;

}

.as-form-editor-empty-space {
    z-index: 0;
}

.as-form-editor-editor-space-container {
    z-index: 1;
    background: white;
}

.as-form-editor-editor-space-container .as-layout-editor,
.as-form-editor-editor-space-container .as-code-editor,
.as-form-editor-editor-space-container .as-form-preview,
.as-form-editor-editor-space-container .ptswpf {
    width: 100%;
    height: 100%;
}

.as-form-editor-editor-space-container > div {
    width: 100%;
    height: 100%;
}

.as-form-editor-resizer.vertical.right-site {
    right: calc(23em - 0.2em);
}

.as-form-editor-right-site-container {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 23em;
    border-left: 1px solid #ddd;
}

.as-form-editor-right-site-container > .as-form-editor-right-site {
    width: 100%;
    height: 100%;
}

.as-form-editor-editor-space-container > .as-layout-editor {
    width: 100%;
    height: 100%;
}


table.as-form-params {
    border-collapse: collapse;
    box-sizing: border-box;
}

table.as-form-params > tbody > tr > td,
table.as-form-params > thead > tr > td {
    border: 1px solid #eeeeee;
    padding: 0.25em;

}

.as-form-property-tab > table.as-form-params {
    width: calc(100% - 10px);
    margin: 5px;
}

table.as-form-params > tbody > tr > td > input[type="text"],
table.as-form-params > tbody > tr > td > textarea {
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #d6d6d6;
    outline: none;
}

table.as-form-params > tbody > tr > td > textarea {
    width: 100% !important;
}


.as-form-tool-site {
}


.as-form-left-tool-site-tab .as-form-explorer,
.as-form-left-tool-site-tab .as-component-picker,
.as-form-left-tool-site-tab .as-flex-form-component-tool {
    height: calc(100% - 2em);
}

.as-form-tool-site-header {
    height: 2em;
    padding-left: 1em;
    background-color: rgba(169, 169, 169, 0.05);
}

.as-form-tool-site-header span {
    color: rgb(173, 173, 173);
    font-size: 0.75em;
    line-height: 2.666;
}

.as-form-tool-site .as-form-search-toolbox {
    margin: 0.3em;
}

.as-form-tool-site .absol-drop-panel {
    font-size: 12px;
}

.af-launcher-site-right .as-window-box-body,
.af-launcher-site-left .as-window-box-body {
    position: relative;
    height: calc(100% - 1.4em);
}

.as-form-explorer .absol-drop-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    height: calc(100% - 50px);
}

.as-form-explorer .absol-drop-panel.show .absol-drop-panel-body {
    height: calc(100% - 24px);
}


.as-form-editor-editor-space-container > .absol-tabview > .absol-tabbar .absol-tabbar-button {
    border-radius: 0;
    margin-right: 0;
    margin-left: 0;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: solid 1px rgba(169, 169, 169, 0.3);
    font-size: 1em;
}


.as-form-editor-quick-toolbar {
    height: 2em;
    min-width: 2em;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(248, 248, 248);
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;

}

.as-form-editor-quick-toolbar button {
    height: 100%;
    width: 2em;
    border: none;
    border-radius: 0;
    font-size: 1em;
    outline: none;
    padding: 0;
    background-color: transparent;
}

.as-form-editor-quick-toolbar button:hover {
    color: rgb(102, 102, 102);
}


.as-form-editor-quick-toolbar button:active {
    background-color: rgb(169, 169, 169);
    color: white;
}

.as-form-editor-quick-toolbar button > span {
    font-size: 1.3em;
}


.as-form-editor-main-tabview > .absol-tabbar {
    width: calc(100% - 28px);
}

VaKeR 2022