tengo un theme/skin de un foro.
saben a que se puede deber que el texto se sobreponga sobretodo cuando se usa un tamaño de texto apartir de 16 pt a mas.
en que parte del theme puedo solucionar ese asunto. Thank
aqui una iamgen de lo que sucede, en diferentes tamaños.
smf 2rc4
http://img193.imageshack.us/img193/3986/1arkaplan1.gif
me recomendaron ver el codigo con Firebug y salio lo siguiente :
en CSS salio lo siguiente :
Código:
hr, .hrcolor {
background-color: #666666;
border-bottom-color: -moz-use-text-color;
border-bottom-style: none;
border-bottom-width: 0;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
border-left-color-value: -moz-use-text-color;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-left-style-value: none;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-left-width-value: 0;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-right-color-value: -moz-use-text-color;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-right-style-value: none;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-right-width-value: 0;
border-top-color: -moz-use-text-color;
border-top-style: none;
border-top-width: 0;
color: #666666;
height: 1px;
en ESTILO salio :
element.style {
font-size: 20pt;
}
Heredado desdespan.bbc_font
element.style {
font-family: Showcard Gothic;
}
Heredado desdespan.bbc_color
element.style {
color: #BE1C06;
}
Heredado desdestrong
b, strong {
font-weight: bolder;
}
html.css (línea 290)
<Sistema>
Heredado desdediv.post
.post, .personalmessage {
line-height: 1.3em;
}
style.css?fin11 (línea 1577)
Heredado desdetd
body, td, th, tr {
color: #000000;
font-family: verdana,sans-serif;
font-size: small;
}
style.css?fin11 (línea 211)
td {
text-align: inherit;
}
html.css (línea 259)
<Sistema>
Heredado desdetr
body, td, th, tr {
color: #000000;
font-family: verdana,sans-serif;
font-size: small;
}
style.css?fin11 (línea 211)
Heredado desdetable
table {
empty-cells: show;
}
style.css?fin11 (línea 176)
table {
border-collapse: separate;
border-spacing: 2px;
text-indent: 0;
}
html.css (línea 182)
<Sistema>
Heredado desdetd.windowbg2
.windowbg2 {
color: #000000;
}
style.css?fin11 (línea 821)
body, td, th, tr {
color: #000000;
font-family: verdana,sans-serif;
font-size: small;
}
style.css?fin11 (línea 211)
td {
text-align: inherit;
}
html.css (línea 259)
<Sistema>
Heredado desdetr
body, td, th, tr {
color: #000000;
font-family: verdana,sans-serif;
font-size: small;
}
style.css?fin11 (línea 211)
Heredado desdetable
table {
empty-cells: show;
}
style.css?fin11 (línea 176)
table {
border-collapse: separate;
border-spacing: 2px;
text-indent: 0;
}
html.css (línea 182)
<Sistema>
Heredado desdetd
body, td, th, tr {
color: #000000;
font-family: verdana,sans-serif;
font-size: small;
}
style.css?fin11 (línea 211)
td {
text-align: inherit;
}
html.css (línea 259)
<Sistema>
Heredado desdetr
body, td, th, tr {
color: #000000;
font-family: verdana,sans-serif;
font-size: small;
}
style.css?fin11 (línea 211)
Heredado desdetable.bordercolor
table {
empty-cells: show;
}
style.css?fin11 (línea 176)
table {
border-collapse: separate;
border-spacing: 2px;
text-indent: 0;
}
html.css (línea 182)
<Sistema>
Heredado desdebody
body, td, th, tr {
color: #000000;
font-family: verdana,sans-serif;
font-size: small;
tienes alguna idea de cual puede ser el problemilla :-\