Update illustrations
[kai/lca12.git] / antismash_talk.css
index f05601b97ccee161a2d5bdd60e69c849003c72e4..302857915e678c33737c2e6f513a34b7eb6b0b2f 100644 (file)
@@ -51,7 +51,6 @@ footer #uni-logo {
   height: auto;
   min-height: 660px;
 /*  max-height: 864px;*/
-  font-size: 14px;
 }
 
 .leader-peptide {
@@ -74,3 +73,48 @@ footer #uni-logo {
   margin-top: 1em;
   margin-bottom: 0em;
 }
+
+#background {
+  background-image: url(bio_background.jpg);
+}
+
+#background > h1 {
+    color: #222;
+}
+
+.on-slide-background-definition-technological #definition-technological {
+    color: #a31b37;
+}
+
+.on-slide-background-definition-biological #definition-biological {
+    color: #a31b37;
+}
+
+.on-slide-background-definition-products #definition-products {
+    color: #a31b37;
+}
+
+.float-left-small img{
+    display: block;
+    float: left;
+    height: 100px;
+    -moz-transition: height 1s;
+}
+
+.float-left-small .deck-current img {
+    height: 300px;
+}
+
+.float-left-large img {
+    display: block;
+    float: left;
+    height: 200px;
+    -moz-transition: height 1s;
+}
+
+.float-left-large .deck-current img {
+    height: 400px;
+}
+.centered {
+    text-align: center;
+}