Hello everyone... I'm running into an interesting challenge... my template colors.
When viewing the index.php page in IE the colors differ from that of NN.
Example:
http://www.nsucom2006.com/yabbse/index.phpIn addition, the news text/background is different colors for IE and NN
The strange part about this is that when you go from the Main Forum Page (listing the discussion categories) into a specific forum, the colors change again.
Example:
http://www.nsucom2006.com/yabbse/index.php?board=1Now, here is the most interesting thingy... the colors are programmed in the template.htm file to be the ones in the individual forums (second example) - even for the main page (index.php).
Any ideas why the main page is showing up in the wrong colors?
Any ideas why NN colors are different from IE's?
Main website link:
http://www.nsucom2006.comMessage board link:
http://www.nsucom2006.com/yabbse/index.php running YabbSE v1.30 (+patch)
Code in template.htm file:
table {border: 1 groove; border-color: #ffffff;}
td {font-family: Verdana; color: #ffffff; font-size: 10pt;}
<!-- {background-color: none; color: #ffffff; border: 1 outset; border-color: #000000; font-size: 10pt} -->
<!-- Folder bkgd, #topics and #posts bkgd, subject bkgd, text body bkgd First odd replies-->
.windowbg {background-color: #303a42;}
<!-- Subject bkgd all other boxes not from .windowbg Second and Even Reply windows -->
.windowbg2 {background-color: #252525;}
<!-- Line drawn between title and body of a post -->
.windowbg3 {background-color: #656565;}
.titlebg {background-color: #808080;}
<!-- text of 'news' and title of posts -->
.text1 {background-color: #transparent; font-style: normal; font-weight: bold; font-size: 10pt; color: #ffffff;}
.meaction {font-style: normal; font-weight: bold; font-size: 10pt; color: #ffffff;}
.catbg {background-color: #40454C; color: #CCCCCC; font-weight: bold; font-size: 10pt;}
.bordercolor {background-color: #130287;}
.quote {font-size: 10px; font-family: Arial; color: #FFFFFF; background-color: #666666;}
.code {font-size: 10px; font-family: Courier New; color: #ffffff; background-color: #FFB920;}
.regular {background-color: #130287; font-family: Verdana; font-size: 10pt; color: #333333;}
.regular2{background-color: #DDDDDD; font-family: Verdana; font-size: 10pt; color: #333333;}
.bottomradio{background-color: #666699; font-family: Verdana; font-size: 10pt; color: #333333;}
.boarddesc {background-color: #8888AA;color: #000000;}
TD {font-family: Verdana; color: #ffffff}
input {background-color: #333333; font-family: Verdana; font-size: 10px; color: #ffffff;}
textarea {background-color: #333333; font-family: Verdana; font-size: 10px; color: #ffffff;}
select {background-color: #333333; font-family: Verdana; font-size: 7pt; color: #ffffff;}
Thank you in advance for help!
-Amra
P.S. Forgive me if I missed something st00pid... I haven't slept since Friday (and I lost a lot of $$ in Atlantic City).