Files
moodle/theme/formfactor/style/selected.css
T
Sam Hemelryk 6c95e46a15 MDL-26979 custommenu Improved the custom menu CSS in base and all other core themes
* 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
2011-08-12 11:10:06 +08:00

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; }