summaryrefslogtreecommitdiff
path: root/reveal.js/dist/theme/statnett.css
diff options
context:
space:
mode:
authorSimeon Simeonov2021-03-16 11:03:38 +0100
committerSimeon Simeonov2021-03-16 11:03:38 +0100
commit85c1bd41d6b3b985bb6794ebe066128c51e7c8fd (patch)
tree9cd33b733b1e11b8fedf88c7e31213d29c4cb9ac /reveal.js/dist/theme/statnett.css
parentf5b94931274107ae70587a4c1ac0c3756b7f16ab (diff)
Improve reveal.js/sqlalchemy.html and start working on the Statnett theme
Diffstat (limited to 'reveal.js/dist/theme/statnett.css')
-rw-r--r--reveal.js/dist/theme/statnett.css12
1 files changed, 7 insertions, 5 deletions
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
40 40
41.reveal-viewport { 41.reveal-viewport {
42 background: #F0F1EB; 42 background: #F0F1EB;
43 background-image: url("statnett.svg");
44 background-repeat: no-repeat;
43 background-color: #F0F1EB; } 45 background-color: #F0F1EB; }
44 46
45.reveal { 47.reveal {
46 font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif; 48 font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
47 font-size: 22px; 49 font-size: 24px;
48 font-weight: normal; 50 font-weight: normal;
49 color: #000; } 51 color: #000; }
50 52
@@ -117,8 +119,8 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
117.reveal img, 119.reveal img,
118.reveal video, 120.reveal video,
119.reveal iframe { 121.reveal iframe {
120 max-width: 96%; 122 max-width: 95%;
121 max-height: 96%; } 123 max-height: 95%; }
122 124
123.reveal strong, 125.reveal strong,
124.reveal b { 126.reveal b {
@@ -179,10 +181,10 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
179.reveal pre { 181.reveal pre {
180 display: block; 182 display: block;
181 position: relative; 183 position: relative;
182 width: 95%; 184 width: 90%;
183 margin: 20px auto; 185 margin: 20px auto;
184 text-align: left; 186 text-align: left;
185 font-size: 0.60em; 187 font-size: 0.55em;
186 font-family: monospace; 188 font-family: monospace;
187 line-height: 1.1em; 189 line-height: 1.1em;
188 word-wrap: break-word; } 190 word-wrap: break-word; }