• Welcome to ForumKorner!
    Join today and become a part of the community.

Add a Bubble around PostBit Info

OliverE

Power member.
Reputation
0
[PostBit Bubble]

bcbfb94bda1f4fb2a1a3080.png

In this tutorial Im just going to show you how to add a bubble around your postbit info.




CSS

Add the CSS Code to you global.css style (anywhere will do)

Code:
.post_border {
    background: none repeat scroll 0 0 #F4FDEC;
    border: 1px solid #D0D0D0;
    border-radius: 3px 3px 3px 3px !important;
    color: #5E5E5E;
    display: block;
    font-style: italic;
    margin: 2px;
    padding: 3px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 200px;
}
[/hidepost]




Template Edits - Post Bit > Postbit

Before
Code:
{$post['user_details']}

Add
Code:
<div class="post_border">


After
Code:
<div class="post_border">{$post['user_details']}

Add
Code:
</div>




Enjoy.
 

Factor8™

Active Member
Reputation
0
I don't really like this. Kind of makes everything unorgranised.
 

OliverE

Power member.
Reputation
0
Im trying to get ours all in one bubble, but for now its in two.
 

м¢ℓσνιη

Active Member
Reputation
0
Where did you get those icons?
 

Ewan

User is banned.
Reputation
0
Nice, will try it out tomorrow :)

Are the icons on iconfinder free for you to use?


It's made 2 duplicate postbits for the rep/posts join date etc...
 

Ewan

User is banned.
Reputation
0
I've taken it off right now, I'll do it later and upload it.
 
Top