Difference between revisions of "Manual:Extension/BlueSpiceNamespaceCSS"

[unchecked revision][quality revision]
m (Text replacement - "<bs:bookshelf src="Book:User manual" />" to "")
(Changed categories.)
 

The extension NamespaceCSS allows users to apply different CSS styles to different namespaces.

Contents

What is NamespaceCss?

Creating the styles for a namespace[edit | edit source]

NamespaceCSS allows users to use different CSS styles for different namespaces. This can be very useful to e.g. distinguish between different manuals or parts of your wiki.

How does NamespaceCss work?[edit | edit source]

For each namespace you want to define your own CSS for, you have to create a page in the MediaWiki namespace, using the following template:

MediaWiki:NamespaceName_css

You can now enter your desired CSS-code directly into this page.
The link Namesapce-CSS Manager in the menu Global actions > Management opens the page Special:NamespaceCSSManager. This page lists all namespaces and the link to their associated CSS page.

Namespace-CSS Manager
Namespace-CSS Manager


To add or overwrite the styles for a namesapce:

Hint[edit | edit source]

Make sure that the following code is part of every MediaWiki:NamespaceName_css page to ensure that the CSS registers properly. Otherwise the VisualEditor might discard your notations:

                 /*
 __NOEDITOR__
 */

            

See also[edit | edit source]

Our reference page.

  1. Click on the source page link for the namespace.
  2. Enter your CSS-code directly in this page. Example: MediaWiki:User_css affects all pages in the namespace User.
Please note: The Special namespace is an exception, as you cannot define a separate CSS for it.
  1. Save the page and review your changes on the pages in the affected namespace.


Related info


Attachments

Discussions