Shape 5

Joomla Templates => Your Store - July 2007 - Club => : mona October 24, 2007, 05:49:18 AM



: Main Body-rounded border
: mona October 24, 2007, 05:49:18 AM
Hi there

I am using template style 1 and I and want to have a rounded border around the main body like the other styles have.

How can I make this happen.

Thank you kindly,

jeff


: Re: Main Body-rounded border
: jonahh October 24, 2007, 09:56:40 PM
Hey Jeff,

To accomplish this take the following code and past into your color1.css file.  You will notice the images are being pulled from the color3 folder.  You will have to edit the rounded corner images as they have a background color on them, once you take out this color you should be good to go.  Let me know if you still need any help with this, here is the code you need to add:


/* Main content and outer rounded corners */

#topmiddleshade {
   float:left;   
   width:100%;
   background:url(../images/color3/topmiddleshade.gif) repeat-x;
   height:6px; }
   
#bottommiddleshade {
   float:left;
   width:100%;
   background:url(../images/color3/bottommiddleshade.gif) repeat-x;
   height:6px; }

#maininnerleft {
   background:url(../images/color3/maininnerleft.gif) repeat-y;
   float:left;
   width: 4px;
   height:6px; }
   
#maininnerright {
   background:url(../images/color3/maininnerright.gif) repeat-y;
   float:left;
   width: 4px;
   height:6px; }
   

#bottomleftshade {
   background:url(../images/color3/bottomleftshade.gif) no-repeat;
   float:left;
   clear:both;
   width: 7px;
   height:6px; }

#topleftshade {
   background:url(../images/color3/topleftshade.gif) no-repeat;
   float:left;
   width: 7px;
   height:6px; }



#toprightshade {
   background:url(../images/color3/toprightshade.gif) no-repeat;
   float:right;
   width: 7px;
   height:6px; }

#bottomrightshade {
   background:url(../images/color3/bottomrightshade.gif) no-repeat;
   float:right;
   width: 7px;
   height:6px; }


.maininner2 {
   border-left: 1px #75888D solid;
   border-right: 1px #75888D solid;}

.maininner3 {
   padding: 13px;}


: Re: Main Body-rounded border
: mona October 25, 2007, 11:35:01 AM
 ;DNo Kidding!!!

Wow , You just bought yourself a customer for life!

Cheers,

Jeff ;D