commit 9cbe7783f90aea00965838e99172cbdda148759c Author: Jim Infield Date: Thu Jan 1 12:00:00 2009 -0600 import of old work diff --git a/index.html b/index.html new file mode 100644 index 0000000..d67188d --- /dev/null +++ b/index.html @@ -0,0 +1,68 @@ + + + +Coyote Bluff MX + + + + + + + +
+ + + +
+  +
+ +
+

About Coyote Bluff MX...

+ +

Coyote Bluff MX is a motocross track located about 6 miles north of +Dyersburg, Tennessee. For more information call Joe at (731) 589-1749 or +email joe@coyotebluffmx.com.

+ +

About the track...

+ +

The track is a little over a mile long and the jumps are safe. The +layout of the track utilizes mostly natural terrain with the addition +of several table-top style jumps. The track is fun to ride, but some +sections will challenge (and improve) your skills.

+ +

How to get here...

+ +

From the Hwy 51 By-Pass, turn North onto Millsfield Hwy (Millsfield +is one stoplight East of Hwy 78). After you have gone north for 5.5 +miles (you will pass over I-155 as you leave Dyersburg) on Millsfield, +you will come to a store (Lock's Grocery) on your left. Turn right +(across from the store) and go 0.8 miles down Meacham Road, then turn +left onto Clifton Road. Follow Clifton Road all the way to the gate at +the end. The parking area for the track is at the bottom of the hill.

+ +

When you can ride...

+ +

The track is open for practice from 10am until dark on Saturdays and +Noon until dark on Sundays. If the weather is good, we are also open +during the week (but you need to call Joe first!).

+ +

Before you come out to practice, call Joe at (731) 589-1749 to verify +the track conditions.

+ +

All minors must have an adult present to ride.

+
+ + + +
+ + + + diff --git a/styles/cbmx.css b/styles/cbmx.css new file mode 100644 index 0000000..afb0716 --- /dev/null +++ b/styles/cbmx.css @@ -0,0 +1,35 @@ +/* + cbmx.css +*/ + +body { +background-color: #999; +} + +h1, h2 { +color: #666; +font-weight: bold; +} + +h1 { +font-size: 3em; +} + +h2 { +font-size: 1.125em; +} + +hr { +width: 100%; +height: 1px; +border: none; +border-top: 1px solid #999; +} + +.notice { +text-align: center; +color: #933; +font-style: italic; +font-weight: bold; +padding: 0.25em; +} \ No newline at end of file diff --git a/styles/core.css b/styles/core.css new file mode 100644 index 0000000..7a41ef9 --- /dev/null +++ b/styles/core.css @@ -0,0 +1,76 @@ +/* + Type Selectors +*/ + +body, td { +font-family: georgia, times, serif; +font-size: 16px; +margin: 0; +padding: 0; +} + +body { +padding: 0.25em; +background-color: #fff; +text-align: center; +} + +p { +text-align: left; +line-height: 1.3125em; +margin: 0em 0.375em 0.25em 0.125em; +padding: 0em; +} + +/* + Layout ID Selectors +*/ + +#layout { +position: relative; +margin: 0 auto; +padding: 0.25em; +background-color: #fff; +text-align: left; /* IE5
centering hack part 2 */ +width: 47.5em; /* erroneous value to satisfy IE5/Win */ +voice-family: "\"}\""; /* Tantek's boxmodel hack see more at */ +voice-family: inherit; /* http://www.tantek.com/ */ +width: 47em; /* correct for compliant browsers wo/css2 */ +} +body>#layout { +width: 47em; /* correct for compliant browsers w/css2 */ +} + +#siteheader { +margin: 0em; +padding: 0em; +text-align: center; +} + +#panel { +float: left; +margin: 0.25em 0em; +padding: 0em; +width: 8em; +} + + +#content { +float: right; +margin: 0.25em 0em; +padding: 0em; +width: 39em; +} +#footer { +clear: both; +margin: 0.5em 0em; +padding: 0em; +} + +#footer p { +font-size: 0.6875em; +font-style: italic; +text-align: center; +margin: 0 0; +padding: 0.125em 0; +}