Team:UNITN-Trento/CSS/Extra/Safety

From 2013.igem.org

(Difference between revisions)
 
Line 96: Line 96:
#tn-sp-tour:hover span {
#tn-sp-tour:hover span {
-
     color: rgb(238, 232, 78);
+
     color: rgb(245, 90, 0);
     text-shadow: 2px 2px 4px #323232;
     text-shadow: 2px 2px 4px #323232;
}
}
Line 107: Line 107:
#tn-central-container #tn-content-wrap #tn-content .container .sheet a:link, #tn-central-container #tn-content-wrap #tn-content .container .sheet a:visited {
#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(192, 184, 0);
+
color: rgb(245, 90, 0);
}
}

Latest revision as of 20:52, 4 October 2013

  1. tn-central-container #tn-content-wrap #tn-content .container {

background-color: rgb(238, 232, 78); background-image: url(Tn-2013_Onda-fruitripening.png); }

.tn-double-wrap .photo { display: inline-block; margin-bottom: 1.5em; margin-left: 2em; width: 350px;

border: 2px solid white; box-shadow: 2px 2px 4px #323232; }

.tn-double-wrap .text { display: inline-block; margin-left: 45px; width: 400px;

vertical-align: middle; }

.mini {

   font-family: "Kameron", cursive;
   font-size: 0.9em;
   text-align: center;

}

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

}

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

}

  1. tn-sp-tour span {
   position: absolute;
   bottom: 0.5em;
   left: 2em;
   
   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);
   text-shadow: 2px 2px 4px #323232;

}

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