IE55Fixes.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /* IE5.5/win- only fixes */
  2. #column-content {
  3. float: none;
  4. margin-left: 0;
  5. height: 1%;
  6. }
  7. #column-content #content {
  8. position: relative;
  9. z-index: 5;
  10. margin-left: 12.2em;
  11. margin-top: 3em;
  12. height: 1%;
  13. }
  14. #column-one {
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. z-index: 4;
  19. width: 100%;
  20. }
  21. #footer {
  22. margin-left: 13.6em;
  23. border-left: 1px solid #fabd23;
  24. }
  25. /*#bodyContent div,
  26. #bodyContent pre { overflow: auto; }*/
  27. #p-personal { padding-bottom: .1em; }
  28. body { font-size: xx-small; }
  29. #p-cactions {
  30. width: 76% !important;
  31. z-index: 3 !important;
  32. float: none;
  33. }
  34. #p-cactions li {
  35. padding-bottom: 0 !important;
  36. border: none;
  37. background-color: transparent;
  38. cursor: default;
  39. float: none !important;
  40. }
  41. #p-cactions li a {
  42. display: inline-block !important;
  43. vertical-align: top;
  44. padding-bottom: 0;
  45. border: solid #aaa;
  46. border-width: 1px 1px 0;
  47. }
  48. #p-cactions li.selected a {
  49. border-color: #fabd23;
  50. padding-bottom: 0.17em;
  51. }
  52. #p-cactions li a:hover {
  53. padding-bottom: 0.17em;
  54. }
  55. #p-navigation a {
  56. display: inline-block;
  57. width: 100%;
  58. }
  59. .portlet {
  60. overflow: hidden;
  61. }
  62. #bodyContent a.external {
  63. background: url(external.png) center right no-repeat;
  64. padding-right: 13px;
  65. }
  66. /* show the hand */
  67. #p-logo a,
  68. #p-logo a:hover {
  69. cursor: pointer;
  70. }
  71. .visualClear {
  72. width: 90%;
  73. height: 1px;
  74. padding: 0;
  75. margin: 0;
  76. }
  77. #editform {
  78. width: 100%;
  79. }