Team:UNITN-Trento/CSS/Project/Fruit ripening

From 2013.igem.org

(Difference between revisions)
Line 51: Line 51:
     text-align: center;
     text-align: center;
     /*opacity: 1 !important;*/
     /*opacity: 1 !important;*/
 +
    z-index: 0;
 +
}
 +
 +
.step.active {
 +
    z-index: 5;
}
}

Revision as of 21:27, 17 September 2013

.tn-title {

   display: block;
   margin-bottom: 0;
   color: #bf1b39;
   font-family: "Boogaloo",Helvetica,sans-serif;
   font-variant: small-caps;
   font-size: 3em;
   
   text-align: center;

}

/*jmslideshow*/

.jms-slideshow {

   width: 80%;
   height: 500px;
   margin: 2em auto !important;
   font-family: arial;
   font-size: 16px;
   background-color: rgba(255, 255, 255, 0.4);
   /*background-image: url(https://static.igem.org/mediawiki/2013/c/c3/Tn-2013-mainbg-Wood_pattern_2.jpg);*/
   border: 3px solid rgb(105, 18, 28);
   border-radius: 1em;
   box-shadow: none !important;

}

.jms-wrapper {

   width: 100%;
   height: 500px;
   font-family: arial;
   font-size: 16px;
   background-color: transparent;
   /*background-image: url(https://static.igem.org/mediawiki/2013/c/c3/Tn-2013-mainbg-Wood_pattern_2.jpg);*/
   border: 0;
   border-radius: 1em;
   box-shadow: none !important;

}

.step {

   width: 900px;
   height: 600px;
   margin:auto;
   text-align: center;
   /*opacity: 1 !important;*/
   z-index: 0;

}

.step.active {

   z-index: 5;

}

.step > p {

   display: block;
   position: absolute;
   top: -1.3em;
   width: 100%;
   margin: 0 !important;
   padding: 0 !important;
   font-size: 2.5em;
   font-family: "Boogaloo";

}

.step table {

   position: relative;
   top: -1.5em;
   width: 100% !important;
   height: 100%;
   background-color: transparent;
   color: black;
   font-size: 1.2em;
   text-align: justify;

}

.step table tr td:nth-child(1) {

   width: 300px;

}

.step table img {

   margin-left: 2em;
   max-width: 700px;
   max-height: 600px;

}

.step table .title {

   display: block;
   margin-bottom: 5px;
   font-size: 1.3em;
   font-weight: bold;
   text-align: left;
   border-bottom: 3px solid black;

}

.jms-slideshow .jms-dots {

   position: relative;
   bottom: 1.5em;

}

/*.jms-slideshow .jms-dots > span {

   background-color: #f3d19a !important;

}

.jms-slideshow .jms-dots .jms-dots-current > span {

   background-color: #ac5b3d !important;

}

  • /

.tn-hoverTag { position: fixed; top:0; right:0; bottom:0; left:0;

text-align: center; background-color: rgba(50,50,50,.9); z-index: 5; }

.tn-hoverTag > div { height: 100%; }

.tn-hoverTag img { margin-top: 2em; height: 75%; border-radius:1em; }

.tn-hoverTag span { display: block; margin-top: 0.5em; font-size: 2em; color: white; }