Board index PBase HTML and Style Sheets Changing font size on Links and thumbnail titles?

HTML and Style Sheets

Changing font size on Links and thumbnail titles?

Customize your galleries.
timbo_bobcat
 
Posts: 22

Changing font size on Links and thumbnail titles?

Post Thu Aug 20, 2009 10:40 pm


Hi can you help? I'm trying to get to grips with CSS.

In my galleries such as

http://www.pbase.com/timbo_bobcat/maldives_2009__public

I can't work out how to change the font size on the top row of links (name, all galleries...) or on the titles for the thumbnails.

Help greatly appreciated - thanks.

mardoli
 
Posts: 589

Re: Changing font size on Links and thumbnail titles?

Post Fri Aug 21, 2009 4:59 am


Hello!
If I have well understood your question, these are the codes you should add to your CSS
to change the font appearance in the two sections

This one is to control the title under the thumbnails
Code: Select all
font {
font-family: verdana,helvetica,sans-serif;
font-size:10px;
font-weight: bold;
color :  #000000;
}

and this one is to control the line with the name, the name of the gallery and so on.
Code: Select all
b
{
font-family: verdana,helvetica,sans-serif;
font-size:10px;
font-weight: bold;
color :  #000000;
}

I hope it can help.
Have a nice day
Marisa
ImageImage
"Arguments are to be avoided; they are always vulgar and often convincing."
~Oscar Wilde~

timbo_bobcat
 
Posts: 22

Re: Changing font size on Links and thumbnail titles?

Post Fri Aug 21, 2009 6:21 pm


Thanks mardoli, those codes worked. :)

I still don't fully get this CSS language, but I'm getting there slowly.


Board index PBase HTML and Style Sheets Changing font size on Links and thumbnail titles?

Who is online

Users browsing this forum: No registered users and 2 guests

cron