Difference between revisions of "User CSS Styles - Mediawiki"
From Help Wiki
m |
|||
Line 1: | Line 1: | ||
+ | {{NeedsUpdates}} | ||
{{TwoColumn|lead= | {{TwoColumn|lead= | ||
How to work with CSS within your wiki. | How to work with CSS within your wiki. |
Revision as of 15:33, 28 March 2017
How to work with CSS within your wiki.
Create custom User Styles
If Evergreen is your default skin:
- create the page User:mylogin/evergreen.css
- 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:
- http://meta.wikimedia.org/wiki/Help:Cascading_style_sheets
- http://meta.wikimedia.org/wiki/Help:User_style