vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   vBulletin Forum Sideblocks - add space between the sideblocks (https://vborg.vbsupport.ru/showthread.php?t=245994)

Scalemotorcars 10-11-2011 01:18 PM

I think I fixed the shadow issue for Chrome.

Find these lines in sidebar.css

Code:

#sidebar_container > ul {
        background:{vb:stylevar sidebar_background};
        border:{vb:stylevar sidebar_border};
        -moz-border-radius:{vb:stylevar border_radius};
        -webkit-border-radius: {vb:stylevar border_radius};
        border-radius: {vb:stylevar border_radius};
      -moz-box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
        -webkit-box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
        box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
        float:{vb:stylevar left};
        width:100%;
}

Replace it with this.

Code:

#sidebar_container > ul {
        background:{vb:stylevar sidebar_background};
        border:{vb:stylevar sidebar_border};
        -moz-border-radius:{vb:stylevar border_radius};
        -webkit-border-radius: {vb:stylevar border_radius};
        border-radius: {vb:stylevar border_radius};
        float:{vb:stylevar left};
        width:100%;
}

Now go and replace the code from this mod with this code.

Quote:

#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};
-webkit-box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
}
Confirmed working on a 4.1.4 board and Chrome, Firefox, IE browsers. I have checked others. :)

pantani 10-17-2011 08:44 AM

Thanks works fine 4.1.7 :)

COL NIL SATIS 10-19-2011 01:37 PM

Quote:

Originally Posted by TheTrust (Post 2253104)
myself i changed the background

instead of

HTML Code:

#sidebar_container .underblock {background: none; height: 10px;}
to:

HTML Code:

#sidebar_container .underblock {background: url("link of your bg image"); height: 26px;}
it gives a nice look

thank you COL NIL SATIS for your great work

You are Welcome :)

albanah 11-14-2011 09:10 PM

what is the code for blog sidebar?
Please help

AddwireCom 01-06-2012 09:14 PM

I still have a shadow on Firefox, i dont is there an update for Version 4.1.9?

Ra11en 01-17-2012 04:25 PM

Installed on 4.1.9 and is working great. Thanks!! Makes it look so much better!

lfreem2 01-25-2012 03:45 PM

Sweet! Works like a charm on 4.1.10! Thanks for sharing!

ProFifaLeagues 01-25-2012 10:29 PM

Quote:

Originally Posted by albanah (Post 2267978)
what is the code for blog sidebar?
Please help

Not supported but try this and if I remember right Lynne posted this originally?

Put this in the additional.css template:

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

fxdigi-cash 06-10-2013 06:52 PM

works great on vb4.2.1

Thanks

oldfan 03-12-2014 05:49 AM

works great on 4.2.2, thanks


All times are GMT. The time now is 05:50 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01141 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete