Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom CSS for Moodle Wiki Activity

Here is some custom CSS for the wiki activity in Moodle.

Description

This custom CSS code tries to style the wiki activity in moodle similar to the German Wikipedia

Features

  • Three easily distinguishable headlines (h3, h4, h5)
  • Bottom border for h3 and h4 to seperate sections
  • reduced font-weight
  • margin between paragraphs

How To

Use Custom CSS in Moodle

  • Copy the content of the css-file
  • Paste to Dashboard > Site administration > Appearance > Themes > Boost > Advanced Setting > Raw SCSS

Use Custom CSS only for one Wiki Activity

The provided code will style all wiki activities on a moodle site.

Here is how you can style only one specific wiki activity:

  • Right-click page > inspect
  • Search for cmid-X (X is an id, for example "100")
  • Replace all selectors in the CSS code:

Instead of

#page-mod-wiki-view #region-main h3, #page-mod-wiki-edit #region-main h3 {

Use this:

.cmid-x h3 {

Example for .cmid-100:

.cmid-100 h3 {

Version History

  • 1.0
    • Initial Release

Acknowledgments

Inspiration, code snippets, etc.

Screenshots

Custom CSS (Moodle 4.1+)

image

Default CSS (Moodle 4.1+)

image

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages