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

From 2013.igem.org

(Difference between revisions)
 
(11 intermediate revisions not shown)
Line 1: Line 1:
-
.tn-title {
+
#tn-content .container {
-
     display: block;
+
     background-image: url(https://static.igem.org/mediawiki/2013/b/bf/Tn-2013_Onda-fruitripening.png);
 +
    background-color: rgb(245, 90, 0);
 +
}
 +
.tn-msg {
     margin-bottom: 0;
     margin-bottom: 0;
-
    color: #bf1b39;
+
     font-family: "Kameron", cursive;
-
 
+
     font-size: 0.8em;
-
     font-family: "Boogaloo",Helvetica,sans-serif;
+
-
    font-variant: small-caps;
+
-
     font-size: 3em;
+
-
   
+
     text-align: center;
     text-align: center;
}
}
Line 108: Line 107:
}
}
-
/*.jms-slideshow .jms-dots > span {
+
/*Navigation arrows*/
-
     background-color: #f3d19a !important;
+
 
 +
#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;
}
}
-
.jms-slideshow .jms-dots .jms-dots-current > span {
+
#tn-central-container #tn-content-wrap #tn-content .container .sheet-2 .tn-arr-prev,
-
     background-color: #ac5b3d !important;
+
#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;
}
}
-
*/
 
-
.tn-hoverTag {
+
.container .sheet-2 .tn-arr-prev {
-
     position: fixed;
+
     left: 2em;
-
    top:0; right:0; bottom:0; left:0;
+
}
-
    text-align: center;
+
.container .sheet-2 .tn-arr-next {
-
    background-color: rgba(50,50,50,.9);
+
     right: 2em;
-
     z-index: 5;
+
}
}
-
.tn-hoverTag > div {
+
/*Tour*/
-
     height: 100%;
+
 
 +
#tn-central-container {
 +
     position: relative;
 +
    box-shadow: none;
 +
    z-index: 0;
}
}
-
.tn-hoverTag img {
+
#tn-header-wrap #tn-header #tn-menu {
-
     margin-top: 2em;
+
     z-index: 5;
-
    height: 75%;
+
-
    border-radius:1em;
+
}
}
-
.tn-hoverTag span {
+
#tn-sp-tour {
-
     display: block;
+
     position: absolute;
-
     margin-top: 0.5em;
+
     bottom: 0;
-
     font-size: 2em;
+
     right: 10px;
-
     color: white;
+
      
 +
    width: 200px;
}
}
-
.plot {
+
#tn-sp-tour img {
-
display: inline-block!important;
+
    height: 200px;
-
width: 66%;
+
}
}
-
.photo {
+
#tn-sp-tour span {
-
display: inline-block!important;
+
    position: absolute;
-
width: 33%;
+
    bottom: 0.5em;
-
        border:2px solid white;
+
    left: 0;
-
        box-shadow:2px 2px 4px #323232!important;
+
   
 +
    color: black;
 +
    font-family: "Boogaloo", cursive;
 +
    font-size: 1.5em;
 +
    text-shadow: 0 0 4px white;
}
}
-
#fruithood {
+
#tn-sp-tour:hover span {
-
        width: 95%;
+
    color: rgb(245, 90, 0);
-
border: 4px solid white;
+
-
border-radius: 13px;
+
-
box-shadow: 2px 2px 4px #323232;
+
}
}
-
#tn-content .container {
+
@media(max-width:1500px) {
-
  background-image: url(https://static.igem.org/mediawiki/2013/b/bf/Tn-2013_Onda-fruitripening.png);
+
    #tn-central-container {
-
background-color: rgb(160, 59, 0)!important;
+
        padding-bottom: 200px;
 +
    }
 +
 
 +
#tn-central-container #tn-content-wrap #tn-content .container .sheet a:link, #tn-central-container #tn-content-wrap #tn-content .container .sheet a:visited {
 +
color:rgb(245, 90, 0);
 +
}
 +
 
 +
#tn-central-container #tn-content-wrap #tn-content .container .sheet a:hover {
 +
color:black;  
}
}
-
.gire {
+
#tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-effect-link a:link, #tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-effect-link a:visited {
-
border: 2px solid white;
+
color:rgb(245, 90, 0);
-
box-shadow:2px 2px 4px #323232;
+
}
}
-
.text {
+
#tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-effect-link a:hover {
-
        width: 100%;
+
color:black;
-
text-align:center;
+
-
font-weight:bold!important;
+
}
}

Latest revision as of 12:31, 29 September 2013

  1. tn-content .container {
   background-image: url(Tn-2013_Onda-fruitripening.png);
   background-color: rgb(245, 90, 0);

}

.tn-msg {

   margin-bottom: 0;
   font-family: "Kameron", cursive;
   font-size: 0.8em;
   text-align: center;

}

/*jmslideshow*/

.jms-slideshow {

   width: 80%;
   height: 500px;
   margin: 2em auto !important;
   margin-top: 0 !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;
   display: none;

}

.step.active {

   z-index: 5;
   display: block;

}

.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: 500px;
   max-height: 550px;

}

.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;

}

/*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;

}

/*Tour*/

  1. tn-central-container {
   position: relative;
   box-shadow: none;
   z-index: 0;

}

  1. tn-header-wrap #tn-header #tn-menu {
   z-index: 5;

}

  1. tn-sp-tour {
   position: absolute;
   bottom: 0;
   right: 10px;
   
   width: 200px;

}

  1. tn-sp-tour img {
   height: 200px;

}

  1. tn-sp-tour span {
   position: absolute;
   bottom: 0.5em;
   left: 0;
   
   color: black;
   font-family: "Boogaloo", cursive;
   font-size: 1.5em;
   text-shadow: 0 0 4px white;

}

  1. tn-sp-tour:hover span {
   color: rgb(245, 90, 0);

}

@media(max-width:1500px) {

   #tn-central-container {
       padding-bottom: 200px;
   }
  1. tn-central-container #tn-content-wrap #tn-content .container .sheet a:link, #tn-central-container #tn-content-wrap #tn-content .container .sheet a:visited {

color:rgb(245, 90, 0); }

  1. tn-central-container #tn-content-wrap #tn-content .container .sheet a:hover {

color:black; }

  1. tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-effect-link a:link, #tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-effect-link a:visited {

color:rgb(245, 90, 0); }

  1. tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-effect-link a:hover {

color:black; }