Team:UNITN-Trento/CSS/Extra/Judging

From 2013.igem.org

(Difference between revisions)
Line 4: Line 4:
}
}
-
/*
+
#tn-central-container #tn-content-wrap #tn-content .container .sheet ul ul {
-
    https://static.igem.org/mediawiki/2013/3/34/Tn-2013_Bronzo-apple.png
+
     list-style: square;
-
    https://static.igem.org/mediawiki/2013/e/e2/Tn-2013_Silver-apple.png
+
}
-
     https://static.igem.org/mediawiki/2013/7/73/Tn-2013_Gold-apple.png
+
-
*/
+
/*Navigation arrows*/
/*Navigation arrows*/

Revision as of 13:15, 29 September 2013

  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 ul ul {
   list-style: square;

}

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

}