Jump to the post that solved this thread.
Not Solved Can't find this in the CSS
#1
Not Solved
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)
Reply
#2
Not Solved
Like this:??

   
Reply
#3
Not Solved
Yes! And for the box to the left as well.
Reply
#4
Not Solved
What do you want change in that user info box?
Reply
#5
Not Solved
Just the color of the black box surrounding the user info, and what you pointed out around the entire post block.
Reply
#6
Not Solved
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;
Reply
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 4 Guest(s)