Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   How to change the background color TBDev 08 (http://www.bvlist.com/showthread.php?t=8787)

bestlap 20th January 2013 17:48

How to change the background color TBDev 08
 
Hi every one.Please help me to change the blue color and color of links you see here >>> http://store.picbg.net/pubpic/92/8D/...43a50f928d.jpg



Sorry for my bad english !

Chez 20th January 2013 18:00

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

bestlap 20th January 2013 18:07

Quote:

Originally Posted by Chez (Post 38972)
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 ! :drink: But I don't change color some of one

Rating
Download
Upload ...

no found in .css and ........... I try this >
Rating:    Upload:   

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 :)

Chez 3rd February 2013 20:00

You can change color of the Download, upload from bittorrent


All times are GMT +2. The time now is 09:14.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.