Team:UNITN-Trento/CSS/Team

From 2013.igem.org

Revision as of 11:48, 12 August 2013 by Ggirelli (Talk | contribs)

@import url(http://fonts.googleapis.com/css?family=Contrail+One);

.tn-title {

   /*font-family: 'Contrail One', cursive;*/
   font-family: "Trebuchet MS",Helvetica,sans-serif;
   font-variant: small-caps;
   font-size: 3em;
   margin-bottom: 0;
   color: #bf1b39;

}

/*jmslideshow*/

.jms-slideshow {

   font-size: 16px;

}

.jms-slideshow .step {

   height: 600px;
   height: 500px;
   font-size: 1.5em;
   text-align: center;

}

.jms-slideshow .step .title {

   font-family: "Contrail One";
   font-size: 2.5em;
   font-weight: bold;
   text-align: center;

}

.jms-slideshow .step table {

   width: 100%;
   height: 100%;
   background: transparent;

}

.jms-slideshow .step table th {

   width: 150px;
   font-size: 0.9em;
   font-variant: small-caps;
   text-align: right;
   background-color: rgba(250,250,250,0.5);

}

.jms-slideshow .step table td:not(.title) {

   width: 350px;
   padding-left: 0.5em;
   text-align: left;
   background-color: rgba(250,250,250,0.5);

}

.jms-slideshow .step table td.image {

   width: 100px;
   padding: 0;
   text-align: right;
   vertical-align: top;
   background-color: transparent;

}

.jms-slideshow .step table td:not(.image), .jms-slideshow .step table th {

   vertical-align: middle;

}

.jms-slideshow .color-1 .step, .jms-slideshow .color-2 .step, .jms-slideshow .color-3 .step, .jms-slideshow .color-4 .step, .jms-slideshow .color-5 .step, .jms-slideshow .color-6 .step, .jms-slideshow .color-7 .step, .jms-slideshow .color-8 .step {

   border-radius: 1em;
   -webkit-box-shadow: 0 8px 6px -6px black;
   -moz-box-shadow: 0 8px 6px -6px black;
   box-shadow: 0 8px 6px -6px black;
   background-image: url(http://i40.tinypic.com/wlvibc.png);

}