From cd169079d8607dd4a7e02629b01c70c2541f3d53 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Wed, 24 Apr 2019 23:46:30 +0200 Subject: [PATCH] simplfy css --- theme/css/style.css | 55 ++++----------------------------------------- 1 file changed, 4 insertions(+), 51 deletions(-) diff --git a/theme/css/style.css b/theme/css/style.css index a723c5f8..4f8084af 100644 --- a/theme/css/style.css +++ b/theme/css/style.css @@ -16,10 +16,10 @@ body { background-color: #fff; } .reveal { - font-family: "Verdana", sans-serif; + font-family: Lato; font-size: 32px; font-weight: 200; - letter-spacing: -0.02em; + //letter-spacing: -0.02em; color: #000; } ::selection { @@ -37,8 +37,8 @@ body { .reveal h5, .reveal h6 { margin: -80px 0 20px 20px; - color: #00a3df; - font-family: "Verdana", sans-serif; + color: #1e497d; + font-family: Lato; line-height: 1.3em; letter-spacing: 0em; text-transform: none; @@ -87,53 +87,6 @@ body { border-color: #000000; box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); } -/********************************************* - * NAVIGATION CONTROLS - *********************************************/ -.reveal .controls div.navigate-left, -.reveal .controls div.navigate-left.enabled { - border-right-color: #000000; } - -.reveal .controls div.navigate-right, -.reveal .controls div.navigate-right.enabled { - border-left-color: #000000; } - -.reveal .controls div.navigate-up, -.reveal .controls div.navigate-up.enabled { - border-bottom-color: #000000; } - -.reveal .controls div.navigate-down, -.reveal .controls div.navigate-down.enabled { - border-top-color: #000000; } - -.reveal .controls div.navigate-left.enabled:hover { - border-right-color: #333333; } - -.reveal .controls div.navigate-right.enabled:hover { - border-left-color: #333333; } - -.reveal .controls div.navigate-up.enabled:hover { - border-bottom-color: #333333; } - -.reveal .controls div.navigate-down.enabled:hover { - border-top-color: #333333; } - -/********************************************* - * PROGRESS BAR - *********************************************/ -.reveal .progress { - background: rgba(0, 0, 0, 0.2); } - -.reveal .progress span { - background: #000000; - -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } - -/*# sourceMappingURL=lcsb.css.map */ - /* customizations below */ .reveal pre { -- GitLab