MyBB Community Forums
Can't find this in the CSS - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: Can't find this in the CSS (/thread-207650.html)



Can't find this in the CSS - vOptix - 2017-01-22

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)


RE: Can't find this in the CSS - SvePu - 2017-01-22

Like this:??

   


RE: Can't find this in the CSS - vOptix - 2017-01-22

Yes! And for the box to the left as well.


RE: Can't find this in the CSS - SvePu - 2017-01-22

What do you want change in that user info box?


RE: Can't find this in the CSS - vOptix - 2017-01-22

Just the color of the black box surrounding the user info, and what you pointed out around the entire post block.


RE: Can't find this in the CSS - SvePu - 2017-01-22

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;