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.
121 lines
1.3 KiB
121 lines
1.3 KiB
/*
|
|
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 {
|
|
width: 35.375em;
|
|
voice-family: "\"}\"";
|
|
voice-family: inherit;
|
|
width: 35.625em;
|
|
}
|
|
body>#content {
|
|
width: 35.625em;
|
|
}
|
|
|
|
#panel {
|
|
width: 11.125em;
|
|
}
|
|
|
|
#footer {
|
|
color: #06c;
|
|
}
|
|
|
|
/*
|
|
Class Selectors
|
|
*/
|
|
|
|
img.logo {
|
|
width: 47em;
|
|
height: 7.125em;
|
|
}
|
|
img.button {
|
|
width: 11.125em;
|
|
height: 1.875em;
|
|
}
|
|
img.sponsor {
|
|
width: 9.375em;
|
|
height: 4.6875em;
|
|
margin: 1.75em 0em 0em 0.875em;
|
|
}
|
|
img.showcase {
|
|
width: 35.625em;
|
|
height: 17.5em;
|
|
}
|
|
img.contact {
|
|
width: 35.625em;
|
|
height: 22.375em;
|
|
}
|
|
img.profile {
|
|
width: 15em;
|
|
height: 13.5625em;
|
|
}
|
|
img.crewchief {
|
|
width: 12.5em;
|
|
height: 11.625em;
|
|
}
|
|
img.thumb {
|
|
width: 15em;
|
|
height: 11em;
|
|
}
|
|
|
|
div.sponsors {
|
|
margin: 1em 0em;
|
|
}
|
|
|
|
div.row {
|
|
background-color: #3fc;
|
|
padding-bottom: 0.5em;
|
|
}
|
|
div.row div.photo {
|
|
width: 12em;
|
|
}
|
|
|
|
#content td {
|
|
font-size: 0.6875em;
|
|
font-style: italic;
|
|
vertical-align: top;
|
|
}
|
|
#content td img.thumb {
|
|
width: 12em;
|
|
height: 9em;
|
|
}
|