Moodle Plugins directory: CSS inject: Versions: 2025052300 | Moodle.org
CSS inject
Filters ::: filter_cssinject
Maintained by
Manuel Menzinger
This simple filter allows users to add css to their content, without switching to code-view. It also provides pre-made css-classes to visually enhance basic text areas.
CSS inject 2025052300
Moodle 4.4, 4.5, 5.0
Released: fredag, 23. mai 2025, 19:11
Code prechecks
overview
phplint
phpcs38 | 6
js
css5 | 0
phpdoc
savepoint
thirdparty
grunt1 | 1
shifter
mustache
gherkin
HTML | XMLNew Features
- added optional start- and end- tags to style and class elements (they now can be used in a closed scope like
[!style-start: color:red!]...[!style-end!]
) - added nesting of same elements by appending a number (
[!box-start: info!]...[!box-start1: warning!]...[!box-end1!][!box-end!]
) - added abbreviations for common css-attributes (
[!:c:red;1.5em;b;i;u!]something[!!]
instead of[!:color:red;font-size:1.5em;font-weight:bold;font-style:italic;text-decoration:underline!]something[!!]
)
Version information
- Version build number
- 2025052300
- Version release name
- 2025052300
- Maturity
- Unknown
- MD5 Sum
- b78f58ed29d6d5be80d05e7a3fa792be
- Supported software
- Moodle 4.4, Moodle 4.5, Moodle 5.0
- Latest release for Moodle 4.4
- Latest release for Moodle 4.5
- Latest release for Moodle 5.0
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Filters
- Make sure you have all the required versions.
- Download and unpack the filter plugin.
- Place the folder (eg "myfilter") in the "filter" subdirectory.
- Visit http://yoursite.com/admin to finish the installation