Page 1 of 1

Schrift in Aktuelles

Posted: 31. January 2008 14:52
by Roland
Warum ist die Schrift in Aktuelles so klein. Kann man das nicht ändern.

Re: Schrift in Aktuelles

Posted: 1. February 2008 09:53
by Roland
Hat keiner ne Idee.

Re: Schrift in Aktuelles

Posted: 1. February 2008 13:17
by Kevin
Hallo Roland,

öffne die styles/prosilver/template/portal/block/recent.html

ersetze den Inhalt mit diesem:

Code: Select all

<!-- IF .latest_announcements or .latest_hot_topics or .latest_topics -->
<div class="forabg">
	<div class="inner">
		<span class="corners-top"><span></span></span>
		<ul class="topiclist">
			<li class="header"><dl><dt>{L_RECENT_NEWS}</dt></dl></li>
		</ul>
		<ul class="topiclist forums">
			<li><dl>
				<dd class="posts_portal"  style="border-left:0px">
				<table width="100%">
			<tr>
				<!-- IF .latest_announcements --><td class="row1"><strong>{L_RECENT_ANN}</strong></td><!-- ENDIF -->
				<!-- IF .latest_hot_topics --><td class="row1"><strong>{L_RECENT_HOT_TOPIC}</strong></td><!-- ENDIF -->
				<!-- IF .latest_topics --><td class="row1"><strong>{L_RECENT_TOPIC}</strong></td><!-- ENDIF -->
			</tr>
			<tr>
				<!-- IF .latest_announcements -->
				<td class="row1" style="width: 33%;" valign="top">			
					<!-- BEGIN latest_announcements -->
								<a href="{latest_announcements.U_VIEW_TOPIC}" title="{latest_announcements.FULL_TITLE}">{latest_announcements.TITLE}</a><br />
					<!-- END latest_announcements -->			
				</td>
				<!-- ENDIF -->
				<!-- IF .latest_hot_topics -->
				<td class="row1" style="width: 33%;" valign="top">
					
					<!-- BEGIN latest_hot_topics -->
						<a href="{latest_hot_topics.U_VIEW_TOPIC}" title="{latest_hot_topics.FULL_TITLE}">{latest_hot_topics.TITLE}</a><br />
					<!-- END latest_hot_topics -->				
				</td>
				<!-- ENDIF -->
				<!-- IF .latest_topics -->
				<td class="row1" style="width: 33%;" valign="top">			
					<!-- BEGIN latest_topics -->
						<a href="{latest_topics.U_VIEW_TOPIC}" title="{latest_topics.FULL_TITLE}">{latest_topics.TITLE}</a><br />
					<!-- END latest_topics -->		
				</td>
				<!-- ENDIF -->
			</tr>
			</table>
				</dd>
			</dl></li>
		</ul>
		<span class="corners-bottom"><span></span></span>
	</div>
</div>
<br style="clear:both" />
<!-- ENDIF -->
Ist ungetestet, sollte aber funktionieren.

Gruß

Kevin