Seite 1 von 1

[subsilver2] Betreffzeile vergrößern + Link

Verfasst: 15.09.2009 10:22
von Dr.Death
Snippet Vorschlag von: Intimus

Das Snippet betrifft die Betreffzeilen der Beiträge im Style "subsilver2", die an jene vom Style "prosilver" angepasst werden, d.h. größere Schrift und mit Link versehen.

Hier die notwendigen Änderungen:

ÖFFNE /styles/subsilver2/template/viewtopic_body.html

FINDE:

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> 
ERSETZE MIT:

Code: Alles auswählen

                    <td class="genbig" width="70%"><div style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<b><!-- IF S_IS_BOT -->{postrow.POST_SUBJECT}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.POST_SUBJECT}</a><!-- ENDIF --></b></div></td><td class="gensmall" width="30%"><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> 
ÖFFNE /styles/subsilver2/theme/stylesheet.css

FINDE:

Code: Alles auswählen

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}
DAVOR EINFÜGEN:

Code: Alles auswählen

.genbig {
   margin: 1px 1px;
   font-size: 1.6em;
   color:#006597;
}
Zum Schluß nicht vergessen den Style "subsilver2" zu aktualisieren!