Catergory Icon problem with Joshua theme

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
DortoH
Regular
Posts: 82
Joined: Fri Feb 25, 2005 2:00 am

Catergory Icon problem with Joshua theme

Post by DortoH »

I have assingend icons for my categories and they show up fine, however there is no padding between the text of the entry and the image.

I am using the Joshua theme on 0.9 and assume this can be changed with CSS but I can't find where.

http://blog.dortoh.ca

You can see the problem there
Rod
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Catergory Icon problem with Joshua theme

Post by garvinhicking »

Just add this:

Code: Select all

img.serendipity_entryIcon {
    float: right;
    border: 0px;
   margin: 5px;
}
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/
DortoH
Regular
Posts: 82
Joined: Fri Feb 25, 2005 2:00 am

Post by DortoH »

Perfect, no wonder I couldn't find it ;)
Rod
Guest

Post by Guest »

hey how did u change the pic at the top
DortoH
Regular
Posts: 82
Joined: Fri Feb 25, 2005 2:00 am

Post by DortoH »

In the IMG directory for the theme, replace titlebg.jpg
Rod
Guest

Post by Guest »

i try doing this, but it keeps reverting back to the old image :/
theseus
Regular
Posts: 41
Joined: Mon Oct 17, 2005 3:40 am

Re: Catergory Icon problem with Joshua theme

Post by theseus »

garvinhicking wrote:Just add this:

Code: Select all

img.serendipity_entryIcon {
    float: right;
    border: 0px;
   margin: 5px;
}
Best regards,
Garvin
Garvin,

I added this to the Joshua template css but it didn't make a difference. Is that that the right css file or is it another one? http://www.cambigue.com/serendipity
Last edited by theseus on Fri Mar 17, 2006 12:10 pm, edited 1 time in total.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Catergory Icon problem with Joshua theme

Post by garvinhicking »

Theseus, please tell me your URL.

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/
theseus
Regular
Posts: 41
Joined: Mon Oct 17, 2005 3:40 am

Re: Catergory Icon problem with Joshua theme

Post by theseus »

garvinhicking wrote:Theseus, please tell me your URL.

Regards,
Garvin
http://www.cambigue.com/serendipity
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Catergory Icon problem with Joshua theme

Post by garvinhicking »

Uh, your blog doesn'T contain any category icons. So no wonder that the CSS doesn'T affect anything. :-)

You must assign icons to your categories via the Category Manager in the Backend.

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