div#header, div#footer, .slide {width: 100%; top: 0; left: 0;}
div#header {top: 0; height: 3em; z-index: 1;}
div#footer {top: auto; bottom: 0; height: 2.5em; z-index: 5;}
-.slide {top: 0; width: 92%; padding: 3.5em 4% 4%; z-index: 2; list-style: none;}
+.slide {top: 0; width: 92%; padding: 3.0em 4% 4%; z-index: 2; list-style: none;}
div#controls {left: 50%; bottom: 0; width: 50%; z-index: 100;}
div#controls form {text-align: right; width: 100%; margin: 0;}
#currentSlide {position: absolute; width: 10%; left: 45%; bottom: 1em; z-index: 10;}
/* Following are the presentation styles -- edit away! */
-body {background: #FFF url(bodybg.gif) -16px 0 no-repeat; color: #000; font-size: 2.25em;}
+body {background: #FFF url(bodybg.gif) -16px 0 no-repeat; color: #000; font-size: 2.0em;}
:link, :visited {text-decoration: none; color: #00C;}
#controls :active {color: #88A !important;}
#controls :focus {outline: 1px dotted #227;}
div.long {font-size: 0.75em;}
.slide h1 {position: absolute; top: 0.7em; left: 87px; z-index: 1;
margin: 0; padding: 0.3em 0 0 50px; white-space: nowrap;
- font: bold 150%/1em Helvetica, sans-serif; text-transform: capitalize;
+ font: bold 150%/1em Helvetica, sans-serif;
color: #DDE; background: #005;}
.slide h3 {font-size: 130%;}
h1 abbr {font-variant: small-caps;}
html>body .external {border-bottom: none;}
.external:after {content: " \274F"; font-size: smaller; color: #77B;}
-.incremental, .incremental *, .incremental *:after {color: #DDE; visibility: visible;}
+.incremental, .incremental *, .incremental *:after {visibility: hidden;}
img.incremental {visibility: hidden;}
.slide .current {color: #B02;}
+.footnote {font-size: 0.75em;}
/* diagnostics
li:after {content: " [" attr(class) "]"; color: #F88;}
- */
\ No newline at end of file
+ */
if (this.has_class(node, "slide"))
break;
- if (this.has_class(node, "handout"))
+ if (this.has_class(node, "handout") || this.has_class(node, "notes"))
break;
}
}
{
div = divs.item(i);
- if (this.has_class(div, "handout"))
+ if (this.has_class(div, "handout") || this.has_class(div, "notes"))
{
// add note to collection
notes[notes.length] = div;