Warning: Cannot modify header information - headers already sent by (output started at /home/agoracti/www/config.php:186) in /home/agoracti/www/stylesheet.php on line 142
Warning: Cannot modify header information - headers already sent by (output started at /home/agoracti/www/config.php:186) in /home/agoracti/www/stylesheet.php on line 144
Warning: Cannot modify header information - headers already sent by (output started at /home/agoracti/www/config.php:186) in /home/agoracti/www/stylesheet.php on line 153
/* Start of CMSMS style sheet 'agoractioncore' */
/*----------- Global Containers ----------- */
/*
.core-wrap-100 = width - 100% of Browser Fluid
.core-wrap-960 = width - 960px - fixed
.core-wrap-780 = width - 780px - fixed
.custom-wrap-x = width - custom - declared in another css (your site css)
*/
.core-wrap-100 {
width: 100%;
}
.core-wrap-960 {
width: 960px;
}
.core-wrap-780 {
width: 780px;
}
.core-wrap-100,
.core-wrap-960,
.core-wrap-780,
.custom-wrap-x {
margin-left: auto;
margin-right: auto;
}
/*----------- Global Float ----------- */
.core-wrap-100 .core-float-left,
.core-wrap-960 .core-float-left,
.core-wrap-780 .core-float-left,
.custom-wrap-x .core-float-left {
float: left;
display: inline;
}
.core-wrap-100 .core-float-right,
.core-wrap-960 .core-float-right,
.core-wrap-780 .core-float-right,
.custom-wrap-x .core-float-right {
float: right;
display: inline;
}
/*----------- Global Center ----------- */
.core-wrap-100 .core-center,
.core-wrap-960 .core-center,
.core-wrap-780 .core-center,
.custom-wrap-x .core-center {
/*margin-left: auto;
margin-right: auto;*/
display: inline;
}
/* End of 'agoractioncore' */