Team:UNITN-Trento/CSS/Team

From 2013.igem.org

(Difference between revisions)
(Replaced content with "@import url(http://fonts.googleapis.com/css?family=Contrail+One); .tn-title { - font-family: 'Contrail One', cursive;: font-family: "Trebuchet MS",Helvetica,sans-se...")
Line 11: Line 11:
/*jmslideshow*/
/*jmslideshow*/
 +
 +
.jms-slideshow {
 +
    font-size: 16px;
 +
}
 +
 +
.jms-slideshow .step span.title {
 +
    font-size: 2em;
 +
    font-weight: bold;
 +
}

Revision as of 07:52, 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 span.title {

   font-size: 2em;
   font-weight: bold;

}