We have a few custom CSS cases that are regularly used for page formatting; it’s helpful to know these. The ones you’ll use most regularly are:
class="skip-nav" - For the bubble navigation buttons found at the top of pages w/ multiple sections
class="kaltura-video" - used for adding a Kaltura video embed
class="highlight" - the green highlight text for calling out specific buttons or intractable objects in documentation steps
class="file-path" - an italics class, used for identifying a menu step in a process. Probably will deprecate this.
Instructor / Student Instances
The instructor / student instances were setup improperly, and are functionally working as nested Wordpress installations, where subdomains are not redirecting correctly.
I eventually need to work with Ariel Lonchar on getting this corrected. Subdomain structure should be as follows
This is a custom page template, housed at /template-accessiblity.php. It also theoretically inherits custom styling in style.css, but I think it’s broken currently. At present taking a “it’s good enough so I’m not touching it ‘cause I don’t have time” approach.
Submenus
This functionality was cobbled into Bootstrap, which doesn’t natively support nested menus, but we needed them for organization. Relevant code sections are:
Both the Instructor and Student Resource Sites have a strange theme structure—they use a custom theme LCC eLearning Instructor Resource Site (yes, this theme is used for the student site as well). This theme is a child of IAMSocial.
To compound this complication, the Student resource site actually calls back to the Instructor site for it’s stylesheet.