Salutare prieteni.
Pentru instalare aveti nevoie de acest cod javascript:
Amplasare pe toate paginile:
Si de css.
Pentru instalare aveti nevoie de acest cod javascript:
Amplasare pe toate paginile:
Cod:
jQuery(document).ready(function(){jQuery(".module a, .topiclist, .page-title, .statused").each(function(){jQuery(this).html(jQuery(this).html().replace(/Anunt global/g,'<span id=\'anuntglobal_a\'>Anunt global</span>'))})});
jQuery(document).ready(function(){jQuery(".module a, .topiclist, .page-title, .statused").each(function(){jQuery(this).html(jQuery(this).html().replace(/Important/g,'<span id=\'important_a\'>Important</span>'))})});
Si de css.
Cod:
#anuntglobal_a {
background: url(http://i57.servimg.com/u/f57/17/68/86/50/highli10.png) repeat-x scroll 0 -1px rgb(252, 10, 10);
border-radius: 4px 4px 4px 4px;
color: rgb(255, 255, 255);
display: inline-block;
font-size: 9px;
font-weight: 700;
height: 15px;
line-height: 15px;
padding: 0px 5px;
text-transform: uppercase;
}
#important_a {
background: none repeat scroll 0px 0px rgb(123, 166, 13);
border-radius: 4px 4px 4px 4px;
color: rgb(255, 255, 255);
display: inline-block;
font-size: 9px;
font-weight: 700;
height: 15px;
line-height: 15px;
padding: 0px 5px;
text-transform: uppercase;
}