Team:UNITN-Trento/CSS/Project/Modeling

From 2013.igem.org

(Difference between revisions)
(Created page with "#tn-content .container { background-color: rgb(253,209,26); background-image: url(https://static.igem.org/mediawiki/2013/4/4f/Tn-2013-boxbg-Onda-Lemon.png); }")
Line 2: Line 2:
background-color: rgb(253,209,26);
background-color: rgb(253,209,26);
background-image: url(https://static.igem.org/mediawiki/2013/4/4f/Tn-2013-boxbg-Onda-Lemon.png);
background-image: url(https://static.igem.org/mediawiki/2013/4/4f/Tn-2013-boxbg-Onda-Lemon.png);
 +
}
 +
 +
/*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;
}
}

Revision as of 20:20, 27 September 2013

  1. tn-content .container {

background-color: rgb(253,209,26); background-image: url(Tn-2013-boxbg-Onda-Lemon.png); }

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

}