/gespac/css/style_ie.css
http://gespac.googlecode.com/ · CSS · 150 lines · 122 code · 27 blank · 1 comment · 0 complexity · e3ab72954cc9c5bdef1727d826d3c27e MD5 · raw file
- body {
- background-image : url('../img/bg-body.png');
- background-repeat : repeat-x;
- text-align : center;
- }
-
- #menu-cnx {
- background : orange;
- border : solid 1px black;
- padding-left : 10px;
- padding-right : 10px;
- position : absolute;
- width : 99%;
-
- }
-
- #menu-cnx-item {
- text-align : center;
- vertical-align : middle;
- width : auto;
- float : left;
- position : relative;
- margin-right : 20px;
- }
-
- #principal {
- background-color : #EBFAFF;
- width : 950px;
- height : 97%;
- left : 20px;
- border : 1px solid #000000;
- margin : auto;
- text-align : left;
- padding : 10px;
- float : top;
- }
-
- #main_menu {
- width : 99%;
- margin : auto;
- text-align : center;
- vertical-align : middle;
- padding-left : 10px;
- padding-right : 10px;
- padding-top : 0px;
- padding-bottom : 0px;
- background-color: orange;
- border : 1px solid;
- }
-
- #bandeau {
- width : 98%;
- height : 100px;
- margin : auto;
- padding : 10px;
- }
-
- #bandeau-logo {
- float : left;
- width : 70%;
- }
-
- #bandeau-identity {
- float : left;
- background-color: #0050a1;
- width : 27%;
- height : 100px;
- text-align : center;
- color : #D7D7D7;
-
- }
-
- #bandeau-identity a{
- color : white;
- text-decoration : underline;
- font-size : 12px;
- }
-
-
- #conteneur {
- background-color : #FFFFFF;
- border : 1px dashed #000000;
- width : 99%;
- height : 620px;
- text-align : left;
- margin : auto;
- padding : 10px;
- overflow : auto;
- z-index : 1;
- }
-
- a {
- text-decoration : none;
- font-size : 11px;
- }
-
- table {
- border : 1px solid #ccc;
- padding : 4px;
- text-align : center;
- font-size : small;
- font-size : 11px;
-
- }
-
- td {
- padding: 1px 2px;
- }
-
- img { border:0px;}
-
- .tablehover tr:hover {
- background-color : #FFD769;
- }
-
-
- th {
- background-color: orange;
- font-size : 16px;
- padding : 2px 4px;
- }
-
-
- /*************************************** COMBOBOX *******************************************/
-
-
- #combobox {
- width : auto;
- text-align : center;
- position : absolute;
- }
-
- #textbox {
- display:inline;
- z-index:1;
- top:0px;
- position:absolute;
- width:30px;
- left:0px;
-
- }
-
- #listbox {
- display:inline;
- z-index:0;
- top:0px;
- position:absolute;
- width:30px;
- left:90px;
- }