Back to vBulletin 4.x Template Modifications

add space between the sideblocks
Mod Version: 4.13, by COL NIL SATIS

vB Version: 4.0.3 Rating: (12 votes - 5.00 average) Installs: 86
Released: 06 Jul 2010 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code Translations  

This code adds space between the sideblocks

goto your additional.css template and add at the very bottom

HTML Code:
#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 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};
}
For CMS add at the very bottom of addittional.css

HTML Code:
.cms_widget {margin-bottom: 10px;}
Thanks to :

Original code provided by Lynne Tweaked to work with all versions of vbulletin upto 4.1.3,it'll probably work with the latest version too!!
Charlie9802 for providing CMS Code

Code updated!!! 2-6-2011

tested on 4.1.3 so far all previous versions it will work on

Enjoy

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024