styles
Description
This tag is used for including CSS stylesheets in the templates. It takes a key as an argument. Please refer to the table below for details.
key | stylesheet |
---|---|
default | CSS used for styling the default look and feel of the Learning Experience |
colors | CSS containing classes with the color scheme from the Design tab |
custom | CSS generated from the Styles template |
Example
{% styles default %}
{% styles colors %}
{% styles custom %}
All three stylesheets are included in the Head template. Feel free to modify it according to your needs. For example, you might not need the default stylesheet if you want to style everything from scratch.
Updated over 3 years ago