The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
HELP! Postbit CSS - Thank You for reading..
Hello ! Thanks for reading.
So, I was looking at some vbulletin forums when I came across this one anime forum called Nihonomaru, I'm actually a big fan of it & love it's designs. Anyways, I was looking at it's postbit template.. and I would love to know the CSS for it.. in the example below, i'm talking about the sections differentiating from one detail to the other, Can anyone kindly do it for me? Actually, I also noticed that the owner also sometimes appear on this forums, just a shoutout that I love your forums. Thank You!! |
#2
|
||||
|
||||
There are actually template mods (and perhaps an article?) on how to separate the fields into divs/blocks. Then just use CSS to decorate the boxes how you want them.
|
#3
|
|||
|
|||
Thanks for the advice!
But unfortunately I can't find any sort of template mod that shows me how to serparate the fields from divs/blocks. Mainly because i'm not too experienced with CSS. :S |
#4
|
|||
|
|||
What do you mean seperate fields? You mean keeping space between the borders and text? Either way, it might help if you add some margins and paddings; margins will define the space between one element and the other, while padding defines the space inside the element itself.
|
#5
|
||||
|
||||
If you look at your postbit_legacy template, you'll see all the userinfo are in pairs of <dt><dd> tags. So, put a div around them with a class, ie:
HTML Code:
<div class="fieldbox"><dt>{vb:rawphrase 'posts'}</dt> <dd>{vb:raw post.posts}</dd></div> HTML Code:
.fieldbox {border: 1px solid red; border-left: 2px solid blue; margin: 5px 0px; padding: 2px 5px;} |
#6
|
|||
|
|||
Thank You very much for your assistance.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|