IE50Fixes.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /*
  2. ** IE5.0 Fix Stylesheet
  3. */
  4. #column-content {
  5. margin: 0 !important;
  6. float: none;
  7. }
  8. #column-content #content {
  9. margin-top: 3em;
  10. height: 1%;
  11. }
  12. #column-one {
  13. position: absolute;
  14. overflow: visible;
  15. top: 0;
  16. left: 0;
  17. z-index: 3;
  18. }
  19. #footer {
  20. margin: 0 0 0 13.6em;
  21. }
  22. /* IE 5 & 5.5 interpret keyword sizes one off */
  23. body { font-size: xx-small; }
  24. /*
  25. ** the edit tabs
  26. */
  27. #p-cactions li {
  28. float: left;
  29. padding-top: 0;
  30. padding-bottom: 0 !important;
  31. height: 0.9em;
  32. }
  33. #p-cactions li a {
  34. display: block;
  35. padding-bottom: 0.045em;
  36. }
  37. #p-cactions li.selected a {
  38. padding-bottom: 0.17em;
  39. }
  40. #p-cactions li a:hover {
  41. padding-bottom: 0.17em;
  42. }
  43. /* 5.0 doesn't like the background icon for external links and user */
  44. .link-external,
  45. .external {
  46. background: none;
  47. padding: 0;
  48. }
  49. #p-personal ul { float: right }
  50. #p-personal li { float: left }
  51. li#pt-userpage,
  52. li#pt-anonuserpage,
  53. li#pt-login,
  54. li#pt-logout {
  55. background: none;
  56. padding-left: none;
  57. }
  58. .visualClear {
  59. width: 100%;
  60. height: 0px;
  61. padding:0;
  62. margin: 0;
  63. }
  64. #firstHeading { margin-bottom: .3em; }
  65. /*div{ border:1px solid Red !important;}*/