Website re-design samples (circa Jun 2005)
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.
|
|
/* layout.css */
/* layout ID selectors */
#layout { position: relative; margin: 0em 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 */ voice-family: inherit; /* at http://www.tantek.com/ */ width: 47em; /* ...for compliant browsers wo/css2 */ } body>#layout { width: 47em; /* ...for compliant browsers w/css2 */ } #head { margin: 0; padding: 0; } #head h1 { margin: 0; padding: 0; margin-top: 1em; font-family: Arial; font-size: 1.25em; font-weight: bold; font-style: italic; text-align: right; line-height: 0.875em; } #head h6 { margin: 0; padding: 0; font-family: Georgia; font-size: 0.6875em; font-weight: normal; font-style: italic; line-height: 0.875em; } #nav { }
|