XSPF Web Music Player plugin

Special forum to share and discuss skins for Pano2VR and Object2VR
Post Reply
User avatar
stalwart
Posts: 651
Joined: Thu Oct 02, 2008 11:52 am

hi all

is it possible to change the backgound colour behind the XSPF player, from white? It just looks like too much of an after-thought bolt-on...
http://www.360imagery.co.uk/VT/bluebell ... ls-02.html

cheers
Stu
smooth
Posts: 1493
Joined: Sat Sep 09, 2006 7:30 pm

Stu,

Open the HTML in an editor or in notepad:

Find this section:

Code: Select all

		<style type="text/css" title="Default">
			body, div, h1, h2, h3, span, p {
				font-family: Verdana,Arial,Helvetica,sans-serif;
				color: #000000;
Change the HEX number to the HEX colour of choice. In this case your skin boarder is #4B47BF
This is the last line in the code shown.

So the line reads

color: #4B47BF;

Regards, Smooth 8)
Image
User avatar
stalwart
Posts: 651
Joined: Thu Oct 02, 2008 11:52 am

smooth wrote:Stu,

Open the HTML in an editor or in notepad:

Find this section:

Code: Select all

		<style type="text/css" title="Default">
			body, div, h1, h2, h3, span, p {
				font-family: Verdana,Arial,Helvetica,sans-serif;
				color: #000000;
Change the HEX number to the HEX colour of choice. In this case your skin boarder is #4B47BF
This is the last line in the code shown.

So the line reads

color: #4B47BF;

Regards, Smooth 8)
cheers Smooth,

didn't work at first, but changed this bit:

padding:0;
border:0;
height:100%;
font-size: 10pt;
background : #ffffff;

background to #4B47BF;

and that did the trick!

cheers
Stu
smooth
Posts: 1493
Joined: Sat Sep 09, 2006 7:30 pm

Fair enough!

I don't use the code from Pano2VR and just looked for the HEX color and then replied.
I didn't actually put it into practice.

The info was enough to see you right.

Regards, Smooth 8)
Image
Post Reply