Topic: Black, it should be white?

Look

http://forum.shamir88.com/viewtopic.php?id=3

Why is that, is it a bug? :S, or what should i change/add in Shamir88_cs.css ?

2

Re: Black, it should be white?

It's black because you made it black with this line

DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #000000}

Change the color to #ffffff and it should work fine.

Re: Black, it should be white?

Thx Paul big_smile

Re: Black, it should be white?

Btw Paul why is the forum text very small when i view with IE?

It works perfekt with Firefox, but i dont have firefox at school, nor my friends use it. sad

5

Re: Black, it should be white?

It's because you have set a font-size of 8.5pt on Body. PunBB uses a font size of 62.5% for IE on Div.pun so IE will zoom text size. This assumes that body has no font-size so you get 62.5% of the default size. What you are getting is 62.5% of 8.5pt.

Find this line and change the font size to a higher percentage until it looks right.
* HTML BODY .pun {FONT-SIZE: 62.5%}
If you don't care about being able to zoom font-sizes in IE then you can just change it to 10px if you prefer.

Re: Black, it should be white?

oh thx

7

Re: Black, it should be white?

Actually you wont be able to zoom in IE anyway because you have use a fixed size on body so just change it to 10px.

Re: Black, it should be white?

Everything works now, thx alot big_smile

9 (edited by Shamir 2005-02-03 12:44)

Re: Black, it should be white?

Hmm i still have a question, about the difference between the styles.

Look at http://shamir88.com/

and then http://forum.shamir88.com/

You will notice that the forum goes higher up. I wounder why is that? is there a way to change it? :D


EDIT:

I have noticed it gets fixed when i take away:

<pun_head>

Now, i wounder where can i edit it? if im not wrong <pun_head> <-- is a shortcut to something? :D