The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to make one side of the post message a different color.

Go down

How to make one side of the post message a different color. Empty How to make one side of the post message a different color.

Post by Guest January 16th 2015, 7:59 pm

Hello there. Any idea how I could change the color before the white line on the post messages?

Example change the color before the white line:  http://prntscr.com/5t9idy


Please try help. Smile
avatar
Guest
Guest


Back to top Go down

How to make one side of the post message a different color. Empty Re: How to make one side of the post message a different color.

Post by Ange Tuteur January 17th 2015, 1:19 am

Hey,

It looks like phpbb3, and I know the line isn't that big. Anyhow, this will change the color of the profiles, and add a border too.
Code:
.postprofile {
  background:#444;
  border:1px solid #666;
  border-radius:3px;
  padding:3px;
}

If you still insist on coloring the whole left side, I'd recommend using a background image on posts. Like this :
Code:
.post { background:url(imagetocolor.gif) repeat-y left top #3A3A3A }

Replace imagetocolor.gif by the URL of your image. I'd suggest one that's about 300px in width.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum