Team:UNITN-Trento/CSS/Project/Introduction

From 2013.igem.org

Revision as of 19:10, 27 September 2013 by Ggirelli (Talk | contribs)
  1. tn-content .container {
   background-color: rgb(127,15,11);
   background-image: url(Tn-2013-boxbg-Onda-Strawberry.png);

}

  1. tn-central-container #tn-content-wrap #tn-content .container .sheet {
   position: relative;
   
   padding-bottom: 4em;

}

  1. tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-arr-prev,
  2. tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-arr-next {
   position: absolute;
   width: 174px;
   
   border: none;
   box-shadow: none;

}

.container .sheet .tn-arr-prev {

   bottom: 0.5em;
   left: 1em;

}

.container .sheet .tn-arr-next {

   bottom: 0.5em;
   right: 1em;

}