Static website for local racer (circa Oct 2003)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
/* Type Selectors */
body { background-color: #06c; }
a:link, a:visited { color: #06c; } a:hover { color: #f33; }
dl.headlines dd { color: #06c; border: solid 1px #ccc; } dl.news dd { margin-top: 0em; border: solid 1px #ccc; }
ul { line-height: normal; font-size: 0.8125em; margin: 0.5em 0.375em; padding: 0.5em 0em; } li { margin: 0.25em 1em; padding: 0em; list-style: square inside; }
/* Layout ID Selectors */
#layout { background-color: #fff; }
#content { }
div.leftphoto { width: 15em; float: left; padding: 0em; margin-right: 0.375em; }
div.rightphoto { width: 15em; float: right; padding: 0em; margin-right: 0em; margin-left: 0.375em; }
div.centerphoto { text-align: center; width: 36.75em; }
#footer { color: #06c; }
/* Class Selectors */
.center { text-align: center; }
img.logo { width: 47em; height: 7.125em; } img.button { width: 10em; height: 1.875em; } img.sponsor { width: 9.375em; height: 4.6875em; margin: 1.75em 0em 0em 0.3125em; } img.showcase { width: 100%; height: 17.5em; } img.contact { width: 35.625em; height: 22.375em; } img.profile { width: 15em; height: 13.5625em; } img.crewchief { width: 15em; height: 13.9375em; } img.thumb { width: 15em; height: 11em; }
div.sponsors { margin: 1em 0em; }
|