New Theme: Translucency - red & blue

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

New Theme: Translucency - red & blue

Post by lordcoffee »

Hi everybody!

Image

It's done! My Template called "Translucency" in finished and you can of course download it from here:

Download Translucency

and: Yes Garvin, you can put it into spartacus ;-)
If there any questions about it or if you have any Probs, just ask.

Greetings, Lordcoffee.
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Post by Don Chambers »

Nice job there lordcoffee!!!
=Don=
reihardL
Posts: 2
Joined: Sun Jun 10, 2007 1:26 pm

Post by reihardL »

yep, also this colorset is cool
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Great! :) Added to Spartacus!

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/
Harald Weingaertner
Regular
Posts: 474
Joined: Mon Mar 27, 2006 12:32 am

Post by Harald Weingaertner »

Really nice, but definitely too small for me ;)

Image
misspick
Regular
Posts: 6
Joined: Sat Dec 01, 2007 9:21 pm

Great Theme!

Post by misspick »

I am using your theme on my site and I'm very happy with it. I was wondering if there was a way to turn off the shortening of the titles on post.

For example, instead of
Your Weight Loss Can Stall ...
I want the title to be
Your Weight Loss Can Stall Because of Insufficient Water Consumption


I hope you can help me out!

P.S. Have you considered doing a wider version?
lordcoffee
Regular
Posts: 308
Joined: Tue Nov 29, 2005 10:22 pm
Location: Munich - Germany
Contact:

Post by lordcoffee »

Hi!

I'm glad you like it :-)

Just open the entries.tpl file and edit on line 14:

Code: Select all

<a href="{$entry.link}">{$entry.title|@default:$entry.body|truncate:37:" ..."}</a></h1>
just delete the:

Code: Select all

truncate:37:" ..."
so that you'll have:

Code: Select all

<a href="{$entry.link}">{$entry.title|@default:$entry.body}</a></h1>
That means that the headlines are not longer reduced to 37 characters.
Greetings, Lordcoffee!
misspick
Regular
Posts: 6
Joined: Sat Dec 01, 2007 9:21 pm

Post by misspick »

:lol: Thanks so much!
Chinster
Regular
Posts: 21
Joined: Tue Aug 28, 2007 4:02 pm

Post by Chinster »

Bit wider and I think I would try this theme out :)
Post Reply