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)
-   -   The font size in the caption (https://vborg.vbsupport.ru/showthread.php?t=319307)

SWSUSA 07-01-2015 03:37 PM

The font size in the caption
 
Good day! Please tell me how to decrease the font size for all users in your signature? The font size in signatures users more basic font size in messages.

Добрый день! Подскажите пожалуйста как уменьшить размер шрифта у всех пользователей в подписи? Размер шрифта в подписях у пользователей больше основного размера шрифта в сообщениях.

MarkFL 07-01-2015 03:47 PM

To your "additional.css" template, add the following class selector:

HTML Code:

.signaturecontainer {
        font-size: X%;
}

And change "X" to the percentage you desire.

SWSUSA 07-01-2015 04:27 PM

Thanks for the answer! The variable editor style can I reduce the font user's signature?

Спасибо за ответ! В редакторе переменных стиля я могу уменьшить шрифт подписей пользователей?

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

The font size in signatures is reduced if I reduce it in the style variable Editor => Global => font. Reduce the font from 14 to 12, but then decreased all on the forum!!! While the font in the messages I can change in the style variable Editor, and in the signature can't!!! This is horrible!!! In vBulletin a million functions, but this is not elementary and important as changing the font size in your signature! This is a grave error. Product with the highest quality may not have such lapses!

Размер шрифта в подписи уменьшается, если я уменьшу его в Редакторе переменных стиля => Global => font. Уменьшаю шрифт с 14 до 12, но тогда уменьшается всё на форуме!!! В то время как шрифт в сообщениях я могу изменить в Редакторе переменных стиля, а в подписи не могу!!! Это ужасно!!! В vBulletin миллион функций, но нет такой элементарной и важной, как изменение размера шрифта в подписи! Это грубая ошибка разработчиков! Продукт с наивысшим качеством не может иметь такие упущения!

MarkFL 07-01-2015 06:20 PM

Why don't you want to use the CSS class selector I posted?

SWSUSA 07-02-2015 09:30 AM

I put in the CSS code .signature {font-size: 10px;}
Everything works.
Thank you!

Я поставил в CSS код .signature {font-size: 10px;}
Всё работает.
Спасибо!

SWSUSA 07-29-2015 06:32 PM

How I solved the problem. Как я решил проблему.

Template postbit_legacy. Шаблон postbit_legacy.

It was like this (было так):

HTML Code:

<blockquote class="signature restore"><div class="signaturecontainer">{vb:raw post.signature}</div></blockquote>

To do so (сделал так):

HTML Code:

<blockquote class="signature restore"><div class="signaturecontainer"><span style="font-size:12px">{vb:raw post.signature}</span></div></blockquote>

Font decreased. HTML-code is valid. Шрифт уменьшился. HTML-код валидный.


All times are GMT. The time now is 03:35 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.00996 seconds
  • Memory Usage 1,730KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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