SMF Version: SMF 1.1 RC2
Feeling a bit dorkish --- this is what I get for not saving a copy of the original before messing with it because I mistakenly thought I'd be able to remember where I'd changed things.
Der.
On this site: http://www.krysiasweb.net/JTLFF (http://www.krysiasweb.net/JTLFF), I took off the borders that separated the forums horizontally. My co-Admin, however, loves having horizontal borders to define the separate topics and/or forums, and would like them back. I'm using an "integrated" version of the "classic" (YaBBSE) theme, and couldn't remember where I'd changed either the CSS or the index.template.php to remove the borders initially.
Help?
:D
Oh, and apologies if I posted this topic in the wrong forum. I wasn't sure where to put it, actually. :-[
Check the border for the windowbg class.
In the CSS or the index.template.php?
CSS.
Jay, it says:
/* Alternating backgrounds... */
.windowbg
{
color: #000000;
background-color: transparent;
}
.windowbg2
{
color: #000000;
background-color: transparent;
And thank you, btw, for responding! :D Mmmmwah! :D
Edit: My bad. Wrong style.css!
Take a look at border color. That handles the table for the whole set of posts.
Hm. Okay, that says:
/* The borders around things. */
.bordercolor
{
border: 1px solid #000000;
background-color: transparent;
}
.tborder
{
border: 1px solid #000000;
}
See, ideally, I would just like for there to be horizontal borders for each forum and then for each topic within a forum, as opposed to bordering up the entire table. (If that makes any sense.)
There's already a border around the initial border around the whole index, of course. Let me create a test member so you can see...
Okay:
User name: TechSupport
Password: techsupport1
:)
I can't seems to find the right spot for it. I will move this to the Graphics board so someone from the Design tean can take a look into it.
Thank you, Jay. :)