vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Font Sizes (https://vborg.vbsupport.ru/showthread.php?t=195947)

Valyx 11-11-2008 01:36 AM

Font Sizes
 
how do you change the font size of the boxed text?

http://img208.imageshack.us/my.php?i...ontsizejg6.jpg

also how do you change the font size of the text within a post?

Lynne 11-11-2008 03:34 AM

You can find the css classes in the manual. Take a look at this page - Forum Display Template - and this one - Thread Template

Valyx 11-11-2008 09:11 PM

thanks, i figured it out. also, how do i change the footer text from black to white?

http://img84.imageshack.us/my.php?im...tertextzr8.jpg

Lynne 11-11-2008 09:22 PM

Well, the text is a class and so the easiest way to modify it is in the css. But, if you don't want to do it that way, you may do it inline (<span style="font-size:10px">whatever the text is</span>) but you may have to modify a few templates. To find the templates - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.

For the postbit, you can probably just add it in here (this is from 3.6.8, yours may be a bit different):
Code:

      <!-- message -->
        <div id="post_message_$post[postid]" style="font-size:10px;">$post[message]</div>
        <!-- / message -->


Valyx 11-11-2008 09:30 PM

wait, that's for the footer text color?

Lynne 11-11-2008 09:39 PM

It looks like you modified your post while I was typing in response to what you originally wrote. So no, it's not for the footer.

See this regarding the copyright notice - Make Copyright in Footer visible again

Valyx 11-12-2008 01:54 AM

oh, sorry about that. thanks again.


All times are GMT. The time now is 02:43 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.00974 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
  • (1)bbcode_code_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