![]() 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/CV/ |
Upload File : |
html, body { padding: 0; margin: 0; text-align: center; } .cv-page { font-family: Arial, serif; text-align: left; position: relative; align-items: stretch; flex-direction: column; font-size: 2.3vw; /*background-image: url("sample.png");*/ /*background-size: cover;*/ } .cv-page > * { /*opacity: 0.5;*/ } @media only screen { body { padding: 5px 0; } .cv-page { width: 42.5em; height: 60.1428571429em; display: inline-flex; box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.75); -webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.75); background-color: white !important; } } @media only screen and (min-width: 595px){ .cv-page { font-size: 14px; } } @media only print { .cv-page { display: flex; width: 100%; height: 100%; } } .cv-header { height: 13.5%; position: relative; color: white; } .cv-header-bg { height: 100%; position: absolute; color: white; z-index: 0; } .cv-header::before, .cv-header::after { content: ""; display: block; position: absolute; left: 0; right: 0; height: 143%; clip-path: polygon(0 0, 100% 0, 100% 70%, 25% 100%, 17% 100%, 0 70%); -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 25% 100%, 17% 100%, 0 70%); } .cv-header::before { top: 0.6em; background-color: white; z-index: 0; } .cv-header::after { top: 0; z-index: 1; background-image: url("computer.jpg"); background-size: cover; background-position: center; opacity: 0.8; } .cv-header-line{ padding: 0.2em 2.5em; } .cv-header-line::before{ content: ""; display: block; border-top: 2px solid currentColor; } .cv-body { display: flex; flex-grow: 1; } .cv-left { background-color: rgb(19, 108, 117); color: white; box-sizing: border-box; padding: 0 2.5em; width: 37%; } .cv-right { width: 63%; color: black; padding: 3em 2em 2em 2.3em; box-sizing: border-box; } .cv-avatar-ctn { display: block; text-align: center; margin-top: -0.75em; position: relative; z-index: 3; padding-bottom: 0.2em; box-sizing: border-box; } .cv-avatar { display: inline-block; background-image: url("avatar.jpg"); width: 9.4em; height: 9.4em; background-size: cover; border-radius: 50%; } .cv-header-content{ z-index: 5; position:relative; padding-top: 1.9em; text-align: center; box-sizing: border-box; } .cv-full-name{ font-size: 2.1em; font-weight: bold; line-height: 1.5; } .cv-header-job{ padding-top: 0.8em; font-size: 0.8em; line-height: 1.5; } .cv-paragraph{ padding-top: 1em; padding-bottom: 0.5em; } .cv-section{ font-size: 1.25em; position: relative; margin-bottom: 1em; } .cv-section::after{ content: ""; position: absolute; border-bottom: 2px solid currentColor; bottom: 0; left: 1em; right: 0; } .cv-section-icon{ border: 2px solid currentColor; width: 1em; height: 1em; display: inline-block; vertical-align: bottom; text-align: center; } .cv-section-icon::before{ content: ""; height: 100%; display: inline-block; vertical-align: middle; } .cv-section-icon span{ display: inline-block; vertical-align: middle; } .cv-section-text{ display: inline-block; vertical-align: bottom; line-height: 1.5; padding: 0.1em 0.3em ; }