vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Moving toplinks (https://vborg.vbsupport.ru/showthread.php?t=295505)

Justin M 02-26-2013 06:53 PM

Moving toplinks
 
Hello I have a couple questions. How do I move my toplinks (& login/registration) in the custom skin I purchased (tf_ideal). I'm looking to move the toplinks in the navbar (I'll take a screenshot if needed)

Also, how do I change the font for usernames in postbit?

Amaury 02-26-2013 07:18 PM

  1. Where do you want them?
  2. Edit the font StyleVar.

Justin M 02-26-2013 07:23 PM

In the navbar

&

Which do I edit? I don't want to edit the global font to make all the font the same. I only want it for the postbit username.

Amaury 02-26-2013 09:53 PM

Quote:

Originally Posted by Justin M (Post 2406536)
In the navbar

&

Which do I edit? I don't want to edit the global font to make all the font the same. I only want it for the postbit username.

Play around with the pixels until you get it where you want it.

Code:

.toplinks {
    position:absolute; {vb:stylevar right}:{vb:math {vb:stylevar padding}*2};
    right: 400px !important; /* changed by admin added */
    top:350px;
    color:{vb:stylevar toplinks_link_color};
    font: {vb:stylevar header_font};
    text-align:{vb:stylevar right};
}

Try adding this to additional.css for the font.
Code:

.postbitlegacy .userinfo a.username, .eventbit .userinfo a.username {
    font-size: 13px;
}

Change the px to your desired choice.

Justin M 02-26-2013 10:15 PM

Thanks for your support!
I'm adjusting the px but still can't figure out to get it in the right location.
https://vborg.vbsupport.ru/external/2013/02/9.jpg

Also for the username, I wasn't meaning the size, I was meaning changing the style/name of the font, ex Trebuchet MS (I want a font that came with this skin called BebasNeueRegular)

Amaury 02-26-2013 10:21 PM

Quote:

Originally Posted by Justin M (Post 2406562)
Thanks for your support!
I'm adjusting the px but still can't figure out to get it in the right location.
https://vborg.vbsupport.ru/external/2013/02/9.jpg

Also for the username, I wasn't meaning the size, I was meaning changing the style/name of the font, ex Trebuchet MS (I want a font that came with this skin called BebasNeueRegular)

In the code I gave you above, change font-size to font-family and put in your desired font type.

Justin M 02-27-2013 12:40 AM

Awesome, I got the toplinks to the correct position! Thanks again, Amaury25!


All times are GMT. The time now is 11:54 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.01008 seconds
  • Memory Usage 1,725KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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