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)
-   -   Can't get rid of white borders (https://vborg.vbsupport.ru/showthread.php?t=258753)

Disting 02-12-2011 10:42 AM

Can't get rid of white borders
 
Hello!
I'm not sure if this is the right forum to post this in, but while I was styling my forum, something unexpected happened.
I got a white line under every forum header and thread row.
You can see what I mean here: http://www.nextgenhardsurface.com/forum.php
And here (more noticable): http://www.nextgenhardsurface.com/fo...rk-In-Progress

This occured when I made the (I think) body bg transparent.

I'm not an experienced VB skinner, so I'm sorry for not being able to explain my problem better.

Looking forward to hearing from you!

Cheers! :)

Lynne 02-12-2011 04:03 PM

It's from this:
HTML Code:

.forumhead + .childforum .L2:first-child .forumrow, .forumhead + .L2 .forumrow {    border-top: 1px solid;}

Disting 02-13-2011 09:14 AM

Quote:

Originally Posted by Lynne (Post 2161796)
It's from this:
HTML Code:

.forumhead + .childforum .L2:first-child .forumrow, .forumhead + .L2 .forumrow {    border-top: 1px solid;}

Yeah, I found that as well, but I can't find it in the stylevars, or the templates.
I could really use a hand with that.

Cheers!

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

Ok, I managed to remove it in the forum tables now, but not in the thread tables. ( http://www.nextgenhardsurface.com/fo...rk-In-Progress )

Any idea where I could find that?

Cheers!

Lynne 02-13-2011 02:56 PM

I would strongly suggest you get firebug for firefox to figure this sort of thing out.

The borders on that page are from:
HTML Code:

.threadbit .sticky {    background: none repeat-x scroll left bottom #3E3E3E;    border-color: -moz-use-text-color #C4C4C4 #C4C4C4;    border-right: 0 solid #C4C4C4;    border-style: solid;    border-width: 1px 0 0;
....}

.threadbit .nonsticky, .threadbit .deleted, .threadbit .discussionrow, .threadbit .ignored {    border-color: -moz-use-text-color #C4C4C4 #C4C4C4;    border-right: 0 solid #C4C4C4;    border-style: solid;    border-width: 1px 0 0
.... }



All times are GMT. The time now is 03:38 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.01106 seconds
  • Memory Usage 1,720KB
  • 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
  • (3)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete