UI Custom CSS
Blocks ::: block_uicustomcss
Maintained by
Nate Baxley,
davis dan
The uicustomcss module is designed to allow instructors of a course to create custom css that will only be applied to their
course and, if they choose, other pages inside their course.
Latest release:
140 sites
48 downloads
16 fans
The uicustomcss module is designed to allow instructors of a course to create custom css that will only be applied to their course and, if they choose, other pages inside their course.
The settings allow you to enter custom CSS our link to an outside URL.
Contributors
Nate Baxley (Lead maintainer)
davis dan: Mainter
Please login to view contributors details and/or to contact them
You state the license of the block is "[CCBY2.0] or better". Not sure what the "better" is supposed to mean, but the best would be to release the plugin explicitly under GNU/GPL3 license. All Moodle plugins are considered as work based in Moodle core code as such, GPL3 applies to them. If interested, please see one of many threads on this topic, such as https://moodle.org/mod/forum/discuss.php?d=135896. The CC-BY is incompatible with GNU/GPL3 (https://www.gnu.org/licenses/license-list.html#ccby).
The recommended boilerplate was not used in the version.php file. The boilerplate is recommended at the beginning of each file and makes explicit the GPL license. You may want to review http://docs.moodle.org/dev/Coding_style#Files to learn more about the boilerplate comments.