Fertige Präsentation

This commit is contained in:
Tim Schumacher 2012-10-10 23:35:39 +02:00
parent a0875bdf64
commit ae2f51bcc1
3 changed files with 91 additions and 36 deletions

View file

@ -10,7 +10,7 @@
min-height: 32px;
background: #333;
overflow: hidden;
position: relative;
position: fixed;
z-index: 4;
color: white;
padding: 1em;
@ -18,14 +18,16 @@
.slide {
background:#fff;
top: 42px !important;
top: 91px !important;
position: absolute;
h1 {
color:#000;
position: static;
top: inherit;
padding-top: 126px !important;
text-align: right;
padding-top: 2em;
text-align: left;
font-size: 2.5em;
}
h2 {
@ -37,6 +39,10 @@
color:#888;
}
ul {
font-size: 140%;
}
pre {
border-color:#ccc;
}