The theme for the BioBeyond course starts with Smart Sparrow's Light Theme as the base.
Styling unique to this course is covered in the Blue Planet LearnSpark CSS.
The wbe-learnspark.css is applied to the following Lessons:
UNIT 4 - Time Traveller’s Guide to Life on Earth
Lesson 1 - Written in Stone | ASUPD
UNIT 7 - Blue Planet
Lesson 1 - Our Blue Planet | ASUPD
Lesson 2 - Then and Now | ASUPD
Lesson 3 - History Repeats Itself, With a Twist | ASUPD
Lesson 4 - Finding the Cause | ASUPD
Lesson 5 - Keeping Balance | ASUPD
Lesson 6 - Designer Planet | ASUPD
Lesson 7 - Submit Your Report | ASUPD
Note: The bluePlanet-learnspark.css is a duplicate of the lesson-learnspark.css, but with a number of overrides and/or additons. See lesson-learnspark page for all styles not covered on here.
Below are examples of these course-specfic styles.
Style
Quote
font-style: italic;
font-weight:bold;
font-family: Arial;
font-size:22px !important;
color: #868686; /*lightest value readable on white background at this font size*/
line-height: 140%
Quotee
font-style: initial;
font-weight:initial;
font-size: 16px !important;
color: #767676 !important; /*lightest value readable on white background at this font size*/
line-height: 140%