From 4c2249ea8905d708fb61c82fa86fd67a503d7832 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 23 Mar 2012 11:36:50 -0700 Subject: dzslides: Updated template.html and styles in default template. Closes #454. --- dzslides/template.html | 143 ++++++++++++++++++++++++++++++++++++------------- 1 file changed, 107 insertions(+), 36 deletions(-) (limited to 'dzslides/template.html') diff --git a/dzslides/template.html b/dzslides/template.html index 591664f30..f2fb64b38 100644 --- a/dzslides/template.html +++ b/dzslides/template.html @@ -13,7 +13,8 @@
-

Part one

+

Some random text: But I've never been to the moon! You can see how I lived before I met you. Also Zoidberg. + I could if you hadn't turned on the light and shut off my stereo.

@@ -23,12 +24,12 @@
  • Item 2
  • Item 3 +
    Some notes. They are only visible using onstage shell.
  • - Soothe us with sweet lies. Is that a cooking show? No! I want to - live! There are still too many things I don't own! + Who's brave enough to fly into something we all keep calling a death sphere?
    @@ -37,13 +38,18 @@
    -

    An image

    - +
    + +
    An image
    +
    +
    Kittens are so cute!
    -

    A video

    - +
    + +
    A video
    +
    @@ -58,12 +64,12 @@ +
    + @@ -503,11 +577,8 @@ return this.querySelectorAll(aQuery); }).bind(document); - NodeList.prototype.forEach = function(fun) { - if (typeof fun !== "function") throw new TypeError(); - for (var i = 0; i < this.length; i++) { - fun.call(this, this[i]); - } + $$.forEach = function(nodeList, fun) { + Array.prototype.forEach.call(nodeList, fun); } -- cgit v1.2.3