New board icons

Forum announcements will go in here.
User avatar
andwhyisit
Site Admin
Posts: 1197
Joined: Fri Dec 14, 2007 9:24 pm

Re: New board icons

Post by andwhyisit »

Zephyr,Mar 2 2008 wrote: That header is quite nice. :D Seems a bit cluttered though, if you ask me... I'd stick with the current one for now, but we can always switch to that one when this grows old.

Anyhoo, Fangs and Rex emotes. ^^ Angios and Demonos next, I suppose?
ImageImage
I can make any changes to the header you guys want. What is making it cluttered? Is it the background?

Also nice job on the telefang smileys. You probably need to add some variations of those with different expressions to add to that though and to possibly make those two a little bigger.

EDIT:
Image
Does this look better?
Kimbles,Mar 2 2008 wrote:Whoa, nice job on the header and smilies. XD I agree though, the current header is alright for now. *nod*

For the smilies, maybe you could try them without the white outline? It makes them look kind of weird against the red... Apart from that though, really, so cute. ;_;~
I like the white outline better to be honest.
LiamBrady(imported)
Posts: 77
Joined: Thu Dec 27, 2007 8:14 pm

Re: New board icons

Post by LiamBrady(imported) »

andwhyisit wrote:
Zephyr wrote: I love this header though. D: I think it's too early on to change it...

Anywayz Krypto emote: Image How do you guys like it?
Wow that is beautifully done.

As for the header I will try to make one anyway and see what you guys think.

EDIT:
Image

Does this work?
IT'S FRICKIN PERFECT ;D
User avatar
andwhyisit
Site Admin
Posts: 1197
Joined: Fri Dec 14, 2007 9:24 pm

Re: New board icons

Post by andwhyisit »

LiamBrady,Mar 3 2008 wrote:
andwhyisit,Mar 1 2008 wrote:
Zephyr,Mar 2 2008 wrote: I love this header though. D: I think it's too early on to change it...

Anywayz Krypto emote: Image How do you guys like it?
Wow that is beautifully done.

As for the header I will try to make one anyway and see what you guys think.

EDIT:
Image

Does this work?
IT'S FRICKIN PERFECT ;D
I like my new one more to be honest since I do agree with the opinion of that one being cluttered.

P.S. The new one is this one:
andwhyisit,Mar 2 2008 wrote:EDIT:
Image
Does this look better?
Blaziken257
Posts: 983
Joined: Fri Dec 22, 2006 11:52 am

Re: New board icons

Post by Blaziken257 »

I like that one! I'm changing it to that.
User avatar
andwhyisit
Site Admin
Posts: 1197
Joined: Fri Dec 14, 2007 9:24 pm

Re: New board icons

Post by andwhyisit »

Blaziken257 wrote: I like that one! I'm changing it to that.
Cool thanks. :D
LiamBrady(imported)
Posts: 77
Joined: Thu Dec 27, 2007 8:14 pm

Re: New board icons

Post by LiamBrady(imported) »

andwhyisit wrote:
LiamBrady wrote:
andwhyisit wrote: Wow that is beautifully done.

As for the header I will try to make one anyway and see what you guys think.

EDIT:
Image

Does this work?
IT'S FRICKIN PERFECT ;D
I like my new one more to be honest since I do agree with the opinion of that one being cluttered.

P.S. The new one is this one:
andwhyisit wrote:EDIT:
Image
Does this look better?
w00t! Great.
But hey.
Isn't there a banner that fills the whole top?
User avatar
andwhyisit
Site Admin
Posts: 1197
Joined: Fri Dec 14, 2007 9:24 pm

Re: New board icons

Post by andwhyisit »

LiamBrady wrote: w00t! Great.
But hey.
Isn't there a banner that fills the whole top?
No because the width of the header area and content is dependent upon the width of the browser window.

I'll see what I can do.
Milnivri(imported)
Posts: 351
Joined: Wed Dec 27, 2006 10:14 pm

Re: New board icons

Post by Milnivri(imported) »

If you want to, ask some admin to change the CSS of #logostrip to {background-image: url('FILE') repeat-x top left;}
Where FILE is the HTTP address of the image.

The image could be 50*1 pixels, where you can put the gradient or something there and then have the black bar at the bottom extend.
User avatar
andwhyisit
Site Admin
Posts: 1197
Joined: Fri Dec 14, 2007 9:24 pm

Re: New board icons

Post by andwhyisit »

Milnivri,Mar 8 2008 wrote: If you want to, ask some admin to change the CSS of #logostrip to {background-image: url('FILE') repeat-x top left;}
Where FILE is the HTTP address of the image.

The image could be 50*1 pixels, where you can put the gradient or something there and then have the black bar at the bottom extend.
Replace the logostrip div tag with this:

Code: Select all

<div id='logostrip'>
    <table width="100%"  border="0" cellspacing="0" cellpadding="0" id="newheader">
      <tr>
        <td align="center" valign="top"><a href='http://z15.invisionfree.com/Tulunk_Village/index.php?' title='Board Home'><img src='http://andwhyisit.bugsiteguardian.com/tulunk/spacer.gif' alt='Tulunk Village - A Forum Dedicated to Telefang' width="800" height="118" border='0' /></a></td>
      </tr>
    </table>
</div>
and the #logostrip style with this:

Code: Select all

#logostrip {
padding:0px;
margin:0px;
}
#newheader{
background-image:url(http://andwhyisit.bugsiteguardian.com/tulunk/back-1.gif);
background-repeat: repeat-x;
background-position: center top;
padding:0px;
margin:0px;
border:0px none;
}
#newheader td{
background-image:url(http://andwhyisit.bugsiteguardian.com/tulunk/tulunk_header3.jpg);
background-repeat:no-repeat;
background-position: center top;
}
Can you check that it works fine with firefox, my version of firefox is broken so I cannot check it myself.

Hope this helps. If you have any issues with inserting that then just ask and I will help.
Milnivri(imported)
Posts: 351
Joined: Wed Dec 27, 2006 10:14 pm

Re: New board icons

Post by Milnivri(imported) »

There's actually no point in assigning newheader to the table tag. Just apply the styles to logostrip.

I think the HTML tags cannot be changed in these forums but only the CSS can. So...

Actually the extra Denjuu things can be put together with the banner, but the point is that if the browser window is smaller then the Denjuu will be cut off. I think.

Here's a preview of what it looks like on Firefox:
Image

And here is what I mean by cut off:
Image

Therefore you need to like put the Denjuu with the banner, and get another gradient background image. Or something. Gah I'm sleepy, sorry for any mistakes, like the stupid CSS mistake about background-image. Lol

P.S. I just came back from Malaysia. Yay
Post Reply