LliureX-Moodle-theme.

Lliurex Moodle theme is a Moodle theme based in Chameleon. Please read the Chameleon Moodle Docs explanation for more information about Chameleon's interactive theme work.

Some basic information:

If you want to hand code styles you must not write hooks as comma separated lists of elements like

td#middle-column div.bt, 
div#middle-column div.bt {
    ...
}
in Chameleon themes because the Chameleon engine can't handle these comma lists. Please write two separate statements instead.
td#middle-column div.bt {
    ...
}
div#middle-column div.bt {
    ...
}

A Moodle theme for LliureX, based in Chamaleon theme from Urs Hunkler, unodo and Andrew Walker, Alton College.