6c95e46a15
* The custom menu now requires the YUI module directly rather than in its initialisation * Improved the CSS in base so that it was more precise and more easily overrideable * Reviewed the CSS for all core themes improving and removing !important from rules
19 lines
508 B
CSS
19 lines
508 B
CSS
a:link,
|
|
a:visited { color: #bf3503; }
|
|
|
|
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; } |