1
how to make a picture like punbb version ?
No estás conectado. Conéctate o registrate
$(document).ready(function() {
$('.tcl strong:contains("PostIt")').each(function(){
$(this).css({ 'color': 'blue'});
});
});
$(document).ready(function() {
$('.tcl strong:contains("Anuncio")').each(function(){
$(this).css({ 'color': 'red'});
});
});
$(document).ready(function() {
$('.tcl strong:contains("Anuncio global")').each(function(){
$(this).css({ 'color': 'green'});
});
});
the panel of administration > Visualization > Templates > General > Topics_List_Box
{topics_list_box.row.TOPIC_TYPE}
<div class="anuncios-importantes">{topics_list_box.row.TOPIC_TYPE} </div>
the panel of administration > Visualization > Images & Colors > Colors > CSS Stylsheet
.anuncios-importantes {
color: white;
background-image: url(http://www.dodaj.rs/f/14/Ua/4moBrDA0/highlight.png);
background: #ED7710 url(http://www.dodaj.rs/f/14/Ua/4moBrDA0/highlight.png) repeat-x 0px -1px;
border-radius: ;
display: inline-block;
font-size: 9px;
font-weight: bold;
height: 16px;
line-height: 16px;
text-shadow: rgba(0, 0, 0, 0.199219) 0px -1px 0px;
text-transform: uppercase;
vertical-align: middle;
background-position: 0px -1px;
background-repeat: repeat no-repeat;
}
Todo Webmaster » Recursos Para Webmasters » Soporte » Problemas Resueltos » announcements, announcement important adorned
Permisos de este foro:
No puedes responder a temas en este foro.