No categories assigned

Design

How to change the Wiki-Design

Mediawiki gives you the function, which allows the Admins, without any programming skills to make some little changes at the Design. To use this function you have to open the article “Mediawiki:Common.css”. This article overwrites the past CSS-data. There you can very easily change the article with the CSS-selector.

Here is an example: We don’t like the type size of the heading. To change that we have to find the right selector. This would be in that case “#content h2”. With this selector you can change the heading. This should look like this then:

#content h2{
  font-size: 25px;
}

Attachments

Discussions