so we have defined sticky - non sticky and there must be an threadbit .attachment style too
Nope.
so we have defined sticky - non sticky and there must be an threadbit .attachment style too
Found it
need to add background color
background: {vb:stylevar threadbit_background};
which can be
The threadbit_background is a light alternating row color.
Isn't that what we want
It's what we have. Go to the baseball forum, or the NFL forum, or any of them.
I changed the doc_background and that got rid of that dark rows. Those dark rows followed the background color. :facepalm:
I wish this was beer night. :facepalm:
The individual forums are perfect. I just have to figure how to get alternating rows for the forum main page and the new post view.
BUT, I'm quitting right now. I wish this was beer night. :facepalm:
.threadbit.attachments {
margin: 0;
border: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
background: transparent;
font-size: {vb:stylevar font.fontSize}{vb:stylevar font.units};
}
.threadbit.attachments {
margin: 0;
border: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
background: transparent;
font-size: {vb:stylevar font.fontSize}{vb:stylevar font.units};
}
.threadbit .attachments, .threadbit .discussionrow {
background: {vb:stylevar threadbit_background};
}
Sounds good - I do think that this may be the key in the general forum
add to threadlist.css near the very bottom
This is already in there
PHP:.threadbit.attachments { margin: 0; border: 0; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background: transparent; font-size: {vb:stylevar font.fontSize}{vb:stylevar font.units}; }
Need to add this directly underneath
.threadbit .attachments, .threadbit .discussionrow {
background: {vb:stylevar threadbit_background};
}
it should look like this once you are done
PHP:.threadbit.attachments { margin: 0; border: 0; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background: transparent; font-size: {vb:stylevar font.fontSize}{vb:stylevar font.units}; } .threadbit .attachments, .threadbit .discussionrow { background: {vb:stylevar threadbit_background}; }
It doesn't work, it's in there as I type. Gonna get that out before I forget since it didn't do anything.
Have a beer!!
i thought the blue was better...the gray makes it hard to focus. JMO.
Nice JobI agree on the blue, I'll figure out the other later.
yes take it out
shit - it's in there already - one last try
change - background: transparent;
to
background: {vb:stylevar threadbit_background};
sorry man
edit - because it is transparent it is showing the background color of the whole site - just look to the margins to see that the color goes straight thru because it is transparent
background transparent might have worked.
.threadbit .sticky{ background: {vb:stylevar threadbit_hilite_background};
We use essential cookies to make this site work, and optional cookies to enhance your experience.
