Team:UNITN-Trento/CSS/Extra/Judging

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
#tn-content .container {
#tn-content .container {
background-image: url(https://static.igem.org/mediawiki/2013/b/bf/Tn-2013_Onda-fruitripening.png);
background-image: url(https://static.igem.org/mediawiki/2013/b/bf/Tn-2013_Onda-fruitripening.png);
-
background-color: rgb(245, 90, 0)!important;
+
background-color: rgb(245, 90, 0);
}
}
-
.container .sheet > ul  {
+
/*
-
list-style-image: url('https://static.igem.org/mediawiki/2013/3/34/Tn-2013_Bronzo-apple.png');
+
    https://static.igem.org/mediawiki/2013/3/34/Tn-2013_Bronzo-apple.png
 +
    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*/
 +
 
 +
#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;
 +
}
-
https://static.igem.org/mediawiki/2013/3/34/Tn-2013_Bronzo-apple.png
+
.container .sheet-2 .tn-arr-prev {
-
https://static.igem.org/mediawiki/2013/e/e2/Tn-2013_Silver-apple.png
+
    left: 2em;
-
https://static.igem.org/mediawiki/2013/7/73/Tn-2013_Gold-apple.png
+
}
 +
 
 +
.container .sheet-2 .tn-arr-next {
 +
    right: 2em;
 +
}

Revision as of 13:40, 28 September 2013

  1. tn-content .container {

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

/*

   Tn-2013_Bronzo-apple.png
   Tn-2013_Silver-apple.png
   Tn-2013_Gold-apple.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;

}