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 ?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → 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 ?
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.
Thx Paul
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.
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.
oh thx
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.
Everything works now, thx alot
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
PunBB Forums → PunBB 1.2 troubleshooting → Black, it should be white?
Powered by PunBB, supported by Informer Technologies, Inc.