Team:UNITN-Trento/CSS/Project/Ethylene

From 2013.igem.org

(Difference between revisions)
 
(19 intermediate revisions not shown)
Line 1: Line 1:
-
#tn-content img {
+
#tn-content .container {
-
    max-width: 800px;
+
        background-color: rgb(32,86,54);
-
    box-shadow: 2px 2px 4px #323232;
+
        background-image: url(https://static.igem.org/mediawiki/2013/9/91/Tn-2013-boxbg-Onda-Watermelon.png)!important;
}
}
-
#tn-content h2 {
+
/*Navigation arrows*/
-
     border: none;
+
 
-
     display: block;
+
#tn-central-container #tn-content-wrap #tn-content .container .sheet-2 {
-
     margin-top: 1em;
+
     position: relative;
-
     margin-bottom: 0.2em;
+
      
-
     font-family: 'Open Sans Condensed', sans-serif;
+
     margin: -1em 0 1em 0;
-
     font-size: 1.6em;
+
     padding: 0.5em;
-
     font-weight: bold;
+
      
 +
     background-color: rgba(255,255,255,.6);
 +
      
 +
    text-align: center;
}
}
-
#tn-content h3 {
+
#tn-central-container #tn-content-wrap #tn-content .container .sheet-2 .tn-arr-prev,
 +
#tn-central-container #tn-content-wrap #tn-content .container .sheet-2 .tn-arr-next {
 +
    position: absolute;
 +
    bottom: 0.8em;
 +
 
 +
    width: 174px;
 +
   
     border: none;
     border: none;
-
     display: block;
+
     box-shadow: none;
-
    margin-top: 1.5em;
+
-
    margin-bottom: 0.5em;
+
-
    font-family: 'Open Sans Condensed', sans-serif;
+
-
    font-size: 1.2em;
+
-
    font-weight: bold;
+
}
}
-
#ethylene_detected {
+
.container .sheet-2 .tn-arr-prev {
-
     width: 400px !important;
+
     left: 2em;
-
    background-color: transparent;
+
}
}
-
#ethylene_detected th,
+
.container .sheet-2 .tn-arr-next {
-
#ethylene_detected td {
+
     right: 2em;
-
     width: 50%;
+
-
    border-bottom: 1px dotted #323232;
+
}
}
-
#ethylene_detected td.right {
+
/*Tour*/
-
     border-left: 1px dotted #323232;
+
 
 +
#tn-central-container {
 +
     position: relative;
 +
    box-shadow: none;
 +
    z-index: 0;
}
}
-
#jms-slideshow,
+
#tn-header-wrap #tn-header #tn-menu {
-
.jms-wrapper {
+
     z-index: 5;
-
     width: 800px;
+
-
    height: 230px!important;
+
-
    border: none;
+
}
}
-
#jms-slideshow img {
+
#tn-sp-tour {
-
     width: 90%!important;
+
     position: absolute;
-
     border: none!important;
+
     bottom: 0;
 +
    right: 10px;
 +
   
 +
    width: 200px;
}
}
-
.step {
+
#tn-sp-tour img {
-
     width: 1400px;
+
    height: 200px;
 +
}
 +
 
 +
#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;
 +
}
 +
 
 +
#tn-sp-tour:hover span {
 +
     color: rgb(32,86,54);
 +
}
 +
 
 +
@media(max-width:1500px) {
 +
    #tn-central-container {
 +
        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(32,86,54);
}
}
-
.jms-dots {
+
#tn-central-container #tn-content-wrap #tn-content .container .sheet a:hover {
-
    display: none;
+
color:black;  
}
}
-
.photo {
+
#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 {
-
display:inline-block!important;
+
color:rgb(32,86,54);
-
height:302px;
+
-
        border:2px solid white;
+
}
}
-
.plot {
+
#tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-effect-link a:hover {
-
display: inline-block!important;
+
color:black;
-
width: 58%;
+
}
}

Latest revision as of 12:15, 29 September 2013

  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)!important;

}

/*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(32,86,54);

}

@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(32,86,54); }

  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(32,86,54); }

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

color:black; }