Mock-up of web-design choices for local company
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.

57 lines
753 B

  1. body {
  2. /* center the page */
  3. text-align: center;
  4. margin-left: auto;
  5. margin-right: auto;
  6. }
  7. /* 950 centered (doc2) */
  8. .yui-d2 {
  9. margin: auto;
  10. text-align: left;
  11. width: 73.076em;
  12. *width: 71.25em;
  13. }
  14. .yui-t6 {
  15. margin: auto;
  16. text-align: left;
  17. width: 100%;
  18. }
  19. .yui-t6 .yui-main {
  20. float: left;
  21. /* IE: preserve layout at narrow widths */
  22. margin-right: -25em;
  23. }
  24. /* t6 narrow block = equivalent of 300px */
  25. .yui-t6 .yui-b {
  26. float: right;
  27. width: 23.0769em;
  28. *width: 22.50em;
  29. }
  30. .yui-t6 .yui-main .yui-b {
  31. margin-right: 24.0769em;
  32. *margin-right: 23.475em;
  33. }
  34. /* yui-main */
  35. .yui-main .yui-b {
  36. position: static;
  37. }
  38. .yui-main {
  39. width: 100%;
  40. }
  41. .yui-main .yui-b {
  42. float: none;
  43. width: auto;
  44. }
  45. .yui-b {
  46. position: relative;
  47. _position: static;
  48. }