More illustrations
[kai/lca12.git] / antismash_talk.css
index a3f405c5e9ac8376c008805571ebef0c119b03ac..a9838b05b1a3f9094dd86946b6099ef5c98f7079 100644 (file)
@@ -83,23 +83,67 @@ footer #uni-logo {
 }
 
 .on-slide-background-definition-technological #definition-technological {
-    color: #a31b37;
+    color: red;
 }
 
 .on-slide-background-definition-biological #definition-biological {
-    color: #a31b37;
+    color: red;
 }
 
 .on-slide-background-definition-products #definition-products {
-    color: #a31b37;
+    color: red;
 }
 
-.float-left img{
+.float-left-small img{
     display: block;
     float: left;
     height: 100px;
+    -moz-transition: height 1s;
 }
 
-.float-left .deck-current img {
+.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;
+}
+
+.centered > h3 {
+    color: green;
+}
+
+#background-dna-double-helix img {
+    margin-top: 3em;
+}
+
+#background-miescher-lab img {
+    margin-top: 1.5em;
+}
+
+#background-gene-cluster img {
+    margin-top: 12.5em;
+}
+
+#background-primary-metabolism img {
+    margin-top: 0.5em;
+}
+
+#main-talk img {
+    margin-top: 1em;
+}
+
+#antismash-schema img {
+    margin-top: 4em;
+}