/gespac/css/style_ie.css

http://gespac.googlecode.com/ · CSS · 150 lines · 122 code · 27 blank · 1 comment · 0 complexity · e3ab72954cc9c5bdef1727d826d3c27e MD5 · raw file

  1. body {
  2. background-image : url('../img/bg-body.png');
  3. background-repeat : repeat-x;
  4. text-align : center;
  5. }
  6. #menu-cnx {
  7. background : orange;
  8. border : solid 1px black;
  9. padding-left : 10px;
  10. padding-right : 10px;
  11. position : absolute;
  12. width : 99%;
  13. }
  14. #menu-cnx-item {
  15. text-align : center;
  16. vertical-align : middle;
  17. width : auto;
  18. float : left;
  19. position : relative;
  20. margin-right : 20px;
  21. }
  22. #principal {
  23. background-color : #EBFAFF;
  24. width : 950px;
  25. height : 97%;
  26. left : 20px;
  27. border : 1px solid #000000;
  28. margin : auto;
  29. text-align : left;
  30. padding : 10px;
  31. float : top;
  32. }
  33. #main_menu {
  34. width : 99%;
  35. margin : auto;
  36. text-align : center;
  37. vertical-align : middle;
  38. padding-left : 10px;
  39. padding-right : 10px;
  40. padding-top : 0px;
  41. padding-bottom : 0px;
  42. background-color: orange;
  43. border : 1px solid;
  44. }
  45. #bandeau {
  46. width : 98%;
  47. height : 100px;
  48. margin : auto;
  49. padding : 10px;
  50. }
  51. #bandeau-logo {
  52. float : left;
  53. width : 70%;
  54. }
  55. #bandeau-identity {
  56. float : left;
  57. background-color: #0050a1;
  58. width : 27%;
  59. height : 100px;
  60. text-align : center;
  61. color : #D7D7D7;
  62. }
  63. #bandeau-identity a{
  64. color : white;
  65. text-decoration : underline;
  66. font-size : 12px;
  67. }
  68. #conteneur {
  69. background-color : #FFFFFF;
  70. border : 1px dashed #000000;
  71. width : 99%;
  72. height : 620px;
  73. text-align : left;
  74. margin : auto;
  75. padding : 10px;
  76. overflow : auto;
  77. z-index : 1;
  78. }
  79. a {
  80. text-decoration : none;
  81. font-size : 11px;
  82. }
  83. table {
  84. border : 1px solid #ccc;
  85. padding : 4px;
  86. text-align : center;
  87. font-size : small;
  88. font-size : 11px;
  89. }
  90. td {
  91. padding: 1px 2px;
  92. }
  93. img { border:0px;}
  94. .tablehover tr:hover {
  95. background-color : #FFD769;
  96. }
  97. th {
  98. background-color: orange;
  99. font-size : 16px;
  100. padding : 2px 4px;
  101. }
  102. /*************************************** COMBOBOX *******************************************/
  103. #combobox {
  104. width : auto;
  105. text-align : center;
  106. position : absolute;
  107. }
  108. #textbox {
  109. display:inline;
  110. z-index:1;
  111. top:0px;
  112. position:absolute;
  113. width:30px;
  114. left:0px;
  115. }
  116. #listbox {
  117. display:inline;
  118. z-index:0;
  119. top:0px;
  120. position:absolute;
  121. width:30px;
  122. left:90px;
  123. }