2010-07-28 15:26:17 +00:00
|
|
|
/*********************************************************************************************
|
|
|
|
|
|
|
|
left column: 250px
|
|
|
|
right column: 250px
|
|
|
|
padding left/right column: 10px
|
|
|
|
padding center column: 30px
|
|
|
|
|
|
|
|
**********************************************************************************************/
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: auto 0px;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page {
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-header {
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-content {
|
|
|
|
clear: both;
|
|
|
|
float: left;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-content #region-main-box {
|
|
|
|
float: left;
|
|
|
|
margin-left: 0;
|
|
|
|
position: relative;
|
|
|
|
width: 200%;
|
|
|
|
right: 100%;
|
|
|
|
}
|
|
|
|
|
2010-11-05 02:53:47 +00:00
|
|
|
#page-content #region-post-box {
|
2010-07-28 15:26:17 +00:00
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2010-11-05 02:53:47 +00:00
|
|
|
#page-content #region-main-wrap {
|
2010-07-28 15:26:17 +00:00
|
|
|
float: left;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
2010-11-05 02:53:47 +00:00
|
|
|
#page-content #region-main {
|
2010-07-28 15:26:17 +00:00
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
left: 100%;
|
|
|
|
}
|
|
|
|
|
2010-11-05 02:53:47 +00:00
|
|
|
#page-content #region-post {
|
2010-07-28 15:26:17 +00:00
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2010-11-05 02:53:47 +00:00
|
|
|
#page-content #region-main .region-content {
|
2010-07-28 15:26:17 +00:00
|
|
|
overflow: hidden;
|
|
|
|
padding: 0px 30px 20px 0;
|
|
|
|
}
|
|
|
|
|
2010-11-05 02:53:47 +00:00
|
|
|
#page-content #region-post .region-content {
|
2010-07-28 15:26:17 +00:00
|
|
|
overflow: hidden;
|
|
|
|
padding: 0px 0 20px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-footer {
|
|
|
|
clear: both;
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.has_dock.side-post-only .page-middle #region-main-box #region-post-box #region-main-wrap #region-main {
|
|
|
|
margin-left: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/** No blocks whatsoever **/
|
|
|
|
|
|
|
|
.content-only #page-content #region-main-box {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
2010-11-05 02:53:47 +00:00
|
|
|
.content-only #page-content #region-post-box {
|
2010-07-28 15:26:17 +00:00
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
2010-11-05 02:53:47 +00:00
|
|
|
.content-only #page-content #region-main {
|
2010-07-28 15:26:17 +00:00
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
2010-11-05 02:53:47 +00:00
|
|
|
.content-only #page-content #region-pre {
|
2010-07-28 15:26:17 +00:00
|
|
|
width: 0px;
|
|
|
|
}
|
|
|
|
|
2010-11-05 02:53:47 +00:00
|
|
|
.content-only #page-content #region-post {
|
2010-07-28 15:26:17 +00:00
|
|
|
width: 0px;
|
|
|
|
}
|
|
|
|
|
2010-11-05 02:53:47 +00:00
|
|
|
#page-content #region-post-box {
|
2010-07-28 15:26:17 +00:00
|
|
|
margin-left: -250px;
|
|
|
|
}
|
|
|
|
|
2010-11-05 02:53:47 +00:00
|
|
|
#page-content #region-main {
|
2010-07-28 15:26:17 +00:00
|
|
|
margin-left: 250px;
|
|
|
|
}
|
|
|
|
|
2010-11-05 02:53:47 +00:00
|
|
|
#page-content #region-post {
|
2010-07-28 15:26:17 +00:00
|
|
|
left: 250px;
|
|
|
|
width: 250px;
|
|
|
|
}
|
2010-11-05 02:53:47 +00:00
|
|
|
|
|
|
|
.pagelayout-report #page-content #region-main {overflow:auto;}
|
|
|
|
.pagelayout-report #page-content #region-main .region-content {overflow:visible;}
|