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.
76 lines
1.2 KiB
76 lines
1.2 KiB
/*
|
|
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 <div> 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;
|
|
}
|