Board index PBase HTML and Style Sheets color change Thumbnail Title

HTML and Style Sheets

color change Thumbnail Title

Customize your galleries.
toondesmit
 
Posts: 25

color change Thumbnail Title

Post Mon Oct 22, 2007 6:25 pm


I just want to change the color of the thumbnail title.

Now I try to do that while changing font color in my css. But then some other things change in color as well. ie slideshow.

What is the correct "grammar"?

Toon

alangrant
 
Posts: 861


Post Mon Oct 22, 2007 10:04 pm


Try this:
Code: Select all
td.thumbnail font {color: green;}


This restricts the effect to <font> tags within a thumbnail table cell, so it shouldn't have any side-effects elsewhere.

This code only applies to the title of thumbnails for individual images, not thumbnails representing galleries. The latter can be controlled using the <b> tag:
Code: Select all
td.thumbnail b {color: green;}


Or both can be combined (if you want the same colour for both):
Code: Select all
td.thumbnail font, b {color: green;}
Alan
Travel Photos - http://www.pbase.com/alangrant
Balkanology: Explore Southeast Europe - http://www.balkanology.com/

toondesmit
 
Posts: 25


Post Mon Oct 22, 2007 10:24 pm


Thx Alan! I quickly tested it and it works!


Board index PBase HTML and Style Sheets color change Thumbnail Title

Who is online

Users browsing this forum: ClaudeBot and 1 guest