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-card__css__weektable.css
/*** module: node_modules/absol-card/css/weektable.css ***/
.cd-week-table {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    --scroll-width: 17px;
}

.cd-week-table.cd-mobile {
    --scroll-width: 0px;
}


.cd-week-table-empty-day {
    display: table-cell;
    width: 3em;
    background-color: white;
    border: none;
}

.cd-week-table-header {
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    background-color: rgb(220, 241, 222);
    box-sizing: border-box;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.cd-week-table-header > .cd-day-of-week-row {
    display: table-row;
}


.cd-week-table-header > .cd-day-of-week-row > .cd-day-of-week-cell {
    height: 2em;
    /*width: calc(14.2857142857% - 0.428571429em);*/
    width: auto;

    display: table-cell;
    line-height: 2;
    padding-left: 0.8em;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(229, 229, 229);
}


.cd-week-table-header-day {
    height: 2em;
    width: calc(14.2857142857% - 0.428571429em);
    display: table-cell;
    line-height: 2;
    padding-left: 0.8em;
    box-sizing: border-box;
}

.cd-week-table-multiday {
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    min-height: 3em;
    box-sizing: border-box;
    position: relative;
    table-layout: fixed;
}

.cd-week-table-multiday .cd-week-row {
    display: table-row;
}

.cd-week-table-multiday .cd-day-cell {
    display: table-cell;
    width: auto;
    box-sizing: border-box;
    border-left: solid 1px rgb(229, 229, 229);
    border-right: solid 1px rgb(229, 229, 229);
    border-top: none;
    border-bottom: none;
    padding-bottom: 5px;
    padding-top: 30px;
    vertical-align: top;
}

.cd-week-table-body {
    position: relative;
    width: calc(100% + var(--scroll-width));
    height: calc(100% - 2em);
    overflow-y: scroll;
    padding-bottom: 5px;
    border-top: solid 1px rgb(229, 229, 229);
    border-bottom: solid 1px rgb(229, 229, 229);
}

.cd-week-table-body .cd-now-line {
    position: absolute;
    z-index: 30;
    left: 3em;
    right: 0;
    top: 0;
}

.cd-week-table-content {
    display: table;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    box-sizing: border-box;
    position: relative;
    margin-top: -1px;
}

.cd-week-table-hour {
    display: table-row;
    height: 4em;
}

.cd-week-table-hour-day {
    box-sizing: border-box;
    display: table-cell;
    width: auto;
    border: solid 1px rgb(229, 229, 229);
    position: relative;
}

.cd-week-table-hour-day::before {
    box-sizing: border-box;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: calc(50% + 0.5px);
    top: 0;
}


.cd-week-table-hour-day::after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: calc(50% + 0.5px);
    bottom: 0;
    border-top: 1px dashed rgb(239, 239, 239);
}

.cd-week-table-hour-value {
    display: table-cell;
    box-sizing: border-box;
    width: 3em;
    border: solid 1px rgb(229, 229, 229);
    text-align: right;
    padding-right: 0.2em;
    user-select: none;
}

.cd-week-table-hour-value-number {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding-right: 1em;
}

.cd-week-table-hour-value-apm {
    position: absolute;
    top: -0.2em;
    right: 0;
    font-size: 0.5em;
}

.cd-week-table-hour-value::before {
    height: 4em;
    content: "";
    display: inline-block;
    vertical-align: middle;
}

.cd-week-table-multiday-cell.cd-today .cd-month-table-day-number {
    border-radius: 50%;
    background-color: rgb(135, 210, 142);
    color: white;
}

.cd-week-table-day-item-place-holder {
    position: relative;
    height: 20px;
    margin-left: -0.5px;
    margin-right: -0.5px;
}

.cd-week-table-day-item-place-holder:not(:last-child) {
    margin-bottom: 5px;
}

.cd-week-table-day-item-place-holder > .cd-month-table-item {
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 3;
}

.cd-week-table-day-item-place-holder.cd-cloned {
    position: absolute;
    z-index: 200;
}

.cd-week-table-day-item-place-holder.cd-cloned .cd-month-table-item {
    border: 1px solid rgb(119, 119, 241);
    background-color: rgb(114, 206, 243);
}

.cd-week-table-hour-item-place-holder {
    left: 2px;
    right: 2px;
    top: -0.5px;
    bottom: -0.5px;
    /*collapse boder*/
    --child-width: 100%;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}

.cd-week-table-hour-item-place-holder > .cd-v-time-table-item {
    width: calc(var(--child-width) - 2px);
    height: 100%;
    pointer-events: all;
    position: absolute;
}

.cd-week-table-multiday-cell:not(.cd-selected) .cd-month-table-day-mmmdd,
.cd-week-table-multiday-cell.cd-selected .cd-month-table-day-number {
    display: none;
}

.cd-week-table-multiday-cell.cd-today .cd-month-table-day-mmmdd {
    color: rgb(155, 231, 148);
}

.cd-week-table-multiday-cell.cd-selected,
.cd-week-table-hour-day.cd-selected,
.cd-week-table-hour-day.cd-selected-before::before,
.cd-week-table-hour-day.cd-selected-after::after{
    background-color: rgb(0, 114, 198) !important;
}


.cd-week-table-hour.cd-off .cd-week-table-hour-day::before,
.cd-week-table-hour.cd-off .cd-week-table-hour-day::after,
.cd-week-table-hour.cd-off-half-after .cd-week-table-hour-day::after,
.cd-week-table-hour.cd-off-half-before .cd-week-table-hour-day::before,
.cd-week-table-content.cd-off-day-0 .cd-week-table-hour-day.cd-day-0::before,
.cd-week-table-content.cd-off-day-0 .cd-week-table-hour-day.cd-day-0::after,
.cd-week-table-content.cd-off-day-6 .cd-week-table-hour-day.cd-day-6::before,
.cd-week-table-content.cd-off-day-6 .cd-week-table-hour-day.cd-day-6::after {
    background-color: rgb(245, 245, 255);
}

VaKeR 2022