[erledigt] Schriftgröße ändern

Alles zu Styles, Templates, Icons und Smilies für phpBB 3.0.x, sowie allgemeine Designfragen zur Integration von phpBB in bestehende Websites.
phpBB Styles Demo
Forumsregeln
Bei Style spezifischen Fragen ist der Stylename und die Downloadquelle des Styles erforderlich, besser noch die URL vom betroffenen Forum.
Stonewoman
Mitglied
Beiträge: 313
Registriert: 10.07.2005 15:09
Wohnort: Vinnen
Kontaktdaten:

[erledigt] Schriftgröße ändern

Beitrag von Stonewoman »

Hallo,

ich finde die Namen der Authoren in den Beiträge sind ziemlich klein:
[ externes Bild ]

Die würde ich gerne etwas vergrößern. Ich weiß (ich hoffe das stimmt) wo ich das ändern müsste (subsilver2):

viewtopic_body.html

Code: Alles auswählen

<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>
Aber ich weiß nicht wie...

Und ich würde gern das Verfasst am: nicht ganz rechts haben, sondern vor Betreff des Beitrages (so wie es auch im 2er ist), da weiß ich auch nicht wie und wo ich das machen muss.

Grüße, Stoni.
Zuletzt geändert von Stonewoman am 08.11.2008 14:47, insgesamt 1-mal geändert.
http://forum.skoliose-op.info
phpBB-Version: 3.0.11 | Style: subsilver2
MODs: Board3Portalv1.0.2 | Auto-Groups-101 | Anti_double_post_v1.0.5 | Geomap-2.1.0 | Who_was_here_1.0.0-RC1 | Firefox 3 Password Management Fix 1.0.0. | Smilies Categories 1.0.3 | Tablemaker Standalone) | NV_advanced_last_topic_titles_1_2_8
Stonewoman
Mitglied
Beiträge: 313
Registriert: 10.07.2005 15:09
Wohnort: Vinnen
Kontaktdaten:

Beitrag von Stonewoman »

*push*
http://forum.skoliose-op.info
phpBB-Version: 3.0.11 | Style: subsilver2
MODs: Board3Portalv1.0.2 | Auto-Groups-101 | Anti_double_post_v1.0.5 | Geomap-2.1.0 | Who_was_here_1.0.0-RC1 | Firefox 3 Password Management Fix 1.0.0. | Smilies Categories 1.0.3 | Tablemaker Standalone) | NV_advanced_last_topic_titles_1_2_8
Valerie Raghnall
Mitglied
Beiträge: 3907
Registriert: 17.07.2002 14:03
Wohnort: Graz

Beitrag von Valerie Raghnall »

Hi,

ich bin mir nicht sicher ob das hinhaut, aber versuch mal in der stylesheet.css eine schriftgröße festzulegen.die Class postauthor gibt es dort ja zu finden, angegeben ist aber nur die schriftfarbe. wenn da noch

Code: Alles auswählen

	font-size: 2em;
(oder bei bedarf etwas anderes als 2) hinschreibst, sollte sich die Schriftgröße ändern.
A Bus Station is where buses stop. A Train Station is where trains stop. On my desk, there is a Work Station.
Stonewoman
Mitglied
Beiträge: 313
Registriert: 10.07.2005 15:09
Wohnort: Vinnen
Kontaktdaten:

Beitrag von Stonewoman »

Vielen Dank, hat super geklappt...

Hat dazu auch jemand nen Tipp?
Und ich würde gern das Verfasst am: nicht ganz rechts haben, sondern vor Betreff des Beitrages (so wie es auch im 2er ist), da weiß ich auch nicht wie und wo ich das machen muss.
Wenn ich wüsste in welcher Datei ich das finde, wäre mir schon gut geholfen...
http://forum.skoliose-op.info
phpBB-Version: 3.0.11 | Style: subsilver2
MODs: Board3Portalv1.0.2 | Auto-Groups-101 | Anti_double_post_v1.0.5 | Geomap-2.1.0 | Who_was_here_1.0.0-RC1 | Firefox 3 Password Management Fix 1.0.0. | Smilies Categories 1.0.3 | Tablemaker Standalone) | NV_advanced_last_topic_titles_1_2_8
Valerie Raghnall
Mitglied
Beiträge: 3907
Registriert: 17.07.2002 14:03
Wohnort: Graz

Beitrag von Valerie Raghnall »

freut mich :)

das müsste sich in der viewtopic_body.html finden. wo genau kann ich dir aus dem kopf jetzt nicht sagen, aber das findest du sicher selber :)
A Bus Station is where buses stop. A Train Station is where trains stop. On my desk, there is a Work Station.
Stonewoman
Mitglied
Beiträge: 313
Registriert: 10.07.2005 15:09
Wohnort: Vinnen
Kontaktdaten:

Beitrag von Stonewoman »

Hallo Valerie,

viewtopic_body war ein Volltreffer. Ich hab die Stelle auch gefunden:

Code: Alles auswählen

					<td class="gensmall" width="100%"><div style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<b>{L_POST_SUBJECT}:</b> {postrow.POST_SUBJECT}</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>
Ich weiß nur nicht, wie ich was ändern muss...
http://forum.skoliose-op.info
phpBB-Version: 3.0.11 | Style: subsilver2
MODs: Board3Portalv1.0.2 | Auto-Groups-101 | Anti_double_post_v1.0.5 | Geomap-2.1.0 | Who_was_here_1.0.0-RC1 | Firefox 3 Password Management Fix 1.0.0. | Smilies Categories 1.0.3 | Tablemaker Standalone) | NV_advanced_last_topic_titles_1_2_8
Valerie Raghnall
Mitglied
Beiträge: 3907
Registriert: 17.07.2002 14:03
Wohnort: Graz

Beitrag von Valerie Raghnall »

hey,

versuch mal

Code: Alles auswählen

<!-- 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;
vor

Code: Alles auswählen

<b>{L_POST_SUBJECT}
reinzubauen. ich bin aber nicht sicher ob dieser bereich nicht eine rechtsstellung im php irgendwo definiert hat. versuchs einfach mal :)
A Bus Station is where buses stop. A Train Station is where trains stop. On my desk, there is a Work Station.
Stonewoman
Mitglied
Beiträge: 313
Registriert: 10.07.2005 15:09
Wohnort: Vinnen
Kontaktdaten:

Beitrag von Stonewoman »

Bist ein Schatz... auch das hat super geklappt...

Vielen Dank und liebe Grüße aus Ostfriesland, Stoni.
http://forum.skoliose-op.info
phpBB-Version: 3.0.11 | Style: subsilver2
MODs: Board3Portalv1.0.2 | Auto-Groups-101 | Anti_double_post_v1.0.5 | Geomap-2.1.0 | Who_was_here_1.0.0-RC1 | Firefox 3 Password Management Fix 1.0.0. | Smilies Categories 1.0.3 | Tablemaker Standalone) | NV_advanced_last_topic_titles_1_2_8
Valerie Raghnall
Mitglied
Beiträge: 3907
Registriert: 17.07.2002 14:03
Wohnort: Graz

Beitrag von Valerie Raghnall »

Freut mich, dass ich dir helfen konnte und liebe Grüße zurück :)
A Bus Station is where buses stop. A Train Station is where trains stop. On my desk, there is a Work Station.
Austria-Wolf
Mitglied
Beiträge: 3
Registriert: 27.01.2008 12:20

Beitrag von Austria-Wolf »

Ich hab´ mich wohl ein wenig zu blond angestellt und das wie oben angegeben einfach vorher eingefügt ohne den nachfolgenden Code zu löschen... Dann hatte ich das datum rechts UND links :D :D :D

Ist total klasse!!!
Antworten

Zurück zu „[3.0.x] Styles, Templates und Grafiken“