help needed for header image in s9y_thin?

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
jensen
Regular
Posts: 16
Joined: Wed Nov 09, 2005 6:12 pm

help needed for header image in s9y_thin?

Post by jensen »

hi there,

can someone please help me how to insert a header image to the s9y_thin theme?


thanky a lot and cheers from berlin,
jensen


btw, that's my blog ;-) http://www.pro25.de
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: howto: header image for s9y_thin?

Post by garvinhicking »

You can do that by editing the style.css file and insert something like:

Code: Select all

#serendipity_banner {
  background-image: url(http://www.s9y.org/forums/templates/subSilver/images/logo_phpBB.png);
}
#serendipity_banner h1, #serendipity_banner h2, a.homelink1, a.homelink2 {
background-color: transparent;
}
HTH,
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/
jensen
Regular
Posts: 16
Joined: Wed Nov 09, 2005 6:12 pm

Post by jensen »

that worked, thanks for promt reply. but how do i get rid of backgroundcolor change of the headline and subtitle while mouseover?


cheers,
jensen
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

There should be some ":hover" selector in your CSS which you need to remove/change...

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/
jensen
Regular
Posts: 16
Joined: Wed Nov 09, 2005 6:12 pm

Post by jensen »

yes, but i would like to keep the hover effect for the rest of the side? is there a way just to disable it for the banners?


cheers,
jensen
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Yes, sure, insert this then instead of the code I pasted earlier:

Code: Select all

#serendipity_banner {
  background-image: url(http://www.s9y.org/forums/templates/subSilver/images/logo_phpBB.png);
}

#serendipity_banner h1, #serendipity_banner h2, a.homelink1, a.homelink2, a.homelink1:hover, a.homelink2:hover {
background-color: transparent;
}
Try to see the difference, it should ring a bell for future adaptions of yours :)

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/
jensen
Regular
Posts: 16
Joined: Wed Nov 09, 2005 6:12 pm

Post by jensen »

a big big "lob" (don't know in english right now ;-)

for the promt and great supply!!!

keep on the good work!!!


gruss aus berlin,
jensen
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Thanks! Da nich für! ;-)

Viel Spaß noch mit Serendipity,
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/
jensen
Regular
Posts: 16
Joined: Wed Nov 09, 2005 6:12 pm

Post by jensen »

vielleicht ein wenig off-topic, aber hast du eine ahnung, warum der counter von bloggcounter.de nicht mitzählt? das meine eigenen reload nicht mitgezählt werden ist klar, aber da tut sich rein gar nix?!

gruss,
jensen
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Ja, der Blogcounter ist öfter down als einsatzbereit und macht sowieso nur Mucken. :-)

Viele Grüße,
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