The Arcive of vBulletin Modifications Site. |
|
Postbit Legacy Outline Enhancement for 4.0 Details »»
|
|||||||||||||||||||||||||||
|
Postbit Legacy Outline Enhancement for 4.0
Developer Last Online: Dec 2014
Taken from the original:
Pro. Postbit Legacy by Jacki Directions First download Add additional_css.css to all your pages by: Lynne Then.. Open up your additional_css.css file Admin cp > Styles & Templates > Style Manager >Edit Templates > additional_css.css and add the following: Code:
.pbit {
padding: 3px 3px 3px 3px;
background-color: #option;
border-top: 1px solid #dadada;
border-right: 2px solid #dadada;
border-left: 1px solid #dadada;
border-bottom: 2px solid #dadada;
margin-bottom: 3px;
}
Then open up your postbit_legacy template: Admin cp > Styles & Templates > Style Manager >Edit Templates > Postbit > Postbit_legacy and find things you want outlined. <div class="pbit">code</div> Code:
<div class="pbit"><span class="rank">{vb:raw post.rank}</span></div>
Sample: ![]() I take no credit whatsoever for this mod,fyi Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
so basically everything gets a more defined border in postbit legacy style?
|
|
#3
|
||||
|
||||
|
Yes,it's a way to add borders and/or a different style to certain elements of your postbit.
|
|
#4
|
|||
|
|||
|
i like it, better then using the default layout
|
|
#5
|
|||
|
|||
|
Why not make all the padding sizes as one line rather than the 4?
padding: 3px 4px 5px 6px; |
|
#6
|
|||
|
|||
|
sory for bad english
i cant get it to work i downloaded the Add additional_css.css to all your pages mod than i entered PHP Code:
than i enter this in postbit -legacy PHP Code:
thank you verry much i clicked installed cus i want to have lines |
|
#7
|
||||
|
||||
|
Quote:
Quote:
Secondly: find HTML Code:
<span class="rank">{vb:raw post.rank}</span> HTML Code:
<div class="pbit">
HTML Code:
</div>
Doing so will outline only your ranks. Hope that helps. |
|
#8
|
||||
|
||||
|
Quote:
Code modified. |
|
#9
|
||||
|
||||
|
|
|
#10
|
|||
|
|||
|
Have just tried playing with this and can get the outline around most things.
How do I center the content within the outline sections like the avatar, username etc? And any idea how I can get the same effect around the Blog Entries line and any additional userfields (I have vMoods installed too)? Thanks |
![]() |
|
|