Team:UNITN-Trento/CSS/Sponsor

From 2013.igem.org

  1. tn-content .container {
   background-color: rgb(147,0,6);
   background-image: url(Tn-2013-boxbg-Onda-Cherry.png);

}

  1. tn-content .inner_content {
   width:80%;
   margin:auto;
   padding: 4em;
   background-color: #f0f0f0;
   box-shadow: 2px 2px 4px #323232;
   text-align:justify;

}

  1. tn-content .tn-sp-title {
   display: block;
   border-bottom: 2px solid #2880C5;
   color: #C4221C;
   font-family: "Boogaloo", cursive;
   font-size: 3em;
   font-style: normal;
   line-height: 0.8em;
   text-align: left;
   text-shadow: 1px 1px 2px rgba(50,35,50,.5);

}

img.sponsor {

   display: block;
   margin: 2.5em auto !important;
   max-width: 600px;
   box-shadow: none !important;

}

img.sponsor.mini {

   display: inline-block;
   margin: 2.5em auto!important;
   max-width: 300px;

}

img.sponsor.mini {

   display: inline-block !important;
   /*box-shadow: 2px 2px 4px #323232;*/
   margin: 2.5em auto !important;
   max-width: 200px;

}

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

}