![]() 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/nowline.css ***/ .cd-now-line { --color: rgb(86, 153, 255); height: 2px; position: relative; --today-left: 0; --day-length: 14.2857142857%; overflow: visible; stroke-dasharray: 1; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAYAAAB/qH1jAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAE0lEQVQI12MIm/H/PwgzwAC6AADwzguxN1ApdQAAAABJRU5ErkJggg=='); image-rendering: optimizeSpeed; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: pixelated; image-rendering: optimize-contrast; -ms-interpolation-mode: nearest-neighbor; pointer-events: none; } .cd-now-line.cd-current-week::before { content: ""; position: absolute; left: calc(var(--today-left) - 6px); box-sizing: border-box; border-top: 2px solid var(--color); width: var(--day-length); } .cd-now-line.cd-current-week::after { content: ""; position: absolute; top: calc(50% - 6px); height: 12px; width: 12px; border: solid 2px white; border-radius: 50%; background-color: var(--color); box-sizing: border-box; left: calc(var(--today-left) - 6px); }