A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

Can someone help me code a gaia profile?

3.4k views · started by Use ·
#1
Can someone help me code a gaia profile?
I just want to take everything off of it and add a little animation and music
I know how to add the music though, at least for a classic profile.

thanks!
#2
body { display : none; }
#3
I actually love making Gaia profiles, I make all of mine myself, custom hand-made haha :)

For example, is this what you're looking for? I could do any background you want, and embed music.

Viewing ProfileLayoutMule's profile | Profiles v2 | Gaia Online

Also, ignore the retarded avatar and comment box thing, I was working on profile layouts for people.
#4
I actually love making Gaia profiles, I make all of mine myself, custom hand-made haha :)

For example, is this what you're looking for? I could do any background you want, and embed music.

Viewing ProfileLayoutMule's profile | Profiles v2 | Gaia Online

Also, ignore the retarded avatar and comment box thing, I was working on profile layouts for people.


Thanks charles!

Flare;Yes! I don't want my avatar in there either, possibly, but probably not.
With a animated background and animated picture thing, I'm going to make both of them
#5
My answer was totally a joke.

body > * { display : none; }
body { background-image : url("URL to image here"); background-position : center center; background-repeat : no-repeat; }

Might be more what you're looking for.

Anyway, if you can get really specific, I might take up custom Gaia profiles for LGG. It's just CSS, right?

This is the one I made before banhammer: Viewing Project Light's profile | Profiles v1 | Gaia Online
#6
GAMEchief wrote:
My answer was totally a joke.

body > * { display : none; }
body { background-image : url("URL to image here"); background-position : center center; background-repeat : no-repeat; }

Might be more what you're looking for.

Anyway, if you can get really specific, I might take up custom Gaia profiles for LGG. It's just CSS, right?

This is the one I made before banhammer: Viewing Project Light's profile | Profiles v1 | Gaia Online


I can't tell man, I can't tell!
thanks for the not joke(?) answer though!
#7
Well I'd be happy to make you one for free if you want :)
#8
Are there any good tutorials for making custom profiles? I'd like to make one with my artwork if it isn't a giant pain in the ass. xD
#9
Well I'd be happy to make you one for free if you want :)


That'd be nice
I'll send the animations and specs when I'm done!
#10
claricia wrote:
Are there any good tutorials for making custom profiles? I'd like to make one with my artwork if it isn't a giant pain in the ass. xD

It's a relative pain in the ass. It requires knowledge of CSS.

I could probably make a CSS generator for Gaia profiles at some point, but I don't think that would be as highly beneficial to LG users as other things that need to be worked on.
#11
A CSS generator would be cool, but I think unneeded. A WYSIWYG profile editor would be awesome though.

As for the profile, just PM me everything when you're ready :) Oh, and for anyone else looking for a custom profile, I would be happy to make you one in my spare time, it's pretty fun.
#12
A CSS generator would be cool, but I think unneeded. A WYSIWYG profile editor would be awesome though.

As for the profile, just PM me everything when you're ready :) Oh, and for anyone else looking for a custom profile, I would be happy to make you one in my spare time, it's pretty fun.

I PM'd the info a couple days ago :)
thanks
#13
Usually enjoy making my own profile, as in images, but with a code thats already used.