Home
last modified time | relevance | path

Searched refs:slide (Results 1 – 25 of 119) sorted by relevance

12345

/plugin/photogallery/lightGallery/css/
H A Dlg-transitions.min.css1slide,.lg-css3.lg-zoom-in .lg-item.lg-prev-slide{-webkit-transform:scale3d(1.3,1.3,1.3);transform:…
H A Dlg-transitions.css170 ….lg-css3.lg-slide-circular .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular .lg-item.lg-next-sli…
196 ….lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-ne…
222 ….lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-down .lg-item.l…
317 ….lg-css3.lg-slide-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical .lg-item.lg-next-sli…
369 ….lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-next-s…
421 ….lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-ne…
473 ….lg-css3.lg-slide-skew .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-…
499 ….lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-sli…
525 ….lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next…
577 ….lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-sli…
[all …]
/plugin/revealjs/
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 …]
H A DREADME.md128 * slide
136 ### Horizontal slide level
146 ### Enlarge vertical slide headers
185 Loop the presentation back to the first slide after the last slide. Boolean:
246 slide with background
250 slide without background
253 produces one slide with background and a second slide without background.
256 ### Alternative slide indicators
284 - `<<----` closes a slide container (and possibly open slide inside)
299 slide without footer
[all …]
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 Dchangelog.md17 …ing a horizontal slide. Levels below starting a vertical (nested) slide - no effect on slides, whi…
19 - New alternative slide indicator:
28 …none`, `fade`, `slide`, `convex`, `concave` or `zoom` followed by optional postfix `-in` or `-out`…
30 …- `---->>` opens a new slide container for vertical (nested) slides and a new slide with the given…
35 - if you want to leave this slide mode you need a way to explicit close a slide or container:
36 - `<<----` closes a slide container (and possibly open slide inside)
37 - `<----` closes a slide
40 … New conf option show_slide_details (default on): Show slide details on wiki page: start of slide
42 …- Slide background definition or alternative slide indicators must be noted before the headers/sli…
68 - New conf options for slide size:
[all …]
/plugin/bootswrapper/exe/help/
H A Dcarousel.txt14 <slide>{{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}</slide>
15 <slide>{{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}</slide>
16 <slide>{{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}</slide>
30 <slide>
36 </slide>
43 <slide>
49 </slide>
50 <slide>
56 </slide>
57 <slide>
[all …]
/plugin/showsamples/
H A Dstyle.css17 div.showSamples div.slide {
27 div.showSamples div.slide ul {
33 div.showSamples div.slide ul li {
39 div.showSamples div.slide ul li div.li {
46 div.showSamples div.slide ul li div.highlightMenu {
50 div.showSamples div.slide ul li div div.tileBlog {
54 div.showSamples div.slide ul li div div.glossary div {
/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/imagecarousel/vendor/slick/
H A Dslick.css77 .slick-slide
85 [dir='rtl'] .slick-slide
89 .slick-slide img
93 .slick-slide.slick-loading img
97 .slick-slide.dragging img
101 .slick-initialized .slick-slide
105 .slick-loading .slick-slide
109 .slick-vertical .slick-slide
H A DREADME.markdown73 dots | boolean | false | Current slide indicator dots
93 slide | string | '' | Slide element query
100 touchMove | boolean | true | Enables slide moving with touch
104 vertical | boolean | false | Vertical slide direction
126 // On before slide change
150 // Add a slide
153 // Get the current slide
169 slickNext | | Triggers next slide
170 slickPrev | | Triggers previous slide
174 slickCurrentSlide | | Returns the current slide index
[all …]
/plugin/s5/ui/default/
H A Dpretty.css21 .slide code {padding: 2px 0.25em; font-weight: bold; color: #533;}
22 .slide code.bad, code del {color: red;}
23 .slide code.old {color: silver;}
25 .slide pre code {display: block;}
26 .slide ul {margin-left: 5%; margin-right: 7%; list-style: disc;}
27 .slide li {margin-top: 0.75em; margin-right: 0;}
28 .slide ul ul {line-height: 1;}
30 .slide img.leader {display: block; margin: 0 auto;}
41 .slide h1 {position: absolute; top: 0.7em; left: 87px; z-index: 1;
45 .slide h3 {font-size: 130%;}
[all …]
H A Dframing.css1 /* The following styles size, place, and layer the slide components.
2 Edit these if you want to change the overall slide layout.
8 div#header, div#footer, .slide {width: 100%; top: 0; left: 0;}
11 .slide {top: 0; width: 92%; padding: 3.5em 4% 4%; z-index: 2; list-style: none;}
/plugin/revealjs/css/
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 …]
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 …]
/plugin/jalbum/
H A Dscript.js11 function neu(url, text, slide) { argument
15 fotos[Neu].slide = slide;
21 window.location = fotos[fotopos].slide;
/plugin/s5/ui/dokuwiki/
H A Dpretty.css23 .slide code {padding: 2px 0.25em; font-weight: bold; color: #000;}
24 .slide pre {padding: 0.5em; margin: 0.25em 0 0.5em 0.5em; color: #000; font-size: 80%;background:#d…
25 .slide ul {margin-left: 5%; margin-right: 7%; list-style: disc;}
26 .slide li {margin-top: 0.75em; margin-right: 0;}
27 .slide ul ul {line-height: 1;}
28 .slide ul ul li {margin: .2em; font-size: 85%; list-style: square;}
39 .slide h1 {position: absolute; top: 0.1em; left: 1.5%; z-index: 1;
43 .slide h2 {font-size: 140%;}
44 .slide h3 {font-size: 130%;}
H A Dframing.css1 /* The following styles size, place, and layer the slide components.
2 Edit these if you want to change the overall slide layout.
8 div#header, div#footer, .slide {width: 100%; top: 0; left: 0;}
11 .slide {top: 0; width: 92%; padding: 3.5em 4% 4%; z-index: 2; list-style: none;}
/plugin/s5/ui/yatil/
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%;}
/plugin/s5/ui/i18n/
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, .slide {width: 100%; top: 0; left: 0;}
9 .slide {top: 0; width: 88%; padding: 1em 7% 2em 5%; z-index: 2;}
/plugin/s5reloaded/ui/thesis/
H A Dframing.css1 /* The following styles size, place, and layer the slide components.
2 Edit these if you want to change the overall slide layout.
8 div#header, div#footer, .slide {width: 100%; top: 0; left: 0;}
11 .slide {top: 0; width: 92%; padding: 3.5em 4% 4%; z-index: 2; list-style: none;}
H A Ds5-core.css3 div#header, div#footer, div#controls, .slide {position: absolute;}
5 html>body div#controls, html>body .slide {position: fixed;}
8 .slide, .hideme, .incremental {visibility: hidden;}
/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%;}
/plugin/s5/ui/flower/
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%;}
/plugin/s5/ui/pixel/
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%;}

12345