Team:UNITN-Trento/CSS/Gallery

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
#tn-content .container {
 +
    background-color: rgb(32,86,54);
 +
    background-image: url(https://static.igem.org/mediawiki/2013/9/91/Tn-2013-boxbg-Onda-Watermelon.png);
 +
}
 +
.jms-slideshow .step {
.jms-slideshow .step {
-
height: 480px !important;
+
    height: 480px !important;
-
width: 1000px !important;
+
    width: 1000px !important;
     background-size: 100% 100%;
     background-size: 100% 100%;
-
border-radius: 20px;
+
    border-radius: 20px;
}
}

Revision as of 08:10, 27 September 2013

  1. tn-content .container {
   background-color: rgb(32,86,54);
   background-image: url(Tn-2013-boxbg-Onda-Watermelon.png);

}

.jms-slideshow .step {

   height: 480px !important;
   width: 1000px !important;
   background-size: 100% 100%;
   border-radius: 20px;

}

.container .sheet {

   overflow-x: scroll;

}

.container .sheet .thumbs {

   white-space: nowrap;

}

.container .sheet .thumb {

   display: inline-block;
   margin: 0 0.5em;
   width: 200px;
   height: 100px;
   
   background-color: black;
   box-shadow: 1px 1px 2px black;
   text-align: center;

}

.container .sheet .thumb img {

   max-height: 100px;
   max-width: 200px;

}

  1. jms-slideshow .jms-dots {
   display: none;

}