MyBB Community Forums

Full Version: Can't find this in the CSS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://entertainmentjoy.com/thread-44.html

I want to edit that ENTIRE black box, not just the white area where I already managed to find.

Also the black box around the postbit I can't find. (avatar and information area).

(the color around it)
Like this:??

[attachment=38235]
Yes! And for the box to the left as well.
What do you want change in that user info box?
Just the color of the black box surrounding the user info, and what you pointed out around the entire post block.
The color of user info box you can change in theme stylesheet "new.css" -  class "user"

Postbox:

* in new.css - class: stposts set the padding to 0
* in global.css - class: post_content also padding to 0
* add a new class in global.css:
.post_head {
    padding: 10px;
}

* edit class post_body in global.css to
.post_body {
 font-size: 14px;
 padding: 12px 10px;
 min-height: 200px;
}

and remove in global.css - class: postbit_classic the padding-top:15px;