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.

47 lines
964 B

  1. /*
  2. layout.css
  3. */
  4. /*
  5. layout ID selectors
  6. */
  7. #layout {
  8. position: relative;
  9. margin: 0em auto;
  10. padding: 0.25em;
  11. background-color: #fff;
  12. text-align: left; /* IE5 <div> centering hack part 2 */
  13. width: 47.5em; /* erroneous value to satisfy IE5/Win */
  14. voice-family: "\"}\""; /* Tantek's boxmodel hack see more */
  15. voice-family: inherit; /* at http://www.tantek.com/ */
  16. width: 47em; /* ...for compliant browsers wo/css2 */
  17. }
  18. body>#layout {
  19. width: 47em; /* ...for compliant browsers w/css2 */
  20. }
  21. #head {
  22. margin: 0;
  23. padding: 0;
  24. }
  25. #head h1 {
  26. margin: 0;
  27. padding: 0;
  28. margin-top: 1em;
  29. font-family: Arial;
  30. font-size: 1.25em;
  31. font-weight: bold;
  32. font-style: italic;
  33. text-align: right;
  34. line-height: 0.875em;
  35. }
  36. #head h6 {
  37. margin: 0;
  38. padding: 0;
  39. font-family: Georgia;
  40. font-size: 0.6875em;
  41. font-weight: normal;
  42. font-style: italic;
  43. line-height: 0.875em;
  44. }
  45. #nav {
  46. }