![]() 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 : |
/*** module: node_modules/absol-card/css/cdaycell.css ***/ .cd-day-cell { position: relative; box-sizing: border-box; border: solid 1px rgb(229, 229, 229); font-family: Arial, Helvetica, sans-serif; } .cd-day-cell-nav { position: absolute; pointer-events: none; left: 5px; right: 5px; top: 5px; overflow: hidden; height: 30px; user-select: none; -moz-user-select: none; -webkit-user-select: none; } .cd-day-cell-number { width: 1.5em; height: 1.5em; display: inline-block; line-height: 1.5; vertical-align: middle; text-align: center; } .cd-day-cell-mmmdd { font-weight: bold; color: white; } .cd-day-cell.cd-today .cd-day-cell-number { border-radius: 50%; background-color: rgb(135, 210, 142); color: white; } .cd-day-cell.cd-first-day-of-month .cd-day-cell-mmmdd { color: black; } .cd-day-cell:not(.cd-selected):not(.cd-first-day-of-month) .cd-day-cell-mmmdd, .cd-day-cell.cd-selected .cd-day-cell-number, .cd-day-cell.cd-first-day-of-month .cd-day-cell-number { display: none; } .cd-day-cell.cd-selected { background-color: rgb(0, 114, 198); } .cd-day-cell.cd-selected.cd-today .cd-day-cell-mmmdd { color: rgb(155, 231, 148); } .cd-day-cell.cd-today .cd-day-cell-number { border-radius: 50%; background-color: rgb(135, 210, 142); color: white; } .cd-day-cell.cd-in-next-month .cd-day-cell-number, .cd-day-cell.cd-in-prev-month .cd-day-cell-number { color: rgb(150, 150, 150); }