HEX
Server: Apache
System: Linux clpupre 5.4.0-90-generic #101-Ubuntu SMP Fri Oct 15 20:00:55 UTC 2021 x86_64
User: undanet (1000)
PHP: 7.4.3
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: //home/undanet/www/wp-content/themes/panoramic/library/css/admin.css
span.premium-link {
	color: #d54e21;
}

#otb-dashboard-news .inside {
    padding: 2px 0 0 0;
}

#otb-dashboard-news .rss-widget {
    padding: 0 12px 15px 12px;
}

.otb-notice {
	border-left-color: #000000;
	border-left-color: #cd2728;
	display: grid;
    grid-template-columns: 150px auto;
    padding-top: 10px;
    padding-bottom: 12px;	
}

.otb-notice .container {
	display: inline-block;
	width: 100%;
}

.otb-notice .holly {
	position: absolute;
}

.otb-notice .logo-container {
	display: inline-block;
	width: 100px;
	float: left;
}

.otb-notice .logo {
	/*
	float: left;
	margin: .5em .7em .5em 0;
	*/
	margin: 0 .9em 0 0;
	grid-row: 1 / 4;
    align-self: center;
    justify-self: center;	
}

.otb-notice h3 {
	/*
	margin: 3px 0 0 0;
	float: left;
	display: inline-block;
	*/
	margin: 0;
	color: #cd2728;
}

.otb-notice p {
	float: left;
	display: inline-block;
}

.otb-notice a {
	color: #444;
	text-decoration: none;
}

.otb-notice .button-primary {
	background: #1d1d1b;
	border-color: #1d1d1b;
	
	background: #cd2728;
	border-color: #cd2728;
}

.otb-notice .button-primary:hover,
.otb-notice .button-primary:focus {
	background: rgba(205, 39, 40, 0.8);
	border-color: rgba(205, 39, 40, 0.8);
}

.otb-notice .button-dismiss {
	background-color: #FFFFFF;
	color: #1d1d1b;
	border-color: #1d1d1b;
	
	color: #cd2728;
	border-color: #cd2728;
}

.otb-notice .button-dismiss:hover,
.otb-notice .button-dismiss:focus {
	color: #1d1d1b !important;
	border-color: rgba(29, 29, 27, 0.8) !important;
	
	color: #cd2728 !important;
	border-color: #cd2728 !important;
}

.otb-notice .dismiss {
	padding-left: .4em;
}