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.
 
 
 
 

108 lines
1.3 KiB

/*
Class Selectors
*/
div.photo p,
div.leftphoto p,
div.rightphoto p,
div.centerphoto p {
font-size: 0.75em;
font-style: italic;
text-align: center;
margin: 0em 5%;
padding: 0em;
}
div.weathermagnet {
width: 16.875em;
height: 10.9375em;
}
img.thumb {
width: 15em;
height: 11em;
}
div.centerphoto {
margin-bottom: 0.5em;
}
div.row div.photo {
margin-bottom: 0.5em;
width: 12em;
}
div.row div.left {
clear: both;
}
div.row img.thumb {
width: 12em;
height: 9em;
}
.boiler {
clear: both;
color: #666;
font-size: 0.5625em;
text-align: center;
margin: 0em;
padding: 0em;
}
.boxed {
border: solid 1px #999;
margin: 0.25em 1em;
}
.fullbox {
border: solid 1px #999;
margin: 0em 0em 0.5em 0em;
}
.titlebox {
border: solid 1px #999;
background: inherit;
margin-bottom: 0.5em;
}
.centered {
text-align: center;
}
.textleft {
text-align: left;
}
.textright {
text-align: right;
}
.headroom {
margin-top: 0.75em;
}
.legroom {
margin-bottom: 0.75em;
}
.middle {
float: left;
margin: 0em;
padding: 0em;
}
.left {
float: left;
padding: 0em;
margin-right: 0.375em;
}
.right {
float: right;
padding: 0em;
margin-left: 0.375em;
}
div.leftphoto {
float: left;
padding: 0em;
margin-right: 0.375em;
width: 15em;
}
div.rightphoto {
float: right;
padding: 0em;
margin-left: 0.375em;
width: 15em;
}