|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/chsweb/happy_holidays/css/ |
Upload File : |
/* CSS Document */
body {
font-family: Arial, Tahoma, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
margin: 0px;
width: 100%;
margin-top: 0px;
background-color: #cccccc; /* change */
}
p,td{
font-size: 12px;
color: #7ebde9; /* change */
}
/* hide grey border when Flash clicked in firefox */
object {
outline:none;
}
#container{
margin: 0px;
width: auto;
text-align: center;
}
table.top td{
height: 0px;
}
table.container{
margin-left: auto;
margin-right: auto;
width: 700px;
/*background-image: url('../images/bkgd.jpg');
background-position: top center;
background-repeat: no-repeat;*/
}
table.container td{
padding: 0px;
text-align: center;
}
table.container td.flash{
padding-top: 111px;
height: 420px;
}
table.container td.copyright{
padding-top: 30px;
height: 50px;
font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
font-size: 10px;
color: #b9b8b8; /* change */
}
/* Links - Primary */
a:active{
color: #7ebde9; /* change */
text-decoration: underline;
}
a:visited{
color: #7ebde9; /* change */
text-decoration: underline;
}
a:link{
color: #7ebde9; /* change */
text-decoration: underline;
}
a:hover{
color: #7ebde9; /* change */
text-decoration: none;
}
/* Links - div.copyright */
table.container td.copyright a:active{
color: #b9b8b8; /* change */
text-decoration: none;
}
table.container td.copyright a:visited{
color: #b9b8b8; /* change */
text-decoration: none;
}
table.container td.copyright a:link{
color: #b9b8b8; /* change */
text-decoration: none;
}
table.container td.copyright a:hover{
color: #b9b8b8; /* change */
text-decoration: underline;
}