| Server IP : 54.36.91.62 / Your IP : 216.73.217.117 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/amisdesseniors-fr/administrator/components/com_community/assets/less/ace/ |
Upload File : |
//some page-content variables
@content-bg:#fcfcfc;
@content-header-border:lighten(#bdc3c7,14%);
@content-header-color:#2c3e50;
@content-header-size:24px;
@content-header-small-color:#8089A0;
@content-header-small-size:14px;
html {
min-height:100%;
position:relative;
}
body {
padding-bottom: 0;
background-color:@body-bg;
min-height:100%;
font-family: 'Open Sans';
font-size:13px;
color:@text-color;
&:before{ //this is the actual content background, for example in fixed-width layouts, extra space out of content will be @body-bg colored
content:"";
display:block;
position:fixed;
top:0; bottom:0; left:0; right:0; z-index:-1;
background-color:#FFF;
}
&.navbar-fixed {
padding-top:@navbar-mh;
}
&.breadcrumbs-fixed {
padding-top:@navbar-mh + @breadcrumb-height + 1;
}
}
/* ace default theme layout sections */
.main-container {
padding:0;
position:relative;
}
.main-content {
margin-left:(@sidebar-width + 1);
margin-right:0; margin-top:0;
min-height:100%;
padding:0;
}
.page-content {
background:@content-bg;
margin:0;
padding:12px 20px 24px;
.page-header:first-child {
margin:0 0 12px;
// border-bottom:1px solid @content-header-border;
h1 {
padding:0;
margin:0 8px;
font-size:@content-header-size;
font-weight:lighter;
color:@content-header-color;
small {
margin:0 6px;
font-size:@content-header-small-size;
font-weight:normal;
color:@content-header-small-color;
}//small
}//h1
}//.page-header:first-child
}//.page-content