Team:INSA-Lyon/css contenu

From 2014.igem.org

(Difference between revisions)
Line 69: Line 69:
.colone1 {
.colone1 {
 +
width: 200px;
     float: left;
     float: left;
height: 100%
height: 100%
Line 75: Line 76:
.colone2 {
.colone2 {
 +
width: 200px;
     float: right;
     float: right;
height: 100%
height: 100%

Revision as of 11:45, 15 October 2014

html, body { padding:0; margin-top: 0;

       background-color: #ffffff;

}

/* PAGE CONTENU*/

  1. igem{

padding-top: 25px; text-align: right; margin-top: 20px; margin-right: 20px; }

  1. contenu h4 {
   padding-bottom: 25px;

}

  1. contenu{

margin-top: -25px; background-position: center top; background-repeat: no-repeat; text-align: center; margin-left: 40px; text-align: center; padding-bottom: 50px; }

.icon {

   color:#285459;

background:#FFF;

   width:120px;
   height:72px;
   padding-top: 48px;
   text-align:center;
   border-radius:50%;
   margin-left: 20px;
   margin-right: 20px;
   margin-bottom: 20px;
   overflow: hidden;
   display: inline-block;

}

.iconmulti { background:#FFF;

   width:120px;
   height:82px;
   padding-top: 38px;
   text-align:center;
   border-radius:50%;
   margin-left: 20px;
   margin-right: 20px;
   margin-bottom: 20px;
   overflow: hidden;
   display: inline-block;

}


  1. presentation {

margin: auto; width: 900px; padding-top: 30px; padding-bottom: 30px; padding-left: 50px; height: 100% display: inline-block; }


.colone1 { width: 200px;

    float: left;

height: 100% display: inline-block; }

.colone2 { width: 200px;

    float: right;

height: 100% display: inline-block; }

.center{ text-align:center; }

.icon {

   color:#285459;
   background:#FFF;
   width:120px;
   height:72px;
   padding-top: 48px;
   text-align:center;
   border-radius:50%;
   margin-left: 20px;
   margin-right: 20px;
   margin-bottom: 50px;

margin-top: 40px;

   overflow: hidden;
   display: inline-block;
   -moz-transition: all 0.3s ease-out;  
   -webkit-transition: all 0.3s ease-out;  
   transition: all 0.3s ease-out;

}

.iconmulti { background:#FFF;

   width:120px;
   height:82px;
   padding-top: 38px;
   text-align:center;
   border-radius:50%;
   margin-left: 20px;
   margin-right: 20px;
   margin-bottom: 50px;

margin-top: 40px;

   overflow: hidden;
   display: inline-block;
   -moz-transition: all 0.3s ease-out;  
   -webkit-transition: all 0.3s ease-out;  
   transition: all 0.3s ease-out;

}

/*--------------------- CSS DU FOOTER ---------------------------------------------*/


  1. footer

{ padding-top: 15px; background-color: #285459; margin-bottom: -50px; height: 200px; width: 100%; display: inline-block; }

  1. footer p{

color:#fff; font-family: "Roboto", sans-serif; font-size: 0.9em; overflow:hidden; }

  1. footer a:visited {

color:#ffffff; }

  1. footer a {

color:#ffffff; }


  1. contact{

display: inline-block; background-color: #285459; padding-left: 30px; margin-left: 50px; }

  1. footer1{

float: left; width: 250px; margin-right: 50px; display: inline-block; }

  1. footer2{

float: left; width: 250px; }

  1. footer3{

width: 250px; margin-left: 50px; display: inline-block; }


  1. copyright {

font-size: 0.8em !important; background-color: #285459; padding-bottom: 2px; padding-top: 16px; }

  1. fb {

float: right; margin-right: 10px; }