Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
[samples] illustrate the new lastsubslide container class
Browse files Browse the repository at this point in the history
  • Loading branch information
twitwi committed Dec 20, 2016
1 parent efe9e86 commit 8ce4d66
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion samples/deck-various.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@
border: 10px solid red;
opacity: 1;
}
.deck-container.lastsubslide:not(.no-status)::after {
position: absolute;
right: 0;
top: 0;
content: "⛶";
color: red;
font-size: 50px;
}
.deck-container.lastsubslide>.slide {
outline: 1px solid blue;
}
body, .deck-container.zoom2 { max-width: 100%; max-height: 100%; overflow: hidden; }

/* Other stuff for styling neon */
Expand Down Expand Up @@ -136,7 +147,7 @@ <h2>“container-class” extension (and no-status class)</h2>
<li class="slide">next step has <tt>data-container-class="red"</tt></li>
<li class="slide" data-container-class="red">per custom css, "red" means red background</li>
<li class="slide">or allow for “out-of-the-box” effects…</li>
<li class="slide" data-container-class="shrunk"></li>
<li class="slide" style="color:red" data-container-class="shrunk">… and warning before slide change</li>
</ul>
</ul>
</section>
Expand Down

0 comments on commit 8ce4d66

Please sign in to comment.