Difference between revisions of "User CSS Styles - Mediawiki"
From Help Wiki
(New page: ==Create custom User Styles== If Evergreen is your default skin: #create the page User:''mylogin''/evergreen.css #add the following: <pre> →<nowiki>: </pre> Add your custom css. Exampl...) |
|||
Line 14: | Line 14: | ||
You may need to force a reresh by holding down the shift key(for Firefox) while hitting refresh | 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 Evergreen Theme CSS for all users == | ||
− | Edit MediaWiki:evergreen.css | + | Edit '''MediaWiki:evergreen.css''' |
+ | ; note: sysop access is required | ||
Revision as of 12:52, 20 July 2007
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: