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.

Change the Color of the Border between replys

2 posters

Go down

Change the Color of the Border between replys Empty Change the Color of the Border between replys

Post by HyphyMike November 9th 2010, 4:20 am

Forum: http://gpfamily.userboard.net/suggestions-questions-f8/guides-fourm-t21.htm


As you can see there are no separators.
I wanna know how to do this via CSS
Color: #205E0B

Not in the Colors Box. Please and Thanks.
avatar
HyphyMike
New Member

Posts : 14
Reputation : 0
Language : English

Back to top Go down

Change the Color of the Border between replys Empty Re: Change the Color of the Border between replys

Post by HyphyMike November 9th 2010, 6:39 am

Bump?
avatar
HyphyMike
New Member

Posts : 14
Reputation : 0
Language : English

Back to top Go down

Change the Color of the Border between replys Empty Re: Change the Color of the Border between replys

Post by Honor November 9th 2010, 5:30 pm

Be careful about bumping less than 24 hours after your last post - they're picky about that around here Wink

Your forum looks like PHPBB3, so I'm gonna go with that - for future reference (unless my suggestion is taken and they divide these sections by forum version), could you please tell us what you're using?

Code:
  .post {
    background-image: url('URL IMAGE');
    background-repeat: repeat;
    background-position: top center;
    border-width:1px;
    border-color:#205E0B;
    }

That's one way to do it - not the most conventional, but it works Smile You can also round the corners of each post (doesn't work in IE though) by adding this code to it:

Code:
-moz-border-radius : 10px;
-webkit-border-radius : 10px;


Edit:
I used that code to edit the first post of my threads. Here is what each of your posts will look like (sorta, with your colors and no background Razz)

http://mytestforum.ohmyforum.net/test-forum-f5/pre-release-feedback-t55.htm
avatar
Honor
Forumember

Female Posts : 172
Reputation : 17
Language : English
Location : Bouncing off the Walls

http://blueplanet.road2us.com

Back to top Go down

Change the Color of the Border between replys Empty Re: Change the Color of the Border between replys

Post by HyphyMike November 9th 2010, 11:18 pm

ohhh thats really cool. thank you very much

is there a way to do that for all the posts tho? they all look like one post on mine.

And yes phpBB3
avatar
HyphyMike
New Member

Posts : 14
Reputation : 0
Language : English

Back to top Go down

Change the Color of the Border between replys Empty Re: Change the Color of the Border between replys

Post by Honor November 10th 2010, 5:57 am

My bad! I completely forgot a very vital code for the Border - you MUST dictate a style. I'm sorry! Here's the code I'm using for all posts:

Code:
.post {
    border-style:solid;
    border-width:1px;
    border-color:#FFFFFF;
-moz-border-radius : 10px;
-webkit-border-radius : 10px;
    }

And I get this:
Change the Color of the Border between replys Pictur18

So it works now Smile

Just replace #FFFFFF with your color.
avatar
Honor
Forumember

Female Posts : 172
Reputation : 17
Language : English
Location : Bouncing off the Walls

http://blueplanet.road2us.com

Back to top Go down

Back to top

- Similar topics

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