The Zen theme aims to be the ultimate standards-compliant starting theme for Drupal. The name is an homage to the CSS Zen Garden and its aim to completely redefine the look of a site purely through CSS.
This group seeks to solidify the Zen theme to make sure that it is truly pliable, flexible, and adaptable. We will also discuss and implement improvements and future directions for this theme framework and for Drupal theming in general.
You can also find some of us hanging out in the #drupal-design IRC chatroom.
Zen theme on the Top of the World
Hy guys,
I just want to inform you that the Italian expedition Share Everest 2008 is using a Zen themed Drupal to publish news, photos and videos about all of the events happening on the top of the world! Site's layout isn't a masterpiece due to limited budget, but it works greatly, have a look here: http://www.share-everest.org.
Bye bye ;)
Read moreDark subtheme

I've modified the dark background mentioned here. The greyscale image at the top is a flash image rotator. The default font is Calibri, one of the vista clear-type font. It looks great with clear-type turned on. It looks terrible with clear-type turned off. My guess is most people with Calibri installed are running with clear-type enabled.
See the site at http://www.willwyatt.com.
Read moreZen for Drupal 6.x Status
I'm a newb trying to find out what the status of the zen base template is for drupal 6.x. Also, are there any little tasks I can do to help get zen for 6.x ready? I'm not a drupal pro but am a developer and I may be able to help out a little on weekends.
Read moreZen Layout diagram
First I made a PDF (see below), but Rowan linked a brilliant Firefox extension which does the job even better:
https://addons.mozilla.org/en-US/firefox/addon/655
It develops the view you need, with only your fields, and your CSS files.. So rather than making a PDF, I'd recommend people install and use Firefox and this extension as part of building their own Zen sub-theme. It's perfect really.
Read moreCall for a new project homepage image
Edit: Completed!
The image on Zen’s project homepage is a straight screenshot of the Zen core. That screenshot follows Drupal’s standard instructions for screenshots.
Read moreStrange zen errors
This may not be the right place to put this, but I'm stumped, and cant seem to find a better place.
Everything was going fine, until one day I got the following error when trying to open my subtheme's configuration page:
Fatal error: Unsupported operand types in E:\www\vhosts\drupal\sites\all\themes\zen\greengrass_blueskies\theme-settings.php on line 45Parents and Children
Hey Guys I am having trouble getting my primary links to be a.active when I am on a child page of that parent menu item. After searching drupal.org until I was blue in the face I thought this would be a great little check box in the theme settings for zen since I need this on a lot of sites I build. What do you guys think? Do you all have any other ideas about theme settings that would make our lives just a little easier?
Thanks to all those who have helped with zen it really rocks!
Read moreYin & Yang: The dark side of Zen
I have started a stylesheet for the Zen STARTERKIT which converts the theme to "light text on dark background."
Read morezengine starter blueprint grid theme
hi all
I have made a starter theme for people wanting to use Google's blueprint css layout.
I made it with zengine for 5.7.
download it at:
http://happyhosting.org/basic.tar.gz
it may need the ie.css added with the if ie hack but the layout looks good as it is in ie6.
all the best and thanks for you help (by helping drupal). And podcasts (jeff)!
Marcus
Read moreCustom NODE-X frontpage with views
Last week I started the challenge to upgrade <a href="http://testedgroup.com" target=_blank">my custom zen sub-theme from zen 5.x-0.7 to zen 5.x-1.0 which has taken a couple more hours effort than I had originally expected. The outcome so far however was worth the effort. Thanks JohnAlbin and contributors.
With the excellent documentation, I have decided to start and modify my frontpage from the traditional river of news to display NODE-X that wraps around BLOCK-X displayed on the right hand side of the content. Now I have hit a barrier and I need your input...
Read moreZen 5.x-1.0 has been released!
After a month and a half beta period with only 5 bugs discovered (and squashed), the O-fficial Zen 5.x-1.0 version has been released. Yay!
Thanks to everyone who helped with new features, bug fixes and documentation suggestions! The help is greatly appreciated!
For those of you who haven't looked at Zen since its 5.x-0.6 days, take it for a spin. No longer do you need to un-theme the Deliciously Blue style out of Zen before adding your own styles. It’s a true base theme.
Read moreubuntuwatch.com - yet another digg clone
digg.com for ubuntu users? Maybe, but like the earlier version of digg; voting on just the nodes(just the voting). Zen theme in new pajamas! nodes have slideshow of imagefield pics(http://ubuntuwatch.com/node/12), with rip-off of the background buttons for multiple pics, from the lullabots! sorry :P sorry to moshe too ;-) (but you have it in new avatar now ;)
I don't plan to commercialize/earn-from-it in any way, if someone of you thought, it was part of my fun times, playing and implementing with Drupal. It was ready since the oct of '07 but could get it online in dec month. And after all Thanks http://HCoop.net/ !
(i know there are poor way of implementations, hacky job on vote button(half rip-off from rubybaboon), and peekaboo bugs are treating me good for IE.., etc..)
No, it's not based on drigg, project from scratch, but I recommend it to anyone who plans to begin with drupal building a similar website. I'll try to publish the recipe in the near future, if time allows... :)
After all hobby projects don't get your skills rusted, what do you say?
http://ubuntuwatch.com/
Division of zen-classic.css
As seems to be the case with a lot of themers, I smiled at what Zen tries to do, then got annoyed at having to 'un-theme' the default theme. A simpler way to get a more bare-bones Zen, without throwing out the existing CSS altogether, would be greatly appreciated. There's also a few 'best practice' things I'd like to see introduced into Zen.
What I propose is breaking up zen-classic.css (previously zen.css) into 3 separate CSS files: zen-typography, zen-layout, and zen-presentation. Zen-typography deals primarily with fonts and font sizes, especially the stuff that helps ensure even sizing/scaling across browsers. Zen-layout is for creating the overall skeletal structure of the layout - header sizes, columns, margins, etc. Zen-presentation is for the chrome - things like color schemes and background images.
I've put together a version of Zen using these divisions, based on the Nov. 8th dev snapshot. You can download it at http://www.toejob.org/junk/zen-split.tgz
Read moreZen RTL support
I have posted this as a wiki, but was asked to do so as a story - for comments.
I was missing some i18n support in Zen, mainly RTL.
I have added RTL support to version 5.x-0.6 of the theme, so it is just for Drupal 5. I would be happy to receive comments, and to eventually see it in the main branch.
What have I done?
I have added a new class to the body. If the document is left-to-right (the default) it is ".ltr". If the document is right-to-left, the class added is ".rtl". It is similar to the game with the sidebars - you distinguish between different layouts by classes.
Zen 0.7 and roadmap for 1.0
I went through the issue queue last weekend and fixed nearly all of the bugs. To make it easier for everyone to kick the tires, I made a new release, Zen 0.7. So please stress test it.
Read moreBase starter themes?
Un-theming Zen is getting a little old, so we're looking at settling on a company-wide base theme for all new projects. The themes we're looking into are:
http://drupal.org/project/base
http://drupal.org/project/cleanstate
http://drupal.org/project/hunchbaque
http://drupal.org/project/sympal_theme
http://drupal.org/project/zen_basic
Any opinions on these? Any other must-haves in your starter theme?
One of the other things we do is to include START and END comments in each tpl file so that you can easily trace your templates on the site by viewing source with this snippet:
Read moreZengine Documentation Wiki
Hey everyone! The following is both a summary of the Zen Theme and Zengine skypecast last week and hopefully a beginning to documentation for Zengine that can be rolled into a Handbook page. Please edit/add to it as neccessary.
Read moreProposal to move Zen theme to Zengine
I'm nervous about how there are now 3 different projects with similar goals:
1) The (original PHPTemplate-based) Zen theme
2) The Zengine theme engine
3) The ZenZen (Zengine-based Zen) Theme
The main issue is that there will inevitably be code-drift and these projects will fall out of sync with each other. Fixes to the Zen theme may not show up in the Zengine theme, and vice versa.
Read moreIRC transcript for follow-up hack session at the conference call on Zen Theme & Zengine May 5,2007
This is a link to a page with the IRC transcript for follow-up hack session at the conference call on Zen Theme & Zengine May 5,2007
http://www.privacydigest.com/2007/05/06/irc+transcript+follow+hack+sessi...
The transcript for the basic session is at:
http://www.privacydigest.com/2007/05/06/irc+transcript+conference+call+z...
and the audio MP3(new location) is at:
http://www.PrivacyDigest.com/PDfilesPD30/audio/Drupal%20-%20Improving%20...
Read moreIRC transcript for conference call on Zen Theme & Zengine May 5,2007
This is a link to a page with the IRC transcript for the Zen Theme & Zengine conference call on May 5,2007
http://www.privacydigest.com/2007/05/06/irc+transcript+conference+call+z...
The developer hack-a-ton that followed will be in a seperate post.
Read more











