mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
18 lines
471 B
CSS
18 lines
471 B
CSS
a {
|
|
color:[[setting:linkcolor]];
|
|
}
|
|
|
|
.side-post-only #page-content #region-main-box #region-post-box {
|
|
margin-left: -[[setting:regionwidth]];
|
|
}
|
|
|
|
.side-post-only #page-content #region-main-box #region-post-box #region-main-wrap #region-main {
|
|
margin-left: [[setting:regionwidth]];
|
|
}
|
|
|
|
.side-post-only #page-content #region-main-box #region-post-box #region-post {
|
|
left: [[setting:regionwidth]];
|
|
width: [[setting:regionwidth]];
|
|
}
|
|
/** Custom CSS **/
|
|
[[setting:customcss]] |