From 677631804eb02dbb07d9e9f8e7310420d61cff60 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Wed, 24 Apr 2019 16:38:21 +0200 Subject: [PATCH] custom css style --- css/style.css | 76 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 73 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 778eee3a..ab9191d7 100644 --- a/css/style.css +++ b/css/style.css @@ -9,9 +9,7 @@ background-color: #333333; padding: 0.5em; } -.reveal h1, .reveal h2, .reveal h3 { - text-shadow: 0px 0px 0px rgba(0,0,0,0.6); -} + .reveal section img.as-is { background: none; border: none; @@ -27,3 +25,75 @@ -ms-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; } + + .reveal h2 { + color: #1e497d; + font-family: Lato; + font-size: 2em; + } + +.reveal h3 { + color: #000000; + font-family: Lato; + font-size: 2em; +} + +.reveal h4 { + color: #1e497d; + font-family: Lato; + font-size: 1em; +} + +.reveal { + color: #1e497d; + font-family: Lato; +} + +.present { + color: #1e497d; + text-align: left; + position: absolute; + top: 0; + left: 0; +} + +.reveal .controls{ + display: none; + position: fixed; + width: 110px; + height: 110px; + z-index: 30; + right: 20px; + bottom: 120px; +} + +.bottomLogoRight{ + position: fixed; + width: 110px; + height: 110px; + z-index: 30; + right: 10px; + bottom: 8px; +} +.bottomLogoLeft{ + position: fixed; + width: 110px; + height: 110px; + z-index: 9999; + left: 10px; + bottom: 8px; +} +.slides { + font-family: Lato; + position: absolute; + top: 0; + left: 0; + vertical-align: top; +} + +.reveal .slides>section, +.reveal .slides>section>section { + vertical-align: top; + position: absolute; + top: -40%!important; +} \ No newline at end of file -- GitLab