Schriftgrösse Esbardu

Alles zu Styles, Templates, Icons und Smilies für phpBB 2.0, sowie allgemeine Designfragen zur Integration von phpBB in bestehende Websites.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
seev
Mitglied
Beiträge: 108
Registriert: 14.12.2006 18:28
Kontaktdaten:

Schriftgrösse Esbardu

Beitrag von seev »

Schriftgrösse Esbardu

Ich habe ein Problem mit der Schriftgrösse in meinem Forum. Ich benutze das Template " Esbardu ", finde aber leider nicht die Einstellung um die Schriftgrösse in den Beiträgen zu verkleinern.

esbardu.css

Code: Alles auswählen

BODY { margin-left: 0%; margin-right: 0%; margin-top: 0%; font-size: 11px; FONT-FAMILY: arial; COLOR:#000000; BACKGROUND-COLOR:#80b700; }
A:link { font-size: 11px; FONT-FAMILY: verdana, arial, sans-serif; COLOR: #238c13; text-decoration: none; background-color: transparent; font-weight:bold;}
A:visited { font-size: 11px; FONT-FAMILY: verdana, arial, sans-serif; COLOR: #238c13; text-decoration: none; background-color: transparent; font-weight:bold;}
A:active { font-size: 11px; FONT-FAMILY: verdana, arial, sans-serif; COLOR: #238c13; text-decoration: none; background-color: transparent; font-weight:bold;}
A:hover { font-size: 11px; FONT-FAMILY: verdana, arial, sans-serif; COLOR: #FFFFFF; text-decoration: none; BACKGROUND-COLOR:#238c13; font-weight:bold;}
FONT {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 11px; FONT-FAMILY: verdana, arial, sans-serif}
.titular {COLOR: #000000; background-color:#238c13;}
.negro {background-color:#000000; color: #FFFFFF; FONT-SIZE: 11px; FONT-FAMILY: verdana, arial, sans-serif; font-weight:bold;}
.conteniu {background-color:#80b700; color: #000000; FONT-SIZE: 11px; FONT-FAMILY: verdana, arial, sans-serif}
.copy {COLOR: #FFFFFF; FONT-SIZE: 11px; FONT-FAMILY: verdana, arial, sans-serif; background-color:#000000;}
.tablanca {background-color:#FFFFFF; color: #000000;}
.bordpunt {border-right: #238c13 2px dotted;}
.bordpunt2 {border-bottom: #238c13 2px dotted;}

input,textarea, select {
        background-color: #ffffff;
	color : #000000;
	font: normal 11px Arial;
	border: 1px solid #000000;
}

.check {background-color: transparent;
        border-style: none;
}

a.imagen:link {background-color:#ffffff; color: #000000; FONT-SIZE: 11px; FONT-FAMILY: verdana, arial, sans-serif;}
a.imagen:visited {background-color:#ffffff; color: #000000; FONT-SIZE: 11px; FONT-FAMILY: verdana, arial, sans-serif;}
a.imagen:active {background-color:#ffffff; color: #000000; FONT-SIZE: 11px; FONT-FAMILY: verdana, arial, sans-serif;}
a.imagen:hover {background-color:#ffffff; color: #000000; FONT-SIZE: 11px; FONT-FAMILY: verdana, arial, sans-serif;}

.gris1 {border-bottom: white 1px solid; border-right: white 1px solid; background-color:#F6F4F4; font-size: 11px; FONT-FAMILY: verdana, arial, sans-serif; COLOR:#000000;}
.gris2 {border-bottom: white 1px solid; background-color:#F6F4F4; font-size: 11px; FONT-FAMILY: verdana, arial, sans-serif; COLOR:#000000;}

.categoria {background-color:#E5E5E5; font-size: 11px; FONT-FAMILY: verdana, arial, sans-serif; COLOR:#000000;}

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

.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
Bitte um Hilfe, denn so ist es mir einfach zu gross :o http://www.3liga.com/transfers-vom-fc-b ... 8.html#976
Benutzeravatar
Balint
Mitglied
Beiträge: 1815
Registriert: 25.01.2003 21:43
Wohnort: Stuttgart
Kontaktdaten:

Beitrag von Balint »

Hallo!

Versuche mal in deine .css-Datei folgende neue Zeile hinzuzufügen:

Code: Alles auswählen

.postbody {font-size: 12px;}
und variiere ggf. die 12px auf eine größere/kleinere Zahl.


Viele Grüße,
Bálint
Meine MODs für phpBB 2.x und phpBB 3.x!
seev
Mitglied
Beiträge: 108
Registriert: 14.12.2006 18:28
Kontaktdaten:

Beitrag von seev »

Volltreffer !

Besten Dank für den Tipp, nun sieht es gleich viel besser aus : http://www.3liga.com/anfahrt-stadion-vf ... -t238.html
seev
Mitglied
Beiträge: 108
Registriert: 14.12.2006 18:28
Kontaktdaten:

Beitrag von seev »

Ich muss den Thread nochmal hochholen, da es doch nicht ganz funktioniert:
(Siehe hier : http://www.3liga.com/schriftgroesse-des ... .html#1053 )

Wenn man nun editiert oder die Quotefunktion benutzt, ist die Schriftgrösse immer noch zu gross :-?
Benutzeravatar
Balint
Mitglied
Beiträge: 1815
Registriert: 25.01.2003 21:43
Wohnort: Stuttgart
Kontaktdaten:

Beitrag von Balint »

Hi!

Der Style-Autor hat nicht so recht nachgedacht. Öffne die bbcode.tpl im Styles-Verzeichnis und suche

Code: Alles auswählen

<!-- BEGIN quote_username_open --></span>
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr> 
	  <td><font><b>{USERNAME} {L_WROTE}:</b></font></td>
	</tr>
	<tr>
	  <td class="quote"><!-- END quote_username_open -->
<!-- BEGIN quote_open --></span>
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr> 
	  <td><font><b>{L_QUOTE}:</b></font></td>
	</tr>
	<tr>
	  <td class="quote"><!-- END quote_open -->
<!-- BEGIN quote_close --></td>
	</tr>
</table>
<span><!-- END quote_close -->

<!-- BEGIN code_open --></span>
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr> 
	  <td><font><b>{L_CODE}:</b></font></td>
	</tr>
	<tr>
	  <td class="code"><!-- END code_open -->
<!-- BEGIN code_close --></td>
	</tr>
</table>
<span><!-- END code_close -->
Ersetze mit:

Code: Alles auswählen

<!-- BEGIN quote_username_open --></span>
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr> 
	  <td><font><b>{USERNAME} {L_WROTE}:</b></font></td>
	</tr>
	<tr>
	  <td class="quote"><!-- END quote_username_open -->
<!-- BEGIN quote_open --></span>
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr> 
	  <td><font><b>{L_QUOTE}:</b></font></td>
	</tr>
	<tr>
	  <td class="quote"><!-- END quote_open -->
<!-- BEGIN quote_close --></td>
	</tr>
</table>
<span class="postbody"><!-- END quote_close -->

<!-- BEGIN code_open --></span>
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr> 
	  <td><font><b>{L_CODE}:</b></font></td>
	</tr>
	<tr>
	  <td class="code"><!-- END code_open -->
<!-- BEGIN code_close --></td>
	</tr>
</table>
<span class="postbody"><!-- END code_close -->
Viele Grüße,
Bálint
Meine MODs für phpBB 2.x und phpBB 3.x!
seev
Mitglied
Beiträge: 108
Registriert: 14.12.2006 18:28
Kontaktdaten:

Beitrag von seev »

Hallo Balint,

vielen Dank für deine Mühe und gute Hilfe.

Jetzt sieht es wirklich schick aus:
http://www.3liga.com/schriftgroesse-des ... .html#1066
Antworten

Zurück zu „phpBB 2.0: Styles, Templates und Grafiken“