inherit
190452
0
Oct 1, 2013 19:15:25 GMT -8
neonbrights
4
February 2013
neonbrights
|
Post by neonbrights on Feb 22, 2013 23:45:51 GMT -8
Hello! I am looking for a template modification that can recreate the border I currently have around my V4.5 forum. Here is my current border, note that it is best viewed with google chrome web browser, as I don't think it works in explorer. not sure about firefox/opera/etc. autumnlake.proboards.comAlso note that the borders are rounded and the outside border gets smaller as it curves into the top of the border. The bottom is the same. Also, if this could work across all web browsers, that would be awesome. Here is my current beta site: autumnlake.freemessageboards.com/I'm constantly playing around on it, so things might change and stuff. Please, don't mind the ugly side bar. I assure you, I will get around to making it prettier. Anyway, I hope you understand what I am looking for. Thank you very much!
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Feb 26, 2013 3:18:00 GMT -8
Go to Admin > Themes > Colors & Styles and then click on the tab, Style Sheet. At the very bottom of the css style sheet add this:
#wrapper{ width:700px; background-color: #d1c08d; margin-left: auto; margin-right: auto; margin-top: 2px; margin-bottom: 2px; border-left: 50px #867542 solid; border-right: 50px #867542 solid; padding: 26px 50px 26px 50px; padding-right:50px; border-radius: 100px 100px 100px 100px; -moz-border-radius: 100px 100px 100px 100px; -webkit-border-radius: 100px 100px 100px 100px; }
BTW: That should work in IE now as well as other major browsers. No need to do anything else unless just tweeking the css above.
|
|
inherit
190452
0
Oct 1, 2013 19:15:25 GMT -8
neonbrights
4
February 2013
neonbrights
|
Post by neonbrights on Feb 26, 2013 15:23:11 GMT -8
Thank you very much!!!
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Feb 26, 2013 16:47:48 GMT -8
You're welcome.
|
|