/* vim: ft=css:ts=2:sw=2 */ body { font-family: sans-serif; text-align: center; background-color: #E6E8E3; } pre { margin: 10px; padding: 10px; } td { padding-bottom: 7px; } /* #
hierarchy body: logo: breadcrumbs: content: footer: */ #body { width: 45em; margin: 10px auto; padding: 10px; text-align: left; background: white; border: 1px solid #888; } #body a:hover { text-decoration: none; } #body pre { } #logo { font-family: serif; font-style: italic; float: right; margin-right: 10px; } #logo a { font-size: large; text-decoration: none; color: black; } #logo img { border: none; } #breadcrumbs { } #content { border-style: solid; border-color: #888; border-width: 1px 0px 1px 0px; padding: 0px 0px 10px 0px; margin: 10px 0px 5px 0px; } #footer { font-style: italic; font-size: small; } #history th { padding-top: 1em; text-align: left; } #history td { padding-right: 4em; }