<script language="Javascript">function fixStupidLinks() { try { var interceptUrl = '/Outbound.aspx?Destination='; for (iLink=0; iLink < document.links.length; iLink++) {if( document.links[iLink].href.indexOf( interceptUrl ) != -1 ){ document.links[iLink].href =unescape(document.links[iLink].href.substring(document.links[iLink].href.indexOf( interceptUrl ) +interceptUrl.length)) ;}if( document.links[iLink].href.indexOf( "javascript:" ) == 0 ){document.links[iLink].target = "_self";} } } catch (linkExc) {} } setTimeout("fixStupidLinks();", 1);</script><style type="text/css">.ContentGrid th, .ContentGrid td { border:0px; }</style>
.ForumCategoryHeader { border: #ffffff 1px solid; }
.ContentBox, .ForumCategoryHeader { -moz-border-radius: 2px; -webkit-border-radius: 2px; margin-right: 1px; }.ContentGrid tr.ForumCategoryHeader, .ContentGrid td.ForumCategoryHeader, .ContentGrid th.ForumCategoryHeader { -moz-border-radius: 0px; -webkit-border-radius: 0px; }tr.ForumCategoryHeader td { background-color: #000000;color: #B8B8B8;padding: 5px; border: 0px; margin: 0px; font-weight: bold; }tr.ForumCategoryHeader th { padding: 5px; }div.ForumCategoryHeader, tr.ForumCategoryHeader, td.ForumCategoryHeader {background-color: #000000;color: #B8B8B8;padding: 5px; border: 0px; margin: 0px; font-weight: bold; }.ContentGrid th, .ContentGrid td { border-collapse: collapse; border-width: 1px; border-style: solid; border-color: transparent; }
tr.ForumCategoryHeader, td.ForumCategoryHeader { padding: 5px; border: #ffffff 1px solid; font-weight: bold; }tr.ForumCategoryHeader:first-child { border: 0px; }tr.ForumCategoryHeader td { padding: 5px; }
The first line adds the border to the main forums page and the topics page (but this doesn't change on IE for some odd reason *pulls out hair*).The second line tells non-IE browsers to turn off the border on the top line of the topics page... it's the line that has the column titles (topics, replies, views & last post)The last line adds padding around the text in the topics page headers (sticky topics and recently active topics).
.ForumCategoryHeader, .ForumCategoryHeader td { background: #333333 !important; }