More work on the title slide
[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   font-size: 14px;
55 }
56
57 .leader-peptide {
58   color: #00c;
59 }
60
61 #title-slide-logo {
62   margin-top: 1em;
63   margin-bottom: 2em;
64   margin-left: auto;
65   margin-right: auto;
66   width: 55%;
67 }
68
69 #subtitle {
70   text-align: center;
71 }
72
73 #subtitle #name {
74   margin-top: 1em;
75   margin-bottom: 0em;
76 }