Jump to content

Tutorial GroupNameIndicator


Ezel.LCS

Recommended Posts

Am vazut ca se tot raspandeste codul asta si am zis sa il pun sa il aiba toti.

Legenda este cea de pe www.limitcs.ro

Look&Feel >> Tema ta >>Board Index >> Hook Group Name Indicator >> stergi tot si adaugi urmatorul cod:

 

Spoiler

</br>
<div align="center"><h4 class="statistics_head"> Legenda LIMITCS</h4></center>
  <center>
<a href="http://limitcs.ro/forum/index.php?app=members&section=view&module=list&filter=7">
   <div class="rnk founder"><i class="fa fa-rebel"></i> <b>Fondator</b></div>
</a>
<a href="http://limitcs.ro/forum/index.php?app=members&section=view&module=list&filter=4">
   <div class="rnk moderator-gl"><i class="fa fa-empire"></i>   <b>Administrator</b></div>
</a>
<a href="http://limitcs.ro/forum/index.php?app=members&section=view&module=list&filter=6">
   <div class="rnk moderator"><i class="fa fa-globe"></i>   <b> Moderator Global</b></div>
</a>
<a href="http://limitcs.ro/forum/index.php?app=members&section=view&module=list&filter=13">
   <div class="rnk gfx"><i class="fa fa-pencil-square-o"></i>  <b> Moderator</b></div>
</a>
<a href="http://limitcs.ro/forum/index.php?app=members&section=view&module=list&filter=10">
   <div class="rnk manager"><i class="fa fa-paint-brush"></i>   <b>GFX Designer</b></div>
</a>
<a href="http://limitcs.ro/forum/index.php?app=members&section=view&module=list&filter=11">
   <div class="rnk clan"><i class="fa fa-diamond"></i>   <b>Elite LCS</b></div>
</a>
<a href="http://limitcs.ro/forum/index.php?app=members&section=view&module=list&filter=43">
   <div class="rnk vip"><i class="fa fa-database"></i>   Elite Manager</div>
</a>
<a href="http://limitcs.ro/forum/index.php?app=members&section=view&module=list&filter=21">
   <div class="rnk girl"><i class="fa fa-shield"></i>   Server Manager</div>
</a>
<a href="http://limitcs.ro/forum/index.php?app=members&section=view&module=list&filter=3">
   <div class="rnk membru"><i class="fa fa-user"></i>   Membru</div>
</a>
 
   
 
 
 
 
 
</center>
                       
        <style>
.rnk {
    margin-right: 5px;
}
.rnk {
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    color: #1A1A1A;
    display: inline-block;
    font-family: "Roboto Condensed",Tahoma,Helvetica;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-bottom: -5px;
    margin-top: -5px;
    padding: 1px 10px;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0,0,0,0.45);
    text-transform: uppercase;
}
.rnk:hover {
display: inline-block;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
text-shadow: 0 -1px rgba(0,0,0,0.45);
text-transform: uppercase;
transition: all 0.6s;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 
.founder {
    background-color: #3076BC;
transition: all 0.6s;
}
.founder:hover {
background-color: rgba(0, 206, 209, 0);
    color: #3076BC;
 text-shadow: 1px 0px 10px #000000;
transition: all 0.6s;
}
.administrator {
    background-color: #B90800;
    text-shadow: 1px 0px 13px #ff0000;
transition: all 0.6s;
}
.administrator:hover {
background-color: rgba(0, 206, 209, 0);
    color: #B90800;
    text-shadow: 1px 0px 13px #ff0000;
transition: all 0.6s;
}
.moderator-gl {
    background-color: #BF0005;
transition: all 0.6s;
}
.moderator-gl:hover {
background-color: rgba(0, 206, 209, 0);
    color: #BF0005;
transition: all 0.6s;
}
.moderator {
    background-color: #EFA801;
transition: all 0.6s;
}
.moderator:hover {
background-color: rgba(0, 206, 209, 0);
    color: #EFA801;
transition: all 0.6s;
}
.gfx {
    background-color: #0097f0;
    text-shadow: 1px 0px 10px #E82031;
transition: all 0.6s;
}
.gfx:hover {
background-color: rgba(0, 206, 209, 0);
    color: #0097F0;
transition: all 0.6s;
}
.manager {
    background-color: #DD145B;
transition: all 0.6s;
}
.manager:hover {
background-color: rgba(0, 206, 209, 0);
    color: #DD145B;
transition: all 0.6s;
}
.clan {
    background-color: #FFFF00;
transition: all 0.6s;
}
.clan:hover {
background-color: rgba(0, 206, 209, 0);
    color: #FFFF00;
transition: all 0.6s;
}
.vip {
    background-color: #1B7DFF;
transition: all 0.6s;
}
.vip:hover {
background-color: rgba(0, 206, 209, 0);
    color: #1B7DFF;
transition: all 0.6s;
}
.admin {
    background-color: #3EFADF;
transition: all 0.6s;
}
.admin:hover {
background-color: rgba(0, 206, 209, 0);
    color: #3EFADF;
transition: all 0.6s;
}
.girl {
    background-color: #3EFADF;
transition: all 0.6s;
}
.girl:hover {
background-color: rgba(0, 206, 209, 0);
    color: #3EFADF;
transition: all 0.6s;
}
.membru {
    background-color: #FFFFFF;
transition: all 0.6s;
}
.membru:hover {
background-color: rgba(0, 206, 209, 0);
    color: #FFFFFF;
transition: all 0.6s;
}

</style>                       
                       
                                <ul>
                                       
                                </ul>
</if>

 

 

O modificati dupa placul vostru, eu am pus cum am vrut eu. 

 

Sper ca am postat in sectiunea corecta.

 

  • Upvote 1

Ezel: If you f*ck my work, we f*ck your work without discussion.

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.