|
Server : LiteSpeed System : Linux srv104790275 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64 User : dewac4139 ( 1077) PHP Version : 8.0.30 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 : /usr/local/CyberCP/public/static/baseTemplate/assets/elements/ |
Upload File : |
/* Info Boxes */
.alert {
position: relative;
padding: 10px;
text-align: left;
border-width: 0;
border-style: solid;
}
.alert-close {
padding-right: 36px;
}
.alert a {
font-weight: bold;
background: none;
}
.alert a:hover {
text-decoration: underline;
}
.alert .alert-icon {
line-height: 34px;
float: left;
width: 34px;
height: 34px;
margin: 5px 10px 0 0;
text-align: center;
}
.alert .alert-title {
font-size: 12px;
font-weight: bold;
margin: 4px 0 3px;
padding: 0;
text-transform: uppercase;
}
.alert .alert-content {
overflow: hidden;
}
.alert p {
padding: 0;
opacity: .85;
-moz-opacity: .85;
filter: alpha(opacity: 85);
}
.alert p:last-child {
margin: 0;
}
.alert .alert-close-btn {
font-size: 12px;
line-height: 16px;
position: absolute;
z-index: 2;
top: 50%;
right: 10px;
display: block;
width: 16px;
height: 16px;
margin-top: -10px;
text-align: center;
opacity: .50;
color: #000;
filter: alpha(opacity=50);
}
.alert .alert-close-btn:hover {
opacity: 1;
filter: alpha(opacity=100);
}
/* Server response */
.server-message {
text-align: center;
color: #888;
}
.server-message h1 {
font-size: 85px;
margin: 0;
}
.server-message h2 {
font-size: 40px;
margin: 0 0 25px;
text-transform: uppercase;
}
.server-message p {
font-size: 20px;
line-height: 1.8em;
}
.server-message.inverse {
color: rgba(255, 255, 255, .8);
}