| Author |
Message |
GrandAdmiral
Sergeant


Joined: Jun 14, 2003
Posts: 92
|
Posted:
Sun Jul 06, 2003 9:07 pm |
  |
I have been trying for the last few days to figure out how to change the color of the white background behind the blocks in the 3D-Fantasy theme and I can't figure it out for the life of me. I've tried modifying the the CSS. I've looked at the tables.php and theme.php file and I still can't figure it out. Can anyone assist?
Much appreciated.  |
|
|
   |
 |
chris-au
Elite Nuker


Joined: Jan 31, 2003
Posts: 717
|
Posted:
Sun Jul 06, 2003 10:13 pm |
  |
Yes, I can assist. Not really difficult if you look at it.
Use theme/3D-Fantasy/blocks.html and you will see:
| Code: |
<table border="0" cellspacing="0" cellpadding="0" width="180"><tr>
<td width="15" height="15"><img src="themes/3D-Fantasy/images/up-left2.gif" alt="" border="0"></td>
<td><img src="themes/3D-Fantasy/images/up2.gif" width="100%" height="15"></td>
<td><img src="themes/3D-Fantasy/images/up-right2.gif" width="15" height="15" alt="" border="0"></td></tr>
<tr>
<td background="themes/3D-Fantasy/images/left2.gif" width="15">&</td>
<td bgcolor="ffffff" width="100%"> //<----CHANGE HERE!!!!!!
<b>$title</b><br><br>
$content</td>
<td background="themes/3D-Fantasy/images/right2.gif">&</td></tr>
<tr>
<td width="15" height="15"><img src="themes/3D-Fantasy/images/down-left2.gif" alt="" border="0"></td>
<td><img src="themes/3D-Fantasy/images/down2.gif" width="100%" height="15"></td>
<td><img src="themes/3D-Fantasy/images/down-right2.gif" width="15" height="15" alt="" border="0"></td></tr></table>
<br>
|
Look above and see the mark //<----CHANGE HERE!!!!!!
Setting that to "00000" will make it black. You would not like that because the text is also black! |
_________________ Chris
|
|
    |
 |
GrandAdmiral
Sergeant


Joined: Jun 14, 2003
Posts: 92
|
Posted:
Mon Jul 07, 2003 8:38 am |
  |
Thanks, Chris. It was actually the header.html that I needed to change, but I got it.
You can see it here. How do you suggest removing that green block?
BTW, did you ever get to look at the hack for tying IPB to Nuke? Did it work for you? |
|
|
   |
 |
chris-au
Elite Nuker


Joined: Jan 31, 2003
Posts: 717
|
Posted:
Mon Jul 07, 2003 1:32 pm |
  |
I really don't need the hack for Invision, I do not allow registration!
It works perfectly for me as a module. However my visitors don't need it I think. It is there more for me to prove that it can be done. |
_________________ Chris
|
|
    |
 |
GrandAdmiral
Sergeant


Joined: Jun 14, 2003
Posts: 92
|
Posted:
Mon Jul 07, 2003 3:27 pm |
  |
Any idea on how to remove the background? |
|
|
   |
 |
chris-au
Elite Nuker


Joined: Jan 31, 2003
Posts: 717
|
Posted:
Mon Jul 07, 2003 4:19 pm |
  |
Just delete the <img etc on that line I would think. Just leave the <td tags etc.
Sorry, that should be in this theme the bgcolor=whatever. Just leave that part out.
By the way, I must have a different 3D-Fant, that is why it is in my blocks.html |
_________________ Chris
|
|
    |
 |
GrandAdmiral
Sergeant


Joined: Jun 14, 2003
Posts: 92
|
Posted:
Fri Jul 11, 2003 5:41 pm |
  |
I'm confused. I can't seem to find a way to take the block out without messing up the blocks alignment.
This is the code that affects the green square in the background:
| Code: |
<table cellpadding="0" cellspacing="0" width="99%" border="0" align="center" bgcolor="#196205">
<tr><td bgcolor="#196205" valign="top"> |
Any suggestions? |
|
|
   |
 |
chris-au
Elite Nuker


Joined: Jan 31, 2003
Posts: 717
|
Posted:
Fri Jul 11, 2003 6:09 pm |
  |
If you mean all those little green squares,
try :
| Code: |
<body background="http://www.lasportsportal.com/themes/3D-Fantasy/images/testtile.gif" bgcolor="#ffffff" text="#000000" link="#363636" vlink="#363636" alink="#d5ae83"><br>
|
Just make it like:
| Code: |
<body bgcolor="#ffffff" text="#000000" link="#363636" vlink="#363636" alink="#d5ae83"><br> |
|
_________________ Chris
|
|
    |
 |
GrandAdmiral
Sergeant


Joined: Jun 14, 2003
Posts: 92
|
Posted:
Fri Jul 11, 2003 7:52 pm |
  |
No. Not the tiled background. The solid green area that's behind the blocks. |
|
|
   |
 |
chris-au
Elite Nuker


Joined: Jan 31, 2003
Posts: 717
|
Posted:
Fri Jul 11, 2003 8:09 pm |
  |
I, for the life of me, can't see a green background.
All I see is the tiled background and in between all the blocks etc. is black, pitch black.
If that is what you mean, delete all the references to ffffff |
_________________ Chris
|
|
    |
 |
GrandAdmiral
Sergeant


Joined: Jun 14, 2003
Posts: 92
|
Posted:
Fri Jul 11, 2003 9:39 pm |
  |
|
   |
 |
|
|