Team:UNITN-Trento/CSS/Project/Ethylene

From 2013.igem.org

(Difference between revisions)
 
(41 intermediate revisions not shown)
Line 1: Line 1:
-
#tn-content img {
+
#tn-content .container {
-
    width: auto;
+
        background-color: rgb(32,86,54);
 +
        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: 1.5em;
+
     position: relative;
-
     margin-bottom: 0.5em;
+
      
-
     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;
+
.container .sheet-2 .tn-arr-prev {
-
     font-size: 1.2em;
+
    left: 2em;
-
     font-weight: bold;
+
}
 +
 
 +
.container .sheet-2 .tn-arr-next {
 +
    right: 2em;
 +
}
 +
 
 +
/*Tour*/
 +
 
 +
#tn-central-container {
 +
     position: relative;
 +
    box-shadow: none;
 +
    z-index: 0;
 +
}
 +
 
 +
#tn-header-wrap #tn-header #tn-menu {
 +
    z-index: 5;
 +
}
 +
 
 +
#tn-sp-tour {
 +
    position: absolute;
 +
    bottom: 0;
 +
    right: 10px;
 +
   
 +
    width: 200px;
 +
}
 +
 
 +
#tn-sp-tour img {
 +
    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);
 +
}
 +
 
 +
#tn-central-container #tn-content-wrap #tn-content .container .sheet a:hover {
 +
color:black;
 +
}
 +
 
 +
#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);
 +
}
 +
 
 +
#tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-effect-link a:hover {
 +
color:black;
}
}

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