HEX
Server: Apache/2.4.57 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.2
System: Linux vmi267337.contaboserver.net 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
User: ohirex (1008)
PHP: 8.2.8
Disabled: 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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,exec,system,passthru,shell_exec
Upload Files
File: /home/ohirex/web/ohirex.com/public_html/join/scripts/comebacker/css.css
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic-ext,latin-ext);

/* modal */
#comebacker {
	background: url(img/bgexit.png);
    position: fixed;
    left: 0;
    top: 0; 
    z-index: 9999;
    width: 100%;
    height: 100%; 
	overflow: auto;
	display: none;
}   

#comebacker .close-undermodal {
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
}

#comebacker .close-over {
	background: url(img/close.png) no-repeat 0 0;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

#comebacker .close-over:hover {
	background-position: 0 bottom;
} 

#comebacker .over-window {
	background: url(img/product.png) no-repeat 40px center #fff;
    cursor: default;
    left: 0;
	right: 0; 
	top: 10%;
    margin: 0 auto 20px auto;
    position: fixed;
	padding: 60px 20px 60px 20px;
    width: 560px;
    z-index: 9999;
	position: relative;
	font-family: 'PT Sans',arial,sans-serif !important;
} 

#comebacker .title-comebacker {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	text-align: center;
	padding: 0 0 30px 0;
	margin: 0 0 0 50%;
}

#comebacker .title-oui div{
	font-size: 20px;
}

#comebacker .form {
	margin: 0 0 0 50%;
}

#comebacker .form form {
	margin: 0 !important;
}

#comebacker .form input[type="text"] {
	background: #fff;
	border: 1px solid #a5a5a5;
	outline: none;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	font-family: 'PT Sans',arial,sans-serif;
	width: 250px;
	box-sizing: border-box;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	padding: 0 20px;
	display: block;
	margin: 0 auto 20px auto;
}

#comebacker .form input[type="text"]:focus {
	border: 1px solid #054155;
}

#comebacker .form input[type="submit"] {
	background: #054155;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	outline: none;
	height: 50px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'PT Sans',arial,sans-serif;
	width: 250px; 
	display: block;
	margin: 0 auto 0 auto;
	border: 0px;
	color: #ffffff;
}

#comebacker .form input[type="submit"]:hover {
	background: #10a9dc;
}

.comebackerhidden {
	overflow: hidden;
}