Some fixes
[kai/lca12.git] / antismash_talk.css
1 article, aside, details, figcaption, figure,
2 footer, header, hgroup, menu, nav, section {
3   display: block;
4 }
5
6 body > header {
7   width: 100%;
8   color: #a31b37;
9   background: #d9cfb3;
10   overflow: hidden;
11   position: relative;
12   z-index: 4;
13   font-size: 1.5em;
14 /*  font-variant: small-caps; */
15   padding: 0;
16   margin: 0;
17 }
18
19 body > header > p {
20   padding: 0;
21   margin: 0;
22 }
23 body > footer {
24   position: fixed;
25   bottom: 0;
26   left: 0;
27   width: 100%;
28   color: #a31b37;
29   z-index: 4;
30   background-color: #d9cfb3;
31 }
32
33 footer #affiliation{
34     font-size: 1em;
35     font-variant: small-caps;
36     padding-left: 0.25em;
37     padding-top: 0.25em;
38     width: 30%;
39     float: left;
40 }
41 footer #uni-logo {
42     width: 15%;
43     float: right;
44     padding-top: 0.25em;
45 }
46
47 .deck-container {
48   width: auto;
49   max-width: 100%;
50   margin: auto auto auto auto;
51   height: auto;
52   min-height: 660px;
53 /*  max-height: 864px;*/
54 }
55
56 .leader-peptide {
57   color: #00c;
58 }
59
60 #title-slide-logo {
61   margin-top: 1em;
62   margin-bottom: 2em;
63   margin-left: auto;
64   margin-right: auto;
65   width: 55%;
66 }
67
68 #subtitle {
69   text-align: center;
70 }
71
72 #subtitle #name {
73   margin-top: 1em;
74   margin-bottom: 0em;
75 }
76
77 #background {
78   background-image: url(bio_background.jpg);
79 }
80
81 #background > h1 {
82     color: #222;
83 }
84
85 .on-slide-background-definition-technological #definition-technological {
86     color: red;
87 }
88
89 .on-slide-background-definition-biological #definition-biological {
90     color: red;
91 }
92
93 .on-slide-background-definition-products #definition-products {
94     color: red;
95 }
96
97 .float-left-small img{
98     display: block;
99     float: left;
100     height: 100px;
101     -moz-transition: height 1s;
102 }
103
104 .float-left-small .deck-current img {
105     height: 300px;
106 }
107
108 .float-left-large img {
109     display: block;
110     float: left;
111     height: 200px;
112     -moz-transition: height 1s;
113 }
114
115 .float-left-large .deck-current img {
116     height: 400px;
117 }
118
119 .centered {
120     text-align: center;
121 }
122
123 .centered > h3 {
124     color: green;
125 }
126
127 #background-dna-double-helix img {
128     margin-top: 3em;
129 }
130
131 #background-miescher-lab img {
132     margin-top: 1.5em;
133 }
134
135 #background-gene-cluster img {
136     margin-top: 12.5em;
137 }
138
139 #background-primary-metabolism img {
140     margin-top: 0.5em;
141 }
142
143 #main-talk img {
144     margin-top: 1em;
145 }
146
147 #antismash-schema img {
148     margin-top: 4em;
149 }