diff options
Diffstat (limited to 'reveal.js/dist/theme/statnett.css')
| -rw-r--r-- | reveal.js/dist/theme/statnett.css | 12 |
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; } |
