Welcome to Gaia! ::


Phantom

Tell me what you think.

Saxy Coder

▧▧▧ ♬ ▧▧▧
Nice and simple 3nodding I like the Ghibli references, though combining Calcifer and Spirited Away seemed a bit odd.

I don't really have anything to suggest besides maybe giving your navigation header a transparent background?
(and alter the link colors inside of it so that are still visible, but work well with your theme)

▧▧▧▧▧▧▧

Kindly Citizen

9,600 Points
  • Tycoon 200
  • Money Never Sleeps 200
  • Consumer 100
It's cute and simple. There's a lot of unnecessary coding, and I want to clean it up for you. Lol.

Familiar Friend

I love the background and the colors of the text goes with it nicely.
Not a fan of the curser though. Its hard to actually click on things with the chibi in the way.

tanatolis's Waifu

Adorable Sweetheart

15,975 Points
  • V-Day 2011 Event 100
  • Magical Girl 50
  • Somebody Likes You 100
Dicano
Tell me what you think.



User Image" ʷʰ'ˢ ˢʸ ʷʰ ʸ ˡʳ˒

Lovely!
Please can you help me with the code for the multimedia panel ?
Not the one you put in the actual code ,but the one you put in the multimedia section "Link to SWF file" That one. Thank you ^^

ʸ ' ʸ ˡˡ "User Image

Dedicated Gaian

o0-AyameHime-0o
Dicano
Tell me what you think.



User Image" ʷʰ'ˢ ˢʸ ʷʰ ʸ ˡʳ˒

Lovely!
Please can you help me with the code for the multimedia panel ?
Not the one you put in the actual code ,but the one you put in the multimedia section "Link to SWF file" That one. Thank you ^^

ʸ ' ʸ ˡˡ "User Image


Is this what you're talking about?
http://jp.youtube.com/v/00fQMOcFKx8?version=2&autoplay=1

That's the link to your current song and what not.
It's just a different player so you can actually resize it to be just the play button, ETC.

tanatolis's Waifu

Adorable Sweetheart

15,975 Points
  • V-Day 2011 Event 100
  • Magical Girl 50
  • Somebody Likes You 100
Veravore

Is this what you're talking about?
http://jp.youtube.com/v/00fQMOcFKx8?version=2&autoplay=1

That's the link to your current song and what not.
It's just a different player so you can actually resize it to be just the play button, ETC.



User Image" ʷʰ'ˢ ˢʸ ʷʰ ʸ ˡʳ˒

Omg YES! THank you!
But Also I want to color the player.
Do you know how I can do that?
I used to have it collored aswell before I got hacked that is...

ʸ ' ʸ ˡˡ "User Image

Dedicated Gaian

o0-AyameHime-0o
Veravore

Is this what you're talking about?
http://jp.youtube.com/v/00fQMOcFKx8?version=2&autoplay=1

That's the link to your current song and what not.
It's just a different player so you can actually resize it to be just the play button, ETC.



User Image" ʷʰ'ˢ ˢʸ ʷʰ ʸ ˡʳ˒

Omg YES! THank you!
But Also I want to color the player.
Do you know how I can do that?
I used to have it collored aswell before I got hacked that is...

ʸ ' ʸ ˡˡ "User Image


No problem 3nodding

Also; for the scrollbar, I believe these are all the coloring properties.
scrollbar-face-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-highlight-color: #000000;

These use Hexadecimal Color Codes, "#sixnumbers"
You can find a Hexadecimal Color Code Generator here;
HexadecimalDecimal Color Code Generator

Quote by Fredy-San;
Fredy-San
Q: Custom scrollbar not appearing?
A: Custom scrollbar only supported by Chrome and old IE. Both use different code too.

I'm not too particular with Custom Scrollbars either, as I use Mozilla and v2/Current sweatdrop

Oh, crap, my bad, I haven't slept in too long, just realized you meant the Youtube Player sweatdrop
Here you go, pfahaha.
Fredy-San
List of working Youtube Paramaters: Please note parameters other than autoplay requires you to use googleapis url.

&autoplay=0 | 1
&loop=0 | 1 (AS2 only, for AS3 see workaround)
&showinfo=0 | 1
&autohide=0 ~ 2 (AS3)
&version=2 | &version=3
&color1=0x000000 to 0xFFFFFF (AS2, use HEX code color)
&color2=0x000000 to 0xFFFFFF (AS2, use HEX code color)
&theme=light | dark (AS3, changes the overall player color)
&color=red | white (AS3,changes the meter bar color)
More Info can be found on https://developers.google.com/youtube/player_parameters


You can find a lot of useful things on Fredy-San's thread;
Profile Discussion Extended FAQs

tanatolis's Waifu

Adorable Sweetheart

15,975 Points
  • V-Day 2011 Event 100
  • Magical Girl 50
  • Somebody Likes You 100
Veravore
o0-AyameHime-0o
Veravore

Is this what you're talking about?
http://jp.youtube.com/v/00fQMOcFKx8?version=2&autoplay=1

That's the link to your current song and what not.
It's just a different player so you can actually resize it to be just the play button, ETC.



User Image" ʷʰ'ˢ ˢʸ ʷʰ ʸ ˡʳ˒

Omg YES! THank you!
But Also I want to color the player.
Do you know how I can do that?
I used to have it collored aswell before I got hacked that is...

ʸ ' ʸ ˡˡ "User Image


No problem 3nodding

Also; for the scrollbar, I believe these are all the coloring properties.
scrollbar-face-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-highlight-color: #000000;

These use Hexadecimal Color Codes, "#sixnumbers"
You can find a Hexadecimal Color Code Generator here;
HexadecimalDecimal Color Code Generator

Quote by Fredy-San;
Fredy-San
Q: Custom scrollbar not appearing?
A: Custom scrollbar only supported by Chrome and old IE. Both use different code too.

I'm not too particular with Custom Scrollbars either, as I use Mozilla and v2/Current sweatdrop



User Image" ʷʰ'ˢ ˢʸ ʷʰ ʸ ˡʳ˒

I made it work~! Thank you!!! <3 Like this I wanted it!

ʸ ' ʸ ˡˡ "User Image

Dedicated Gaian

o0-AyameHime-0o
Veravore
o0-AyameHime-0o
Veravore

Is this what you're talking about?
http://jp.youtube.com/v/00fQMOcFKx8?version=2&autoplay=1

That's the link to your current song and what not.
It's just a different player so you can actually resize it to be just the play button, ETC.



User Image" ʷʰ'ˢ ˢʸ ʷʰ ʸ ˡʳ˒

Omg YES! THank you!
But Also I want to color the player.
Do you know how I can do that?
I used to have it collored aswell before I got hacked that is...

ʸ ' ʸ ˡˡ "User Image


No problem 3nodding

Also; for the scrollbar, I believe these are all the coloring properties.
scrollbar-face-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-highlight-color: #000000;

These use Hexadecimal Color Codes, "#sixnumbers"
You can find a Hexadecimal Color Code Generator here;
HexadecimalDecimal Color Code Generator

Quote by Fredy-San;
Fredy-San
Q: Custom scrollbar not appearing?
A: Custom scrollbar only supported by Chrome and old IE. Both use different code too.

I'm not too particular with Custom Scrollbars either, as I use Mozilla and v2/Current sweatdrop



User Image" ʷʰ'ˢ ˢʸ ʷʰ ʸ ˡʳ˒

I made it work~! Thank you!!! <3 Like this I wanted it!

ʸ ' ʸ ˡˡ "User Image


Oh, okay, cool. 3nodding
I was gonna say, I just realized I posted the wrong thing.
You can go back to my reply about the scrollbars for a link to a useful thread!
But, no problem.

Quick Reply

Submit
Manage Your Items
Other Stuff
Get GCash
Offers
Get Items
More Items
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff
Gaia's Games
Mini-Games
Play with GCash
Play with Platinum