diff --git a/presentation-20180904-basr.html b/presentation-20180904-basr.html index d81d2be..28a6d42 100644 --- a/presentation-20180904-basr.html +++ b/presentation-20180904-basr.html @@ -12,7 +12,24 @@ h1, h2, h3 { font-family: 'Yanone Kaffeesatz'; font-weight: normal; + } + .small { + font-size: small; } + .verysmall { + font-size: xx-small; + } + .verysmall li { + padding:0; margin:0; + } + .inverse { + color: white; + text-shadow: 0 0 12px black; + } + .inverse h1, .inverse h2 .inverse h3 .inverse h4 .inverse a { + color: #000000; + line-height: 0.8em; + } .remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; } .footnote { position: absolute; @@ -23,43 +40,41 @@ /* Two-column layout */ .strikethrough { text-decoration: line-through; - } + } .left-column { width: 50%; float: left; - } + } .right-column { width: 49%; float: right; padding-top: 0em; margin-top: 0em; text-align: left; - } + }