Team:UNITN-Trento/CSS/Team

From 2013.igem.org

(Difference between revisions)
(Undo revision 66896 by Ggirelli (talk))
(Undo revision 66896 by Ggirelli (talk))
Line 22: Line 22:
}
}
-
.jms-slideshow .step span.title {
+
.jms-slideshow .step .title {
-
    display: block;
+
     font-size: 2.5em;
     font-size: 2.5em;
     font-weight: bold;
     font-weight: bold;
Line 35: Line 34:
}
}
-
.jms-slideshow .step table th {
+
.jms-slideshow .step table th,
 +
.jms-slideshow .step table td.image {
 +
    width: 100px;
     text-align: right;
     text-align: right;
}
}
-
.jms-slideshow .step table td {
+
.jms-slideshow .step table td:not(.title) {
 +
    width: 400px;
     text-align: left;
     text-align: left;
}
}

Revision as of 08:23, 12 August 2013

@import url(http://fonts.googleapis.com/css?family=Contrail+One);

.tn-title {

   /*font-family: 'Contrail One', cursive;*/
   font-family: "Trebuchet MS",Helvetica,sans-serif;
   font-variant: small-caps;
   font-size: 3em;
   margin-bottom: 0;
   color: #bf1b39;

}

/*jmslideshow*/

.jms-slideshow {

   font-size: 16px;

}

.jms-slideshow .step {

   height: 600px;
   font-size: 1.5em;
   text-align: center;

}

.jms-slideshow .step .title {

   font-size: 2.5em;
   font-weight: bold;
   text-align: center;

}

.jms-slideshow .step table {

   width: 100%;
   height: 100%;
   background: transparent;

}

.jms-slideshow .step table th, .jms-slideshow .step table td.image {

   width: 100px;
   text-align: right;

}

.jms-slideshow .step table td:not(.title) {

   width: 400px;
   text-align: left;

}

.jms-slideshow .step table td, .jms-slideshow .step table th {

   vertical-align: top;

}