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

From 2013.igem.org

(Difference between revisions)
Line 28: Line 28:
     font-size: 16px;
     font-size: 16px;
-
     background-image: url(https://static.igem.org/mediawiki/2013/c/c3/Tn-2013-mainbg-Wood_pattern_2.jpg);
+
     /*background-image: url(https://static.igem.org/mediawiki/2013/c/c3/Tn-2013-mainbg-Wood_pattern_2.jpg);*/
     border: 0;
     border: 0;
     border-radius: 1em;
     border-radius: 1em;
-
     box-shadow: 2px 2px 4px #323232 !important;
+
     /*box-shadow: 2px 2px 4px #323232 !important;*/
}
}
Line 39: Line 39:
     margin:auto;
     margin:auto;
     text-align: center;
     text-align: center;
-
     opacity: 1 !important;
+
     /*opacity: 1 !important;*/
}
}

Revision as of 13:52, 16 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 {

   /*display: none;*/
   margin: 2em auto !important;

}

.jms-slideshow, .jms-wrapper {

   width: 100%;
   height: 500px;
   font-family: arial;
   font-size: 16px;
   /*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: 2px 2px 4px #323232 !important;*/

}

.step {

   width: 800px;
   height: 500px;
   margin:auto;
   text-align: center;
   /*opacity: 1 !important;*/

}

.step table {

   width: 100% !important;
   height: 100%;
   background-color: transparent;
   color: black;
   text-align: justify;

}

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

   width: 300px;

}

.step table img {

   margin-left: 2em;
   max-width: 500px;
   max-height: 400px;

}

.step table .title {

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

}

.jms-slideshow .jms-dots > span {

   background-color: #f3d19a !important;

}

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

   background-color: #ac5b3d !important;

}