inherit
177461
0
Apr 21, 2019 7:46:59 GMT -8
Speed33
168
March 2012
speed33
|
Post by Speed33 on Jan 16, 2013 6:35:51 GMT -8
Ok Lets start with this code adjust all of the variables to your liking.
/* border around forum */ /* PLACE AT BOTTOM OFF CSS STYLE SHEET */
#wrapper {background-color: #777777; padding: 30em;} /* curved border around forum*/ #wrapper {background-image: url('URL IMAGE IF YOU SO DESIRE'); width:900px; padding: 30px; border-radius: 3em 3em 3em 3em;-moz-border-radius: 3em 3em 3em 3em;-webkit-border-radius: 3em 3em 3em 3em; border: 1px solid; } #wrapper { margin-left:auto; margin-right:auto; margin-top:50px; margin-bottom:50px; border: 1px solid #c0c0c0; box-shadow: -1px 1px 14px 12px #4f4f4f; border-radius:30px; }
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Jan 16, 2013 19:13:00 GMT -8
Thanks Speed33 this is great. I made a couple value changes and it looks good. I have a question about the width:900px; though. That appears to set the width of the entire forum, which is already set elsewhere in the CSS. I removed this line item and it doesn't appear to negatively affect it. Does this sound about right? The one other thing I would like to try and accomplish is to not include the bottom banner ads in the wrapper, have the border cut across just below the Shout Out box. Not sure it this can be done with CSS or I would need to move to graphics. f-106deltadart.freemessageboards.com/
|
|
inherit
177461
0
Apr 21, 2019 7:46:59 GMT -8
Speed33
168
March 2012
speed33
|
Post by Speed33 on Jan 16, 2013 20:11:47 GMT -8
Looks great! and yes the width sounds right.
As for the bottom banner try and move the graphic. I gave you the same code I am using on my beta and as you might have noticed it does not include the bottom ads and etc. experiment with it, use your preview pane before saving to tweak it to your liking.
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Jan 16, 2013 20:14:46 GMT -8
Looks great! and yes the width sounds right. As for the bottom banner try and move the graphic. I gave you the same code I am using on my beta and as you might have noticed it does not include the bottom ads and etc. experiment with it, use your preview pane before saving to tweak it to your liking. Really appreciate the help, and thanks for the compliment. This is a great addition to the site imo.
|
|
inherit
177461
0
Apr 21, 2019 7:46:59 GMT -8
Speed33
168
March 2012
speed33
|
Post by Speed33 on Jan 16, 2013 20:16:49 GMT -8
Yes it is nice I like it!
|
|
inherit
177461
0
Apr 21, 2019 7:46:59 GMT -8
Speed33
168
March 2012
speed33
|
Post by Speed33 on Jan 16, 2013 20:20:13 GMT -8
|
|