Home
last modified time | relevance | path

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

12345

/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%;}
H A Dpretty.css44 .slide {font-family: Verdana, Helvetica, Arial, sans-serif;}
45 .slide h1 {position: absolute; z-index: 1;
50 .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 */
/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%;}
H A Dpretty.css66 .slide h1 {position: absolute; top: 0.8em; left: 0; z-index: 1;
70 .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 */
/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 Dopera.css2 .slide {
H A Doutline.css13 .slide h1 {margin: 1.5em 0 0; padding-top: 0.25em;
H A Dpretty.css152 .slide code
163 .slide code.old
168 .slide pre
184 .slide pre code
194 .slide ul
201 .slide li
207 .slide ul ul
212 .slide ul ul li
219 .slide img.leader
274 .slide h1
[all …]
H A Dprint.css5 .slide, ul
115 .slide
118 background:url(pics/back-slide-print.png) top right no-repeat #fff;
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;}
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 */
H A Dslides.js486 var slide = slideColl[n];
487 slide.style.visibility = 'visible';
496 var slide = slideColl[n];
497 slide.style.visibility = 'hidden';
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dmain.css92 #slide-menu-button {
135 #slide-menu:disabled,
136 #slide-menu.is-disabled {
141 #slide-menu-button:active,
142 #slide-menu-button.is-active {
150 #slide-menu-button span {
335 #slide-menu-button{
/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/twcheckliste/
H A Drenderer.php.old90 $this->doc .= '</div>'.DOKU_LF; //close previous slide
100 * A new slide is started for each H2 header
106 $this->twcheckliste_init($text); // this is the first slide
115 $this->doc .= '</div>'.DOKU_LF; //close previous slide
117 $this->doc .= '<div class="slide">'.DOKU_LF;
155 * A line stops the slide and start the handout section

12345