a few Kubrick questions..

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
Superteddy
Regular
Posts: 13
Joined: Thu Apr 28, 2005 1:02 am

a few Kubrick questions..

Post by Superteddy »

I want to change the color and size on the dates that are under the header.

I have looked trough the Index.php, Events.php and Style.css, but i didnt find it. could someone help ?

Also im wondering about this. ( Code is plain text from the page, just wanted to make it more visual )

Code: Select all

 Posted by Bernt  in Life & Children at 20:36  | Comments (0)  | Trackbacks (0)  | Edit entry
I want it to have a icon before Posted. do i just put up the link <img src="path/to/mg.gif"> before the Posted by ?

Cheers,
Bernt S
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: a few Kubrick questions..

Post by garvinhicking »

You can change the color and size of every output via CSS. No need to edit any other files than style.css. Just look up in which div container your date is in on the HTML output and use that selector to access it. I'm not good at the kubrick template, but in s9y templates it's the ".serendipity_entryDate" selector.

The "posted by" stuff can be modified in your entries.tpl file.

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/
Post Reply