mirror of
https://github.com/moodle/moodle.git
synced 2025-03-12 19:54:08 +01:00
30 lines
583 B
CSS
30 lines
583 B
CSS
a:link,
|
|
a:visited {
|
|
color: #bf3503;
|
|
}
|
|
a:hover,
|
|
a:active {
|
|
color: #3f5c10;
|
|
}
|
|
#page-header {
|
|
background-color: #333;
|
|
background-image: url([[pix:theme|header]]);
|
|
color: #fff; }
|
|
|
|
.path-course-view .course-content .section.main.current,
|
|
#page-navigation {
|
|
background-color: #bf3503
|
|
}
|
|
#page-navigation a:link,
|
|
#page-navigation a:visited,
|
|
.path-course-view .course-content .current .left {
|
|
color: #fff;
|
|
}
|
|
#page-navigation a:hover,
|
|
#page-navigation a:active {
|
|
background-color: #922803;
|
|
}
|
|
.path-course-view .section .content {
|
|
background-color: #fff;
|
|
}
|