Static website for local motocross track (circa Jun 2004)
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; }
dd { font-style: italic; border: 1px solid #ccc; padding: 0.125em; } dl.headlines dd { color: #06c; }
ul { font-size: 1em; margin: 0em; padding: 0em; } li { margin: 0em 0em 0em 2.5em; list-style: none; }
/* Layout ID Selectors */
#layout { background: url('/images/no-footer.jpg') center no-repeat; background-color: #fff; }
#footer { color: #06c; }
/* Class Selectors */
div.weather { float: left; margin-left: 5px; }
div.weatherroom { }
table.classes { font-size: 1em; margin: 0.25em auto; width: 30em; }
img.logo { width: 47em; height: 7.125em; } img.button { width: 10em; height: 3em; } img.showcase { width: 36.75em; height: 18.0625em; } img.thumb { width: 15em; height: 11em; } img.trophy { width: 10.8125em; height: 18.75em; }
.boxed { margin: 0em 0em 0.75em 0em; padding: 1em; }
|