diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-10-29 11:59:26 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-10-29 11:59:26 +0100 |
commit | 0e779edb20e2c14f66a7bce4451321ef22fa8898 (patch) | |
tree | 33045c0f6b1210230f428d5ac4cb9a665e2aa84b /css/reveal.css | |
parent | 0198d74391f1513e16f3722d9afc003f868416e5 (diff) | |
download | freenode-live-2017-presentation-0e779edb20e2c14f66a7bce4451321ef22fa8898.tar freenode-live-2017-presentation-0e779edb20e2c14f66a7bce4451321ef22fa8898.tar.gz |
slide numbers work in pdf exports, update slide number style
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/css/reveal.css b/css/reveal.css index fc30247..3dda05e 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -273,11 +273,14 @@ html:-moz-full-screen-ancestor { .reveal .slide-number { position: fixed; display: block; - right: 15px; - bottom: 15px; + right: 8px; + bottom: 8px; opacity: 0.5; z-index: 31; - font-size: 12px; } + font-size: 12px; + color: #fff; + background-color: rgba(0, 0, 0, 0.6); + padding: 5px; } .reveal .slide-number-delimiter { margin: 0 4px; } |