Rev 1 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
/*-----------------------------------------------------------------------------
Copyright 2006
Daily Data, Inc.
All rights reserved
Name: $Id: contact_us.css,v 1.7 2006/11/30 03:58:26 rodolico Exp $
Description:
CSS for contact_us.php library
$Date: 2006/11/30 03:58:26 $
$Revision: 1.7 $
Revision History:
$Log: contact_us.css,v $
Revision 1.7 2006/11/30 03:58:26 rodolico
Beginning work on connection to payment center. Still needs a little work
-------------------------------------------------------------------------------*/
/* Contact form */
/* Master styles v 1 */
/* 2006, Daily Data, Inc. */
/* Global */
body {
background:#caedb3; /* page background color*/
color:#000; /*default text color*/
font-family:Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
}
a:link, a:visited {
/*default link color/appearance*/
color:#FF0000;
text-decoration:underline;
}
a:hover, a:active {
/*on hover*/
color:#0000FF;
text-decoration:none;
}
p {
font-size:10px;
margin-left:4px;
margin-right:4px;
}
/*h1-h4 sizes, based relative to default font size.*/
/*color, margin, padding, etc. can all be applied*/
h1 {
font-size : 14px;
text-align : center;
}
h2 {
font-size:13px;
}
h3 {
font-size:12px;
}
h4 {
font-size:11px;
}
/* Layout */
#header {
/*adjust properties based on the header properties of the page in question*/
width : 600px;
background-color : #d2f0bd;
height : 130px;
vertical-align : top;
}
.header-menu {
/*if header has a menu, adjust this section accordingly*/
float:right;
height:25px;
text-align:right;
}
#content {
/*the main body of the page. Adjust styles to fit with existing style*/
width:600px;
}
.left-menu {
/*if page has left sidebar menu, adjust css properties to match*/float:left;
background:#99CCFF;
width:150px;
padding:5px 5px 5px 5px;
}
.main-text {
/*content area. This is where the form itself will live. It's nested within the content div in case specific styling should be applied*/
background:#d2f0bd;
padding:5px 5px 5px 5px;
}
#footer {
/*page footer*/width:760px;
height:20px;
background:#d2f0bd;
text-align:center;
font:0.8em Arial, Helvetica, sans-serif;
}
/* Form styles */
.form-table {
border:0px dotted #000;
}
.form-table th {
background:#FF9999;
padding:2px 2px 2px 2px;
border:0px solid #000;
}
.form-table tr {
border:1px solid #000;
padding:0px 1px 1px 1px;
}
.form-table td {
border:0px solid #000;
padding:1px 1px 1px 1px;
}
.select {
border:1px solid #000;
background:#FFFFCC;
color:#ee7205;
}
.text-field {
border:1px solid #000;
background:#FFFFCC;
color:#ee7205;
}
.text-area {
border:1px solid #000;
background:#FFFFCC;
color:#ee7205;
}
.button {
background:#297348;
color:#fff;
border-top:1px solid #000;
border-bottom:3px solid #000;
border-left:1px solid #000;
border-right:3px solid #000;
}