mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
103 lines
2.0 KiB
CSS
103 lines
2.0 KiB
CSS
/*********************************************************************************************
|
|
|
|
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%;
|
|
}
|
|
|
|
#page-content #region-main-box #region-post-box {
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
|
|
#page-content #region-main-box #region-post-box #region-main-wrap {
|
|
float: left;
|
|
width: 50%;
|
|
}
|
|
|
|
#page-content #region-main-box #region-post-box #region-main-wrap #region-main {
|
|
overflow: hidden;
|
|
position: relative;
|
|
left: 100%;
|
|
}
|
|
|
|
#page-content #region-main-box #region-post-box #region-post {
|
|
float: right;
|
|
position: relative;
|
|
}
|
|
|
|
#page-content #region-main-box #region-post-box #region-main-wrap #region-main .region-content {
|
|
overflow: hidden;
|
|
padding: 20px 30px 20px 0;
|
|
}
|
|
|
|
#page-content #region-main-box #region-post-box #region-post .region-content {
|
|
overflow: hidden;
|
|
padding: 20px 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;
|
|
}
|
|
|
|
.content-only #page-content #region-main-box #region-post-box {
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.content-only #page-content #region-main-box #region-post-box #region-main-wrap #region-main {
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.content-only #page-content #region-main-box #region-post-box #region-pre {
|
|
width: 0px;
|
|
}
|
|
|
|
.content-only #page-content #region-main-box #region-post-box #region-post {
|
|
width: 0px;
|
|
} |