View Single Post
  #3  
Old 20th January 2013, 18:07
bestlap bestlap is offline
Senior Member
 
Join Date: Nov 2012
P2P
Posts: 51
Default
Quote:
Originally Posted by Chez View Post
You can change it from .css file ...
for the outside backgroung you have in the begining of the file you have

PHP Code:
body {
font-family"tahoma""arial""helvetica""sans-serif";
font-size8pt;
background-color#004E98;
color#000000;
margin-top0px;
margin-bottom0px;

replace this: 004E98 from this line background-color: #004E98; with your code color ...

and for the inside backgroung you will need to change the color codes from this lines with your color code
PHP Code:
table {
  
border-collapsecollapse;
  
bordernone;
   
background-color#ECE9D8; 
}

table.maintable.mainouter {
  
background-color#F5F4EA;

you can choose you color from here: http://colorpicker.com
Thank you ! for being alive and healthy

Bump: I did ! But I don't change color some of one

Rating
Download
Upload ...

no found in .css and ........... I try this >
<font color=0000ff><b>Rating:</b></font> <b><font color=red><?=$ratio?></font></b><font color=red>&nbsp;&nbsp; </font> <font color=green><b>Upload:</b></font> <font color=black><b><?=$uped?></b></font>&nbsp;&nbsp;

But no change ... is it a BLACK here is a screenshot >>

http://store.picbg.net/pubpic/12/03/48a1231aba651203.png


Please Help me..
And sorry again for my bad english :)
Reply With Quote