Cool it works, thanks for all your assistance.
1 2007-04-13 23:44
Re: CSS-styling - posts changing colors bug (rowodd/even) (6 replies, posted in PunBB 1.2 troubleshooting)
2 2007-04-13 21:20
Re: CSS-styling - posts changing colors bug (rowodd/even) (6 replies, posted in PunBB 1.2 troubleshooting)
Why not just
.roweven * { ... )
?
* takes everything but that box.
And why I didn't use * ... I'm a noob
3 2007-04-13 20:51
Re: CSS-styling - posts changing colors bug (rowodd/even) (6 replies, posted in PunBB 1.2 troubleshooting)
That's a clearer div I believe
Doesn't seem to work.
4 2007-04-13 19:21
Topic: CSS-styling - posts changing colors bug (rowodd/even) (6 replies, posted in PunBB 1.2 troubleshooting)
Hi good people,
I've encountered a problem when trying to changing colors between each post.
The problem shows itself with posts longer than x lines. I'm talking about the background colored box over the on/offline status.
I should warn you I'm a beginner at this so bear with me.
DIV.box, .pun BLOCKQUOTE, DIV.codebox, #adminconsole FIELDSET TH, .rowodd, #adminconsole TD, #adminconsole TH {
border-color: #ffffff
}
.roweven, .roweven .postfootleft, .roweven .postleft, .roweven .postfootright, .roweven .postright {
background-color: #dff0ff;
}
.roweven h2 {
background-color: #dff0ff !important;
}
.rowodd h2 {
background-color: #fafafa !important;
}
.blockpost h2 {
font-size: .95em !important;
}
Is the current hack, any idea what that box is called?
Any help will be greatly appreciated.