XFileSharing Pro - how to change the background Color and fonts?

Message
Author
abboodeh
Posts: 94
Joined: Jan 23, 2009 6:31 pm

how to change the background Color and fonts?

#1 Postby abboodeh » Feb 27, 2009 2:49 am

i tried editing main.html
by adding

Code: Select all

<body text="FFFFFF";bgcolor="000000">
but didn't work
i went to index.cgi
editing this line

Code: Select all

<BODY style='font:13px Arial;background:#000000;text:#FFFFFF;text-align:center;'>
also didn't not work....

so from where i can change the background and font colors?

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Feb 27, 2009 4:42 am

Use main.css

abboodeh
Posts: 94
Joined: Jan 23, 2009 6:31 pm

#3 Postby abboodeh » Feb 27, 2009 6:29 am

ah alright thanks man!

main.css is full of codes i will try randomly until i find the one for the background and fonts....

thanks again :)

abboodeh
Posts: 94
Joined: Jan 23, 2009 6:31 pm

#4 Postby abboodeh » Mar 01, 2009 1:00 pm

ok i give up!

which line in the code in "main.css" is responsible of changing the background color in this area:

Image
Image

i have managed to edit all the colors except this area....

Thanks in advance!

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#5 Postby PilgrimX182 » Mar 01, 2009 11:42 pm

lol, see, you can do it! :)

Use these styles:

Code: Select all

.rrd .b1, .rrd .b2, .rrd .b3, .rrd .b4, .rrd .b1b, .rrd .b2b, .rrd .b3b, .rrd .b4b {display:block; overflow:hidden; font-size:1px;background:#e9e9e9;}
.rrd .b1, .rrd .b2, .rrd .b3, .rrd .b1b, .rrd .b2b, .rrd .b3b {height:1px;}
.rrd .b2 {border-left:1px solid #fff; border-right:1px solid #eee;}
.rrd .b3 {border-left:1px solid #fff; border-right:1px solid #ddd;}
.rrd .b4 {border-left:1px solid #fff; border-right:1px solid #aaa;}
.rrd .b4b {border-left:1px solid #eee; border-right:1px solid #999;}
.rrd .b3b {border-left:1px solid #ddd; border-right:1px solid #999;}
.rrd .b2b {border-left:1px solid #aaa; border-right:1px solid #999;}

abboodeh
Posts: 94
Joined: Jan 23, 2009 6:31 pm

#6 Postby abboodeh » Mar 02, 2009 8:43 am

thanks alot!
you're da best ;)


yeah i'm learning everyday a little about the HTML :)

Thanks again man! the site looks great now !