Click on the next slide or press →
IE-10 might work, but hasn't been tested.
Some themes are not well supported by Opera.
(Background image gradients and multiple background images don't appear to work).
(Take a peek at the page source to see for yourself!)
<div class="slide blue">
<h1>Slide Title</h1>
<div class="slideBody highlight">
Slide contents (any HTML)
</div>
</div>
"slide" - starts a new slide
"blue" - sets the background gradient color
"slideBody" - adjusts elements downward
"highlight" - applies background highlighting
<div class="autobox highlight">
Creates a centered box (like this highlighted one) that adjusts to fit
the width of the contents.
Text Manipulation Classes:
<div class="twoColumn highlight">
</div>
<div class="twoColumn highlight">
</div>
<div class="threeColumn highlight">
</div>
<div class="threeColumn">
</div>
<div class="threeColumn highlight">
</div>
<div class="threeColumn highlight">
</div>
<div class="twoThirds highlight">
</div>
<img class='slideimage' src='path-to-image' >
'slideimage - fits the image onto the slide.
Works inside 2 and 3 column layouts too.
Keys 1 through 0 apply pre-defined themes.
CSS theme definitions are are in a self-contained file. Replacing slide-themes.css changes all theme definitions without requiring changes to the HTML presentation.
Mobile devices can be used as presentation remotes.
Download the Anonymous Sync Server source code.
Copy the Slide Examples as a starting point, and paste them into the EtherPad.