Team:UNITN-Trento/CSS/Extra/Fruit Info

From 2013.igem.org

Revision as of 15:03, 28 September 2013 by Ggirelli (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. tn-content .container {
   background-color: rgb(143, 11, 25);
   background-image: url(Tn-2013-boxbg-Onda-GrapeRed.png);

}

  1. jms-slideshow,

.jms-wrapper {

   width: 800px;
   height: 230px;
   border: none;

}

.jms-wrapper {

   height:250px;
   border-radius:20px;

}

  1. jms-slideshow img {
   width: 90%;
   border: none;

}

.step {

   width: 1200px;

}

.jms-dots {

   display: none;

}

/*Navigation arrows*/

  1. tn-central-container #tn-content-wrap #tn-content .container .sheet-2 {
   position: relative;
   
   margin: -1em 0 1em 0;
   padding: 0.5em;
   
   background-color: rgba(255,255,255,.6);
   
   text-align: center;

}

  1. tn-central-container #tn-content-wrap #tn-content .container .sheet-2 .tn-arr-prev,
  2. tn-central-container #tn-content-wrap #tn-content .container .sheet-2 .tn-arr-next {
   position: absolute;
   bottom: 0.8em;
   width: 174px;
   
   border: none;
   box-shadow: none;

}

.container .sheet-2 .tn-arr-prev {

   left: 2em;

}

.container .sheet-2 .tn-arr-next {

   right: 2em;

}