The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hey whats up
I was wondering if there is a way to change the font properties of all the text in posts without changing the text that is outside of the post. I want to make the text inside posts a little bigger by default and be like 1.5 spaced. Is there a way to do this? thnx john |
|
#2
|
||||
|
||||
|
In either postbit or postbit_legacy template find this:
Code:
<!-- message --> <div id="post_message_$post[postid]">$post[message]</div> <!-- / message --> Code:
<!-- message --> <div id="post_message_$post[postid]" class="msg">$post[message]</div> <!-- / message --> Code:
.msg {
font-size:13px;
line-height:13px;
letter-spacing:5px;
word-spacing:11px;
}
word-spacing = spacing between words line-height = spacing between rows Change the values to suit your needs. I used "px" but you can use "em" as well.
|
|
#3
|
|||
|
|||
|
Awesome FreeSteyelz, thanks so much. Will this affect the way the messages in the quote parameters look? Itd be nice to change that too
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|