Source Code, CSS Styles, and Class Values

Source Code Access
As an advanced topic, some Cascade users may prefer to interact with the source code of their website to have more granular control. To access the source click the < > button. A window with the source should popup. In the new window you can click an additional < > button to restructure the code for readability. If the box is to small, click the "full screen" icon.

CSS Styles
Within the source code, CSS styles can be written inline. For example, a background color applied to SPAN tag to call out an item: NEW!

Adding: <span style="background: #c03; color: #fff;"> NEW! </span>

Would give you:  NEW! 

Class Values
Class values are style that are available but predefined in one the external style sheets for MSU. Currently most Cascade should have access to one option.

  1. fancybox-media - This class is available under the "Insert/Edit Link" dialogue and should only be used for video links. For example, if used with a YouTube video address, it will cause the video to play in an page overlay rather than sending the user to YouTube. (example)