mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
21 lines
No EOL
623 B
CSS
21 lines
No EOL
623 B
CSS
a:link,
|
|
a:visited { color: #bf3503; }
|
|
|
|
a.yui3-menu-label, div.yui3-menu-content .yui3-menu-content .yui3-menuitem-content { color: #bf3503 !important; }
|
|
|
|
a:hover,
|
|
a:active { color:#3f5c10; }
|
|
|
|
#page-header { background:#333 url([[pix:theme|header]]) 0 0;color:#fff; }
|
|
|
|
.path-course-view .course-content .section.main.current,
|
|
#page-navigation { background:#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:#922803; }
|
|
|
|
.path-course-view .section .content { background: #fff; } |