vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   How can I separate 2 sidebar blocks from each other using a separator (space)? (https://vborg.vbsupport.ru/showthread.php?t=252523)

Lynne 11-22-2010 02:49 PM

It's your -moz-box-shadow.

vexxy 04-10-2011 11:34 AM

sorry for the so late response, but my left border thing seems unresolved atm...i tried rmoveing all moz-shadow styles, wtih no luck...here's the code I Have, maybe i'm missing something:

Code:

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

again sorry for the late reply..and I appreciate your support

Lynne 04-10-2011 05:48 PM

This is in your css:
HTML Code:

#sidebar_container > ul {    background: url("http://www.bytesin.com/images/misc/blog/top-highlight.png") repeat-x scroll left top #F1F1F1;    border: 1px solid #C1C1C1;    border-radius: 5px 5px 5px 5px;    box-shadow: -2px 2px 2px #C8C8C8;    float: left;    width: 100%;}
// does not comment out css. You need to use /* this is commented out */

vexxy 04-11-2011 09:09 AM

i found the lines you were talking Lynne, there were in forumhome.css...didn't had any ideea that I was there...anyway, properly commented the line but still no effect...also, isn't additional.css suppose to override any css styles used in other css?

edit: it works now, css were saved as files so cache problem...tnx alot Lynne

--------------- Added [DATE]1302548924[/DATE] at [TIME]1302548924[/TIME] ---------------

actually I have a..wierd problem..if i setthe forum to "Store CSS Stylesheets as Files?" to No, the sidebar looks good, without no border anything. If I re-enable them, the border is back. I've checked the /clientscript/vbulletin_css and deleted all the temp folders and css files stored there then set the option to Yes again..same thing..

im in a bit of a situation I don't understand :(

vexxy 04-22-2011 07:21 AM

so..any ideea guys?

Lynne 04-22-2011 03:50 PM

It should be the same unless the software is unable to write the files to the directory. Have you checked that?


All times are GMT. The time now is 06:02 AM.

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.01062 seconds
  • Memory Usage 1,726KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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