HEX
Server: Apache
System:
User: ()
PHP: 7.4.33
Disabled: system,passthru,shell_exec,exec,proc_close,proc_open,proc_get_status,proc_nice,proc_terminate,highlight_file,escapeshellcmd,pclose,debugger_off,debugger_on,leak,listen,define_syslog_variables,ftp_exec,posix_uname,posix_getpwuid,get_current_user,getmyuid,getmygid,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,escapeshellarg,myshellexec,escapeshellarg,disk_free_space,disk_total_space,show_source,dl,symlink,listen,syslog,php_ini_scanned_files,inurl,apache_setenv,closelog,rar_open,bzopen,bzread,bzwrite,shellcode,show_source,apache_get_modules,apache_get_version,apache_note,openlog,crack_check,crack_closedict,pcntl_exec,ini_alter,backtick,cmd,virtual,getservbyport,myshellexec,hypot,pg_host,phpini,link,readlink,syslog,id,ftok,posix_access,error_log,sym,php_u,psockopen,apache_child_k_closedict,crack_getlastmessage,crack_opendict,php_ini,ini_restore,popen,curl_multi_exec,php_uname
Upload Files
File: /home/homework/public_html/kurs3/wp-content/plugins/jetpack/modules/videopress/videopress-admin.css
/**
 * VideoPress admin media styles
 */
.videopress-modal-backdrop {
	background: #000;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 100;
}

.videopress-modal {
	padding: 10px 20px;
	background: white;
	position: absolute;
	top: 0;
	width: 440px;
	overflow: hidden;
	left: 50%;
	margin-left: -220px;
	z-index: 101;
	box-shadow: 2px 2px 5px 2px rgba( 0, 0, 0, 0.5 );
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.videopress-modal .submit {
	text-align: right;
	padding: 10px 0 5px;
}

.videopress-preview {
	display: block;
	float: right;
	width: 65%;
	margin-top: 18px;
	background: black;
	min-height: 97px;
	text-decoration: none;
}

.vp-preview span.videopress-preview-unavailable {
	width: 65%;
	float: right;
	text-align: left;
	margin-right: 0;
}

.videopress-preview img {
	float: left;
	width: 100%;
}

.videopress-preview span {
	display: block;
	padding-top: 40px;
	color: white !important;
	text-align: center;
}

.vp-setting .help {
	margin: 0 0 4px 35%;
}

.media-sidebar .vp-setting input[type="checkbox"] {
	float: left;
	margin-top: 10px;
}

.vp-setting label {
	float: left;
	margin: 8px 8px 0 5px;
	max-width: 135px;
}

.vp-setting input[type='radio'] {
	float: left;
	margin-top: 9px;
	width: auto;
}

.vp-preview span {
	margin-top: 18px;
}

.uploader-videopress {
	margin: 16px;
}

.uploader-videopress .videopress-errors div {
	margin: 16px 0;
}

.compat-field-video-rating input[type="radio"],
.compat-field-display_embed input[type="checkbox"]{
	margin-top: -1px !important;
	margin-right: 5px !important;
	margin-left: 5px !important;
	vertical-align: middle;
}