Team:UNITN-Trento/CSS/Extra/Human Practice

From 2013.igem.org

Revision as of 07:44, 27 September 2013 by Xli (Talk | contribs)

.col.one {

   display: inline-block;
   margin-right: 1em;
   
   min-width: 0;
   width: 450px;
   
   vertical-align: top;

}

.col.two {

   display: inline-block;
   margin: 0;
   margin-left: 1em;
   
   height: 400px;
   min-width: 0;
   width: 360px;
   
   background-color: transparent;
   border: none;
   box-shadow: none;
   
   vertical-align: top;

}

.col.two .jms-wrapper {

   margin: 0;
   padding: 0;
   
   height: 280px;
   min-width: 0;
   width: 420px !important;
   
   background-color: transparent;
   border: none;
   box-shadow: none;

}

.col.two .step {

   min-width: 0;
   width: 900px;
   height: 1000px;
   
   box-shadow: none;
   z-index: 0;

}

.col.two .step.active {

   z-index: 5;

}

.col.two .step img {

   min-width: 0;
   height: 100%;
   
   border: 8px solid white;
   box-shadow: 4px 4px 8px #323232;

}