teelium Posted March 8, 2010 Share Posted March 8, 2010 Ok so basically I've been redesigning a forum from a blue/green style to red, and for some reason there is a blue/green border under the red new design, and around all tables etc. http://www.afterlifegaming.net/main/ I've looked everywhere for these colors inside CSS styles and images, and I've found several commands which I thought would solve my problem but it does not work. /* tableborders gives the white column / row lines effect */ .plainborder, .tablefill, .tablepad{ background: #2B2B2B; border: 1px solid #702f2e .borderwrap, .borderwrapm, .borderwrap_2{ /* this will affect the outlining border of all the tables and boxes through-out the skin. */ border: 1px solid #702f2e; background: #282828; padding: 1px; margin: 0px; } .borderwrap_2{ border: 1px solid #702f2e; } .borderwrapm{ border: 1px solid #702f2e; margin: 5px; } I thought that at least one of those commands would make a difference but it seems it does not. I'm in desperate need of help as I am not very good with CSS and this is so frustrating! Thank you in advance Quote Link to comment Share on other sites More sharing options...
haku Posted March 9, 2010 Share Posted March 9, 2010 in css_39.css, on or around line 1287, change this: background:#8CA0AC url(afterlifev3/catend.gif) repeat-x scroll 0 100%; to this: background:url(afterlifev3/catend.gif) repeat-x scroll 0 100%; Quote Link to comment Share on other sites More sharing options...
teelium Posted March 9, 2010 Author Share Posted March 9, 2010 Thank you!! There's one more part where the green seems to stay though. On the top of the forums, where you can update your mood with the "Update Mood" button, still has green borders. Any fix for that? Thanks Quote Link to comment Share on other sites More sharing options...
teelium Posted March 9, 2010 Author Share Posted March 9, 2010 I have found how to alter these colors now and now I only have one problem left. The shoutbox has a warning box above stating some rules, where do I alter the colors of this box? Thank u!! Quote Link to comment Share on other sites More sharing options...
Zane Posted March 9, 2010 Share Posted March 9, 2010 Because of the fact that I have to sign up to your website to help you.. I gave up on figuring this out. But I can give you some excellent advice that will aid you in future and current problems. Get the Firebug add-on for Firefox!! It has an Inspect feature that allows you to highlight a specific element on your page in which it will tell you exactly what CSS properties are involved with it. That is most likely how haku spotted your problem... assuming he registered for your forum. Quote Link to comment Share on other sites More sharing options...
teelium Posted March 9, 2010 Author Share Posted March 9, 2010 Yes Zanus guests are not allowed to use the shoutbox to prevent spam. Thank you for the tip, I will try it!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.