Adding A Top-most Banner To Rainbow Pearl »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Adding A Top-most Banner To Rainbow Pearl



ptn [ Fri 21 Mar, 2008 21:25 ]
Post subject: Adding A Top-most Banner To Rainbow Pearl
Hi. Thanks for all your help. Your documentation stellar. I want to add a banner that spans the horizontal real estate of my boards. I have the glass disc logo on the left, but I want to add a custom image that spans the entire top-most gradient. Can you post or point to the code that will allow me to make this change a simple one? Thanks very much for your time in advance.

Scott (PTN)


ThE KuKa [ Fri 21 Mar, 2008 21:43 ]
Post subject: Re: Adding A Top-most Banner To Rainbow Pearl
 
Off Topic
:
Rainbow Pearl is a style for phpBB 3 not for Icy Phoenix


Topic Moved


Mighty Gorgon [ Sun 30 Mar, 2008 15:50 ]
Post subject: Re: Adding A Top-most Banner To Rainbow Pearl
If you want to replace the overall background you need to edit the CSS in this part:

Code: [Hide] [Select]
#top_logo{
border-width: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background: url('./images/top_header.png') repeat;
height: 150px;
}


Otherwise you should edit overall_header.html

Code: [Hide] [Select]
<div id="top_logo">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="150" align="left" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
<td align="center" valign="middle"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
<td align="right" valign="top">&nbsp;</td>
</tr>
</table>
</div>




Powered by Icy Phoenix