By dreed47 on
While looking for designs for a couple of my private Drupal sites I went to the effort to create Drupal themes from a few designs found on Open Web Designs (and one WordPress theme). I've contributed these back to the Drupal community. For the most part they are complete with respect to the most common Drupal components although they may need tweeked in some of the admin views.
The first three are simple/minimalist designs and the last two are a little more complex.
- Blue Bars Theme - screenshot here
- Burnt Theme - screenshot here
- Simplex Theme - screenshot here
- Sharepoint-like Theme - screenshot here
- Internet Jobs Theme - screenshot here
Comments
Thank You!! Those are
Thank You!! Those are terrific!!
---
"Please drupal responsibly: give as much help as you get."
this is amazing
you are a star!
burnt looks lovely :)
Big Thanks,
We use "blue bars" for our many blog customers,
-----
www.PersiaData.com
blue + yellow
this color combination is my long time favorite (the sharepoint like).
--
My developer blog. | The news is Now Public | Ask not what Drupal can do for you -- ask what you can do for Drupal.
--
Drupal development: making the world better, one patch at a time. | A bedroom without a teddy is like a face without a smile.
Yeah, Whoever did it in
Yeah,
Whoever did it in Comic Sans wants shooting though :-)
to-each-his-own
It wouldn't have been my choice but I didn't design it I just ported it (and didn't want to take the time to change it). But hey, patches are welcomed :-)
delete comic sans
if you don't really care about others, you should just delete comic sans from your system alltogether. It saves you a lot of nausea :)
---
Professional | Personal
| Sympal: Development and Hosting
Drupal themes
Keep it up der. This is what Drupal needs, people to generate lots more themes! Nice work.
Excellent!
Rob
------------------
My Drupal Sites: Scrapbooking
very nice!
Thanks for these... my favorite is the internet jobs theme
christoph
Very nice.
Very nice.
I'm trying out Burnt but under the site name/slogan is the number 1, for some reason. Turning off the search box turns it into a number 0. No idea why it's there.
Any ideas?
Because missing
search forms elements and wrong code
the quick solution:
download blumarine phptemplate
http://drupal.org/project/bluemarine
open blumarine page.tpl.php
copy lines 24 to 29
replace Burnt page.tpl.php in line 21 code
and manage theme style css:
create
#header .form-text and #header .form-submit
and define whatever u want.
Cool, thanks.
Cool, thanks.
And if you're still feeling helpful, any chance you know how to get rid of the line breaks that appear when you start a new paragraph? I wouldn't mind them but on the forum it looks messy.
Cheers!
in style.css
delete line 145...
cheers
correct fix for 4.6
Thanks for the fix tomsolo. I tested these only minimally on 4.6 so I'm not surprised I missed this one. A patch has been committed to fix this.
Note to anyone following this thread. This fix is NOT needed for 4.7.
Thank u!
Thank you for sharing!
Drupal always needs more quaality themes
keepp up the good work!
_S
-------------
the art of war is to know the weakness of your enemy ;)
Great Themes
Thanks for your effort. I like the Simplex theme very much.
Drupal Layouts and Themes
Hi,
great work, nice themes, expecially Burnt theme (i think)
My society would like to contribute to Drupal Project creating some Drupal themes too.
We would be glad to produce some possible Layouts (as images, ie. psd), that should be "assembled" by some other low-level skilled Drupal volunteer and would become full Drupal themes (we also are skilled in low-level php-mysql but at the moment we unfortunately haven't time avaliable for such activity).
Is there a place in drupal.org (ie. a specific forum thread) where we could cooperate in this way to produce some new Drupal themes?
Thanks in advance
For further info on who we are and what we do:
bee-side.com
(only Italian lang for now, sorry for that)
We are a web agency and applications service provider
(I hope the url to my society website doesn't hurt anyone, I published it just for having an idea about who we are and what we could do for this topic, if it creates some problem please tell me and I'll remove it.
Cheers
Fabio
Willing and Able
I would be willing to add themes, but I have low artistic abilities and creativity. I'm sure there are many other drupal users as well who are willing and able to help out in this way. I would suggest just creating a forum topic and posting a link to screenshots of ideas.
--
Bradlis7.com | Churchofchristnet
In that case, maybe you
In that case, maybe you could check the themes at OSWD or OWD and try to port them :)
--
Duplika | Web Hosting
good idea
Just opened a forum topic with a few from my own whishlist. Feel free to add yours to this list of potentials.
nice! thank you
the "fancy" theme contributed in Jan. is excellent.
This community never stops
This community never stops to amaze me! Six months ago I was down about not enough open source themes available for Drupal. Especially when you compare Drupal with the themes that are available in Wordpress. Today...I feel like it may just be time to drop my Wordpress blog and move it over to Drupal.
When things slow down I'd like to work on providing a theme of my own. Until that fateful day...I want to thank those that just don't talk about doing something, but actually do it.
-Bryan
Drupal Sites Coming Soon:
CMSReport
Drupal Blog (on WordPress) at:
Like that Idea
-Bryan
You are a star ....
One of the major complaints about Drupal is the limited selection of good looking themes.
Please do more and more.
If you can add more that are fluid 3 columns, that would be much appreciated.
Keep up the good work.
--
Drupal development and customization: 2bits.com
Personal: Baheyeldin.com
--
Drupal performance tuning and optimization, hosting, development, and consulting: 2bits.com, Inc. and Twitter at: @2bits
Personal blog: Ba
fluid is the key
yep, fixed width layouts are bad for people who have to use large fonts and don't work well when you don't have complete control over content (like any community website).
not to mention nasty little things like form elements overlapping side bars etc.
we certainly need more 3 column fluid designs
----
http://www.manalaa.net
any wish list themes
If you have any 2 or 3 column fluid designs that you would like to see ported to Drupal add them to this thread.
Blue Bars
OMG! Blue Bars is so minimalistic and so awsome! I just love it!
Hey! You stole all the good
Hey! You stole all the good looking ones I was going to do. Good job. :)
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide
BURNT
Does anyone else find that the ADMIN section on the BURNT theme doesnt include the side menu....
by design
It puposely gets rid of the right sidebar to allow extra room for the admin views. If you're putting your navigation on the right sidebar you can always change the page.tpl.php and the style.css to surpress the left sidebar instead or don't surpress either but then you'll have to address the challenge of theming the admin view to fit in a narrow center column. Or you could just use the sections module to view the admin views in an all together different theme that has more room for the admin views. It's all about trade-offs.
At the very least I could probably change it to show BOTH sidebars on the left when in an admin view that way you don't lose access to important navigation blocks.
Supressing the sidebar
Instead of supressing the right-side bar I prefer to append right-sided blocks to the left sidebar.
Simply printing the contents of $sidebar_right inside the sidebar-left div (depending on your theme) will do the job.
--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.
done
done. See this and other fixes below.
And of course
Forgot to say: Great job, der. Thanks.
--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.
some updates/fixes applied
FYI I've applied some updates and fixes to some of the themes.
(update - 2/22)
also made the following updates today.
This is great stuff, David!
This is great stuff, David! These all look great!
-- Merlin
[Point the finger: Assign Blame!]
[Read my writing: ehalseymiles.com]
[Read my Coding blog: Angry Donuts]
-- Merlin
[Read my writing: ehalseymiles.com]
[Read my Coding blog: Angry Donuts]
Let's create more Drupal themes based on openwebdesign layouts
Today I relaunched my site www.swf-info.de (within 3 hours) with a customized version of the Burnt theme from der. In my oppinion it's a great idea of der to use designs from Open Web Designs.
There are so many good looking designs. And for all of us who are not so great visual designer, this Open Source Designs are a great opportunity to build great Drupal themes.
Let's do it!
--
go with us - learn php
--
mdwp*
Let's coordinate it
Good idea: let's coordinate this in http://drupal.org/node/50428
--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.
OK - but how?
Who will make which port? Maybe there is a need for a new cvs project for this work?
--
go with us - learn php
--
mdwp*
Whoever gets it done first
Whoever gets it done first or you can announce which you are working on. Once a theme is done it can be checked into CVS and then a new project will be created and automatically show up on the correct page.
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide
at last count
At last count there are 19 designs suggested and 6 of the 19 appear to have a volunteer working on it.
Leaves1 - Heine
NoProb - bradlis7
Grass Stains - Josh B
Almost Spring - m1ngsheng
Branches - m1ngsheng
Channel Nine - me
mv m1ngsheng "Rjae Easton"
fyi - i renamed my account to my name.
--
Rjae Easton
blog: http://applanet.com/percs/
wiki: http://applanet.com/wiki/
Thanks!
I love the new themes.
Besides testing, this is one area I can help out with. I'm not a program coder, and only partially know PHP. However, I've been doing design for both the web and print for years.
I'm hoping to make some more themes one of these days and give them back to the community. Maybe sometime in the next few months I can get some done.
Since I've not done this before-- how do we go about sharing these back with the Drupal communtiy? Is there someone we contact?
--
Jenni S.
Either request a CVS account
Either request a CVS account and contribute them yourself or ask someone else to commit them to cvs on your behalf.
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide
Thanks! I'll remember
Thanks! I'll remember that.
--
Jenni S.
If...Else Theme a day
I dunno if this would interest anyone, but someone did "theme-a-day" for wordpress, all GPL:
http://ifelse.co.uk/archives/2006/02/21/a-theme-a-day/
Some of them are better than others, and I'm considering porting a couple.
Those Themes look good..
It certainly wouldn't hurt having them available for Drupal.
Drupal development and themeing, Galway, Ireland
I like the "Internet Center" theme a lot.
I just want to thank 'der' for the Internet Center theme at http://drupal.org/node/52018 - Its a very nice theme, having a somewhat different layout than most drupal themes.
Nice work!
---
Testing drupal 4.7 beta 5 at http://drupaldanmark.dk/
I'm really liking the Burnt
I'm really liking the Burnt theme. It's what I'm using. However, the forum could do with a little spicing up! Any chance of working a bit of magic on that? :(I'd try but I'm crap)
It's all just a bit messy at the moment, regarding the forum/comments. Apart from that, sweeeet.
EXCELLENT!!!
I've been looking for a neat administration theme quite a while now, so I'm very, very happy with the burnt theme: it's simply brilliant for that purpose! Made some changes in css to get it a bit more fluid (mainly because of dba module), and now it looks great! Many thanks (:
___________________
discover new oceans
lose sight of the shore