Re: Launched June 05/06 - Please Review
Can anyone help me with my CSS file??
I would like to make all visited links white and cannot figure out what i am doing wrong??
Here is the file syntax??
body {
background-color: #464646;
font-family:"Trebuchet MS", arial, helvetica, sans-serif;
text-align: center;
color:#000000;
link: #000000;
active: #0000ff;
visited: #008000;
hover: #ff0000;
}
#header
{
text-align: center;
background-repeat: no-repeat;
width:600px;
height:112px;
margin: 0 auto 5px auto;
}
#header h1
{
text-align: left;
padding-left: 110px;
padding-top:25px;
font-family:"Goudy Stout",arial, helvetica, sans-serif;
font-size:25px;
background-color:inherit;
color: #000000;
}
#nav
{
text-align:center;
padding-top: 10px;
padding-bottom: 15px;
padding-left: 15px;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
background-color:inherit;
color:inherit;
}
#nav a {
color: #cacaca;
text-decoration: none;
padding-right: 20px;
text-transform: capitalize;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bolder;
background-color:inherit;
}
#nav a:hover
{
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 15px;
font-weight: bolder;
background-color:inherit;
}
#container
{
text-align: center;
color:#d9d6d6;
width:600px;
height:auto;
margin: 0 auto 5px auto;
background-color:inherit;
}
#container p
{
border-bottom:1px solid #CCC;
padding-bottom:15px;
background-color:inherit;
color:#d9d6d6;
}
#mycontainer
{
text-align: justify;
color:#d9d6d6;
width:600px;
height:auto;
margin: 0 auto 5px auto;
background-color:inherit;
}
#mycontainer p
{
border-bottom:1px solid #CCC;
padding-bottom:15px;
background-color:inherit;
color:#d9d6d6;
}
.heading h4
{
color:#fefefe;
text-align:left;
font-weight:bolder;
border-bottom:0px solid #CCC;
margin: 0 auto 5px auto;
padding-top: 15px;
width:600px;
background-color:inherit;
}
/********************* THIS IS IMPORTANT. DONT ERASE OR MESS WITH IT ***********************/
.clear {
clear:both;
line-height:0px;
margin:0;
padding:0;
}
/*************************** OK *********/
#footer {
padding-top:5px;
text-align:center;
width:90%;
margin:auto;
color:#cacaca;
font-size:11px;
background-color:inherit;
}
#footer a
{
color: #cacaca;
background-color:inherit;
}
#footer a:hover
{
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: bolder;
background-color:inherit;
}
.footer {
margin-top:-2px;
}
.input1 {
FONT: 10px Verdana;
COLOR: Black;
BACKGROUND-COLOR: #999999
}
.txt
{
color:#d9d6d6;
font-family:"Trebuchet MS", arial, helvetica, sans-serif;
}
|