Jump to content

Topic on Talk:Customizing MediaWiki for beginners

Customizing layout and colors

1
Lumengl (talkcontribs)

Is there a documentation on how to customize the layout? of the default skins? I'm working on a software user's manual and would like to have something more like a knowledge base layout.

I tried editing the color in mediawiki:common.css but it doesn't show. I tried the example:

body {

  background: red;

}

/* Changes the background color behind the top half of the logo and at top of each page: */

#mw-page-base {

  background: red;

it didn't work even after refreshing the browser

Reply to "Customizing layout and colors"