Team:UNITN-Trento/CSS/Extra/Judging

From 2013.igem.org

Revision as of 13:28, 28 October 2013 by Ggirelli (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. tn-content .container {

background-image: url(Tn-2013_Onda-fruitripening.png); background-color: rgb(245, 90, 0); }

  1. tn-central-container #tn-content-wrap #tn-content .container .sheet div > ul {
   list-style: square url(Tn-2013-Judging_check.png);

}

  1. tn-central-container #tn-content-wrap #tn-content .container .sheet ul ul {
   list-style: square;

}

  1. tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-title {
   margin-bottom: 20px;
   font-size: 3.5em;
   text-align: center;

}

.gold-sp {

   position: absolute;
   top: -50px;
   right: -50px;
   
   width: 200px;

}

/*Medals*/

.medal, .text {

   display: inline-block;
   
   vertical-align: top;

}

.medal img {

   margin: 30px 10px 0 0;
   width: 160px;

}

.text {

   padding-left: 20px;
   width: 670px;

}

/*Navigation arrows*/

  1. tn-central-container #tn-content-wrap #tn-content .container {
   position: relative;

}

  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;

}

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