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.

39 lines
677 B

  1. /*
  2. layout.css
  3. */
  4. #layout {
  5. position: relative;
  6. margin: 0em auto;
  7. border: 0em;
  8. padding: 1em;
  9. background-color: #fff;
  10. text-align: left; /* IE5 <div> centering hack part 2 */
  11. width: 47em; /* erroneous value to satisfy IE5/Win */
  12. voice-family: "\"}\""; /* Tantek's boxmodel hack see more */
  13. voice-family: inherit; /* at http://www.tantek.com/ */
  14. width: 45em; /* ...for compliant browsers wo/css2 */
  15. }
  16. body>#layout {
  17. width: 45em; /* ...for compliant browsers w/css2 */
  18. }
  19. #head {
  20. margin: 0;
  21. padding: 0;
  22. }
  23. #panel {
  24. margin: 0;
  25. padding: 0;
  26. }
  27. #content {
  28. margin: 0;
  29. padding: 0;
  30. }
  31. #footer {
  32. margin: 0;
  33. padding: 0;
  34. }