vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Border radius - siderbar (https://vborg.vbsupport.ru/showthread.php?t=313586)

WoODoO 08-09-2014 12:22 PM

Border radius - siderbar
 
Guys, need some help for this case.

How to remove this radius borde?
https://vborg.vbsupport.ru/external/2014/08/42.png

To like this
https://vborg.vbsupport.ru/external/2014/08/43.png

ozzy47 08-09-2014 12:29 PM

Add this to your additional.css:

Code:

/* Start remove sideblock radius */
#sidebar_container .block
{
    border-radius: 0px !important;
}
/* End remove sideblock radius */

Make sure you add it to the style you are working with.

WoODoO 08-09-2014 01:14 PM

Quote:

Originally Posted by ozzy47 (Post 2510495)
Add this to your additional.css:

Code:

/* Start remove sideblock radius */
#sidebar_container .block
{
    border-radius: 0px !important;
}
/* End remove sideblock radius */

Make sure you add it to the style you are working with.

It did not work :(

ozzy47 08-09-2014 01:22 PM

Link to page?

So I understand correctly, you are trying to remove the radius, not add it to the block, PBT no Facebook?

WoODoO 08-09-2014 01:31 PM

Quote:

Originally Posted by ozzy47 (Post 2510509)
Link to page?

So I understand correctly, you are trying to remove the radius, not add it to the block, PBT no Facebook?

Link
http://www.taticalgamers.com.br/forum/forum.php

Exactly, I want to remove the radius and not add the block

Zachery 08-09-2014 01:38 PM

1 Attachment(s)
I don't see any radius being applied.

ozzy47 08-09-2014 01:40 PM

Ok lets try this:

Code:

#sidebar_container > ul {
    border-radius: 0px !important;
    box-shadow: none !important;

}


ozzy47 08-09-2014 01:41 PM

Quote:

Originally Posted by Zachery (Post 2510516)
I don't see any radius being applied.

It is on a different style than the default. :)

WoODoO 08-09-2014 01:46 PM

Quote:

Originally Posted by Zachery (Post 2510516)
I don't see any radius being applied.


Change theme to TG Brasil

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

Quote:

Originally Posted by ozzy47 (Post 2510517)
Ok lets try this:

Code:

#sidebar_container > ul {
    border-radius: 0px !important;
    box-shadow: none !important;

}



Yahh WORKS :)

https://vborg.vbsupport.ru/external/2014/08/41.png

I'll try to discover the internal variable and do the same thing

YHX! :)

ozzy47 08-09-2014 01:54 PM

For that add this to additional.css:

Code:

#sidebar_container .blockrow {
    border-radius: 0px !important;


}



All times are GMT. The time now is 06:49 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.01142 seconds
  • Memory Usage 1,736KB
  • 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
  • (5)bbcode_code_printable
  • (5)bbcode_quote_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
  • (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