2014-10-30, 03:28 PM
(This post was last modified: 2015-10-22, 01:04 PM by Leefish.
Edit Reason: spelling of tutorial
)
If you want have a flat thread prefix like this (
)
first)
Templates & Style > Themes > Your Theme > Global.css > Edit Stylesheet: Advanced Mode
Add this code under codes.
second)
Configuartion > Thread Prefixes > Add New Thread Prefix
Prefix : For Example
Display Style :
For give flatcolorhash view Flat Ui Colors.
Thank you
first)
Templates & Style > Themes > Your Theme > Global.css > Edit Stylesheet: Advanced Mode
Add this code under codes.
.niyaprefix {
height: 4px;
line-height: 4px;
vertical-align: middle;
display: inline-block;
padding: 5px;
font-size: 9px;
font-weight: bold;
color: white;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
background-repeat: repeat-x;
background-position: 0 -1px;
margin-bottom: 3PX;
}
second)
Configuartion > Thread Prefixes > Add New Thread Prefix
Prefix : For Example
Display Style :
<span class="niyaprefix" style="color:white;background: #flatcolorhash;">For example </span>
For give flatcolorhash view Flat Ui Colors.
Thank you