WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: dannybedor on August 25, 2006, 05:19:54 PM

Title: DBakerGray - A gray theme css template
Post by: dannybedor on August 25, 2006, 05:19:54 PM
I am newbie in this forum and I hope that I post in the right place  :-D

I just create a gray theme css template for website baker 2 which I called DBakerGray.
You can view it live at www.pojokgratis.com (http://www.pojokgratis.com).

You can find further information and download the template at www.dgunawan.com (http://www.dgunawan.com).

For moderator, you can free download and put my template in your repository (of course if you like it  :-D)
Title: Re: DBakerGray - A gray theme css template
Post by: kweitzel on August 25, 2006, 05:53:51 PM
nice ... indeed ... took the liberty to upload it to the add-on repository.

cheers

Klaus
Title: Re: DBakerGray - A gray theme css template
Post by: pcwacht on August 25, 2006, 11:49:44 PM
Like it too, thanks for sharing
Title: Re: DBakerGray - A gray theme css template
Post by: danfuh on September 19, 2009, 10:34:44 PM
Very nice Template!

Someone told me, that there is a bug in IE7 (see screen shot).
A only one letter change in index.css fix the problem:

before:
Code: [Select]
.menu_main {
    height: 2em;
}
after:
Code: [Select]
.menu_main a {
    height: 2em;
}

p.s. repacked template is attached

[gelöscht durch Administrator]