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.
 
 
 
 

111 lines
1.3 KiB

/*
Core CSS Selectors
*/
body, td {
font-family: Georgia, Times, Serif;
font-size: 16px;
margin: 0em;
padding: 0em;
}
body {
padding: 0.25em;
background-color: #fff;
text-align: center; /* IE5 <div> centering hack part 1 */
}
abbr, .help {
font-style: normal;
padding-bottom: 1px;
border-bottom: 1px dotted #999;
cursor: help;
}
a:link, a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a img {
border: none;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
margin: 0em;
padding: 0.25em 0em;
}
h1 {
font-size: 1.3125em;
}
h2 {
font-size: 1.25em;
}
h3 {
font-size: 1.0625em;
}
h4 {
font-size: 0.875em;
}
h5 {
font-size: 0.75em;
}
h6 {
font-size: 0.6875em;
}
hr {
width: 100%;
height: 1px;
border: none;
border-top: 1px solid #999;
}
p {
text-align: justify;
line-height: 1.3125em;
margin: 0em 0.375em 0.25em 0.125em;
padding: 0em;
}
p + p,
p + div.photoleft + p,
p + div.photoright + p {
text-indent: 0.5em;
}
p.notice {
font-size: 0.8125em;
font-style: italic;
text-align: center;
padding: 3em 0em;
}
dl {
text-align: justify;
line-height: normal;
font-size: 0.8125em;
margin: 0em;
padding: 0em;
width: 99%;
}
dt {
font-weight: bold;
margin-left: 0.25em;
}
dd {
margin: 0.25em 1.5em;
padding: 0em;
}
dl.news dd {
margin: 0.25em 0em 0.25em 2em;
padding: 0.25em;
}
dl.headlines dd {
padding: 0.5em;
font-style: italic;
margin: 0.5em 1.5em;
}