Team:UNITN-Trento/CSS/Extra/Fruit Info

From 2013.igem.org

(Difference between revisions)
(Created page with "#tn-content img { max-width: 800px; box-shadow: 2px 2px 4px #323232; } #tn-content h2 { border: none; display: block; margin-top: 1em; margin-bottom: 0.2...")
 
(7 intermediate revisions not shown)
Line 1: Line 1:
-
#tn-content img {
+
#tn-content .container {
-
     max-width: 800px;
+
     background-color: rgb(143, 11, 25);
-
     box-shadow: 2px 2px 4px #323232;
+
     background-image: url(https://static.igem.org/mediawiki/2013/d/de/Tn-2013-boxbg-Onda-GrapeRed.png);
}
}
-
#tn-content h2 {
+
#jms-slideshow,
 +
.jms-wrapper {
 +
    width: 800px;
 +
    height: 230px;
     border: none;
     border: none;
-
    display: block;
 
-
    margin-top: 1em;
 
-
    margin-bottom: 0.2em;
 
-
    font-family: 'Open Sans Condensed', sans-serif;
 
-
    font-size: 1.6em;
 
-
    font-weight: bold;
 
}
}
-
#tn-content h3 {
+
.jms-wrapper {
 +
    height:250px;
 +
    border-radius:20px;
 +
}
 +
 
 +
#jms-slideshow img {
 +
    width: 90%;
     border: none;
     border: none;
-
    display: block;
 
-
    margin-top: 1.5em;
 
-
    margin-bottom: 0.5em;
 
-
    font-family: 'Open Sans Condensed', sans-serif;
 
-
    font-size: 1.2em;
 
-
    font-weight: bold;
 
}
}
-
#ethylene_detected {
+
.step {
-
     width: 400px !important;
+
     width: 1200px;
-
    background-color: transparent;
+
}
}
-
#ethylene_detected th,
+
.jms-dots {
-
#ethylene_detected td {
+
     display: none;
-
     width: 50%;
+
-
    border-bottom: 1px dotted #323232;
+
}
}
-
#ethylene_detected td.right {
+
/*Navigation arrows*/
-
     border-left: 1px dotted #323232;
+
 
 +
#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;
}
}
-
#jms-slideshow,
+
#tn-central-container #tn-content-wrap #tn-content .container .sheet-2 .tn-arr-prev,
-
.jms-wrapper {
+
#tn-central-container #tn-content-wrap #tn-content .container .sheet-2 .tn-arr-next {
-
     width: 800px;
+
     position: absolute;
-
     height: 230px!important;
+
     bottom: 0.8em;
 +
 
 +
    width: 174px;
 +
   
     border: none;
     border: none;
 +
    box-shadow: none;
}
}
-
#jms-slideshow img {
+
.container .sheet-2 .tn-arr-prev {
-
     width: 90%!important;
+
     left: 2em;
-
    border: none!important;
+
}
}
-
.step {
+
.container .sheet-2 .tn-arr-next {
-
    width: 1400px;
+
     right: 2em;
-
}
+
-
 
+
-
.jms-dots {
+
-
     display: none;
+
}
}

Latest revision as of 15:03, 28 September 2013

  1. tn-content .container {
   background-color: rgb(143, 11, 25);
   background-image: url(Tn-2013-boxbg-Onda-GrapeRed.png);

}

  1. jms-slideshow,

.jms-wrapper {

   width: 800px;
   height: 230px;
   border: none;

}

.jms-wrapper {

   height:250px;
   border-radius:20px;

}

  1. jms-slideshow img {
   width: 90%;
   border: none;

}

.step {

   width: 1200px;

}

.jms-dots {

   display: none;

}

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

}