PDA

View Full Version : Space between forum sidebar blocks?


vexxy
03-11-2010, 12:02 PM
How do I separate the sidebar blocks (the forum blocks manager ones). Currently, the forum displayes them sticked together, without no bottom spacing. I didn't find the stylevar for this..

--------------- Added 1268385639 at 1268385639 ---------------

no ideas about this style modification?

Scalemotorcars
06-03-2010, 10:53 PM
I would like to know also....

Charlie98902
06-03-2010, 11:26 PM
Lynne from here gave me the code so here it is:

#sidebar_container .underblock {background: none; height: 10px;}
#sidebar_container > ul {
-moz-border-radius:0px;
-webkit-border-radius:: 0px;
-moz-box-shadow: none;
background-color:transparent;
border:0px;
}
#sidebar_container .block {
background-color:{vb:stylevar forum_sidebar_background.backgroundColor};
border:{vb:stylevar forum_sidebar_border};
-moz-border-radius:{vb:stylevar border_radius};
-webkit-border-radius: {vb:stylevar border_radius};
-moz-box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
}

Put this in your additional.css template.

COL NIL SATIS
06-06-2010, 05:39 PM
Wow this is awesome!!!!!!!!!!!!!!! Thanks Charlie

Charlie98902
06-06-2010, 11:41 PM
No problem but the true thanks goes to Lynne :)

COL NIL SATIS
06-07-2010, 07:57 AM
Thanks Lynne,this is great

Lynne
06-07-2010, 12:40 PM
Glad to see this was useful. I started to keep all the CSS I've written for people in my CSS Cheatsheet and occasionally it proves useful again. :)