| Server IP : 89.108.64.180 / Your IP : 216.73.217.92 Web Server : Apache/2.4.41 (Ubuntu) System : Linux 89-108-64-180.cloudvps.regruhosting.ru 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-root ( 1010) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,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, MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/www-root/data/www/rzaimka.ru/wp-content/plugins/maxbuttons/assets/scss/ |
Upload File : |
/* Base element - do not use this in layout since this conflict with other plugins.
*/
.message {
border: solid 1px #e6db55;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding: 10px;
margin: 10px 0px 20px 0px;
clear: both;
background: #fff;
}
.main {
position: relative;
z-index: 500;
margin-top: 15px;
width: 72%;
float: left;
}
.mb-message {
@extend .message;
&.error {
font-weight: 700;
}
&.shortcode {
border: solid 1px #e6db55;
background-color: #ffffe0;
}
&.warning { border-left: 4px solid #ffba00; }
&.error { border-left: 4px solid #ff0000; }
&.mb-notice {
@extend .shortcode;
}
}
// modelled after WP
.button-bar {
margin: 15px 0;
padding: 10px;
background: #fbfbfb none repeat scroll 0 0;
border: 1px solid #e5e5e5;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
box-shadow: 0 1px 1px rgba(0,0,0,0.04);
min-height: 28px;
}
h1 {
// display: inline-block;
}
h1 > span {
vertical-align: top;
float: left;
@include bp(1024)
{
float:none;
}
}
// the logo in the header section
.logo {
// margin-left: 70px;
font-weight: 400;
/// font-style: italic;
font-size: 18px;
// display: inline-block;
//height: 60px;
overflow: hidden;
text-align: center;
@include bp(1024)
{
text-align: left;
margin-top: 15px;
}
img {
vertical-align: middle;
padding-left: 5px;
padding-right: 5px;
}
.fb-like {
margin-top: 5px;
height: 20px;
padding: 0;
margin-left: 180px;
overflow: hidden;
span { vertical-align: top !important; }
}
}
// backward compatible for the placing of admin notices before version 4.3 - searches for h2
.dummy-heading { display: none; }
@media screen and (max-width: 960px) {
.main { width: 100%; }
}