| Server IP : 162.214.74.102 / Your IP : 216.73.216.139 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/www/lrsys_apps/team/assets/less/neon-less/ |
Upload File : |
@vertical_space: 0px;
@layout_width: 80%;
@background: url(../images/boxed-pattern-3.png);
@shadow: 0 0 2px fade(#000, 10%);
.boxed-layout {
background: @background;
padding-bottom: @vertical_space;
&.page-fade,
&.page-fade-only,
&.page-left-in,
&.page-right-in {
background: @background;
}
.page-container {
position: relative;
width: @layout_width;
margin: 0 auto;
margin-top: @vertical_space;
.box-shadow(@shadow);
.clearfix;
&.horizontal-menu {
> header.navbar {
width: @layout_width;
margin: 0 auto;
.box-shadow(@shadow);
}
.main-content {
padding-left: 0;
padding-right: 0;
.container {
width: 100%;
}
}
}
}
#chat {
position: absolute;
}
}
@media screen and (max-width: @screen-md)
{
.boxed-layout {
.page-container {
position: absolute;
width: 100%;
overflow-x: visible;
}
#chat {
position: fixed;
}
}
}