Team:UNITN-Trento/CSS/Project/Blue Light

From 2013.igem.org

(Difference between revisions)
 
(8 intermediate revisions not shown)
Line 1: Line 1:
#tn-content .container {
#tn-content .container {
-
     background-image: url(https://static.igem.org/mediawiki/2013/8/8f/Tn-2013Onda-intro1-Recovered.png);
+
     background-image: url(https://static.igem.org/mediawiki/2013/f/f6/Tn-2013-boxbg-Onda-Blueberry.png);
-
     background-color: #355667;!important;
+
     background-color: rgb(39,48,77);
 +
}
 +
 
 +
/*Navigation arrows*/
 +
 
 +
#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;
 +
}
 +
 
 +
#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;
 +
    box-shadow: none;
 +
}
 +
 
 +
.container .sheet-2 .tn-arr-prev {
 +
    left: 2em;
 +
}
 +
 
 +
.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: 280px;
 +
}
 +
 
 +
#tn-sp-tour img {
 +
    width: 280px;
 +
}
 +
 
 +
#tn-sp-tour span {
 +
    position: absolute;
 +
    bottom: 0.5em;
 +
    left: 2.5em;
 +
   
 +
    color: black;
 +
    font-family: "Boogaloo", cursive;
 +
    font-size: 1.5em;
 +
    text-shadow: 0 0 4px white;
 +
}
 +
 
 +
#tn-sp-tour:hover span {
 +
    color: rgb(39,48,77);
 +
}
 +
 
 +
@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(245, 90, 0);
 +
}
 +
 
 +
#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(245, 90, 0);
 +
}
 +
 
 +
#tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-effect-link a:hover {
 +
color:black;
}
}

Latest revision as of 12:40, 29 September 2013

  1. tn-content .container {
   background-image: url(Tn-2013-boxbg-Onda-Blueberry.png);
   background-color: rgb(39,48,77);

}

/*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: 280px;

}

  1. tn-sp-tour img {
   width: 280px;

}

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

}

  1. tn-sp-tour:hover span {
   color: rgb(39,48,77);

}

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