Green Mist

greenmist.png

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

greenmist-1.0.tar.gz greenmist-1.0-moin-1.7.1.tar.gz

Author

RadomirDopieralski (fixes by MarcusLindblom)

Changes in 1.7.1 version my ML

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; }

MoinMoin: ThemeMarket/GreenMist (last edited 2009-04-13 20:02:47 by vpn)