|
@@ -163,16 +163,17 @@
|
|
|
<h2>Themes</h2>
|
|
|
<p>
|
|
|
reveal.js comes with a few themes built in: <br>
|
|
|
- <a href="?#/themes">Black (default)</a> -
|
|
|
- <a href="?theme=white#/themes">White</a> -
|
|
|
- <a href="?theme=league#/themes">League</a> -
|
|
|
- <a href="?theme=sky#/themes">Sky</a> -
|
|
|
- <a href="?theme=beige#/themes">Beige</a> -
|
|
|
- <a href="?theme=simple#/themes">Simple</a> <br>
|
|
|
- <a href="?theme=serif#/themes">Serif</a> -
|
|
|
- <a href="?theme=night#/themes">Night</a> -
|
|
|
- <a href="?theme=moon#/themes">Moon</a> -
|
|
|
- <a href="?theme=solarized#/themes">Solarized</a>
|
|
|
+ <!-- Hacks to swap themes after the page has loaded. Not flexible and only intended for the reveal.js demo deck. -->
|
|
|
+ <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/test.css'); return false;">Black (default)</a> -
|
|
|
+ <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/white.css'); return false;">White</a> -
|
|
|
+ <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/league.css'); return false;">League</a> -
|
|
|
+ <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/sky.css'); return false;">Sky</a> -
|
|
|
+ <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/beige.css'); return false;">Beige</a> -
|
|
|
+ <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/simple.css'); return false;">Simple</a> <br>
|
|
|
+ <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/serif.css'); return false;">Serif</a> -
|
|
|
+ <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/night.css'); return false;">Night</a> -
|
|
|
+ <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/moon.css'); return false;">Moon</a> -
|
|
|
+ <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/solarized.css'); return false;">Solarized</a>
|
|
|
</p>
|
|
|
<p>
|
|
|
<small>
|