Course Dark Theme (WIP)
goldcoastschools.com/reg/scorm2 - Feb 2024 by rslay
Details
Authorrslay
LicenseNo License
Categorygoldcoastschools.com
Created
Updated
Size998 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
For course viewer only, not meant for front page and other parts of site
Source code
/* ==UserStyle==
@name goldcoastschools.com/reg/scorm2 - Feb 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://goldcoastschools.com") {
/* Insert code here... */
html {
filter: invert(1) brightness(0.85)!important;
}
body.view-desktop {
background: white!important;
}
#frame.cs-base {
background: #fff;
color: violet;
}
main.slide-container {
filter: invert(1)!important;
}
div.entry-content.realed-content {
filter: invert(1)!important;
}
div.slide-layer.base-layer.shown > div:first-child image {
filter: invert(1)!important;
}
.eventable image {
filter: brightness(0.7);
}
path[fill='#D9D9D9'] {
fill: #333!important;
}
path[fill='#000000'] {
fill: #333!important;
}
}