how do I chage the color of the little boxes I when in to the css and changed the background the outter one but theres little boxes that have a white back ground how do I chage that?
http://topsiteya.itopsites.com/index.php?a=display
theres my site and
heres the css where do I edit that or is the css not the place??
I sware I have tryed every color but chould some one help plese!
I whant the white box in side to be
#FFFFFF
body {
background-color: #D0D5DA;
color: #FFFFFF;
font-size: 13px;
font-family: verdana, sans-serif;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
form {
margin: 0px;
padding: 0px;
}
input, select {
font-size: 10px;
}
h1 {
font-size: 24px;
font-weight: bold;
margin: 0px;
padding: 0px;
}
h2 {
font-size: 15px;
margin: 0px;
padding: 0px;
}
h3 {
font-size: 14px;
margin: 0px;
padding: 0px;
}
a:link {
color: #4040ff;
font-weight: bold;
text-decoration: underline;
}
a:visited {
color: #4040ff;
font-weight: bold;
text-decoration: underline;
}
a:active {
color: #D0D5DA;
font-weight: bold;
text-decoration: underline;
}
a:hover {
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
}
.bottom {
text-align: center;
}
.graph {
background-color: #D0D5DA;
padding: 0px;
width: 75px;
}
/* For the ranking tables. */
.darkbg {
background-color: #737373;
color: #fff;
}
.mediumbg {
background-color: #09c;
background-image: url(../Default/grad_bg.png);
color: #fff;
}
.lightbg {
background-color: #fff;
color: #000;
}
.lightbgalt {
background-color: #f0f0f0;
color: #000;
}
/* For the menu. */
a.menu, a.menu:visited {
background-color: #fff;
border: 1px solid #737373;
color: #000;
float: left;
margin-left: 8px;
margin-right: 8px;
margin-top: 2px;
padding: 3px;
text-align: center;
text-decoration: none;
}
a.menu:hover, a.menu:active {
color: #FFFFFF;
background-color: #09c;
background-image: url(../Default/grad_bg.png);
text-decoration: none;
}
a.table_top {
color: #fff;
text-decoration: underline;
}
a.table_top:hover, a.table_top:active {
color: #c0c0c0;
text-decoration: none;
}
