MyBB Requests
I want to make my tabs to look like this.
Submitted by SakamHost, 17-05-2017, 12:47 AM, Thread ID: 34459
Thread Closed
RE: I want to make my tabs to look like this.
Thank you guys i fixed it also i do this:
1. ) I add this CSS to global.css
2) TabStyle:
Tab Selected Style:
Now they look black and better.
And final thing i would like to make my style of this much better like nuleddbb simular i mean.
This is my postbit code:
1. ) I add this CSS to global.css
Code:
.tava {
background: #323232;
color: #323232;
}
2) TabStyle:
Code:
<td class="tava" style="border: 2px solid #666; margin-right: 5px; padding: 10px 10px 10px 10px; border-radius: 5px;">
<div>
<a href="{$link}">{$name}</a>
</div>
</td>
Tab Selected Style:
Code:
<td class="tava" style="border: 2px solid #666; margin-right: 5px; padding: 10px 10px 10px 10px; border-radius: 5px;">
<div>
<a href="{$link}"><b>{$name}</b></a>
</div>
</td>
And final thing i would like to make my style of this much better like nuleddbb simular i mean.
This is my postbit code:
Code:
{$ignore_bit}{$deleted_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author">
{$post['useravatar']}
<div class="author_information">
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
</span>
</div>
<div class="author_statistics">
{$post['user_details']}<br />{$post['myawards']}
</div>
</div>
<div class="post_content">
<div class="post_head">
{$post['posturl']}
{$post['icon']}
<span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
{$post['subject_extra']}
</div>
<div class="post_body scaleimages" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div class="post_meta" id="post_meta_{$post['pid']}">
{$post['iplogged']}
</div>
</div>
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
</div>
<div class="postbit_buttons post_management_buttons float_right">
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</div>
</div>
Users browsing this thread: 1 Guest(s)