I once wrote a very nice blue theme for eClass, but unfortunately it disappeared during the computer reinstallation process. I have left it here, I am sorry.
University of Alberta eClass by UserX
Details
AuthorUserX
LicenseNo License
Categoryuniversity
Created
Updated
Size423 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ? - Aug 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://eclass.srv.ualberta.ca/my/") {
@media (min-width: 768px) {
.pagelayout-standard #page.drawers .main-inner, body.limitedwidth #page.drawers .main-inner {
max-width: 100%;
}
}
}