Home
last modified time | relevance | path

Searched refs:controls (Results 126 – 150 of 194) sorted by path

12345678

/plugin/revealjs/
H A DREADME.md94 Show the reveal.js controls. Two values
225 ~~REVEAL theme=sky&transition=convex&controls=1&show_progress_bar=1&build_all_lists=1&show_image_bo…
H A Dexample_presentation.dokuwiki2 ~~REVEAL theme=dokuwiki&transition=convex&controls=1&show_progress_bar=1&build_all_lists=1&show_ima…
/plugin/revealjs/css/print/
H A Dpaper.css36 .controls,
H A Dpdf.css28 .reveal .controls,
/plugin/revealjs/css/
H A Dreveal.css253 .reveal .controls .controls-arrow:before,
254 .reveal .controls .controls-arrow:after {
267 .reveal .controls .controls-arrow {
271 .reveal .controls .controls-arrow:before {
274 .reveal .controls .controls-arrow:after {
277 .reveal .controls .controls-arrow:hover:before {
280 .reveal .controls .controls-arrow:hover:after {
283 .reveal .controls .controls-arrow:active:before {
286 .reveal .controls .controls-arrow:active:after {
310 .reveal .controls .navigate-up .controls-arrow {
[all …]
H A Dreveal.scss257 .reveal .controls {
294 .controls-arrow:before,
295 .controls-arrow:after {
310 .controls-arrow {
337 .controls-arrow {
351 .controls-arrow {
362 .controls-arrow {
448 .reveal.no-hover .controls .controls-arrow:hover,
449 .reveal.no-hover .controls .controls-arrow:active {
458 .reveal .controls[data-controls-layout="edges"] {
[all …]
/plugin/revealjs/css/theme/
H A Dbeige.css257 .reveal .controls {
H A Dblack.css253 .reveal .controls {
H A Dblood.css256 .reveal .controls {
H A Dleague.css259 .reveal .controls {
H A Dmoon.css257 .reveal .controls {
H A Dnight.css251 .reveal .controls {
H A Dserif.css253 .reveal .controls {
H A Dsimple.css256 .reveal .controls {
H A Dsky.css260 .reveal .controls {
H A Dsolarized.css257 .reveal .controls {
H A Dwhite.css253 .reveal .controls {
/plugin/revealjs/css/theme/template/
H A Dtheme.scss299 .reveal .controls {
/plugin/revealjs/js/
H A Dreveal.js57 controls: true, property in AnonymousFunctione17f777e0200.config
741 dom.controls = createSingletonNode( dom.wrapper, 'aside', 'controls',
756 …dom.pauseOverlay = createSingletonNode( dom.wrapper, 'div', 'pause-overlay', config.controls ? '<b…
769 dom.controlsRightArrow = dom.controls.querySelector( '.navigate-right' );
770 dom.controlsDownArrow = dom.controls.querySelector( '.navigate-down' );
1334 dom.controls.style.display = config.controls ? 'block' : 'none';
1337 dom.controls.setAttribute( 'data-controls-layout', config.controlsLayout );
1338 dom.controls.setAttribute( 'data-controls-back-arrows', config.controlsBackArrows );
4084 if( promise && typeof promise.catch === 'function' && el.controls === false ) {
4086 el.controls = true;
[all …]
/plugin/s5/ui/blue/
H A Dframing.css10 /*div#controls {left: 50%; top: 0; width: 50%; height: 100%;}
12 div#controls {bottom: 0; top: auto; height: auto;}
14 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
23 div#controls {background: #BBD;}
H A Dpretty.css9 #controls :active {color: #88A !important;}
10 #controls :focus {outline: 1px dotted #227;}
60 div#controls {position: absolute; z-index: 5; left: 50%; top: 0;
63 #footer>div#controls {position: fixed; bottom: 0; padding: 1em 0;
65 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
67 div#controls a {font-size: 2em; padding: 0; margin: 0 0.5em;
72 div#controls select {visibility: hidden; background: #DDD; color: #227;}
73 div#controls div:hover select {visibility: visible;}
H A Ds5-core.css9 div#controls {position: absolute; z-index: 1;}
10 #footer>div#controls {position: fixed;}
/plugin/s5/ui/default/
H A Dframing.css12 div#controls {left: 50%; bottom: 0; width: 50%; z-index: 100;}
13 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
21 div#controls {background: #BBD;}
H A Doutline.css4 #footer, #controls, #controlForm, #navLinks, #toggle {
H A Dpretty.css5 #controls :active {color: #88A !important;}
6 #controls :focus {outline: 1px dotted #227;}
48 div#controls {position: absolute; left: 50%; bottom: 0;
51 html>body div#controls {position: fixed; padding: 0 0 1em 0;
53 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
55 #controls #navLinks a {padding: 0; margin: 0 0.5em;
58 #controls #navList {height: 1em;}
59 #controls #navList #jumplist {position: absolute; bottom: 0; right: 0; background: #DDD; color: #22…

12345678