News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Bacic code

Started by dilaca, January 26, 2005, 04:24:03 PM

Previous topic - Next topic

dilaca

Would someone mind telling me which part of the code changes a) the font size for the message windows and b) also the font size for the writing in the quote boxes please?

Also I have a problem with the Page numbers.  They are white writing on a yellow background so I'd like to change the writing to black.  It says Pages: in white then the page numbers in black but the ..... is white too.  How can I change it all to black?

I've been doing a bit of trial and error but each change takes ages on my slow computer and it would be to learn the code for those things so I know in future. 

Thank you.  :)

[Unknown]

Too many topics... I'm sorry, this is a month late :(.

I'm not clear what you mean by "message windows" and I actually left to come back, hoping I would understand better the second time.  Anyway, all of this is in the CSS - that said, the size of everything looks fine to me, although the page numbers are a bit off.

That's in this file:
http://www.puntroadend.com/yabbse/Themes/theme1/style.css

That is probably caused by this:

body, td
{
color: #FFFFFF;
font-size: 9pt;
font-family: verdana, arial, helvetica, serif;
}


Which should be:

body
{
color: #FFFFFF;
font-size: 9pt;
font-family: verdana, arial, helvetica, serif;
}
td
{
font-size: 9pt;
font-family: verdana, arial, helvetica, serif;
}


-[Unknown]

Advertisement: