Seite 1 von 1

standartschriftgröße

Verfasst: 03.05.2004 19:12
von DerOlum
ich hab' schon das gesamte forum dursucht, aber nichts hilfreiches gefunden.

wo stelle ich denn die standartschriftgröße für ein neues posting ein?
also, daß ohne veränderung der schriftgröße über das pulldown menü einen andere größe als die ursprüngliche standartgröße verwendet wird?

gruß,
olum

Verfasst: 03.05.2004 19:28
von Both
Hi...

in der subSilver.css
/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link { text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}
:wink: :wink: :wink:
Das muesste es sein.

Verfasst: 04.05.2004 02:27
von DerOlum
soweit war ich auch schon funktioniert aber nicht!

gruß,
olum

Verfasst: 04.05.2004 09:07
von Markus67
Hi ...

dann schnapp dir mal die overall_header.tpl :-)

Und dort die gleichen Änderungen durchführen .. :wink:

Markus

Verfasst: 04.05.2004 16:49
von DerOlum
ich verwende das "FI Subsilver Shadow" template
da sieht meine "overall_header.tpl" wie folgt aus:

Code: Alles auswählen

<?xml version="1.0" encoding="{S_CONTENT_ENCODING}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/fisubsilversh/{T_HEAD_STYLESHEET}" type="text/css" />
<!-- BEGIN switch_enable_pm_popup -->
<script type="text/javascript">
<!--
	if ( {PRIVATE_MESSAGE_NEW_FLAG} )
	{
		window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
	}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body>
<a name="top" id="top"></a>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr> 
<td><a href="{U_INDEX}"><img src="templates/fisubsilversh/images/phpbb2_logo.jpg" border="0" alt="{L_INDEX}" title="{L_INDEX}" width="240" height="110" /></a></td>
<td align="center" width="100%">&nbsp;</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr> 
<td align="center" class="topnav">&nbsp;<a href="{U_FAQ}">{L_FAQ}</a>&nbsp; •&nbsp; <a href="{U_SEARCH}">{L_SEARCH}</a>
&nbsp;• &nbsp;<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>&nbsp; • 
&nbsp;<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>
<!-- BEGIN switch_user_logged_out -->
&nbsp; • &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
&nbsp;• &nbsp;<a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp; • &nbsp;<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>&nbsp; 
• &nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td></tr></table>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
da gibt's die entsprechenden einträge gar nicht!


gruß,
olum

Verfasst: 04.05.2004 16:58
von Markus67
Hi ...

dann musst du in der fisubsilversh.css
nach folgendem Eintrag suchen:

Code: Alles auswählen

.postbody{font-size:12px;line-height:125%}
und entsprechend ändern .... :wink:


Markus

Verfasst: 04.05.2004 17:06
von DerOlum
hallo markus,

danke genau so geht's!

vielen dank für die schnelle hilfe.

gruß,
olum