From 85c1bd41d6b3b985bb6794ebe066128c51e7c8fd Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 16 Mar 2021 11:03:38 +0100 Subject: Improve reveal.js/sqlalchemy.html and start working on the Statnett theme --- reveal.js/dist/theme/statnett.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'reveal.js/dist/theme/statnett.css') diff --git a/reveal.js/dist/theme/statnett.css b/reveal.js/dist/theme/statnett.css index 5f5ab00..5c6d6af 100644 --- a/reveal.js/dist/theme/statnett.css +++ b/reveal.js/dist/theme/statnett.css @@ -40,11 +40,13 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba .reveal-viewport { background: #F0F1EB; + background-image: url("statnett.svg"); + background-repeat: no-repeat; background-color: #F0F1EB; } .reveal { font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif; - font-size: 22px; + font-size: 24px; font-weight: normal; color: #000; } @@ -117,8 +119,8 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba .reveal img, .reveal video, .reveal iframe { - max-width: 96%; - max-height: 96%; } + max-width: 95%; + max-height: 95%; } .reveal strong, .reveal b { @@ -179,10 +181,10 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba .reveal pre { display: block; position: relative; - width: 95%; + width: 90%; margin: 20px auto; text-align: left; - font-size: 0.60em; + font-size: 0.55em; font-family: monospace; line-height: 1.1em; word-wrap: break-word; } -- cgit v1.3