Team:UNITN-Trento/CSS/Extra/Attributions

From 2013.igem.org

(Difference between revisions)
 
(21 intermediate revisions not shown)
Line 1: Line 1:
 +
#tn-content .container {
 +
    background-color: rgb(143, 11, 25);
 +
    background-image: url(https://static.igem.org/mediawiki/2013/d/de/Tn-2013-boxbg-Onda-GrapeRed.png);
 +
}
 +
#black_board {
#black_board {
     max-width: 95%;
     max-width: 95%;
-
     border: 9px solid whitesmoke;
+
     border: 9px solid #f0f0f0;
-
     box-shadow: 4px 4px 4px grey;
+
     box-shadow: 4px 4px 4px gray;
 +
    border-radius:20px;
}
}
-
#tn-content h2 {
+
#tn-content .area {
 +
    margin-left:1.5em;
     border: none;
     border: none;
     display: inline;
     display: inline;
Line 16: Line 23:
}
}
-
#tn-content h3 {
+
.icon {
-
    border: none;
+
     display:inline!important;
-
     display: inline;
+
     border:none!important;
-
     margin-bottom: 0.5em;
+
     box-shadow:none!important;
-
     font-family: 'Open Sans Condensed', sans-serif;
+
     width:130px!important
-
     font-size: 1.2em;
+
-
    font-weight: bold;
+
}
}
-
.jms-wrapper {
+
.spacebox {
-
     height:250px !important;
+
     height:60px;
-
    border-radius:20px;
+
}
}
-
#ethylene_detected {
+
.image_wrapper {
-
     width: 400px !important;
+
     display:inline-block!important;
-
     background-color: transparent;
+
     width:49%!important;
}
}
-
#jms-slideshow,
+
.text_wrapper {
-
.jms-wrapper {
+
     display:inline-block!important;
-
     width: 800px;
+
     width:43%!important;
-
     height: 230px!important;
+
     vertical-align:middle;
-
     border: none;
+
    font-size: 1.2em;
 +
    margin-right:65px;
}
}
-
#jms-slideshow img {
+
/*Navigation arrows*/
-
     width: 90%!important;
+
 
-
     border: none!important;
+
#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;
}
}
-
.step {
+
#tn-central-container #tn-content-wrap #tn-content .container .sheet-2 .tn-arr-prev,
-
     width: 1400px;
+
#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;
}
}
-
.jms-dots {
+
.container .sheet-2 .tn-arr-prev {
-
     display: none;
+
     left: 2em;
}
}
-
.icon {
+
.container .sheet-2 .tn-arr-next {
-
     display:inline!important;
+
     right: 2em;
-
    border:none!important;
+
-
    box-shadow:none!important;
+
-
    width:130px!important
+
}
}
-
.spacebox {
+
#tn-central-container #tn-content-wrap #tn-content .container .sheet a:link, #tn-central-container #tn-content-wrap #tn-content .container .sheet a:visited {
-
    height:60px;
+
color:rgb(143, 11, 25);
}
}
-
.spacebox h3 {
+
#tn-central-container #tn-content-wrap #tn-content .container .sheet a:hover {
-
    line-height:80px;
+
color:black;
}
}

Latest revision as of 13:38, 29 September 2013

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

}

  1. black_board {
   max-width: 95%;
   border: 9px solid #f0f0f0;
   box-shadow: 4px 4px 4px gray;
   border-radius:20px;

}

  1. tn-content .area {
   margin-left:1.5em;
   border: none;
   display: inline;
   margin-top:none!important;
   margin-bottom: 0.2em;
   font-family: 'Open Sans Condensed', sans-serif;
   font-size: 1.6em;
   font-weight: bold;
   vertical-align:middle;

}

.icon {

   display:inline!important;
   border:none!important;
   box-shadow:none!important;
   width:130px!important

}

.spacebox {

   height:60px;

}

.image_wrapper {

   display:inline-block!important;
   width:49%!important;

}

.text_wrapper {

   display:inline-block!important;
   width:43%!important;
   vertical-align:middle;
   font-size: 1.2em;
   margin-right:65px;

}

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

}

  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(143, 11, 25); }

  1. tn-central-container #tn-content-wrap #tn-content .container .sheet a:hover {

color:black; }