(23 Dec, 2010, 10:53 am)Ikarius escribió: Agregaste esto al global.css?:
Código:.postbitrec {
background: #efefef;
border: 1px solid #000000;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}
.firmarec {
background: #efefef;
border: 1px solid #000000;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}
y respecto a la firma, quedo como la imagen que pasaste ¬¬
.trow4 {
background: #fcfcfc;
width: 100%;
border: 1px solid #a1c9d8;
font-weight:bold;
padding: 2px;
font-size: 11px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
<table width="100%" border="0" cellspacing="2" cellpadding="1" style="font-size:12px">
</table>
(23 Dec, 2010, 11:24 am)Ignnacio escribió: 1. Aquí tienes el tutorial para agregar opciones al PostBit http://mybb-es.com/showthread.php?tid=3144 y al Perfil.
2. Anda a global.css...
Alfinal del global.cc agrega esto:
Código:.trow4 {
background: #fcfcfc;
width: 100%;
border: 1px solid #a1c9d8;
font-weight:bold;
padding: 2px;
font-size: 11px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
después vamos a postbit_author_user y encierras toda la plantilla osea pones primero el <table width...> y al final </table> ...
Si te gusta pss que bien si no te gusta pss dime.
Código:<table width="100%" border="0" cellspacing="2" cellpadding="1" style="font-size:12px">
</table>
PD: Esto es del tutorial de aeroxis con los famosos globitos.
(23 Dec, 2010, 11:24 am)Ignnacio escribió: 1. Aquí tienes el tutorial para agregar opciones al PostBit http://mybb-es.com/showthread.php?tid=3144 y al Perfil.
2. Anda a global.css...
Alfinal del global.cc agrega esto:
Código:.trow4 {
background: #fcfcfc;
width: 100%;
border: 1px solid #a1c9d8;
font-weight:bold;
padding: 2px;
font-size: 11px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
después vamos a postbit_author_user y encierras toda la plantilla osea pones primero el <table width...> y al final </table> ...
Si te gusta pss que bien si no te gusta pss dime.
Código:<table width="100%" border="0" cellspacing="2" cellpadding="1" style="font-size:12px">
</table>
PD: Esto es del tutorial de aeroxis con los famosos globitos.