vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Reducing and Increasing white spaces in 4.07 (postbit) and add a seperation line too. (https://vborg.vbsupport.ru/showthread.php?t=257737)

Welshy2008 01-24-2011 05:24 PM

Reducing and Increasing white spaces in 4.07 (postbit) and add a seperation line too.
 
1 Attachment(s)
Hi All,

I am looking at changing the look of my posts (postbit on vB4.0.7) to look much neater (and similar to what they used to look like in vB3.8.X).

Attached are two images, one as it currently looks "From This" and the other is how I would like it to look "To This".

I would be most grateful if someone could give me layman's terms on how to achieve it please.

Many many Thanks,

Welshy2008.

Lynne 01-24-2011 05:32 PM

What is supposed to be the difference beside the <hr> under the post title?

Welshy2008 01-24-2011 06:08 PM

1 Attachment(s)
Hello Lynne,

Thanks for your reply.

Please view the screenshot below of the total of 4 changes that I would like to impliment. :)

Many Thanks.

Lynne 01-24-2011 07:53 PM

You are not going to be able to do all that exactly unless you totally change the postbit to go back to using tables. I have an article in the Quick Tips forum over on vbulletin.com and not forcing the signature to the bottom and thus decreasing the space between the post and the signature. You just need to use CSS for that. And then to add a line under the post title, you can just use CSS also:

HTML Code:

.postbitlegacy .title, .eventbit .title {    border-bottom: 1px solid black;
}


Welshy2008 01-25-2011 02:11 PM

Thanks for your reply, Lynne.

I would settle for the line between the Post title and the post content.

(I have tried your code, in your post above, in both postbit.css and additional.css, and it works in neither. I am using postbit). Is there anything I can add in my .css and would you be kind enough as to confirm which .css I add to it to, please?).

I would also like the space to be smaller at the bottom of the signature line - and that is it - I am happy. :)

But the most wanted one is the line. :)


Sorry for waffling on. :(

Many Thanks.

Lynne 01-25-2011 05:03 PM

If you are using the postbit, then just add:
HTML Code:

.postbit .posttitle {    border-bottom: 1px solid black;
}

And see my signature about where to add it. :)

Welshy2008 01-25-2011 06:13 PM

That one worked - Thanks Lynne.

Just one more thing, If I may, Please?

How would I get a space between the new line under the post title and the top of the post content, Please?

Many Thanks.

Lynne 01-25-2011 09:11 PM

Just add a margin in there too.

HTML Code:

.postbit .posttitle {    border-bottom: 1px solid black; margin-bottom: 10px;
}


Welshy2008 01-25-2011 09:33 PM

Worked great Thanks Lynne.

Would it be possible that you know and could tell me how to remove the line at the bottom of the post content and the signature too, please?

Many Thanks.

Lynne 01-25-2011 09:54 PM

It's just CSS again:
HTML Code:

.signature {    border-top: 1px solid #DDDDDD; }
which is the stylevar signature_border

I would strongly suggest this article/video for you - How To: Find a StyleVar (video version) If you want to style your site at all, you'll be much happier to be able to do it on your own rather than have to ask somebody else how to do it.


All times are GMT. The time now is 02:36 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.01508 seconds
  • Memory Usage 1,734KB
  • 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
  • (4)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
  • (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