HOME | DD
tommyswf — Multimedia System Web Design
Published: 2004-06-17 15:36:26 +0000 UTC; Views: 822; Favourites: 0; Downloads: 82
Redirect to original
Description
This is free web design for my cousin school project.The content is based on NBA.
blah blah blah blah blah forget about it...
In the design i have used CSS + Table on it, due to some reason i just use table to replaces the floats on the first page.
On the other pages are pure CSS if i still remember lol....
Here's the CSS i've uses.
body {
/* margin: 10px auto; */
padding:0px;
background: #D0DFF1;
font-family:Arial, Helvetica, sans-serif;
color: #666;
}
A { color: #99CCFF; text-decoration: none; font-weight:bold; }
A:link { color: #99CCFF; text-decoration: none; }
A:visited { color: #99CCFF; text-decoration: none; }
A:active { color: #99CCFF; }
A:hover { COLOR: #D9BC82; BORDER-BOTTOM: #B39B6B 1px dotted; }
#banner {
font-family:Georgia, Helvetica, sans-serif;
color:#FFFFFF;
font-size:18pt;
font-weight:bold;
border-bottom:1px dotted #FFF;
border-top:3px solid #99CCFF;
background:#82ADD9;
padding:6px;
}
#banner A { color: #FFFFFF; text-decoration: none; }
#banner A:link { color: #FFFFFF; text-decoration: none; }
#banner A:visited { color: #FFFFFF; text-decoration: none; }
#banner A:active { color: #FFFFFF; text-decoration: none; }
#banner A:hover { color: #FFFFFF; BORDER-BOTTOM: none; }
img.fre {
padding: 1px;
border: 3px #E8E8E8 solid;
}
#mainsite {
width:700px;
margin: 0px auto;
padding:0px;
border:3px solid #fff;
background-color:#fff;
}
#content {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 6px;
}
#menu {
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
color: #6B8FB3;
font-weight:bold;
padding: 3px;
border-bottom: 1px #82ADD9 dotted;
}
#hd1 {
font-family:Georgia, Helvetica, sans-serif;
font-size: 16px;
color: #B39B6B;
padding: 2px;
}
#hd2 {
font-family:Georgia, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color: #B39B6B;
padding: 2px;
}
#sitemap {
border: 1px #D0DFF1 solid;
padding: 2px;
}
#sitemap A { color: #B8C5CC; text-decoration: none; font-weight:bold; }
#sitemap A:link { color: #B8C5CC; text-decoration: none; }
#sitemap A:visited { color: #B8C5CC; text-decoration: none; }
#sitemap A:active { color: #B8C5CC; }
#sitemap A:hover { COLOR: #D9BC82; BORDER-BOTTOM: #B39B6B 1px dotted; }
#aboutright {
float: right;
width: 50%;
}
#about {
float: left;
width: 50%;
}
#music {
border: 1px #D0DFF1 solid;
padding: 1px;
width: 300px;
}




















