HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
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_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,
Upload Files
File: /var/www/html/wpprm_err/wp-content/themes/ronneby/assets/less.lib/components/compiler.less
/* 
    Created on : 12.04.2016, 11:22:35
    Author     : DFD
	Styles for : Style compiler modal box style
*/
html.dfd-compile-box {
	#TB_overlay {
		opacity: .9;
	}
	body.about-php #TB_window,
	body.import-php #TB_window,
	body.index-php #TB_window,
	body.plugin-install-php #TB_window,
	body.plugins-php #TB_window,
	body.update-core-php #TB_window,
	#TB_window {
			overflow: hidden;
			background: transparent;
			.box-shadow(none);
			&:before {
				.hide();
			}
			#TB_ajaxContent {
				overflow: hidden;
				margin: 0 auto;
				background: transparent;
				* {
					color: @main-site-dark-color;
					.box-sizing(border-box);
				}
			}
		.BlockCompile {
			height: 100%;
			margin: 0 -40px;
			padding: 40px;
			overflow-x: hidden;
			overflow-y: scroll;
			.compilestatuslessBar{
				height: 20px;
				background: fade(@main-site-dark-color, 10%);
				.stat{
					display: block;
					height: 100%;
					width: 0%;
					background: fade(@main-site-dark-color, 20%);
					-webkit-transition: all 0.2s ease-out 0.2s;
					-moz-transition: all 0.2s ease-out 0.2s;
					-o-transition: all 0.2s ease-out 0.2s;
					transition: all 0.2s ease-out 0.2s;
				}
			}
			.heading {
				font-size: 150%;
			}
			.hasError{
				color: #ff6f53;
			}
			.c_row{
				border-top: 1px solid #999;
			}
			.compilestatuslessTotal {

			}
			.compilestatuslessBar {

			}
			table.compilestatusless {
				width: 100%;
				margin: 0;
				background: transparent;
				border: none;
				border-collapse: collapse;
				* {
					text-align: left;
				}
				thead{
					font-weight: bold;
					background: transparent;
				}
				tbody {
					tr {
						background: transparent;
						td {
							padding: 10px 0;
						}
					}
				}
			}
			.closeCompile {
				input[type="submit"] {
					cursor: pointer;
					margin: 10px 0;
					background: transparent;
					border: none;
					.box-shadow(none);
				}
				.compile_err_mess{
					color: #ff6f53;
				}
			}
		}
	}
}