The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
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.
Добрый день! Подскажите пожалуйста как уменьшить размер шрифта у всех пользователей в подписи? Размер шрифта в подписях у пользователей больше основного размера шрифта в сообщениях. |
#2
|
||||
|
||||
To your "additional.css" template, add the following class selector:
HTML Code:
.signaturecontainer { font-size: X%; } |
#3
|
||||
|
||||
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 миллион функций, но нет такой элементарной и важной, как изменение размера шрифта в подписи! Это грубая ошибка разработчиков! Продукт с наивысшим качеством не может иметь такие упущения! |
#4
|
||||
|
||||
Why don't you want to use the CSS class selector I posted?
|
#5
|
||||
|
||||
I put in the CSS code .signature {font-size: 10px;}
Everything works. Thank you! Я поставил в CSS код .signature {font-size: 10px;} Всё работает. Спасибо! |
#6
|
||||
|
||||
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-код валидный. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|