diff options
author | Hakim El Hattab | 2013-04-27 17:35:17 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-04-27 17:35:17 -0400 |
commit | 6cfc6ecc49d40bb506c5b7ab7eca2b97324c9586 (patch) | |
tree | 67fa23696fcfeb8a3b3f12b79d4dce360765e5f2 /css/reveal.css | |
parent | 0ebda98735f0698e115a1ef1de495e67d8f65fd6 (diff) |
available fragment routes reflected in control arrows (closes #411)
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 68 |
1 files changed, 41 insertions, 27 deletions
diff --git a/css/reveal.css b/css/reveal.css index ebcccba..dde4e0b 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -369,11 +369,11 @@ body { height: 0; border: 12px solid transparent; - -webkit-transition: opacity 0.2s ease; - -moz-transition: opacity 0.2s ease; - -ms-transition: opacity 0.2s ease; - -o-transition: opacity 0.2s ease; - transition: opacity 0.2s ease; + -webkit-transition: all 0.2s ease; + -moz-transition: all 0.2s ease; + -ms-transition: all 0.2s ease; + -o-transition: all 0.2s ease; + transition: all 0.2s ease; } .reveal .controls div.enabled { @@ -385,35 +385,49 @@ body { margin-top: 1px; } -.reveal .controls div.navigate-left { - top: 42px; + .reveal .controls div.navigate-left { + top: 42px; - border-right-width: 22px; - border-right-color: #eee; -} + border-right-width: 22px; + border-right-color: #eee; + } + .reveal .controls div.navigate-left.fragmented { + left: 4px; + border-right-width: 18px; + } -.reveal .controls div.navigate-right { - left: 74px; - top: 42px; + .reveal .controls div.navigate-right { + left: 74px; + top: 42px; - border-left-width: 22px; - border-left-color: #eee; -} + border-left-width: 22px; + border-left-color: #eee; + } + .reveal .controls div.navigate-right.fragmented { + border-left-width: 18px; + } -.reveal .controls div.navigate-up { - left: 42px; + .reveal .controls div.navigate-up { + left: 42px; - border-bottom-width: 22px; - border-bottom-color: #eee; -} + border-bottom-width: 22px; + border-bottom-color: #eee; + } + .reveal .controls div.navigate-up.fragmented { + top: 4px; + border-bottom-width: 18px; + } -.reveal .controls div.navigate-down { - left: 42px; - top: 74px; + .reveal .controls div.navigate-down { + left: 42px; + top: 74px; - border-top-width: 22px; - border-top-color: #eee; -} + border-top-width: 22px; + border-top-color: #eee; + } + .reveal .controls div.navigate-down.fragmented { + border-top-width: 18px; + } /********************************************* |