gugiel.png

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

changelog

Download

gugiel.zip

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.

peach.png

ash.png

Comments

Fixed for 1.6 now. -- RadomirDopieralski 2008-05-17 11:18:04

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 ?

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

MoinMoin: ThemeMarket/Gugiel (last edited 2011-03-21 12:54:10 by RadomirDopieralski)