Quantcast
Channel: Myskins Studio - Free MyBB Themes, Custom MyBB Themes and Premium MyBB Themes - All Forums
Viewing all articles
Browse latest Browse all 5470

How to create Thread prefixes Style like IPB

$
0
0
Not my content; Don't come to me because of links not working.



1- Go to : Configuration -> Thread Prefix

[Image: jOg1va0.png]

2- Click on Add New Thread Prefix

[Image: IBIgoOH.png]

3- Fill in fields witht he following info:

[Image: 0paY7qm.png]

Display Style * :
Code:
<span class="prefixgreen">prefix name</span>

Save.

4- Go to Templates and Styles -> Themes -> Your theme -> Global.css and paste this :
Code:
.prefixgreen {
background-color:#599800;
-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0 1px 3px, rgba(255, 255, 255, 0.3) 0 0 2px inset;
box-shadow:rgba(0, 0, 0, 0.3) 0 1px 3px, rgba(255, 255, 255, 0.3) 0 0 2px inset;
background-image:-webkit-gradient(linear, 0 0%, 0 100%, from(#7ed503), to(#599800));
text-shadow:#7ed503 0 1px 0;
border:1px solid #396402;
color:#3e3e3e;
padding-bottom:2px;
padding-left:10px;
padding-right:10px;
padding-top:2px;
font-size: 11px;
font-weight: normal;
border-radius: 5px;
}

Outcome:
[Image: 1bLKIT7.png]

You may edit colors to your liking.

Viewing all articles
Browse latest Browse all 5470

Trending Articles