nifty cubes [solved]
Posted: Sat Nov 17, 2007 12:22 pm
Was searching through the forum for changing the default wireframe1colwnews from square corners to rounded corners. the information was posted a year ago so i thought it might have changed in the new cmsmade simple. i really like the way this site looks
http://multiintech.com/index.php/rounde ... cubes.html
This is my site http://www.deadmonkeyrecords.com/. as you can see in the corners of each box the colour continues out. i have tried the ways written before be not luck. here is my setup if anyone colud tell me what thing to change.
this is what i have in the top of my template
{stylesheet}
these are the styles sheet i have
wireframe1colwnews : aRcolor
wireframe1colwnews : aRtypo
wireframe1colwnews : borders1
wireframe1colwnews : Forms
wireframe1colwnews : JSlayout1col
wireframe1colwnews : News
wireframe1colwnews : niftyCorners
wireframe1colwnews : niftyPrint
wireframe1colwnews : piclistMenu
wireframe1colwnews : wframeLayout1col
i have commented out everything that is borders, so i am not using it
have changed jscollayout to this
window.onload=function(){
if(!NiftyCheck())
return;
Rounded("div#header","all","#3BA93B","#3BA93B","border #F5DB4C");
Rounded("div#content","all","#7B97E1","#7B97E1","border #000");
Rounded("div#menu_horiz","all","#E9E9E9","#E9E9E9","border #000");
Rounded("div#contenthead","all","#f2f2f2","#f2f2f2","border #000");
Rounded("div#mainblock","all","#f2f2f2","#FFF","border #000");
Rounded("div#footer","all","#43B843","#43B843","border #F5DB4C");
}
have not changed anything in nifty.js
hope all this information leads to a answer
thanks
P.S. i think rounded corners should be the default , it look way nicer
http://multiintech.com/index.php/rounde ... cubes.html
This is my site http://www.deadmonkeyrecords.com/. as you can see in the corners of each box the colour continues out. i have tried the ways written before be not luck. here is my setup if anyone colud tell me what thing to change.
this is what i have in the top of my template
{stylesheet}
these are the styles sheet i have
wireframe1colwnews : aRcolor
wireframe1colwnews : aRtypo
wireframe1colwnews : borders1
wireframe1colwnews : Forms
wireframe1colwnews : JSlayout1col
wireframe1colwnews : News
wireframe1colwnews : niftyCorners
wireframe1colwnews : niftyPrint
wireframe1colwnews : piclistMenu
wireframe1colwnews : wframeLayout1col
i have commented out everything that is borders, so i am not using it
have changed jscollayout to this
window.onload=function(){
if(!NiftyCheck())
return;
Rounded("div#header","all","#3BA93B","#3BA93B","border #F5DB4C");
Rounded("div#content","all","#7B97E1","#7B97E1","border #000");
Rounded("div#menu_horiz","all","#E9E9E9","#E9E9E9","border #000");
Rounded("div#contenthead","all","#f2f2f2","#f2f2f2","border #000");
Rounded("div#mainblock","all","#f2f2f2","#FFF","border #000");
Rounded("div#footer","all","#43B843","#43B843","border #F5DB4C");
}
have not changed anything in nifty.js
hope all this information leads to a answer
thanks
P.S. i think rounded corners should be the default , it look way nicer