• 0

CSS Help


Question

body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	line-height: 13px;
}

label
{
	cursor: hand;

}

form
{
	margin: 0px;
	padding: 0px;
}


input.bg
{
	border: 1px rgb(205, 203, 204) solid;
	background-image:  url("../images/input_bg.gif");
	background-repeat: repeat-x;
	background-position:top;
}


input
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}

textarea
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: black;
	background-color:black;
}
select
{
	margin-top: 4px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: black;
}

h1
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	border-bottom: 1px #003366 solid;
	margin-top: 2px;
	padding-bottom: 1px;
	margin-bottom: 8px;
	color: #ffffff;
}

h2
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	border-bottom: 1px #003366  solid;
	margin-top: 1px;
	padding-bottom: 2px;
	margin-bottom: 1px;
	color: #000000;
}
p
{
	margin: 2px;
}

hr
{
	height: 1px;
	color: #ffffff;
}


strong
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}



div.white_box
{
	color: #ffffff;
	background-color: #000000;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #003366;
	line-height: 12px;
}

div.gray
{
	background-color: #000000;
	padding: 5px;
	line-height: 14px;
	margin-bottom: 1px;
}


div.white
{
	background-color: #000000;
	padding: 4px;
	line-height: 15px;
	margin-bottom: 1px;
}

div.big_div
{
	border: 1px #003366 solid;
	background-color: #000000; 
	padding: 0px;
}

#container
{

	position: inline;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	border: 1px #003366 solid;
	padding: 2px;
	width: 550px;
	margin-bottom: 2px;
}

#container_inside
{
	margin: 0px;
	position: inline;
	background-color: #000000;
	padding: 5px;
	color: black;
}

a
{
	text-decoration: none;
	border-bottom: black 1px solid;
	color: #006699;
}

a:hover
{
	color: #006699;
	text-decoration: none;
	border-bottom: white 1px solid;
}

a:visited
{
	text-decoration: none;
	color: #006699;
	border-bottom: #ffffff 1px solid;

}

image
{
	border: 0px;
	margin: 0px;
}

a.image
{
	text-decoration: none;
	border: 0px;
}
a.image:visited
{
	text-decoration: none;
	border: 0px;
}
a.image:hover
{
	text-decoration: bold;
	border: 0px;
}

a.orange
{
	font-weight: bold;
	color: #006699;
	border: 0px;
	text-decoration: none;
}
a.orange:visited
{
	text-decoraiton:none;
	color: #006699;
	border: 0px;
}

a.orange:hover
{
	text-decoration: bold;
	border: 0px;
	color: #006699;
}

Thats the code from a CSS file that this page uses - http://standalone.estratospherehosting.com...p?action=browse

I cant manage to get the rite bit of code to change the colour of the files properties in the white box in the centre (you need to highlight it to see). Can anyone see it? thanks.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.