Green Mist
Initially designed for Eduwiki, now improved and available for download. I tried to keep things as simple as possible, used lots of empty space. You need to also install the attached PageActions action so that the "Other" icon works.
Bug: no support for the GUI editor yet. Note: to use this theme with moin 1.5.x, download this PageActions.py plugin
- Works with
- 1.6 (1.7.1 fix added), 1.8
- Download
- Author
RadomirDopieralski (fixes by MarcusLindblom)
Changes in 1.7.1 version my ML
- Fixed style sheet to work with Firefox
- Fixed recent changes diff coloring
- Fixed message z-order
- Added 'userprefs' action
- Enabled 'attach' icon
- Fixed 'create account' link
Enlarged text area to suit personal perferences
Editbar Layoutproblem
Under Firefox 3 the editbar has some layout problem. see my printscreen
The icons are equally spaced, which is troublesome for translations that have long action names -- like German. One possible workaround is to increase the icon spacing. Edit the style.css file and change the line:
#iconbar span, #iconbar a { display: block; float: left; width: 38px; padding-top: 24px; text-decoration: none; color: #666; text-align: center; background: url(toolbox.png) no-repeat top center; margin: 1px; }
to
#iconbar span, #iconbar a { display: block; float: left; width: 52px; padding-top: 24px; text-decoration: none; color: #666; text-align: center; background: url(toolbox.png) no-repeat top center; margin: 1px; }