diff options
author | Hakim El Hattab | 2012-08-30 01:32:18 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-08-30 01:32:18 -0400 |
commit | aa97d80d5379f45cdd60c71371f628a4f1413d8d (patch) | |
tree | ec99474175dbf66c5c67528080c0a5bce882b152 | |
parent | 0c06469d82fbc0ca2f4a2bf2d07e9e5a04cfc37f (diff) |
correction to code style in sky theme, adjusted transition demo page
-rw-r--r-- | css/theme/sky.css | 4 | ||||
-rw-r--r-- | index.html | 18 |
2 files changed, 8 insertions, 14 deletions
diff --git a/css/theme/sky.css b/css/theme/sky.css index 99f0a7c..2f2bee2 100644 --- a/css/theme/sky.css +++ b/css/theme/sky.css @@ -127,10 +127,6 @@ body { background: rgba(255, 255, 255, 0.4); } -.reveal code { - background: rgba(255, 255, 255, 0.6); -} - .reveal p { margin-bottom: 20px; } @@ -141,23 +141,21 @@ <section> <h2>Transition Styles</h2> <p> - You can select from different transitions, like: + You can select from different transitions, like: <br> + <a href="http://lab.hakim.se/reveal-js/?transition=cube">Cube</a> - + <a href="http://lab.hakim.se/reveal-js/?transition=page">Page</a> - + <a href="http://lab.hakim.se/reveal-js/?transition=concave">Concave</a> - + <a href="http://lab.hakim.se/reveal-js/?transition=linear">Linear</a> </p> - <ul> - <li><a href="http://lab.hakim.se/reveal-js/?transition=cube">Cube</a></li> - <li><a href="http://lab.hakim.se/reveal-js/?transition=page">Page</a></li> - <li><a href="http://lab.hakim.se/reveal-js/?transition=concave">Concave</a></li> - <li><a href="http://lab.hakim.se/reveal-js/?transition=linear">Linear</a></li> - </ul> </section> <section> <h2>Themes</h2> <p> Reveal.js comes with a few themes built in: <br> - <a href="http://lab.hakim.se/reveal-js/?theme=sky">Sky</a> | - <a href="http://lab.hakim.se/reveal-js/?theme=beige">Beige</a> | - <a href="http://lab.hakim.se/reveal-js/?theme=simple">Simple</a> | + <a href="http://lab.hakim.se/reveal-js/?theme=sky">Sky</a> - + <a href="http://lab.hakim.se/reveal-js/?theme=beige">Beige</a> - + <a href="http://lab.hakim.se/reveal-js/?theme=simple">Simple</a> - <a href="http://lab.hakim.se/reveal-js/">Default</a> </p> <p> |