Team:UNITN-Trento/CSS/Team

From 2013.igem.org

Revision as of 08:52, 25 September 2013 by Ggirelli (Talk | contribs)

.sheet {

   position: relative;
   display: inline-block;
   width: 525px;
   height: 350px;
   margin: 2em 0;
   vertical-align: top;

}

.sheet img.profile {

   display: inline-block;
   width: 200px;
   margin-top: 6px;
   border-radius: 10px;
   box-shadow: inset 1px 1px 2px #323232;
   vertical-align: top;

}

.sheet .data {

   display: inline-block;
   width: 300px;
   margin-left: 1em;
   font-family: "Cabin", arial;
   font-size: 1em;
   vertical-align: top;

}

.sheet .title {

   display: block;
   position: absolute;
   top: -0.7em;
   right: 1em;
   font-family: "Boogaloo", serif;
   font-size: 2.5em;
   font-weight: bold;
   text-shadow: 0 0 2px rgba(250,250,250,.9);

}

.container img.lab {

   display: inline-block;
   width: 328px;
   height: 382px;
   margin-top: 2em;
   border-radius: 10px;

}

.container .left {

   margin-left: 1em !important;
   margin-right: 1em !important;
   box-shadow: 0 0 4px white;

}

.container .right {

   margin-left: 0 !important;
   margin-right: 1em !important;
   box-shadow: 0 0 4px white;

}

.container .sheet.right .data {

   margin-left: 0;
   margin-right: 1em;

}

.container .sheet.right .title {

   left: 1em;

}

  1. tn-content h1 {

padding-top:0;

border:none;

color:rgb(48, 106, 56); font-family: "Mouse Memoirs"; font-size:6em; text-align:center; text-shadow:2px 2px 4px white }

  1. tn-content .container {

margin-bottom: 3em !important; }