Home
last modified time | relevance | path

Searched refs:slide (Results 51 – 75 of 119) sorted by path

12345

/plugin/revealjs/css/print/
H A Dpaper.css42 .reveal .slide-number {
H A Dpdf.css121 /* Slide backgrounds are placed inside of their slide when exporting to PDF */
122 .reveal .slide-background {
132 /* Display slide speaker notes when 'showNotes' is enabled */
159 /* Display slide numbers when 'slideNumber' is enabled */
160 .reveal .slide-number-pdf {
/plugin/revealjs/css/
H A Dreveal.css446 .reveal .slide-number {
459 .reveal .slide-number a {
572 .reveal.slide section {
1072 .reveal[data-background-transition=slide] > .backgrounds .slide-background,
1073 .reveal > .backgrounds .slide-background[data-background-transition=slide] {
1078 .reveal[data-background-transition=slide] > .backgrounds .slide-background.past,
1079 .reveal > .backgrounds .slide-background.past[data-background-transition=slide] {
1088 .reveal[data-background-transition=slide] > .backgrounds .slide-background > .slide-background.past,
1089 .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=slide]…
1093 .reveal[data-background-transition=slide] > .backgrounds .slide-background > .slide-background.futu…
[all …]
H A Dreveal.scss539 .reveal .slide-number {
553 .reveal .slide-number a {
1153 .reveal[data-background-transition=slide]>.backgrounds .slide-background,
1154 .reveal>.backgrounds .slide-background[data-background-transition=slide] {
1158 .reveal[data-background-transition=slide]>.backgrounds .slide-background.past,
1159 .reveal>.backgrounds .slide-background.past[data-background-transition=slide] {
1162 .reveal[data-background-transition=slide]>.backgrounds .slide-background.future,
1167 .reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.past,
1168 .reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=slide] {
1171 .reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.future,
[all …]
/plugin/revealjs/css/theme/
H A Dbeige.css83 /* Ensure certain elements are never larger than the slide itself */
H A Dblack.css79 /* Ensure certain elements are never larger than the slide itself */
H A Dblood.css82 /* Ensure certain elements are never larger than the slide itself */
H A Dleague.css85 /* Ensure certain elements are never larger than the slide itself */
H A Dmoon.css83 /* Ensure certain elements are never larger than the slide itself */
H A Dnight.css77 /* Ensure certain elements are never larger than the slide itself */
H A Dserif.css79 /* Ensure certain elements are never larger than the slide itself */
H A Dsimple.css82 /* Ensure certain elements are never larger than the slide itself */
H A Dsky.css86 /* Ensure certain elements are never larger than the slide itself */
H A Dsolarized.css83 /* Ensure certain elements are never larger than the slide itself */
H A Dwhite.css79 /* Ensure certain elements are never larger than the slide itself */
/plugin/revealjs/css/theme/template/
H A Dtheme.scss80 /* Ensure certain elements are never larger than the slide itself */
/plugin/revealjs/
H A Dexample_presentation.dokuwiki32 Test, if an H4 section opens a new slide. Should not the case for ''horizontal_slide_level = 2''
41 ---- salmon wiki:dokuwiki-128.png 10% repeat bg-slide ---->
45 ---- salmon wiki:dokuwiki-128.png 10% repeat bg-slide no-footer ---->
48 This slide has no content, but therefore a fancy background...
68 <sub>This could be a slide without content, not possible in header driven mode...</sub>
126 <fragment>... a</fragment> <fragment>fragmented</fragment> <fragment>slide.</fragment>
227 This slide has black background.
388 Test, if background is not applied to the next horizontal slide
H A Dprint.css3 .dokuwiki .slide-export-link,
4 .dokuwiki .slide-details-hr,
5 .dokuwiki .slide-details-background,
6 .dokuwiki .slide-details-text,
7 .dokuwiki .slide-notes-hr {
H A Dstyle.css3 .dokuwiki .slide-export-link,
4 .dokuwiki .slide-details-hr,
5 .dokuwiki .slide-details-background,
6 .dokuwiki .slide-details-text,
7 .dokuwiki .slide-notes-hr {
13 .dokuwiki .slide-details-hr,
14 .dokuwiki .slide-notes-hr {
19 .dokuwiki .first-slide {
23 .dokuwiki .slide-notes-hr {
27 .dokuwiki .slide-export-link,
[all …]
/plugin/revealjs/js/
H A Dreveal.js894 slide.parentNode.insertBefore( page, slide );
903 page.insertBefore( slide.slideBackgroundElement, slide );
2711 slide = slide ? slide : currentSlide;
2713 return slide && slide.parentNode && !!slide.parentNode.nodeName.match( /section/i );
3077 slide = slide || currentSlide;
3100 slide = slide || currentSlide;
4463 if( slide ) {
4465 var slideh = isVertical ? slide.parentNode : slide;
4607 if( slide ) {
4627 slide = slide || currentSlide;
[all …]
/plugin/revealjs/plugin/search/
H A Dsearch.js159 Reveal.slide(matchedSlides[currentMatchedIndex].h, matchedSlides[currentMatchedIndex].v);
/plugin/s5/ui/blue/
H A Dframing.css1 /* The following styles size and place the slide components.
2 Edit them if you want to change the overall slide layout.
6 div#header, div#footer, div.slide {width: 100%; top: 0; left: 0;}
9 div.slide {top: 0; width: 92%; padding: 3.5em 4% 4%;}
H A Dpretty.css45 .slide {
49 .slide h1 {position: absolute; left: 87px; z-index: 1;
57 .slide h3 {font-size: 130%;}
H A Ds5-core.css3 div#header, div#footer, div.slide {position: absolute;}
4 html>body div#header, html>body div#footer, html>body div.slide {position: fixed;}
6 div.slide {z-index: 2; visibility: hidden;}
H A Dslides.css1 @import url(s5-core.css); /* required to make the slide show run at all */
2 @import url(framing.css); /* sets basic placement and size of slide components */

12345