Results 1 to 5 of 5
-
07-01-2012, 04:51 PM #1
Need some help with forum CSS styling
Hello guys!
I'm currently setting up my forum and I want to change some defaults.
I have SMF 2.0.2
The problem is that by default it doesn't have a post separator. But there's a mod to change that. Basically it modifies 2 files: Display.template.php and index.css
My question is about the latter one. It adds this at the end of the file:
.seperate {
/* border: 5px solid #fff; thickness and color of box outline*/
margin: 7px auto; /*to push the gap between the posts*/
}
I do get the white spacing between the posts, BUT what I had in mind was something that goes a little beyond that. I attached a file that shows how I would like it to look like more or less. The color of the border could be solid one, that's not so critical to me.
When I tried to uncomment the 2nd line, what happened is that I got a border around the post and everywhere (ie. top, bottom, right and left) was the same. Same thickness that is...
Anyway, if anybody knows what to do please let me know!
-
07-05-2012, 04:55 AM #2
Junior
- Join Date
- Feb 2012
- Posts
- 198
- Thanks
- 1
- Thanked 2 Times in 2 Posts
- Feedback Score
- 0
if you don't want to have every side a border you can do a separate declare for each side..
Code:border-top: 5px solid #fff; border-right: 5px solid #f00; border-bottom: 5px solid #0f0; border-left: 5px solid #00f;
-
07-05-2012, 08:35 AM #3
Freshman
- Join Date
- Jul 2012
- Location
- Pakistan
- Posts
- 32
- Thanks
- 1
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
give border from side which you want separately. border-eft:3px solide #000; border-top:2px solide #ff0000; etc,
-
07-19-2012, 09:45 PM #4
Sorry, I was away...
Thanks a lot for your help!
-
01-15-2013, 12:56 AM #5
Junior
- Join Date
- Jan 2013
- Posts
- 260
- Thanks
- 19
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
i think you can use borders to he side which you want to use separately
Similar Threads
-
Hire forum posters for an internet marketing forum
By petersick in forum ServicesReplies: 0Last Post: 10-18-2011, 05:31 PM -
Webmaster forum - Forum posting contest - Win 100$ - easy cash
By petersick in forum ContestsReplies: 2Last Post: 10-17-2011, 01:06 AM -
Services For fresh webmaster forum site Owners.A forum poster company.
By us0343 in forum Marketplace - Buy, Sell & TradeReplies: 0Last Post: 08-15-2011, 11:57 AM -
Any good forum moderation & 3rd party forum posting services?
By Soderling in forum Forum ManagementReplies: 0Last Post: 08-01-2011, 06:16 AM -
New Forum Directory - Free Submission - Get your Forum Linked
By sid213 in forum Directory Announcements & PromotionsReplies: 3Last Post: 01-28-2009, 04:27 PM



Reply With Quote

