Page 1 of 1

chocolate fudge template released

Posted: Fri Jun 30, 2006 8:09 am
by carl_galloway
Ceejay has produced her second template and asked me to upload it for Serendipity users. It can be found here

Re: chocolate fudge template released

Posted: Fri Jun 30, 2006 8:12 am
by garvinhicking
Hi!

Oh wow, that is so sweet a template! My warmest regards to your wonderful template designer. :-))

Am I allowed to add this theme to spartacus? Are there other themes I forgot to upload in the past? My head was spinning a bit frmo the 1.0 release process. *g*

Best regards,
Garvin

Posted: Fri Jun 30, 2006 8:20 am
by carl_galloway
Hi Garvin,

I haven't been keeping track of Spartacus either so I don't know if anything is missing, go ahead and upload anything you think the rest of the users would like and let me know if there are any problems. The only template that I don't want in Spartacus is the soccer template, just because I've got a new version with a navbar ready to upload but too busy at the moment, might be another week. Also, I have a css only version of Serendipity v3.0 nearly ready to upload (including navbar and colorsets), but I might email that to you first and see if you want to include it in the 1.1 release cycle or if I should release it as a standalone template.

Carl

Posted: Tue Aug 15, 2006 4:47 am
by carl_galloway
Hi everyone,

Sadly a small error crept into the stylesheet of Chocolate Fudge, and hasn't been picked up by anyone yet but while going through my logs I found it on another users site. Basically when an entry is quite short I missed a clear statement in the stylesheet.

The fix is easy, and simply means adding a clear:both; to the following style

Code: Select all

h3.entrytitle, .serendipity_title, .staticpage_result_header, .serendipity_commentsTitle {
	color:#fabf67; clear:both; font-size: 1.0em; text-align:left;
	font-weight:bold; border-bottom:1px solid #4d2a26; }
I have updated the zipfile, and users who have noticed this problem simply need to edit style.css.

Thanks,

Carl

Posted: Tue Aug 15, 2006 9:56 am
by garvinhicking
(Also committed to spartacus)