Team:UNITN-Trento/CSS/Project/Introduction

From 2013.igem.org

(Difference between revisions)
Line 4: Line 4:
}
}
-
#tn-central-container #tn-content-wrap #tn-content .container .sheet {
+
#tn-central-container #tn-content-wrap #tn-content .container .sheet-2 {
     position: relative;
     position: relative;
      
      
-
     padding-bottom: 4em;
+
    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 .tn-arr-prev,
+
#tn-central-container #tn-content-wrap #tn-content .container .sheet-2 .tn-arr-prev,
-
#tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-arr-next {
+
#tn-central-container #tn-content-wrap #tn-content .container .sheet-2 .tn-arr-next {
     position: absolute;
     position: absolute;
 +
    bottom: 0.8em;
     width: 174px;
     width: 174px;
Line 20: Line 26:
}
}
-
.container .sheet .tn-arr-prev {
+
.container .sheet-2 .tn-arr-prev {
-
    bottom: 0.5em;
+
     left: 2em;
-
     left: 1em;
+
}
}
-
.container .sheet .tn-arr-next {
+
.container .sheet-2 .tn-arr-next {
-
    bottom: 0.5em;
+
     right: 2em;
-
     right: 1em;
+
}
}

Revision as of 19:30, 27 September 2013

  1. tn-content .container {
   background-color: rgb(127,15,11);
   background-image: url(Tn-2013-boxbg-Onda-Strawberry.png);

}

  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;

}