Seite 2 von 2

Verfasst: 08.11.2008 09:17
von FrostAgent
Ich habe das gleiche Problem wie der Threadersteller hatte, doch habe ich ein phpBB2-Board und irgendwie scheint es da wohl anders zu gehen, ich wollte jetzt nicht extra ein neues Thema eröffnen, also bei mir siehts jetzt so aus:

Code: Alles auswählen

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-image: url(http://frostii.fr.funpic.de/phpBB2-2.0.23-deutsch/phpBB2/templates/subSilver/images/bg.jpg)
        scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #006699 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
                background-image: url(http://frostii.fr.funpic.de/phpBB2-2.0.23-deutsch/phpBB2/templates/subSilver/images/bg.jpg);
                background-repeat: repeat-x;
}
Was muss ich ändern ?

Verfasst: 08.11.2008 10:42
von Miriam
Schau mal in die overall_header.tpl Deines Templates und ändere diesen Abschnitt:

Code: Alles auswählen

td.rowpic {
		background-color: {T_TD_COLOR2};
		background-image: url(templates/subSilver/images/{T_TH_CLASS3});
		background-repeat: repeat-y;
}

Oder besser: Du schiebst das Bild nach templates/subSilver/images und trägst den Bildnamen im ACP unter Styles/Themes -> Einstellungen -> <Dein_Template> -> Bearbeiten -> Tabellenkopf Klasse 3

Du musst natürlich noch etwas Feintuning am CSS in der overall_header.tpl machen.

P.S.: Stell' bitte phpBB2 Fragen im phpBB2 Forum. Ein anderer will das hier vllt auch mal finden ... und hat phpBB2. :)