I am trying out the theme Box_Grey on Drupal 4.7. In the forum section I noticed when i click on "Active Discussions" it displays the information on a table with aa background that does not match my site (blask background).

Also noticed that on Win Internet Explorer 6.028 the right column is overlapping the area in the middle where the forum is.

http://caspervandien.com/?q=forum

Comments

maxilious’s picture

The width problem seems to be coming from this code I added to the CSS. When i take it away the forum does not bump against the right column on Win I.E.

/* Make the drupal forum containers look like phpBB */
#forum {width:100%; background-color:#111111;}
#forum td.container {background-color:#111111; font-size: .9em; font-weight:bold;font-family:verdana;padding-top:5px;}
#forum td.forum{border:solid white 1px;height:50px; background-color:#111111;}
#forum td.forum:ff {border:solid white 1px;height:50px; background-color:#111111;}
#forum .description {font-size:.8em;}
#forum tr.dark {border:solid white 1px;height:50px; background-color:#111111;}
#forum tr.light {border:solid white 0px;height:50px;background-color:#111111;}
#forum td.dark, td.light, a:hover {color:#FFCC33;}
#forum td.posts{background-color:#111111; border:solid white 1px;}
#forum td.topics{background-color:#111111; border:solid white 1px;}
#forum td.last-reply{background-color:#111111; border:solid white 1px;}
/* After you click a forum container link, this page shows a list of topics inside the forum*/
#forum td.topic{width:600px;background-color:#111111; border:solid white 1px; padding:10px}
#forum td.topic:hover {width:600px;background-color:#111111; border:solid white 1px; padding 10px;}
#forum td.replies {background-color:#111111; border:solid white 1px;}
#forum td.created{background-color:#111111; border:solid white 1px;}
#forum td.icon{border:solid white 1px; background-color:#111111; padding:10px;}
/* Customize an actual forum post, which is output in node-forum.tpl.php*/
td.forum-header-left{border:solid white 1px;padding:10px;background-color:#000000;}
td.forum-header-right{border:solid white 1px;padding:10px;background-color:#000000;}
td.forum-middle-left{border:solid white 1px; background-color:#222222;padding:10px; }
td.forum-middle-right{border:solid white 1px; background-color:#000000; height:200px; width:600px; vertical-align:top;}
td.forum-bottom-left{border:solid white 1px;border-bottom:solid white 15px; background-color:#111111;}
td.forum-bottom-right{border:solid white 1px;border-bottom:solid white 15px; padding:5px; background-color:#FFCC33; text-align:right;}
maxilious’s picture

This seemed to put some color behind the tables I was talking about.
#tracker {background-color:#545454;}
#tracker tr {background-color:#121212;}