Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..

Gracias.

La Administración de phpBB España.

Fallo visualización encuestas de frases largasTema Solucionado

Foros donde podréis dejar vuestras dudas sobre phpBB 3.0.x
Cerrado
javitopo
Usuario/a
Mensajes: 82
Registrado: 09 Oct 2006, 00:44
Género:
Edad: 47

Fallo visualización encuestas de frases largas

#1

Mensaje por javitopo »

Ya abrí un tema con este problema hace algunos meses este

Al ver el resultado de una encuesta en las que las opciones son textos muy largos, se corta y se ve mal. Con el explorer se corta un poquito, pero en el crome se ve fatal.

Ejemplo ejemplo

andares me dio esta solución
andares escribió:subsilver2/template/viewtopic_body.html

Busca
Código: Seleccionar todo<td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>


Remplaza por:
Código: Seleccionar todo<td style="width:80%"><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>


Cambia el valor 80% hasta que se acomode a tu ancho de foro.

Un saludo.
Pero ahora me doy cuenta, que si me soluciona las encuestas con textos largos, pero ahora se ven mal las encuestas con textos cortos, he probado con distintos valores y poniéndole porcentajes de ancho en
<td dir="ltr">{POLL_LEFT_CAP_IMG}{poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG}</td>
<td class="gen" align="{S_CONTENT_FLOW_END}"><b>&nbsp;{poll_option.POLL_OPTION_PERCENT}&nbsp;</b></td>
<td class="gen" align="center">[ {poll_option.POLL_OPTION_RESULT} ]</td>
pero no consigo que todas las encuestas se vean bien, ayuda :sweat:

Datos de soporte

Spoiler

URL:http://www.foropir.es/foropir/
Versión phpBB: phpBB3 (3.3.4)
ADVERTISEMENT MANAGEMENT
THANKS FOR POSTS
CAJA DE BBCODE AVANZADO
TAPATALK
Plantilla(s) usada(s): Prosilver
Servidor: Minervahosting (pago)
Actualización desde otra versión: Si, de la 2.0.22 a 3.0.7-PL1 a 3.0.9 a 3.0.10 a 3.0.11 a 3.0.12 a 3.0.13-PL1 a 3.0.14 y a 3.3.4
Conversión desde otro sistema de foros: No


Avatar de Usuario
micontre
Ex Staff
Mensajes: 933
Registrado: 13 Sep 2008, 02:34
Edad: 58

Re: Fallo visualización encuestas de frases largas

#2

Mensaje por micontre »

ademas de lo que indicó @andares prueba esto
busca en el mismo archivo

Código: Seleccionar todo

<table cellspacing="0" cellpadding="2" border="0">
				<!-- BEGIN poll_option -->
reemplaza por

Código: Seleccionar todo

<table cellspacing="8" cellpadding="8" border="0">
				<!-- BEGIN poll_option -->
Mis datos | Mostrar
URL: http://imaginewal.com/
Plantilla usuada : imaginewal_bis (estilo propio vasado en prosilver.)
Versión de phpBB: 3.1.6
Servidor: Hosting24.com , pago
actualización desde otra versión: ( 3.0.14 __ 3.1.16)
conversión desde otro tipo de Foro: No

javitopo
Usuario/a
Mensajes: 82
Registrado: 09 Oct 2006, 00:44
Género:
Edad: 47

Re: Fallo visualización encuestas de frases largas

#3

Mensaje por javitopo »

Muchas gracias por tu ayuda micontre

Así se arregla casi todo, pero aún hay algo que sale mal, en ver los resultados, cuando la barra es muy larga se parte y se ve mal ejemplo

¿Qué más puedo tocar?

Datos de soporte

Spoiler

URL:http://www.foropir.es/foropir/
Versión phpBB: phpBB3 (3.3.4)
ADVERTISEMENT MANAGEMENT
THANKS FOR POSTS
CAJA DE BBCODE AVANZADO
TAPATALK
Plantilla(s) usada(s): Prosilver
Servidor: Minervahosting (pago)
Actualización desde otra versión: Si, de la 2.0.22 a 3.0.7-PL1 a 3.0.9 a 3.0.10 a 3.0.11 a 3.0.12 a 3.0.13-PL1 a 3.0.14 y a 3.3.4
Conversión desde otro sistema de foros: No


Avatar de Usuario
ThE KuKa
Administrador
Mensajes: 10374
Registrado: 04 Ene 2004, 19:27
Género:
Edad: 49

Re: Fallo visualización encuestas de frases largas

#4

Mensaje por ThE KuKa »

Se ve la tabla muy "estrecha" como si no aprovechara el espacio que queda en la pantalla o resolución.
No se si funcionara, pero por probar...

En el archivo viewtopic_body.html, busca:

Código: Seleccionar todo

			<form method="post" action="{S_POLL_ACTION}">

			<table cellspacing="0" cellpadding="4" border="0" align="center">
Reemplazar por:

Código: Seleccionar todo

			<form method="post" action="{S_POLL_ACTION}">

			<table cellspacing="0" cellpadding="4" border="0" width= "85%" align="center">

📌 Raul [ThE KuKa] en phpBB 📌
✅ Jr. Extension Validator - Jr. Styles Validator - Style Customisations - Translator - International Support Team
✅

Si te gustan mis estilos, traducciones, etc. y quieres mostrar algo de aprecio, no dudes en hacer una donación Imagen
:flag_es: phpBB España - En línea desde 2003 :heart:



javitopo
Usuario/a
Mensajes: 82
Registrado: 09 Oct 2006, 00:44
Género:
Edad: 47

Re: Fallo visualización encuestas de frases largas

#5

Mensaje por javitopo »

Gracias Kuka por el aporte,

No funciona, con eso ya no se ve la tabla tan estrecha, pero las barras siguen saliendo mal, he probado con varios porcentajes y nada, aparte las encuestas con frases largas se vuelven a estropear.

¿Qué más puedo probar? ¿Por qué me pasa esto solo a mi? será por alguna actualización que algo del código se ha estropeado por los mods?

Datos de soporte

Spoiler

URL:http://www.foropir.es/foropir/
Versión phpBB: phpBB3 (3.3.4)
ADVERTISEMENT MANAGEMENT
THANKS FOR POSTS
CAJA DE BBCODE AVANZADO
TAPATALK
Plantilla(s) usada(s): Prosilver
Servidor: Minervahosting (pago)
Actualización desde otra versión: Si, de la 2.0.22 a 3.0.7-PL1 a 3.0.9 a 3.0.10 a 3.0.11 a 3.0.12 a 3.0.13-PL1 a 3.0.14 y a 3.3.4
Conversión desde otro sistema de foros: No


Avatar de Usuario
ThE KuKa
Administrador
Mensajes: 10374
Registrado: 04 Ene 2004, 19:27
Género:
Edad: 49

Re: Fallo visualización encuestas de frases largas

#6

Mensaje por ThE KuKa »

Pon aquí los archivos viewtopic_body,html y el stylesheet.css por favor.

Conste que en mi resolución si lo veo bien, pienso que deberías optar por usar porcentaje en lugar de un ancho fijo por px.

Tú usas esto, lo pongo resumido:
HTML <div id="headerwp"></div>
Esa clase en CSS: width: 960px;

HTML <div id="wrapheader"></div>
Esa clase en CSS: width: 950px;

HTML <div id="wrapcentre"></div>
Esa clase en CSS: width: 950px;

HTML <div id="wrapfooter"></div>
Esa clase en CSS: width: 950px;

Y el "fondo" lo usas en la etiqueta "body" con lo cual modificando esas clases, no afectaría al fondo, etc. podrías probar con diferentes configuraciones de porcentaje, por ejemplo:

HTML <div id="headerwp"></div>
Esa clase en CSS: width: 85%;

HTML <div id="wrapheader"></div>
Esa clase en CSS: width: 80%;

HTML <div id="wrapcentre"></div>
Esa clase en CSS: width: 80%;

HTML <div id="wrapfooter"></div>
Esa clase en CSS: width: 80%;

Ir probando, hasta dar en la medida que se vea correcto, pero usando porcentajes, es lo que pienso yo.

📌 Raul [ThE KuKa] en phpBB 📌
✅ Jr. Extension Validator - Jr. Styles Validator - Style Customisations - Translator - International Support Team
✅

Si te gustan mis estilos, traducciones, etc. y quieres mostrar algo de aprecio, no dudes en hacer una donación Imagen
:flag_es: phpBB España - En línea desde 2003 :heart:



javitopo
Usuario/a
Mensajes: 82
Registrado: 09 Oct 2006, 00:44
Género:
Edad: 47

Re: Fallo visualización encuestas de frases largas

#7

Mensaje por javitopo »

Tienes razón en lo de los porcentajes en vez del ancho fijo, a ver si esta tarde tengo un rato y lo cambio, de todas formas he probado con el crome a ver si afecta y me da la impresión que no afecta a las barras de las encuestas, pego aquí los archivos que me pides.

viewtopic_body.html | Mostrar
<!-- INCLUDE overall_header.html -->

<!-- IF S_FORUM_RULES -->
<div class="forumrules">
<!-- IF U_FORUM_RULES -->
<h3>{L_FORUM_RULES}</h3><br />
<a href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a>
<!-- ELSE -->
<h3>{L_FORUM_RULES}</h3><br />
{FORUM_RULES}
<!-- ENDIF -->
</div>

<br clear="all" />
<!-- ENDIF -->

<div id="pageheader">
<h2><a class="titles" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></h2>

<!-- IF MODERATORS -->
<p class="moderators"><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->: {MODERATORS}</p>
<!-- ENDIF -->
<!-- IF U_MCP -->
<p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
<!-- ENDIF -->
</div>

<br clear="all" /><br />
<!-- IF ADS_3 -->{ADS_3}<br /><!-- ENDIF -->
<div id="pagecontent">

<table width="100%" cellspacing="1">
<tr>
<td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
<!-- IF not S_IS_BOT -->
<!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a>&nbsp;<!-- ENDIF -->
<!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a><!-- ENDIF -->
<!-- ENDIF -->
</td>
<!-- IF TOTAL_POSTS -->
<td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
<td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_POSTS} ]&nbsp;</td>
<td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
<!-- ENDIF -->
</tr>
</table>

<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat">
<table width="100%" cellspacing="0">
<tr>
<td class="nav" nowrap="nowrap">&nbsp;
<!-- IF not S_IS_BOT -->
<!-- IF U_WATCH_TOPIC --><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC or U_BOOKMARK_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
<!-- IF U_BOOKMARK_TOPIC --><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
<!-- IF U_PRINT_TOPIC --><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a><!-- IF U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
<!-- IF U_EMAIL_TOPIC --><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a><!-- IF U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
<!-- IF U_BUMP_TOPIC --><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a><!-- ENDIF -->
<!-- ENDIF -->
</td>
<td class="nav" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a><!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --> | <a href="{U_VIEW_UNREAD_POST}">{L_VIEW_UNREAD_POST}</a><!-- ENDIF --> | <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;</td>
</tr>
</table>
</td>
</tr>
<!-- IF S_HAS_POLL -->
<tr>
<td class="row2" colspan="2" align="center"><br clear="all" />

<form method="post" action="{S_POLL_ACTION}">

<table cellspacing="0" cellpadding="4" border="0" align="center">
<tr>
<td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span><br /><span class="gensmall">{L_POLL_LENGTH}</span></td>
</tr>
<tr>
<td align="{S_CONTENT_FLOW_BEGIN}">
<table cellspacing="8" cellpadding="8" border="0">
<!-- BEGIN poll_option -->
<tr>
<!-- IF S_CAN_VOTE -->
<td>
<!-- IF S_IS_MULTI_CHOICE -->
<input type="checkbox" class="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />
<!-- ELSE -->
<input type="radio" class="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />
<!-- ENDIF -->
</td>
<!-- ENDIF -->
<td style="width:80%"><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
<!-- IF S_DISPLAY_RESULTS -->
<td dir="ltr">{POLL_LEFT_CAP_IMG}{poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG}</td>
<td class="gen" align="{S_CONTENT_FLOW_END}"><b>&nbsp;{poll_option.POLL_OPTION_PERCENT}&nbsp;</b></td>
<td class="gen" align="center">[ {poll_option.POLL_OPTION_RESULT} ]</td>
<!-- IF poll_option.POLL_OPTION_VOTED -->
<td class="gensmall" valign="top"><b title="{L_POLL_VOTED_OPTION}">x</b></td>
<!-- ENDIF -->
<!-- ENDIF -->
</tr>
<!-- END poll_option -->
</table>
</td>
</tr>
<!-- IF S_CAN_VOTE -->
<tr>
<td align="center"><span class="gensmall">{L_MAX_VOTES}</span><br /><br /><input type="submit" name="update" value="{L_SUBMIT_VOTE}" class="btnlite" /></td>
</tr>
<!-- ENDIF -->
<!-- IF S_DISPLAY_RESULTS -->
<tr>
<td class="gensmall" colspan="4" align="center"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></td>
</tr>
<!-- ELSE -->
<tr>
<td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></b></span></td>
</tr>
<!-- ENDIF -->
</table>
{S_HIDDEN_FIELDS}
{S_FORM_TOKEN}
</form>

</td>
</tr>
<!-- ENDIF -->
</table>

<!-- BEGIN postrow -->
<table class="tablebg" width="100%" cellspacing="1">
<!-- IF postrow.S_FIRST_ROW -->
<tr>
<th>{L_AUTHOR}</th>
<th>{L_MESSAGE}</th>
</tr>
<!-- ENDIF -->
<!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->

<!-- IF postrow.S_IGNORE_POST -->
<td class="gensmall" colspan="2" height="25" align="center"><!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>{postrow.L_IGNORE_POST}</td>
<!-- ELSE -->

<td align="center" valign="middle">
<!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>
<b class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{postrow.POST_AUTHOR}</b>
</td>
<td width="100%" height="25">
<table width="100%" cellspacing="0">
<tr>
<!-- IF postrow.POST_ICON_IMG -->
<td><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" title="" /></td>
<!-- ENDIF -->
<td class="gensmall" width="100%"><div style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<b>{L_POST_SUBJECT}:</b> <a href="#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a></div><div style="float: {S_CONTENT_FLOW_END};"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><b>{L_POSTED}:</b> {postrow.POST_DATE}&nbsp;</div></td>
</tr>
</table>
</td>
</tr>

<!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->

<td valign="top" class="profile">
<table cellspacing="4" align="center" width="150">
<!-- IF postrow.ONLINE_IMG -->
<tr>
<td>{postrow.ONLINE_IMG}</td>
</tr>
<!-- ENDIF -->
<!-- IF postrow.RANK_TITLE -->
<tr>
<td class="postdetails">{postrow.RANK_TITLE}</td>
</tr>
<!-- ENDIF -->
<!-- IF postrow.RANK_IMG -->
<tr>
<td>{postrow.RANK_IMG}</td>
</tr>
<!-- ENDIF -->
<!-- IF postrow.POSTER_AVATAR -->
<tr>
<td>{postrow.POSTER_AVATAR}</td>
</tr>
<!-- ENDIF -->
<!-- IF not (postrow.ONLINE_IMG or postrow.RANK_TITLE or postrow.RANK_IMG or postrow.POSTER_AVATAR) -->
<tr>
<td></td>
</tr>
<!-- ENDIF -->
</table>

<span class="postdetails">
<!-- IF postrow.POSTER_JOINED --><br /><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF -->
<!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF -->
<!-- IF postrow.POSTER_AGE --><dd><strong>{L_AGE}:</strong> {postrow.POSTER_AGE}</dd><!-- ENDIF -->

<!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->
<!-- IF not postrow.S_POST_ANONYMOUS and postrow.THANKS_COUNTERS_VIEW --><br /><b>{L_GIVEN}:</b><!-- IF postrow.POSTER_GIVE_COUNT < 1 --> {postrow.POSTER_GIVE_COUNT} {L_THANK}<!-- ELSEIF postrow.POSTER_GIVE_COUNT > 1 --> <a href="{postrow.POSTER_GIVE_COUNT_LINK}">{postrow.POSTER_GIVE_COUNT}</a> {L_THANKS}<!-- ELSE --> <a href="{postrow.POSTER_GIVE_COUNT_LINK}">{postrow.POSTER_GIVE_COUNT}</a> {L_THANK}<!-- ENDIF --><br /><b>{L_RECEIVED}:</b><!-- IF postrow.POSTER_RECEIVE_COUNT < 1 --> {postrow.POSTER_RECEIVE_COUNT} {L_THANK}<!-- ELSEIF postrow.POSTER_RECEIVE_COUNT > 1 --> <a href="{postrow.POSTER_RECEIVE_COUNT_LINK}">{postrow.POSTER_RECEIVE_COUNT}</a> {L_THANKS}<!-- ELSE --> <a href="{postrow.POSTER_RECEIVE_COUNT_LINK}">{postrow.POSTER_RECEIVE_COUNT}</a> {L_THANK}<!-- ENDIF --><!-- ENDIF -->
<!-- IF postrow.POSTER_GENDER --><br /><b>{L_GENDER}:</b> {postrow.POSTER_GENDER_IMG}<!-- ENDIF -->

<!-- IF postrow.S_PROFILE_FIELD1 -->
<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
<br /><b>{postrow.PROFILE_FIELD1_NAME}:</b> {postrow.PROFILE_FIELD1_VALUE}
<!-- ENDIF -->

<!-- BEGIN custom_fields -->
<br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
<!-- END custom_fields -->
</span>

</td>
<td valign="top">
<table width="100%" cellspacing="5">
<tr>
<td>
<!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED -->
<table width="100%" cellspacing="0">
<tr>
<td class="gensmall"><!-- IF postrow.S_POST_UNAPPROVED --><span class="postapprove">{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span><br /> <!-- ENDIF --> <!-- IF postrow.S_POST_REPORTED --><span class="postreported">{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF --></td>
</tr>
</table>

<br clear="all" />
<!-- ENDIF -->

<div class="postbody">{postrow.MESSAGE}</div>

<!-- IF postrow.S_HAS_ATTACHMENTS -->
<br clear="all" /><br />

<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>
</tr>
<!-- BEGIN attachment -->
<tr>
<!-- IF postrow.attachment.S_ROW_COUNT is even --><td class="row2"><!-- ELSE --><td class="row1"><!-- ENDIF -->{postrow.attachment.DISPLAY_ATTACHMENT}</td>
</tr>
<!-- END attachment -->
</table>
<!-- ENDIF -->

<!-- IF postrow.S_DISPLAY_NOTICE -->
<span class="gensmall error"><br /><br />{L_DOWNLOAD_NOTICE}</span>
<!-- ENDIF -->
<!-- IF postrow.SIGNATURE -->
<span id="sig{postrow.POST_ID}" class="postbody"><br />_________________<br />{postrow.SIGNATURE}</span>
<!-- ENDIF -->

<!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
<!-- IF postrow.EDIT_REASON -->
<br /><br />
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="row3"><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
</tr>
<tr>
<td class="row2"><span class="genmed">{postrow.EDIT_REASON}</span></td>
</tr>
</table>
<!-- ELSE -->
<br /><br />
<span class="gensmall">{postrow.EDITED_MESSAGE}</span>
<!-- ENDIF -->
<!-- ENDIF -->

<!-- IF postrow.BUMPED_MESSAGE -->
<span class="gensmall"><br /><br />{postrow.BUMPED_MESSAGE}</span>
<!-- ENDIF -->

<!-- IF not postrow.S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF -->

<table width="100%" cellspacing="0">
<tr valign="middle">
<td class="gensmall" align="{S_CONTENT_FLOW_END}">
<!-- IF not S_IS_BOT -->
<!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF -->
<!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}">{INFO_IMG}</a> <!-- ENDIF -->
<!-- IF postrow.U_WARN --><a href="{postrow.U_WARN}">{WARN_IMG}</a> <!-- ENDIF -->
<!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF -->
<!-- IF not postrow.S_FIRST_POST_ONLY or postrow.S_ONLY_TOPICSTART -->
<!-- IF not postrow.S_GLOBAL_POST_THANKS and not postrow.S_POST_ANONYMOUS and postrow.S_FORUM_THANKS and S_USER_LOGGED_IN and not postrow.S_IS_OWN_POST and (not postrow.S_ALREADY_THANKED or postrow.S_REMOVE_THANKS) --><a href="{postrow.THANKS_LINK}" title="{postrow.THANK_ALT}{postrow.POST_AUTHOR}">{postrow.THANK_IMG}</a> <!-- ENDIF -->
<!-- ENDIF -->
<!-- IF postrow.THANKS and postrow.THANKS_POSTLIST_VIEW and not postrow.S_POST_ANONYMOUS -->
<table width="100%" cellspacing="0">
<tr valign="middle">
<td class="gensmall" align="{S_CONTENT_FLOW_BEGIN}">
<hr />
<!-- IF postrow.S_MOD_THANKS --><a href="{postrow.U_CLEAR_LIST_THANKS_POST}">{postrow.DELETE_IMG}</a>&nbsp;<!-- ENDIF -->{postrow.THANK_TEXT}{postrow.POST_AUTHOR_FULL}{postrow.THANK_TEXT_2} {postrow.THANKS}</td>
</tr>
</table>
<!-- ENDIF -->
<!-- IF postrow.S_THANKS_POST_REPUT_VIEW and postrow.POST_REPUT and not postrow.S_POST_ANONYMOUS and not S_IS_BOT -->
<table class="content" align="left">
<tr class="postbody" align="left">
<td>
<!-- IF postrow.S_THANKS_REPUT_GRAPHIC -->
<div style="float: left; width: {postrow.THANKS_REPUT_GRAPHIC_WIDTH}; height: {postrow.THANKS_REPUT_HEIGHT}; background: URL({postrow.THANKS_REPUT_IMAGE_BACK}); background-repeat: repeat-x;"><div style="height: {postrow.THANKS_REPUT_HEIGHT}; width: {postrow.POST_REPUT}; background: URL({postrow.THANKS_REPUT_IMAGE}); background-repeat: repeat-x;"></div></div>&nbsp;
<!-- ENDIF -->
<strong>{L_REPUT}:</strong>&nbsp;{postrow.POST_REPUT}
</td>
</tr>
</table>
<!-- ENDIF -->
<!-- ENDIF -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>

<!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->

<td class="profile"><strong><a href="#wrapheader">{L_BACK_TO_TOP}</a></strong></td>
<td><div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF -->&nbsp;</div> <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><!-- IF not S_IS_BOT --><!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- ENDIF -->&nbsp;</div></td>
<!-- ENDIF -->
</tr>

<tr>
<td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
</table>
<!-- IF postrow.S_FIRST_ROW -->{ADS_5}<!-- ELSE -->{ADS_6}<!-- ENDIF -->
<!-- IF postrow.S_ROW_COUNT == 2 -->{ADS_9}<!-- ENDIF -->
<!-- IF postrow.S_ROW_COUNT == 9 -->{ADS_10}<!-- ENDIF -->
<!-- END postrow -->

<!-- IF not S_IS_BOT -->
<table width="100%" cellspacing="1" class="tablebg">
<tr align="center">
<td class="cat"><form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" value="{L_GO}" name="sort" /></form></td>
</tr>
</table>
<!-- ENDIF -->

<table width="100%" cellspacing="1">
<tr>
<td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
<!-- IF not S_IS_BOT -->
<!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a>&nbsp;<!-- ENDIF -->
<!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a><!-- ENDIF -->
<!-- ENDIF -->
</td>
<!-- IF TOTAL_POSTS -->
<td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
<td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_POSTS} ]&nbsp;</td>
<td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
<!-- ENDIF -->
</tr>
</table>

</div>
<!-- IF ADS_4 -->{ADS_4}<br /><!-- ENDIF -->
<div id="pagefooter"></div>

<br clear="all" />
<!-- IF S_QUICK_REPLY -->
<!-- INCLUDE quickreply_editor.html -->
<!-- ENDIF -->

<!-- INCLUDE breadcrumbs.html -->

<!-- IF S_DISPLAY_ONLINE_LIST -->
<br clear="all" />

<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat"><h4>{L_WHO_IS_ONLINE}</h4></td>
</tr>
<tr>
<td class="row1"><p class="gensmall">{LOGGED_IN_USER_LIST}</p></td>
</tr>
</table>
<!-- ENDIF -->

<br clear="all" />

<table width="100%" cellspacing="1">
<tr>
<td width="40%" valign="top" nowrap="nowrap" align="{S_CONTENT_FLOW_BEGIN}"><!-- IF S_TOPIC_MOD --><form method="post" action="{S_MOD_ACTION}"><span class="gensmall">{L_QUICK_MOD}:</span> {S_TOPIC_MOD} <input class="btnlite" type="submit" value="{L_GO}" /></form><!-- ENDIF --></td>
<td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td>
</tr>
</table>

<br clear="all" />

<table width="100%" cellspacing="0">
<tr>
<td><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></td>
<td align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></td>
</tr>
</table>

<!-- INCLUDE overall_footer.html -->
stylesheet.css | Mostrar
/* phpBB3 Style Sheet
--------------------------------------------------------------
Style name: subsilver2
Based on style: subSilver (the default phpBB 2.0.x style)
Original author: Tom Beddard ( http://www.subblue.com/ )
Modified by: phpBB Group ( https://www.phpbb.com/ )
--------------------------------------------------------------
*/
@import url("mchat.css");
/* Layout
------------ */
/* JAVI WP JAVI WP JAVI INICIO */
/************************************************
* 3. Header *
************************************************/

#headerwp {
background: none;
width: 960px;
height: 190px;
margin: 0px auto 0px;
padding: 0px 20px;
}
#headerwp #titlewp {
float: left;
display: block;
padding: 0px;
margin: 0px;
}
#headerwp #titlewp a {
background: url(http://www.foropir.es/wp-content/themes ... s/logo.png) no-repeat;
display: block;
float: left;
width: 960px;
height: 150px;
margin: 0;
padding: 0;
text-indent: -9999px;
overflow: hidden;
}
/* JAVI WP JAVI WP JAVI FIN */




* {
/* Reset browsers default margin, padding and font sizes */
margin: 0 auto;
padding: 0;
}

html {
font-size: 100%;
}

body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #323D4F;
background-image: url('./images/bg_top.gif');
background-repeat:no-repeat;
background-color: #EEEEEE;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;
}

#wrapheader {
height: auto !important;
padding: 0;
width: 950px;
margin: 0 auto;
}

#wrapcentre {
margin: 15px 25px 0 25px;
width: 950px;
margin: 0 auto;
}

#wrapfooter {
text-align: center;
clear: both;
width: 950px;
margin: 0 auto;
}

#wrapnav {
width: 100%;
margin: 0;
background-color: #ECECEC;
border-width: 1px;
border-style: solid;
border-color: #A9B8C2;
}

#logodesc {
background-color: #C1CAD2;
background-image: url('./images/background.gif');
background-repeat: repeat-x;
background-position: center bottom;
padding: 0 25px 15px 25px;
}

#menubar {
margin: 0 25px;
}

#datebar {
margin: 10px 25px 0 25px;
}

#findbar {
width: 100%;
margin: 0;
padding: 0;
border: 0;
}

.forumrules {
background-color: #F9CC79;
border-width: 1px;
border-style: solid;
border-color: #BB9860;
padding: 4px;
font-weight: normal;
font-size: 1.1em;
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/* Text
--------------------- */
h1 {
color: black;
font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
font-weight: bold;
font-size: 1.8em;
text-decoration: none;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.5em;
text-decoration: none;
line-height: 120%;
}

h3 {
font-size: 1.3em;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
line-height: 120%;
}

h4 {
margin: 0;
font-size: 1.1em;
font-weight: bold;
}

p {
font-size: 1.1em;
}

p.moderators {
margin: 0;
float: left;
color: black;
font-weight: bold;
}

.rtl p.moderators {
float: right;
}

p.linkmcp {
margin: 0;
float: right;
white-space: nowrap;
}

.rtl p.linkmcp {
float: left;
}

p.breadcrumbs {
margin: 0;
float: left;
color: black;
font-weight: bold;
white-space: normal;
font-size: 1em;
}

.rtl p.breadcrumbs {
float: right;
}

p.datetime {
margin: 0;
float: right;
white-space: nowrap;
font-size: 1em;
}

.rtl p.datetime {
float: left;
}

p.searchbar {
padding: 2px 0;
white-space: nowrap;
}

p.searchbarreg {
margin: 0;
float: right;
white-space: nowrap;
}

.rtl p.searchbarreg {
float: left;
}

p.forumdesc {
padding-bottom: 4px;
}

p.topicauthor {
margin: 1px 0;
}

p.topicdetails {
margin: 1px 0;
}

.postreported, .postreported a:link, .postreported a:visited, .postreported a:hover, .postreported a:active {
margin: 1px 0;
color: red;
font-weight:bold;
}

.postapprove, .postapprove a:link, .postapprove a:visited, .postapprove a:hover, .postapprove a:active {
color: green;
font-weight:bold;
}

.postapprove img, .postreported img {
vertical-align: bottom;
padding-top: 5px;
}

.postauthor {
color: #000000;
}

.postdetails {
color: #000000;
}

.postbody {
font-size: 1.3em;
line-height: 1.4em;
font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
margin: 0 1.5em 0 0;
}

.posthilit {
background-color: yellow;
}

.nav {
margin: 0;
color: black;
font-weight: bold;
}

.pagination {
padding: 4px;
color: black;
font-size: 1em;
font-weight: bold;
}

.cattitle {

}

.gen {
margin: 1px 1px;
font-size: 1.2em;
}

.genmed {
margin: 1px 1px;
font-size: 1.1em;
}

.gensmall {
margin: 1px 1px;
font-size: 1em;
}

.copyright {
color: #444;
font-weight: normal;
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1.3em;
text-decoration: none;
}

.error {
color: red;
}


/* Tables
------------ */
th {
color: #FFFFFF;
font-size: 1.1em;
font-weight: bold;
background-color: #5F8AB6;
background-image: url('./images/cellpic3.gif');
white-space: nowrap;
padding: 7px 5px;
}

td {
padding: 2px;
}
td.profile {
padding: 4px;
}

.tablebg {
background-color: #A9B8C2;
}

.catdiv {
height: 28px;
margin: 0;
padding: 0;
border: 0;
background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
height: 28px;
margin: 0;
padding: 0;
border: 0;
background-color: #C7D0D7;
background-image: url('./images/cellpic1.gif');
text-indent: 4px;
}

.row1 {
background-color: #ECECEC;
padding: 4px;
}

.row2 {
background-color: #DCE1E5;
padding: 4px;
}

.row3 {
background-color: #C0C8D0;
padding: 4px;
}

.spacer {
background-color: #D1D7DC;
}

hr {
height: 1px;
border-width: 0;
background-color: #D1D7DC;
color: #D1D7DC;
}

.legend {
text-align:center;
margin: 0 auto;
}

/* Links
------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
direction: rtl;
unicode-bidi: embed;
}

/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */
a:link {
color: #006597;
text-decoration: none;
}

a:visited {
color: #005784;
text-decoration: none;
}

a:hover {
color: #D46400;
text-decoration: underline;
}

a:active {
color: #005784;
text-decoration: none;
}

a.forumlink {
color: #069;
font-weight: bold;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.2em;
}

a.topictitle {
margin: 1px 0;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1.2em;
}

a.topictitle:visited {
color: #5493B4;
text-decoration: none;
}

th a,
th a:visited {
color: #FFFFFF !important;
text-decoration: none;
}

th a:hover {
text-decoration: underline;
}


/* Form Elements
------------ */
form {
margin: 0;
padding: 0;
border: 0;
}

input {
color: #333333;
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
padding: 1px;
border: 1px solid #A9B8C2;
background-color: #FAFAFA;
}

textarea {
background-color: #FAFAFA;
color: #333333;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 1.3em;
line-height: 1.4em;
font-weight: normal;
border: 1px solid #A9B8C2;
padding: 2px;
}

select {
color: #333333;
background-color: #FAFAFA;
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
border: 1px solid #A9B8C2;
padding: 1px;
}

option {
padding: 0 1em 0 0;
}

option.disabled-option {
color: graytext;
}

.rtl option {
padding: 0 0 0 1em;
}

input.radio {
border: none;
background-color: transparent;
}

.post {
background-color: white;
border-style: solid;
border-width: 1px;
}

.btnbbcode {
color: #000000;
font-weight: normal;
font-size: 1.1em;
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
background-color: #EFEFEF;
border: 1px solid #666666;
}

.btnmain {
font-weight: bold;
background-color: #ECECEC;
border: 1px solid #A9B8C2;
cursor: pointer;
padding: 1px 5px;
font-size: 1.1em;
}

.btnlite {
font-weight: normal;
background-color: #ECECEC;
border: 1px solid #A9B8C2;
cursor: pointer;
padding: 1px 5px;
font-size: 1.1em;
}

.btnfile {
font-weight: normal;
background-color: #ECECEC;
border: 1px solid #A9B8C2;
padding: 1px 5px;
font-size: 1.1em;
}

.helpline {
background-color: #DEE3E7;
border-style: none;
}


/* BBCode
------------ */
.quotetitle, .attachtitle {
margin: 10px 5px 0 5px;
padding: 4px;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #A9B8C2;
color: #333333;
background-color: #A9B8C2;
font-size: 0.85em;
font-weight: bold;
}

.quotetitle .quotetitle {
font-size: 1em;
}

.quotecontent, .attachcontent {
margin: 0 5px 10px 5px;
padding: 5px;
border-color: #A9B8C2;
border-width: 0 1px 1px 1px;
border-style: solid;
font-weight: normal;
font-size: 1em;
line-height: 1.4em;
font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
background-color: #FAFAFA;
color: #4B5C77;
}

.attachcontent {
font-size: 0.85em;
}

.codetitle {
margin: 10px 5px 0 5px;
padding: 2px 4px;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #A9B8C2;
color: #333333;
background-color: #A9B8C2;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 0.8em;
}

.codecontent {
direction: ltr;
margin: 0 5px 10px 5px;
padding: 5px;
border-color: #A9B8C2;
border-width: 0 1px 1px 1px;
border-style: solid;
font-weight: normal;
color: #006600;
font-size: 0.85em;
font-family: Monaco, 'Courier New', monospace;
background-color: #FAFAFA;
}

.syntaxbg {
color: #FFFFFF;
}

.syntaxcomment {
color: #FF8000;
}

.syntaxdefault {
color: #0000BB;
}

.syntaxhtml {
color: #000000;
}

.syntaxkeyword {
color: #007700;
}

.syntaxstring {
color: #DD0000;
}


/* Private messages
------------------ */
.pm_marked_colour {
background-color: #000000;
}

.pm_replied_colour {
background-color: #A9B8C2;
}

.pm_friend_colour {
background-color: #007700;
}

.pm_foe_colour {
background-color: #DD0000;
}


/* Misc
------------ */
img {
border: none;
}

.sep {
color: black;
background-color: #FFFFFF;
}

table.colortable td {
padding: 0;
}

pre {
font-size: 1.1em;
font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
white-space: nowrap;
}

.username-coloured {
font-weight: bold;
}

/* JAVI WP JAVI WP JAVI INICIO */
/************************************************
* 5. navbarwp *
************************************************/

#navbarwp {
float: left;
display: block;
background: #333333 url(http://www.foropir.es/wp-content/themes ... ent_bg.png) repeat-x;
width: 960px;
height: 40px;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-align: left;
color: #FFFFFF;
font-weight: bold;
margin: 0px auto 0px;
padding: 0px;
border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0px 1px 2px #CCCCCC;
-moz-box-shadow: 0px 1px 2px #CCCCCC;
-webkit-box-shadow: 0px 1px 2px #CCCCCC;
}
#navbarwp.homenavwp {
border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-khtml-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
}
#navbarrightwp {
float: right;
display: inline-block;
height: 40px;
margin: 0px;
padding: 0px 5px 0px 0px;
}
#naviconswp {
float: right;
display: inline-block;
margin: 0px;
padding: 13px 4px 0px 0px;
}
.naviconwp {
display: inline-block;
margin: 0px 0px 0px 0px;
padding: 0px 2px 0px 2px;
}

.menuwp-item-home a, .first-menuwp-item a, {
border-radius: 5px 0px 0px 5px;
-moz-border-radius: 5px 0px 0px 5px;
-khtml-border-radius: 5px 0px 0px 5px;
-webkit-border-radius: 5px 0px 0px 5px;
}
#navbarwp.homenavwp .menuwp-item-home a, #navbarwp.homenavwp .first-menuwp-item a,
{
border-radius: 5px 0px 0px 0px;
-moz-border-radius: 5px 0px 0px 0px;
-khtml-border-radius: 5px 0px 0px 0px;
-webkit-border-radius: 5px 0px 0px 0px;
}


/*** ESSENTIAL STYLES ***/
.menuwp, .menuwp * {
margin: 0;
padding: 0;
list-style: none;
}
.menuwp {
float: left;
height: 40px;
}
.menuwp ul {
margin: 0px;
padding: 0px;
}
.menuwp ul ul, ul.menuwp ul {
position: absolute;
top: -9999px;
width: 200px; /* left offset of submenuwps need to match (see below) */
margin: 0px 0px 0px 0px;
}
.menuwp ul ul ul, ul.menuwp ul ul {
margin: 0px;
}
.menuwp ul li ul li, ul.menuwp ul li {
width: 100%;
margin: 0px 0px 0px 0px;
}
.menuwp li:hover {
visibility: inherit; /* fixes IE7 'sticky bug' */
}
.menuwp li {
float: left;
display: inline-block;
position: relative;
}
.menuwp a {
display: inline-block;
position: relative;
}
.menuwp li li a {
display: block;
}
.menuwp li:hover ul,
.menuwp li.sfHover ul {
left: 0;
top: 40px; /* match top ul list item height */
z-index: 99;
}
ul.menuwp li:hover li ul,
ul.menuwp li.sfHover li ul {
top: -9999px;
}
ul.menuwp li li:hover ul,
ul.menuwp li li.sfHover ul {
left: 200px; /* match ul width */
top: 0;
}
ul.menuwp li li:hover li ul,
ul.menuwp li li.sfHover li ul {
top: -9999px;
}
ul.menuwp li li li:hover ul,
ul.menuwp li li li.sfHover ul {
left: 200px; /* match ul width */
top: 0;
}

/*** SKIN ***/
.menuwp .current_page_item a,
.menuwp .current_page_ancestor a,
.menuwp .current-menuwp-item a,
.menuwp .current-cat a {
background: #336699 url(http://www.foropir.es/wp-content/themes ... ent_bg.png) repeat-x;
color: #FFFFFF;
border-left: 1px solid #222222;
border-right: 1px solid #333333;
}
.menuwp li .current_page_item a,
.menuwp li .current-menuwp-item a,
.menuwp .current_page_ancestor .sub-menuwp li a,
.menuwp li .current-cat a {
background: #336699 url(http://www.foropir.es/wp-content/themes ... _hover.png) repeat;
background-image: none;
color: #FFFFFF;
border: none;
}
.menuwp .current_page_item .sub-menuwp a,
.menuwp .current_page_ancestor .sub-menuwp a,
.menuwp .current-menuwp-item .sub-menuwp a,
.menuwp .current-cat .sub-menuwp a {
border: none;
}
.menuwp {
margin-bottom: 0;
}
.menuwp a {
color: #CCCCCC;
line-height: 40px;
margin: 0px;
padding: 0px 10px 0px 10px;
text-decoration: none;
border-left: 1px solid #222222;
border-right: 1px solid #333333;
}
.menuwp li li a {
background: #336699;
color: #CCCCCC;
font-size: 11px;
line-height: 30px;
padding: 0px 10px 0px 10px;
text-decoration: none;
text-transform: none;
border: none;
}
.menuwp li {
background: none;
}
.menuwp li li {
background: none;
}
.menuwp li:hover, .menuwp li.sfHover {
}
.menuwp a:focus, .menuwp a:hover, .menuwp a:active {
background: #336699 url(http://www.foropir.es/wp-content/themes ... ent_bg.png) repeat-x;
color: #FFFFFF;
text-decoration: none;
outline: 0;
}
.menuwp li li:hover, .menuwp li li.sfHover {
}
.menuwp li li a:focus, .menuwp li li a:hover, .menuwp li li a:active {
background: #336699 url(http://www.foropir.es/wp-content/themes ... _hover.png) repeat;
color: #FFFFFF;
outline: 0;
}

/*** ARROWS ***/
.menuwp a.sfwp-with-ul {
padding-right: 25px;
min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sfwp-sub-indicator {
position: absolute;
display: block;
right: 10px;
top: 15px; /* IE6 only */
width: 10px;
height: 10px;
text-indent: -9999px;
overflow: hidden;
background: url(http://www.foropir.es/wp-content/themes ... ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sfwp-sub-indicator { /* give all except IE6 the correct values */
top: 15px;
background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sfwp-sub-indicator,
a:hover > .sfwp-sub-indicator,
a:active > .sfwp-sub-indicator,
li:hover > a > .sfwp-sub-indicator,
li.sfHover > a > .sfwp-sub-indicator {
background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.menuwp ul ul .sfwp-sub-indicator, ul.menuwp ul .sfwp-sub-indicator {
background-position: -10px 0;
}
.menuwp ul ul a > .sfwp-sub-indicator, ul.menuwp ul a > .sfwp-sub-indicator {
top: 8px;
background-position: 0 0;
}
/* apply hovers to modern browsers */
.menuwp ul ul a:focus > .sfwp-sub-indicator,
.menuwp ul ul a:hover > .sfwp-sub-indicator,
.menuwp ul ul a:active > .sfwp-sub-indicator,
.menuwp ul ul li:hover > a > .sfwp-sub-indicator,
.menuwp ul ul li.sfHover > a > .sfwp-sub-indicator {
background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sfwp-shadow ul ul {
background: url(http://www.foropir.es/wp-content/themes ... shadow.png) no-repeat bottom right;
padding: 0 8px 9px 0;
-moz-border-radius-bottomleft: 17px;
-moz-border-radius-topright: 17px;
-webkit-border-top-right-radius: 17px;
-webkit-border-bottom-left-radius: 17px;
}
.sfwp-shadow ul.sfwp-shadow-off {
background: transparent;
}***/

/* JAVI WP JAVI WP JAVI FIN */

Datos de soporte

Spoiler

URL:http://www.foropir.es/foropir/
Versión phpBB: phpBB3 (3.3.4)
ADVERTISEMENT MANAGEMENT
THANKS FOR POSTS
CAJA DE BBCODE AVANZADO
TAPATALK
Plantilla(s) usada(s): Prosilver
Servidor: Minervahosting (pago)
Actualización desde otra versión: Si, de la 2.0.22 a 3.0.7-PL1 a 3.0.9 a 3.0.10 a 3.0.11 a 3.0.12 a 3.0.13-PL1 a 3.0.14 y a 3.3.4
Conversión desde otro sistema de foros: No


Avatar de Usuario
ThE KuKa
Administrador
Mensajes: 10374
Registrado: 04 Ene 2004, 19:27
Género:
Edad: 49

Re: Fallo visualización encuestas de frases largas

#8

Mensaje por ThE KuKa »

Prueba a cambiar esta línea:
<td style="width:80%"><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
Por esta otra:
<td style="width:60%"><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>

📌 Raul [ThE KuKa] en phpBB 📌
✅ Jr. Extension Validator - Jr. Styles Validator - Style Customisations - Translator - International Support Team
✅

Si te gustan mis estilos, traducciones, etc. y quieres mostrar algo de aprecio, no dudes en hacer una donación Imagen
:flag_es: phpBB España - En línea desde 2003 :heart:



javitopo
Usuario/a
Mensajes: 82
Registrado: 09 Oct 2006, 00:44
Género:
Edad: 47

Re: Fallo visualización encuestas de frases largas

#9

Mensaje por javitopo »

Nada, se ve igual

Esta con frases cortas se ve mal

ejemplo 1

Y esta con frases largas se ve bien,
emeplo 2

No tendrá nada que ver, pero parece que una tuviese alineación centrada y otra izquierda

Datos de soporte

Spoiler

URL:http://www.foropir.es/foropir/
Versión phpBB: phpBB3 (3.3.4)
ADVERTISEMENT MANAGEMENT
THANKS FOR POSTS
CAJA DE BBCODE AVANZADO
TAPATALK
Plantilla(s) usada(s): Prosilver
Servidor: Minervahosting (pago)
Actualización desde otra versión: Si, de la 2.0.22 a 3.0.7-PL1 a 3.0.9 a 3.0.10 a 3.0.11 a 3.0.12 a 3.0.13-PL1 a 3.0.14 y a 3.3.4
Conversión desde otro sistema de foros: No


joanllm
Observador/a
Mensajes: 47
Registrado: 31 Ene 2013, 19:13

Re: Fallo visualización encuestas de frases largas  Tema Solucionado

#10

Mensaje por joanllm »

Yo probaría esto.


Abrir viewtopic_body.html

busca en el mismo archivo

Código: Seleccionar todo

<table cellspacing="0" cellpadding="4" border="0" align="center">
reemplaza por

Código: Seleccionar todo

<table cellspacing="0" cellpadding="4" border="0" align="center" style="width: 100%;">

busca en el mismo archivo

Código: Seleccionar todo

<table cellspacing="8" cellpadding="8" border="0">
reemplaza por

Código: Seleccionar todo

<table cellspacing="8" cellpadding="8" border="0" style="width: 100%;">
Creo que con esto se tendría que solucionar, saludos.
URL: [click]http://descargasmax.com/[/click]
Plantilla(s) usuada(s): Artodia: Black (Estilo editado)
MODs instalados:
SPOILER_SHOW
board3 Portal 2.0.1
Thanks for posts 1.3.5
Anti-Spam ACP 1.0.5
Share On 2.1.1
Official Topic Index 2.0.2
AOS Estadísticas de temas 1.0.5
AOS notificaciones 0.0.8
Advertising manager 1.0.12
Precise Similar Topics II 1.2.2
Video BBCode 1.0.5
ACP Requetes
Versión de phpBB: 3.0.11
Servidor: bluehost
Si es una actualización desde otra versión: no
Si es una conversión desde otro tipo de Foro: no

javitopo
Usuario/a
Mensajes: 82
Registrado: 09 Oct 2006, 00:44
Género:
Edad: 47

Re: Fallo visualización encuestas de frases largas

#11

Mensaje por javitopo »

Ahora si se ve bien, muchísimas gracias a todos. Pongo aquí el código cambiado respecto el original, por si puede ayudar a alguien más, porque yo al final me he quedado con una mezcla de todo lo que me habéis dicho.

Abrir viewtopic_body.html

buscar

Código: Seleccionar todo

<td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>

reemplazar por

Código: Seleccionar todo

<td style="width:70%"><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
buscar

Código: Seleccionar todo

<table cellspacing="0" cellpadding="2" border="0">
				<!-- BEGIN poll_option -->
reemplazar por

Código: Seleccionar todo

<table cellspacing="6" cellpadding="6" border="0" style="width: 100%;">
				<!-- BEGIN poll_option -->
buscar

Código: Seleccionar todo

<form method="post" action="{S_POLL_ACTION}">

			<table cellspacing="0" cellpadding="4" border="0" align="center">
reemplazar por

Código: Seleccionar todo

<form method="post" action="{S_POLL_ACTION}">

			<table cellspacing="0" cellpadding="4" border="0" width= "90%" align="center">

Muchas gracias de nuevo a todos, lo marco como solucionado y lo cierro.

Datos de soporte

Spoiler

URL:http://www.foropir.es/foropir/
Versión phpBB: phpBB3 (3.3.4)
ADVERTISEMENT MANAGEMENT
THANKS FOR POSTS
CAJA DE BBCODE AVANZADO
TAPATALK
Plantilla(s) usada(s): Prosilver
Servidor: Minervahosting (pago)
Actualización desde otra versión: Si, de la 2.0.22 a 3.0.7-PL1 a 3.0.9 a 3.0.10 a 3.0.11 a 3.0.12 a 3.0.13-PL1 a 3.0.14 y a 3.3.4
Conversión desde otro sistema de foros: No


Cerrado

Volver a “Foros de Soporte 3.0.x”