New Theme (not finished yet)

Skinning and designing Serendipity (CSS, HTML, Smarty)
lordcoffee
Regular
Posts: 308
Joined: Tue Nov 29, 2005 10:22 pm
Location: Munich - Germany
Contact:

New Theme (not finished yet)

Post by lordcoffee »

Hi everybody!

I'm working on a new Theme based on the code of our new defalt-Theme by Carl Galloway. May have a look and give me tipps how to make it better!

Take me to the theme

Thanks,
Lordcoffee!
carl_galloway
Regular
Posts: 1331
Joined: Sun Dec 04, 2005 5:43 pm
Location: Andalucia, Spain
Contact:

Post by carl_galloway »

Yeehah, I love it when people take my themes and do wonderful things with them. I notice that the 'startseite' link appears on all pages, but if you upgrade to a newer vesion of serendipity you will notice it does not appear on the startpage - I'll let you figure out what else you can do with that one!!!!!!

Also, I'm noticing on firefox and IE that the entry footer is causing problems for you. I haven't checked your output so might be speaking nonsense but it seems like your entry icon is too large, and maybe you need to force a line break or make it block level in your stylesheet. Let me know when you're finished with that theme, I would love to provide a link to the zipfile from my own blog.
davecjr
Regular
Posts: 167
Joined: Fri Oct 29, 2004 3:09 pm
Contact:

Post by davecjr »

Very nice. I guess the calendar area will not be blue when you finish! :lol:

Nice colors really.
costa
Regular
Posts: 110
Joined: Wed Feb 08, 2006 5:29 pm
Location: Poland
Contact:

Post by costa »

oh yes, the colors make you look at your monitor for sure :). i like those big icons. seems like it will be a "solid" theme. did you test it under lower resolutions like 1024x768? i think the icons will become a little bit too big on lowres screens.

keep it up!

CoSTa
"everything is under control" - kasparov demo
lordcoffee
Regular
Posts: 308
Joined: Tue Nov 29, 2005 10:22 pm
Location: Munich - Germany
Contact:

Post by lordcoffee »

@costa: I tested it on 800x600px and I think it will good.

@davecjr: of course! :D

@Carl: There's a little problem with the width of the Header. The Header is 2px larger than the mainpane. This is the same with your "original" default theme. Any ideas?

Edit: I've updated to the actual Version and the Startpage buttons over the footer still apear. :?:
carl_galloway
Regular
Posts: 1331
Joined: Sun Dec 04, 2005 5:43 pm
Location: Andalucia, Spain
Contact:

Post by carl_galloway »

lordcoffee,

1. I adjusted the width of the header by 2px so that th edge would line up with the border around the main content, other wise IE was ruining the way the page looked. Go ahead and adjust this to your needs.

2. Looking at the code for the startpage, I realise Garvin must have removed this to maintain backwards compatibility - sorry for misleading you. My original code is this;

Code: Select all

	<br />{if not $startpage}<a href="{$serendipityBaseURL}">{$CONST.FRONT_PAGE}</a> - {/if}<a href="{$serendipityBaseURL}archives">{$CONST.ARCHIVES}</a>{if not $footer_info} - <a href="#topofpage">{$CONST.BACK_TO_TOP}</a>{/if}
    {serendipity_hookPlugin hook="entries_footer"}
    </div>
And that should get you really excited when you see it working. Just imagine a different front page for your blog. You'd need to radically change your index.tpl, but I've already proven this will work and a talented designer should be able to make something really groovy out of this. Just remember that this is NOT backwards compatible and anyone running serendipity 0.91 will not be able to use your theme the way you intend.
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Post by Don Chambers »

very nice... I see some ideas in there I might have to copy!!! Great job!
=Don=
lordcoffee
Regular
Posts: 308
Joined: Tue Nov 29, 2005 10:22 pm
Location: Munich - Germany
Contact:

Post by lordcoffee »

Hi!

Now, I think the Theme is nearly ready. Watch here One Question to Carl:
In the style.css I can find these lines:
/* style for even numbered comments*/
.comment_evenbox {
margin:0 0 20px 0;
border-top:1px solid #5f90ba;
border-bottom:1px solid #5f90ba;
background-color:#fafbfc;
color:#505050;
line-height:1.5em; }

/* style for odd numbered comments*/
.comment_oddbox {
margin:0 0 20px 0;
border-top:1px solid #c0c0c0;
border-bottom:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em; }
But if I edit them it has no effect on the comments. Any Ideas?

Thanx, Lordcoffee
lordcoffee
Regular
Posts: 308
Joined: Tue Nov 29, 2005 10:22 pm
Location: Munich - Germany
Contact:

Uuups

Post by lordcoffee »

ooops.... I've deleted the "_" of the comments.tpl :oops:

Now I think its done! I'll clean all the data and post a downloadlink tonight.
May have a look if you like...

Look here!

Thanks, Lordcoffee!
carl_galloway
Regular
Posts: 1331
Joined: Sun Dec 04, 2005 5:43 pm
Location: Andalucia, Spain
Contact:

Post by carl_galloway »

lordcoffee, that is a very attractive theme. Its about time Serendipity had a green theme. Good work. Let me know if you want this posted on my themes tester
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Lordcoffee,

also please tell me if you would like to submit your theme to the Spartacus Repository? :)

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
lordcoffee
Regular
Posts: 308
Joined: Tue Nov 29, 2005 10:22 pm
Location: Munich - Germany
Contact:

Post by lordcoffee »

Of course I do, but this time i like to test it first on Carls Theme Tester! I'll be ready in 30 minutes to upload the zip-file. You can insert the to the Spartacus Repository but it's really really really possible that there are a lot of bugs. Because I'm designer not a programmer ;-)

oh... 29 minutes left...
lordcoffee
Regular
Posts: 308
Joined: Tue Nov 29, 2005 10:22 pm
Location: Munich - Germany
Contact:

Post by lordcoffee »

So, as I promised... here it is with screenshots, preview and TATTAAA its own emoticons :-D:

!Download here!

I'll call it "GreenMile".
carl_galloway
Regular
Posts: 1331
Joined: Sun Dec 04, 2005 5:43 pm
Location: Andalucia, Spain
Contact:

Post by carl_galloway »

Your wish is my command, it is on the themes tester ready for any last changes you want to make. When you're ready to release it properly could you send me a message so I can update the tester and create a trackback to your blog?

I had to make a few changes to a couple of entries to stop the design being blown out by my code examplaes that have no linebreaks. Ah well, it is more important to see what a theme looks like in normal use than to deliberately try to break every theme.

Hope this helps, and once again, well done. I think you'll be happy with the result. As per usual, use the 'Theme Switcher' to see 'Green Mile' in action.

Edit: Forgot to mention the themes tester is running the very first version of 1.0beta2 so is not the latest nightly.
lordcoffee
Regular
Posts: 308
Joined: Tue Nov 29, 2005 10:22 pm
Location: Munich - Germany
Contact:

Post by lordcoffee »

Hmmm... it seems to work, but one thing I'm wondering about:

:?: How could one entry stick into another :?:
Image

I'll also make a few category Icons that fit to the design.
For Audio, Computer, Mac, Xp, Web, Photo, Books, Movies, Games, Fun...

Please write me some more examples! :wink:

Thanks and greetz,
Lordcoffee!
Post Reply