User CSS Styles - Mediawiki

From Help Wiki
Revision as of 17:01, 14 August 2017 by SubstBot (Talk | contribs) (subst applied to Template:TwoColumn)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This article is missing content or needs to be updated. You can improve to Evergreen's Help Wiki by contributing to this article.

How to work with CSS within your wiki.

Create custom User Styles

If Evergreen is your default skin:

  1. create the page User:mylogin/evergreen.css
  2. add the following:
/* <nowiki> */

Add your custom css. Example:

/* <nowiki> */
#content {color: #333333;}

You may need to force a reresh by holding down the shift key(for Firefox) while hitting refresh

Edit Evergreen Theme CSS for all users

Edit MediaWiki:evergreen.css

Note: sysop access is required


For more on working with CSS in your wiki see: