Team:UNITN-Trento/CSS/Team

From 2013.igem.org

(Difference between revisions)
 
(177 intermediate revisions not shown)
Line 1: Line 1:
-
@import url(http://fonts.googleapis.com/css?family=Contrail+One);
+
#tn-content .container {
 +
    background-color: rgb(32,86,54);
 +
    background-image: url(https://static.igem.org/mediawiki/2013/9/91/Tn-2013-boxbg-Onda-Watermelon.png);
 +
}
-
.tn-title {
+
#tn-content > .tn-title {
-
/*font-family: 'Contrail One', cursive;*/
+
    display: block;
-
font-family: "Trebuchet MS",Helvetica,sans-serif;
+
    padding-top:0;
-
font-variant: small-caps;
+
   
-
font-size: 3em;
+
    border:none;
-
margin-bottom: 0;
+
   
-
color: #bf1b39;
+
    color:rgb(48, 106, 56);
 +
    font-family: "Mouse Memoirs";
 +
    font-size:6em;
 +
    text-align:center;
 +
    text-shadow:2px 2px 4px white
}
}
-
/*jmslideshow*/
+
#tn-content .container {
 +
    margin-bottom: 3em !important;
 +
}
-
.jms-slideshow {
+
.paper {
     position: relative;
     position: relative;
-
     width: 80%;
+
    display: inline-block;
-
     max-width: 1400px;
+
 
-
     min-width: 640px;
+
    margin: 2em 0;
-
     margin: 20px auto;
+
    padding: 1em;
-
     height: 460px;
+
    height: 350px;
 +
     width: 525px;
 +
 
 +
     background-color: rgba(255,255,255,.7);
 +
     border-radius: 1em;
 +
 
 +
     font-family: "Cabin", sans-serif;
 +
     font-size: 16px;
 +
    text-align: justify;
 +
    vertical-align: top;
}
}
-
.jms-wrapper {
+
.paper img.profile {
-
     width: auto;
+
     display: inline-block;
-
     min-width: 600px;
+
     width: 200px !important;
-
     height: 440px;
+
     margin-top: 6px;
-
     background-color: #fff;
+
     border-radius: 10px;
-
     box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
+
     box-shadow: inset 1px 1px 2px #323232;
-
     -webkit-background-clip: padding;
+
     vertical-align: top;
-
    -moz-background-clip: padding;   
+
-
    background-clip: padding-box;
+
-
    border: 10px solid #fff;
+
-
    border: 10px solid rgba(255, 255, 255, 0.9);
+
-
    outline: none;
+
-
    transition: background-color 1s linear;
+
}
}
-
.color-1 {
+
.paper .data {
-
     background-color: #E3D8FF;
+
     display: inline-block;
-
     background-color: rgba(227, 216, 268, 1);
+
    width: 300px;
 +
     margin-left: 1em;
 +
    font-family: "Cabin", arial;
 +
    font-size: 1em;
 +
    vertical-align: top;
}
}
-
.color-2 {
+
 
-
     background-color: #EBBBBC;
+
.paper .data p {
-
    background-color: rgba(235, 187, 188, 1);
+
     line-height: 1.3em;
}
}
-
.color-3 {
+
 
-
     background-color: #EED9C0;
+
.container .paper .title {
-
     background-color: rgba(238, 217, 192, 1);
+
     display: block;
 +
    position: absolute;
 +
    top: -0.7em;
 +
    right: 1em;
 +
 
 +
     font-family: "Boogaloo", serif;
 +
    font-size: 2.5em;
 +
    font-weight: bold;
 +
 
 +
    text-shadow: 0 0 2px rgba(250,250,250,.9);
}
}
-
.color-4 {
+
 
-
     background-color: #DFEBB1;
+
.container img.lab {
-
     background-color: rgba(223, 235, 177, 1);
+
     display: inline-block;
 +
    width: 328px;
 +
    height: 382px;
 +
    margin-top: 2em;
 +
     border-radius: 10px;
}
}
-
.color-5{
+
 
-
     background-color: #C1E6E5;
+
.container .left {
-
     background-color: rgba(193, 230, 229, 1);
+
     margin-left: 1em !important;
 +
    margin-right: 1em !important;
 +
     box-shadow: 0 0 4px white;
}
}
-
.step {
+
.container .right {
-
     width: 900px;
+
     margin-left: 0 !important;
-
     height: 420px;
+
     margin-right: 1em !important;
-
     display: block;
+
     box-shadow: 0 0 4px white;
-
    transition: opacity 1s;
+
}
}
-
.step:not(.active) {
+
 
-
     opacity: 0;
+
.container .paper.right .data {
 +
     margin-left: 0;
 +
    margin-right: 1em;
}
}
-
.jms-content{
+
.container .paper.right .title {
-
     margin: 0px 370px 0px 20px;
+
     left: 1em;
-
    position: relative;
+
-
    clear: both;
+
}
}
-
.step h3{
+
 
-
     color: #fff;
+
#tn-content .container-2 {
-
     font-size: 52px;
+
     width: 960px;
 +
    margin: auto;
 +
    margin-bottom: 2em;
 +
    padding: 0;
 +
    padding-top: 1.5em;
 +
 
 +
    background-color: rgb(32,86,54);
 +
    background-image: url(https://static.igem.org/mediawiki/2013/9/91/Tn-2013-boxbg-Onda-Watermelon.png);
 +
    background-position: top center;
 +
    background-repeat: no-repeat;
 +
    border: 3px solid white;
 +
    box-shadow: 2px 2px 4px #323232;
 +
    text-align:justify;
 +
}
 +
 
 +
.container-2 .main-name {
 +
    display: block;
 +
    position: absolute;
 +
    top: -0.7em;
 +
    right: 1em;
 +
 
 +
    font-family: "Boogaloo", serif;
 +
     font-size: 2.5em;
     font-weight: bold;
     font-weight: bold;
-
     text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
+
 
-
    margin: 0;
+
     text-shadow: 0 0 2px rgba(250,250,250,.9);
-
    padding: 60px 0 10px 0;
+
}
}
-
.step p {
+
 
-
     color: #fff;
+
.container-2 img {
-
     text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
+
     display: inline-block;
-
     font-size: 34px;
+
      
-
     font-weight: normal;
+
    margin: 1em;
-
     position: relative;
+
      
-
     margin: 0;
+
    height: 200px;
 +
     width: 200px;
 +
      
 +
    background: black;
 +
     border-radius: 15px;
 +
    box-shadow: 0 0 4px white;
}
}
-
a.jms-link{
+
.container-2 .paper {
-
    color: #fff;
+
-
    text-transform: uppercase;
+
-
    background: linear-gradient(top, #969696 0%,#727272 100%);
+
-
    padding: 8px 15px;
+
     display: inline-block;
     display: inline-block;
-
     font-size: 16px;
+
      
-
     font-weight: bold;
+
     margin: 1em;
-
     color: #fff;
+
     padding: 15px;
-
     text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
+
     height: 170px;
-
     box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
+
     width: 662px;
-
     border: 1px solid #444;
+
      
-
     border-radius: 4px;
+
    background-color: white;
-
     opacity: 1;
+
     border-radius: 15px;
-
    margin-top: 40px;
+
     box-shadow: 0 0 4px white;
-
     clear: both;
+
      
-
     transition: all 0.4s ease-in-out 1s;
+
     font-family: "Cabin", sans-serif;
-
}
+
-
.step:not(.active) a.jms-link{
+
-
    opacity: 0;
+
-
    margin-top: 80px;
+
}
}
-
.step img{
+
.container-2 .paper .title {
-
     position: absolute;
+
     font-weight: bold;
-
    right: 0px;
+
-
    top: 30px;
+
}
}
-
.jms-dots{
+
.container-2 .paper div {
-
     width: 100%;
+
     margin-bottom: 5px;
-
    position: absolute;
+
-
    text-align: center;
+
-
    left: 0px;
+
-
    bottom: 20px;
+
-
    z-index: 2000;
+
-
    user-select: none;
+
}
}
-
.jms-dots span{
+
/*Navigation arrows*/
-
    display: inline-block;
+
 
 +
#tn-central-container #tn-content-wrap #tn-content .container .sheet-2 {
     position: relative;
     position: relative;
-
     width: 12px;
+
      
-
     height: 12px;
+
     margin: 1em 0 1em 0;
-
     border-radius: 50%;
+
     padding: 0.5em;
-
     background: #777;
+
      
-
     margin: 3px;
+
     background-color: rgba(255,255,255,.6);
-
    cursor: pointer;
+
   
-
    box-shadow:
+
    text-align: center;
-
        1px 1px 1px rgba(0,0,0,0.1) inset,
+
-
        1px 1px 1px rgba(255,255,255,0.3);
+
}
}
-
.jms-dots span.jms-dots-current:after{
+
#tn-central-container #tn-content-wrap #tn-content .container .sheet-2 .tn-arr-prev,
-
    content: '';
+
#tn-central-container #tn-content-wrap #tn-content .container .sheet-2 .tn-arr-next {
-
    width: 8px;
+
-
    height: 8px;
+
     position: absolute;
     position: absolute;
-
     top: 2px;
+
     bottom: 0.8em;
-
     left: 2px;
+
 
-
     border-radius: 50%;
+
     width: 174px;
-
     background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
+
   
 +
     border: none;
 +
     box-shadow: none;
}
}
-
.jms-arrows{
+
.container .sheet-2 .tn-arr-prev {
-
     user-select: none;
+
     left: 2em;
}
}
-
.jms-arrows span{
+
 
-
    position: absolute;
+
.container .sheet-2 .tn-arr-next {
-
    top: 50%;
+
     right: 2em;
-
    margin-top: -40px;
+
-
    height: 80px;
+
-
    width: 30px;
+
-
    cursor: pointer;
+
-
    z-index: 2000;
+
-
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
+
-
    border-radius: 3px;
+
-
}
+
-
.jms-arrows span.jms-arrows-prev{
+
-
    background: #fff url(https://static.igem.org/mediawiki/2013/e/eb/Tn-2013-jmslideshow-Arrow_left.png) no-repeat 50% 50%;
+
-
    left: -10px;
+
-
}
+
-
.jms-arrows span.jms-arrows-next{
+
-
    background: #fff url(https://static.igem.org/mediawiki/2013/3/33/Tn-2013-jmslideshow-Arrow_right.png) no-repeat 50% 50%;
+
-
     right: -10px;
+
}
}

Latest revision as of 13:28, 29 September 2013

  1. tn-content .container {
   background-color: rgb(32,86,54);
   background-image: url(Tn-2013-boxbg-Onda-Watermelon.png);

}

  1. tn-content > .tn-title {
   display: block;
   padding-top:0;
   
   border:none;
   
   color:rgb(48, 106, 56);
   font-family: "Mouse Memoirs";
   font-size:6em;
   text-align:center;
   text-shadow:2px 2px 4px white

}

  1. tn-content .container {
   margin-bottom: 3em !important;

}

.paper {

   position: relative;
   display: inline-block;
   margin: 2em 0;
   padding: 1em;
   height: 350px;
   width: 525px;
   background-color: rgba(255,255,255,.7);
   border-radius: 1em;
   font-family: "Cabin", sans-serif;
   font-size: 16px;
   text-align: justify;
   vertical-align: top;

}

.paper img.profile {

   display: inline-block;
   width: 200px !important;
   margin-top: 6px;
   border-radius: 10px;
   box-shadow: inset 1px 1px 2px #323232;
   vertical-align: top;

}

.paper .data {

   display: inline-block;
   width: 300px;
   margin-left: 1em;
   font-family: "Cabin", arial;
   font-size: 1em;
   vertical-align: top;

}

.paper .data p {

   line-height: 1.3em;

}

.container .paper .title {

   display: block;
   position: absolute;
   top: -0.7em;
   right: 1em;
   font-family: "Boogaloo", serif;
   font-size: 2.5em;
   font-weight: bold;
   text-shadow: 0 0 2px rgba(250,250,250,.9);

}

.container img.lab {

   display: inline-block;
   width: 328px;
   height: 382px;
   margin-top: 2em;
   border-radius: 10px;

}

.container .left {

   margin-left: 1em !important;
   margin-right: 1em !important;
   box-shadow: 0 0 4px white;

}

.container .right {

   margin-left: 0 !important;
   margin-right: 1em !important;
   box-shadow: 0 0 4px white;

}

.container .paper.right .data {

   margin-left: 0;
   margin-right: 1em;

}

.container .paper.right .title {

   left: 1em;

}

  1. tn-content .container-2 {
   width: 960px;
   margin: auto;
   margin-bottom: 2em;
   padding: 0;
   padding-top: 1.5em;
   background-color: rgb(32,86,54);
   background-image: url(Tn-2013-boxbg-Onda-Watermelon.png);
   background-position: top center;
   background-repeat: no-repeat;
   border: 3px solid white;
   box-shadow: 2px 2px 4px #323232;
   text-align:justify;

}

.container-2 .main-name {

   display: block;
   position: absolute;
   top: -0.7em;
   right: 1em;
   font-family: "Boogaloo", serif;
   font-size: 2.5em;
   font-weight: bold;
   text-shadow: 0 0 2px rgba(250,250,250,.9);

}

.container-2 img {

   display: inline-block;
   
   margin: 1em;
   
   height: 200px;
   width: 200px;
   
   background: black;
   border-radius: 15px;
   box-shadow: 0 0 4px white;

}

.container-2 .paper {

   display: inline-block;
   
   margin: 1em;
   padding: 15px;
   height: 170px;
   width: 662px;
   
   background-color: white;
   border-radius: 15px;
   box-shadow: 0 0 4px white;
   
   font-family: "Cabin", sans-serif;

}

.container-2 .paper .title {

   font-weight: bold;

}

.container-2 .paper div {

   margin-bottom: 5px;

}

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

}