Seite 1 von 1

ACP_Announcement_centre_phpbb3_1_0_0 , Hintergrundfarbe

Verfasst: 27.02.2008 19:29
von derkubi
Hallo

Ich habe mein Prosilver farblich verändert . Nun habe ich das ACP_Announcement_centre_phpbb3_1_0_0 installiert , was mich jedoch stört ist die Hintergrundfarbe des Fensters . Wie kann ich die nach #F1EFCC ändern ?

Irgendwo hier ? announcement_centre.html

Code: Alles auswählen

<!-- IF ANNOUNCEMENT_ENABLE-->
	<!-- IF ANNOUNCEMENT_ENABLE_GUESTS and not S_USER_LOGGED_IN and not ANNOUNCEMENT_SHOW_EVERYONE and not ANNOUNCEMENT_SHOW or ANNOUNCEMENT_SHOW-->
	<div class="forumbg">
		<div class="inner"><span class="corners-top"><span></span></span>
			<table class="table1" cellspacing="1">
				<thead>
					<tr>
						<th style="text-align:left;">
						<!-- IF ANNOUNCEMENT_ENABLE_GUESTS and not S_USER_LOGGED_IN and not ANNOUNCEMENT_SHOW_EVERYONE and not ANNOUNCEMENT_SHOW-->
							<!-- IF ANNOUNCEMENT_TITLE_GUESTS -->{ANNOUNCEMENT_TITLE_GUESTS} <!-- ELSE --> {L_ANNOUNCEMENT_TITLE_GUESTS}<!-- ENDIF -->
						<!-- ELSEIF ANNOUNCEMENT_SHOW-->
							<!-- IF ANNOUNCEMENT_TITLE --> {ANNOUNCEMENT_TITLE} <!-- ELSE --> {L_ANNOUNCEMENT_TITLE}<!-- ENDIF -->
						<!-- ENDIF -->
						</th>
					</tr>
				</thead>
				<tbody>
					<tr class="bg3">
						<td style="text-align:center;">
						<!-- IF ANNOUNCEMENT_ENABLE_GUESTS and not S_USER_LOGGED_IN and not ANNOUNCEMENT_SHOW_EVERYONE and not ANNOUNCEMENT_SHOW-->
							<br />{ANNOUNCEMENT_TEXT_GUESTS}<br /><br />
						<!-- ELSEIF ANNOUNCEMENT_SHOW-->
							<!-- IF ANNOUNCEMENT_SHOW_BIRTHDAY-->
							<img src="{T_IMAGESET_PATH}/birthday.png" title="{L_CONGRATULATIONS}" alt="{L_CONGRATULATIONS}" /><br />
								<table width="100%" >
									<tr style="border: 0px; padding:0;">
										<td align="center" style="border: 0px; padding:0;">
											<table>	
												<tr align="center" style="border: 0px; padding:0;">
												<!-- IF ANNOUNCEMENT_BIRTHDAY_AVATAR -->
													<!-- BEGIN bdannounce -->
													<td style="border: 0px; padding:0;">
														<table>
															<tr style="height:42px; align:center; border: 0px;">
																<td style="border: 0px; padding:0;">{bdannounce.AVATAR}</td>
															</tr>
															<tr align="center" valign="bottom" style="border: 0px; padding:0;">
																<td style="border: 0px; padding:0;font-size: 10px;"><b>{bdannounce.USERNAME}</b></td>
															</tr>
														</table>
													</td>
													<!-- END bdannounce -->
												<!-- ELSE -->
													<!-- BEGIN bdannounce -->
													<td style="border: 0px; padding:0 0 0 3px;font-size: 10px;"><b>{bdannounce.USERNAME}</b></td>
													<!-- END bdannounce -->
												<!-- ENDIF -->
												</tr>
											</table>
										</td>
									</tr>
								</table>
							<!-- ELSE -->
							<br />{ANNOUNCEMENT_TEXT}<br /><br />
							<!-- ENDIF -->
						<!-- ENDIF -->
						</td>
					</tr>
				</tbody>
			</table>
		
		<span class="corners-bottom"><span></span></span></div>
	</div>
	<!-- ENDIF -->
<!-- ENDIF -->
EDIT :

Erledigt , falls es jemanden interessiert :

Ich habe <tr class="bg3"> in <tr class="bg1"> geändert . bg1 habe ich ja schon an meine Farben angepasst .