A colourful theme heavily inspired by the code.google.com web application. Based on the Modern theme, with a number of changes to the underlying HTML that would be probably also good for it.
- Works with
- 1.6, 1.7, 1.8, 1.9
- Author
RadomirDopieralski, icons by the Tango Project
- Changes
- Download
Color variants
Now you can easily change the colors of the theme. You can use one of two predefined sets, peach.css or ash.css -- just uncomment them in the css/screen.css file, or you can use them to create your own colors -- the ash.css is probably the best starting point.
Comments
Looks beautiful. But only available with moin 1.7? not 1.6? -- MelaEckenfels 2008-05-17 10:09:49
Fixed for 1.6 now. -- RadomirDopieralski 2008-05-17 11:18:04
Hi! great theme and also very usefull and easy to change/modify the look only with css. Well I just made a modified css/black version gugiel_black.png. Thanks! The CSS can be downloaded here: http://rock.heavy.ch/wiki/rockheavy/css/black.css (but it depends on the Gugiel CSS Stuff) bye -- MarcelHäfner 2009-03-04 22:56:50
SideBar
I would like to have the possibility to use a specific sidebar on some pages. that's why I change your code a bit. here's a short diff
- sidebar = 'SideBar'; + sidebar = request.getPragma('sidebar') + if not sidebar: + sidebar = u'SideBar';
bye -- MarcelHäfner 2008-06-19 11:58:20
Thank you, I didn't think about it, but the idea is great. I have added this to the theme in the repository:
- sidebar = 'SideBar'; + sidebar = request.getPragma('sidebar') or u'SideBar';
-- RadomirDopieralski 2008-06-20 00:00:18
e.g. #pragma sidebar UsersSideBar
Is it easy to disable the sidebar on Systempages e.g. RecentChanges, FindPage ?
In this case I would not create a default "SideBar" page on the root; so only #pragma will be used. Drawback is that you need to add this pragma stuff to every page where you would like to have the sidebar. bye -- MarcelHäfner 2008-06-20 17:00:10
- Simple solution, but if we know from metadata what a system page is, we just can switch it off.
def username needs for 1.6 removed the following test
if request.user.auth_method in getattr(request.cfg, 'auth_can_logout', [request.user.auth_method]):
-- ReimarBauer 2008-06-20 18:41:58
MoinMoin 1.9 Support
Hi! Tested your Gugiel Theme on MoinMoin 1.9 and it seems to work flawless (atleast after clicking a few times around)... but couldn't check your repo for the latest version (no connection / server error). -- MarcelHäfner 2009-12-14 20:23:24