Template:INSA-Lyon/maincontent

From 2010.igem.org

(Difference between revisions)
 
(2 intermediate revisions not shown)
Line 202: Line 202:
.boite1 {  
.boite1 {  
-
         width: 46%;
+
         width: 46.5%;
         margin: 20px 5px 10px 10px;
         margin: 20px 5px 10px 10px;
         padding: 8px;
         padding: 8px;
Line 214: Line 214:
.boite2 {  
.boite2 {  
-
         width: 46%;
+
         width: 46.5%;
         margin: 20px 10px 10px 5px;
         margin: 20px 10px 10px 5px;
         padding: 8px;
         padding: 8px;
Line 294: Line 294:
}
}
 +
 +
.support {
 +
border:2px solid #95b3d7;
 +
background-color:#fff;
 +
top:-3px;
 +
left:-3x;
 +
position:relative;
 +
z-index:1;
 +
padding: 10px;
 +
-moz-border-radius : 10px;
 +
        -webkit-border-radius: 10px;
 +
        -goog-ms-border-radius: 10px;
 +
        border-radius: 10px;
 +
}
 +
div.ombre.noimg {
 +
-moz-border-radius: 10px;
 +
        -webkit-border-radius: 10px;
 +
        -goog-ms-border-radius: 10px;
 +
        border-radius: 10px;
 +
display:block;
 +
}
 +
.ombredeux {
 +
border:0;
 +
background-color:#999;
 +
padding:0;
 +
padding-top:0;
 +
padding-right:3px;
 +
border-left:0;
 +
-moz-border-radius: 10px;
 +
        -webkit-border-radius: 10px;
 +
        -goog-ms-border-radius: 10px;
 +
        border-radius: 10px;
 +
}
 +
#coins-arrondis {
 +
        -moz-border-radius: 10px;
 +
        -webkit-border-radius: 10px;
 +
        -goog-ms-border-radius: 10px;
 +
        border-radius: 10px;
 +
}
 +
.maincontent {
 +
        width: 600px;
 +
position: relative;
 +
        margin: 10px 10px 30px 0;
 +
        float: left;       
 +
}
 +
.othercontent {
 +
        width: 330px;
 +
position:relative;
 +
        float: right;
 +
        margin: 10px 0 30px 0;
 +
}
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
Line 388: Line 439:
</style>  
</style>  
-
 
</html>
</html>

Latest revision as of 19:35, 24 April 2011