8wayrun.com Now Running The Xenforo Beta!

I just want to say that the skin looks awesome now. Thank you guys for the hard work.
The background that Jaxel added really helped I think. There is one more style update coming soon that should fix any remaining small small issues or problems. :)

Also, is it possible to make a bigger visual difference between posts? Now there's only a white line separating posts. Would it be possible to make the even posts slightly different in colour than the uneven ones?
In the update I just released the line is a little bit brighter. Otherwise, if Jaxel adds this to EXTRA.css, the background color of the posts will subtly alternate. Personally, I don't like it that much, but who knows.

Code:
.messageList .message:nth-child(even),
.messageList .message:nth-child(even) .messageContent,
.messageList .message:nth-child(even) .messageMeta {
    background-color: #2e2e2e;
}

.messageList .message {
    margin: 0 -20px;
    padding: 10px 20px 30px;
}
 
You mean like every other forum which does alternating colours?

Anyway looks like this with the above code:
 

Attachments

  • FireShot capture.png
    FireShot capture.png
    205.7 KB · Views: 144
Back
Top