1 ¿como rendondeo categorias y todo? Mar Nov 08, 2011 4:00 am
JhonMC
bueno asi como dice kiero redondear los cuadros de las categorias, widgets y demas
mi version de foro es phpbb2
salu2
mi version de foro es phpbb2
salu2
No estás conectado. Conéctate o registrate
table.forumline{
-moz-border-radius: 6px 6px 6px 6px;
-webkit-border-radius: 10px 10px 11px 11px;
border-radius: 10px 10px 11px 11px;
padding: 0 6px !important;
}
.forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right {
border-top: 1px solid #CAC9C7;
background: #292929;
border-radius: 0px 0px 0px 5px;
}
.forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right {
border-top: 1px solid #CAC9C7;
background: #292929;
border-radius: 0px 0px 0px 5px;
background: -moz-linear-gradient(top, #292929 0%, #292929 47%, #464646 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(47%,#F6F6F6), color-stop(100%,#EDEDED));
background: -webkit-linear-gradient(top, #292929 0%, #292929 47%, #464646 100%);
background: -o-linear-gradient(top, #292929 0%, #292929 47%, #464646 100%);
background: -ms-linear-gradient(top, #292929 0%, #292929 47%, #464646 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#292929',GradientType=0 );
background: linear-gradient(top, #292929 0%, #292929 47%, #464646 100%);
-o-border-radius: 0px 0px 0px 5px;
-webkit-border-radius: 0px 0px05px 5px;
-moz-border-radius: 0px 0px 0px 5px;}
* {
border-radius: 5px;
}
Temas similares
Permisos de este foro:
No puedes responder a temas en este foro.