Team:UNITN-Trento/CSS/Home

From 2013.igem.org

Revision as of 13:36, 20 September 2013 by Ggirelli (Talk | contribs)
  1. tn-central-container,
  2. tn-content-wrap,
  3. tn-content {
   padding-bottom: 0 !important;

}

.grid {

   width: 960px;
   margin: 0 auto;

}

.column {

   display: inline-block;
   vertical-align: top;

}

.wrap, .cell {

   display: block;

}

.column.first .cell {

   height: 222px;
   width: 324px;
   background-color: #005e20;
   /*background-image: url(Tn-2013-boxbgs-Box-verde.png);
   background-position: bottom;
   background-repeat: no-repeat;*/
   border: 3px solid white;
   box-shadow: 2px 2px 4px #323232;

}

.column.first .cell.first {

   margin: 17px 7px 7px 17px;

}

.column.first .cell.second {

   margin: 7px 7px 7px 17px;

}

.column.first .cell.third {

   margin: 7px 7px 7px 17px;

}

.column.second .cell {

   width: 574px;
   background-color: #355667;
   /*background-image: url(Tn-2013-boxbgs-Box-video.jpg);
   background-position: bottom;
   background-repeat: no-repeat;*/
   border: 3px solid white;
   box-shadow: 2px 2px 4px #323232;

}

.column.second .cell.first {

   height: 268px;
   margin: 17px 17px 7px 0;

}

.column.second .cell.second {

   height: 398px;
   margin: 7px 17px 7px 0;

}

.row.second {

   height: 215px;
   width: 918px;
   margin: 7px 17px 17px 17px;
   background-color: #323232;
   border: 3px solid white;
   box-shadow: 2px 2px 4px #323232;

}

/*PRE-FOOTER*/

.pre-footer {

   width: 920px;
   margin: 0 auto;
   margin-bottom: 1em;

}

.pre-footer .sheet {

   min-height: 100px;
   padding: 40px;
   background-color: #f0f0f0;
   border: 3px solid white;
   border-bottom: none;
   border-radius: 50px;
   box-shadow: 2px -2px 4px #323232;
   text-align: justify;

}

.pre-footer .silhouette {

   display: block;
   margin: 0 auto;

}