- Desde
- 23 Jul 2003
- Mensajes
- 113
voy a dar el salto a vb 4, como hago para tener las noticias con las esquinas redondeadas y ese efecto de profundidad que tiene vbhispano? en mi foro de test solo sale cun cuadro amarillo sin esos detalles (?)
.notices li {
background: {vb:stylevar notices_background};
font-size: {vb:math {vb:stylevar font.fontSize}-1}px;
color: {vb:stylevar body_color};
padding:{vb:math {vb:stylevar padding}/2} {vb:stylevar padding};
margin-bottom:{vb:math {vb:stylevar padding}/2};
-moz-box-shadow: -2px 2px 2px {vb:stylevar notices_shadow_color};
-webkit-box-shadow: -2px 2px 2px {vb:stylevar notices_shadow_color};
text-align: {vb:stylevar left};
clear:both;
-moz-border-radius: {vb:stylevar border_radius};
-webkit-border-radius: {vb:stylevar border_radius};
margin-top: {vb:math {vb:stylevar padding}/2};
"... ¿al mencionar "amarillos" te refieres a los anuncios del foro? ..."
I got it!
.announcements .announcerow {
background: {vb:stylevar announcement_background};
_background-image: none;
margin-top: {vb:math {vb:stylevar padding}/2};
display:block;
float: {vb:stylevar left};
clear:both;
width: 100%;
-moz-box-shadow: -2px 2px 2px {vb:stylevar shadow_color};
-webkit-box-shadow: -2px 2px 2px {vb:stylevar shadow_color};
padding: 5px 0;
-moz-border-radius: {vb:stylevar border_radius};
-webkit-border-radius: {vb:stylevar border_radius};
margin-top: {vb:math {vb:stylevar padding}/2};