Página 1 de 1

font size phpbbmobile y dimensiones portal

Publicado: 15 Ago 2011, 17:16
por varoo10
¿En que archivo se cambia el tamaño de la fuente de los mensajes?

Otra consulta que tengo es... ¿Como cambio el ancho de la pagina de mi portal para adptarla a la plantilla del phpbbmobile?

Aqui esta el codigo:

Este es el portal_body
SPOILER_SHOW
<!-- DEFINE $S_IN_PORTAL = 1 -->
<!-- INCLUDE overall_header.html -->

<!-- $Id: portal_body.html,v 1.1 2008/02/09 08:18:16 angelside Exp $ //-->
<style type="text/css">
<!--
.topiclist dd.posts_portal {
float:left;
text-align:left;
font-size: 1.1em;
padding:4px 3px 4px 3px;
}

ul.topiclist dt {
float:left;
width: 10%;
font-size: 1em;
}

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

small, .small {
font-size:8px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

/* Container for sub-navigation list */
#navigation {
padding-top: 0px;
font-size: 1.1em;
}

/* Link styles for the sub-section links */
#navigation a {
color: #105289;
font-weight: normal;
padding: 2px;
background: #ecf1f3 none repeat-y 10% 0;
}

#navigation a:hover {
background-color: #F9F9F9;
color: #d31141;
}

/* News listing */
ul.news {
border-top: 1px solid #FFFFFF;
list-style: none;
margin-left: 0;
}
ul.news li {
padding: 5px 0 4px 0;
border-bottom: 1px solid #CCCCCC;
}
ul.news li.last {
border-bottom: none;
}
ul.news {
border-top: none;
}
ul.news li {
padding: 0 0 4px 0;
margin-bottom: 5px;
margin-left: 0;
border-bottom-color: #E0E0E0;
}

.postbody_portal {
width: 10%;
}
//-->
</style>

<table cellpadding="0" cellspacing="0" border="0" width="10%" align="center">
<tr>
<!-- [+] left block area -->
<td width="{PORTAL_LEFT_COLLUMN}" valign="top" style="padding-right:4px;">

<!-- INCLUDE portal/block/main_menu.html -->

<!-- IF S_DISPLAY_SEARCH -->
<!-- INCLUDE portal/block/search.html -->
<!-- ENDIF -->

<!-- IF S_ADS_SMALL -->
<!-- INCLUDE portal/block/ads_small.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_CHANGE_STYLE -->
<!-- INCLUDE portal/block/change_style.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_PAY_S -->
<!-- INCLUDE portal/block/donation/donation_small.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_LATEST_MEMBERS -->
<!-- INCLUDE portal/block/latest_members.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_TOP_POSTERS -->
<!-- INCLUDE portal/block/top_poster.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_RANDOM_MEMBER -->
<!-- INCLUDE portal/block/random_member.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_CLOCK -->
<!-- INCLUDE portal/block/clock.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_MINICAL -->
<!-- INCLUDE portal/block/mini_calendar.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_LINK_US -->
<!-- INCLUDE portal/block/link_us.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_LINKS -->
<!-- INCLUDE portal/block/links.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_LAST_BOTS and S_LAST_VISITED_BOTS -->
<!-- INCLUDE portal/block/latest_bots.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->
<!-- INCLUDE portal/block/birthday_list.html -->
<!-- ENDIF -->

</td>
<!-- [-] left block area -->
<td width="3" valign="top"></td>

<!-- [+] center block area -->
<td valign="top">

<!-- IF S_DISPLAY_WELCOME -->
<!-- INCLUDE portal/block/welcome.html -->
<!-- ENDIF -->

<!-- IF S_ADS_CENTER -->
<!-- INCLUDE portal/block/ads_center.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_PAY_C -->
<!-- INCLUDE portal/block/donation/donation.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_RECENT -->
<!-- INCLUDE portal/block/recent.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_POLL -->
<!-- INCLUDE portal/block/poll.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_ANNOUNCEMENTS -->
<!-- IF S_ANNOUNCE_COMPACT -->
<!-- INCLUDE portal/block/announcements_compact.html -->
<!-- ELSE -->
<!-- INCLUDE portal/block/announcements.html -->
<!-- ENDIF -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_NEWS -->
<!-- IF S_NEWS_COMPACT -->
<!-- INCLUDE portal/block/news_compact.html -->
<!-- ELSE -->
<!-- INCLUDE portal/block/news.html -->
<!-- ENDIF -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_WORDGRAPH -->
<!-- INCLUDE portal/block/wordgraph.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_JUMPBOX -->
<!-- INCLUDE portal/block/jumpbox.html -->
<!-- ENDIF -->

</td>
<!-- [-] center block area -->
<td width="3" valign="top"></td>

<!-- [+] right block area -->
<td width="{PORTAL_RIGHT_COLLUMN}" valign="top" style="padding-left:4px;">

<!--// [+] latest files => only for site version
<div class="panel">
<div class="inner">
<span class="corners-top"><span></span></span>
<h3>Latest Files</h3>
<span style="font-weight: bold">Latest version:</span> 1.1.0b<br />
<span style="font-weight: bold">Released:</span> 2007-08-01<br /><br />
<span style="font-weight: bold">Download:</span><br />
<a href="http://www.phpbb3portal.com/viewtopic.p ... .gz</a><br /><br />
<span style="font-weight: bold">Development:</span><br />
<a href="http://www.phppbb3ortal.com">phpbb3portal.com</a><br />
<a href="http://sourceforge.net/projects/canverportal/" rel="nofollow">SourceForge Project</a>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<br clear="all" />
[-] latest files => only for site version //-->

<!-- IF not S_USER_LOGGED_IN -->
<!-- INCLUDE portal/block/login_box.html -->
<!-- ENDIF -->

<!-- IF S_USER_LOGGED_IN -->
<!-- INCLUDE portal/block/user_menu.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_FRIENDS and S_ZEBRA_ENABLED and S_USER_LOGGED_IN -->
<!-- INCLUDE portal/block/online_friends.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_ADVANCED_STAT -->
<!-- INCLUDE portal/block/statistics.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_ONLINE_LIST -->
<!-- INCLUDE portal/block/whois_online.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_LEADERS -->
<!-- INCLUDE portal/block/leaders.html -->
<!-- ENDIF -->

<!-- IF not S_IS_BOT and S_USER_LOGGED_IN and S_DISPLAY_ATTACHMENTS -->
<!-- INCLUDE portal/block/attachments.html -->
<!-- ENDIF -->

<!-- IF S_DISPLAY_ACTIVE_TOPIC -->
<!--INCLUDE portal/block/active.html-->
<!-- ENDIF -->

<!--INCLUDE portal/block/_sample_block_design.html-->

</td>
<!-- [-] right block area -->
</tr>
</table>
<!--// phpBB3 Portal by Sevdin Filiz, www.phpbb3portal.com //-->
<!-- INCLUDE overall_footer.html -->

Re: font size phpbbmobile y dimensiones portal

Publicado: 20 Ago 2011, 16:45
por DaVidU

te falto rellenar los datos para darte soporte